.service-featured {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  background: linear-gradient(110deg, #fff 0%, #fff 62%, #edf7ed 100%);
}

.service-featured > span {
  margin: 0;
  align-self: start;
}

.service-featured h3 {
  margin-bottom: 10px;
}

.service-featured p {
  max-width: 690px;
  margin: 0;
}

.service-featured a {
  margin: 0;
  white-space: nowrap;
}

.project-card {
  border-top: 5px solid #67dd6b;
}

.project-card > div {
  z-index: 1;
}

.project-index {
  position: absolute;
  right: 22px;
  top: 10px;
  color: rgba(255, 255, 255, 0.13) !important;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.project-a {
  background: linear-gradient(160deg, #102d16 0%, #286f2e 100%);
}

.project-a p {
  color: #83ea87;
}

.project-b {
  background: linear-gradient(160deg, #1e2821 0%, #315f3a 100%);
  border-top-color: #a8c9ad;
}

.project-b p {
  color: #b9d8bd;
}

.project-b::before {
  border-radius: 50%;
  transform: none;
}

.project-c {
  background: linear-gradient(160deg, #09220d 0%, #0b9811 100%);
  border-top-color: #13e019;
}

.project-c p {
  color: #a4f0a7;
}

.project-c::before {
  width: 250px;
  height: 90px;
  transform: rotate(-22deg);
  right: -85px;
  top: 34px;
}

@media (max-width: 900px) {
  .service-featured {
    grid-template-columns: 48px 1fr;
  }

  .service-featured a {
    grid-column: 2;
  }
}

@media (max-width: 580px) {
  .service-featured {
    display: block;
  }

  .service-featured > span {
    margin-bottom: 24px;
  }

  .service-featured a {
    white-space: normal;
  }

  .project-index {
    font-size: 6rem;
  }
}

button,
a {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #16d81b;
  outline-offset: 4px;
}

.menu-toggle {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

#missao-visao-valores {
  scroll-margin-top: 110px;
}

.service-card h3 .service-title-link {
  display: inline;
  margin: 0;
  white-space: normal;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.service-card h3 .service-title-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero .provisional-tag {
  display: block;
  max-width: calc(100% - 28px);
  font-size: 0.875rem;
}

.contact-inner > div {
  min-width: 0;
}

.contact .eyebrow {
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.main-nav a[aria-current="page"]:not(.nav-cta) {
  padding: 7px 12px;
  color: var(--green-dark);
  background: #edf7ed;
  border: 1px solid #78c77b;
  border-radius: 999px;
  font-weight: 700;
}

.main-nav a[aria-current="page"]:not(.nav-cta):hover {
  color: var(--green-deep);
  background: #e3f3e4;
}

@media (max-width: 900px) {
  .menu-toggle {
    color: var(--green-deep);
    border-color: #b9d8bd;
    font-weight: 700;
  }

  .main-nav {
    gap: 8px;
  }

  .main-nav a {
    padding: 9px 12px;
  }

  .main-nav a[aria-current="page"]:not(.nav-cta) {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 13px;
  }

  .main-nav .nav-cta {
    margin-top: 8px;
  }
}

@media (max-width: 580px) {
  .footer-links {
    flex-direction: column;
  }
}
