:root {
  --color-green: #AFCD36;
  --color-cream: #EDF1E4;
  --color-offwhite: #F8F9F5;
  --color-orange: #EB9F25;
  --color-title-dark: #3B721E;
  --color-text: #292929;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--color-text);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .show-desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-on-desktop-only {
    display: none !important;
  }
}

/* Header */
.site-header {
  padding-block: 1rem;
  background: #fff;
}

.brand-logo {
  width: 9.5rem;
}

/* CTA button */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  padding: 0.85rem 1.5rem;
  border-radius: 999rem;
  background: var(--color-orange);
  color: var(--color-offwhite);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0.85rem;
}

.btn-cta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: rgba(248, 249, 245, 0.25);
  color: var(--color-offwhite);
}

/* Hero */
.hero-section {
  position: relative;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999rem;
  background: var(--color-cream);
  color: var(--color-green);
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-title {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: clamp(1.9rem, 2.6vw + 1rem, 2.7rem);
  line-height: 1.15;
}

.hero-title-green {
  color: var(--color-green);
}

.hero-title-white {
  color: var(--color-offwhite);
}

.hero-title-dark {
  color: var(--color-title-dark);
}

.hero-subtitle {
  margin: 0 0 1.5rem;
  color: var(--color-offwhite);
  font-weight: 400;
  font-size: 1.05rem;
}

/* Desktop hero */
.hero-bg {
  position: relative;
  aspect-ratio: 2 / 1;
  min-height: 26rem;
  background-image: url('../img/familia-se-abracando.jpeg');
  background-size: cover;
  background-position: center top;
}

.hero-text-col {
  max-width: 32rem;
  padding-top: 7vw;
}

.hero-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

/* Mobile hero */
.hero-mobile-media {
  position: relative;
}

.hero-mobile-img {
  width: 100%;
}

.hero-mobile-content {
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.hero-mobile-content .hero-subtitle {
  color: var(--color-text);
}

.hero-mobile-content .btn-cta {
  width: 100%;
  justify-content: center;
}

/* Realidade */
.realidade-section {
  background: var(--color-cream);
  padding-block: 3rem;
}

.realidade-heading {
  max-width: 38rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.realidade-heading h2 {
  margin: 0 0 0.75rem;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.6vw + 1.1rem, 2.2rem);
  line-height: 1.25;
}

.realidade-heading-dark {
  color: var(--color-title-dark);
}

.realidade-heading-green {
  color: var(--color-green);
}

.realidade-subtitle {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.92rem;
}

.realidade-divider {
  width: 80%;
  height: 3px;
  margin: 1.5rem auto 0;
  border: 0;
  background: var(--color-title-dark);
  opacity: 1;
}

.realidade-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.realidade-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.realidade-card-content {
  padding: 1.25rem 1.5rem;
}

.realidade-card-content h3 {
  margin: 0 0 0.5rem;
  color: var(--color-title-dark);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.25;
}

.realidade-card-content p {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .realidade-card {
    background: #FBFBFB;
  }

  .realidade-card-content {
    padding: 1.75rem 1.5rem;
  }

  .realidade-card-content p {
    color: #727272;
  }
}

@media (min-width: 992px) {
  .realidade-cards {
    gap: 2.5rem;
  }

  .realidade-card {
    display: flex;
    align-items: stretch;
    margin-right: 8%;
  }

  .realidade-card-reverse {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 8%;
  }

  .realidade-card img {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }

  .realidade-card-reverse img {
    flex-basis: 64%;
    width: 64%;
  }

  .realidade-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
}

/* Ecossistema */
.eco-section {
  padding-block: 3rem;
}

.eco-intro {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .eco-intro {
    text-align: center;
  }

  .eco-intro .eco-badge {
    color: #3B721E;
  }
}

@media (min-width: 992px) {
  .eco-intro {
    padding-right: 2.5rem;
  }
}

.eco-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999rem;
  background: var(--color-cream);
  color: var(--color-green);
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 0.35rem 0.6rem rgba(0, 0, 0, 0.15);
}

.eco-intro h2 {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 2.4rem);
  line-height: 1.2;
}

.eco-dark {
  color: var(--color-title-dark);
}

.eco-green {
  color: var(--color-green);
}

.eco-subtitle {
  margin: 0 0 1.5rem;
  color: var(--color-text);
  font-weight: 400;
}

.eco-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem 1.5rem;
}

.eco-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  text-align: center;
}

.eco-card-badge {
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.eco-card-badge img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.eco-card-logo {
  max-width: 70%;
  max-height: 2.75rem;
  margin: 0 auto 0.75rem;
}

.eco-card-icon {
  width: 4.5rem;
  margin: 0 auto 0.75rem;
}

.eco-card-title {
  margin: 0 0 0.4rem;
  color: var(--color-title-dark);
  font-weight: 700;
  font-size: 1rem;
}

.eco-card p {
  margin: 0 0 1rem;
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .eco-card-badge {
    display: none;
  }

  .eco-card {
    background: #FBFBFB;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
  }

  .eco-card p {
    color: #7D7D7D;
  }

  .eco-cta-mobile {
    display: flex;
    width: fit-content;
    margin-top: 2rem;
    margin-inline: auto;
  }
}

.eco-card-tag {
  display: inline-block;
  margin-top: auto;
  padding: 0.4rem 0.9rem;
  border-radius: 999rem;
  background: var(--color-green);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  line-height: 1.3;
}

.eco-plus {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  background: var(--color-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .eco-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem 1rem;
  }

  .eco-card {
    box-shadow: 0 0.6rem 1.6rem rgba(59, 114, 30, 0.18);
  }

  .eco-plus {
    left: auto;
    bottom: auto;
    right: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Gallery carousel */
.gallery-section {
  padding-block: 1.5rem 3rem;
  overflow: hidden;
}

.gallery-carousel {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.gallery-track {
  display: flex;
  gap: 1rem;
  will-change: transform;
}

.gallery-slide {
  flex: none;
  aspect-ratio: 4 / 3.4;
  border: 0;
  padding: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: none;
  cursor: grab;
  opacity: 0.6;
  transition: opacity 0.35s;
}

.gallery-slide.active {
  opacity: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media (min-width: 992px) {
  .gallery-track {
    gap: 0.75rem;
  }

  .gallery-slide {
    aspect-ratio: 1 / 1;
  }

  .gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-title-dark);
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, 0.18);
    cursor: pointer;
  }

  .gallery-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.06);
  }

  .gallery-btn-prev {
    left: 1.25rem;
  }

  .gallery-btn-next {
    right: 1.25rem;
  }
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(20, 20, 20, 0.92);
}

.gallery-lightbox.open {
  display: flex;
}

.lightbox-img-wrap {
  max-width: min(90vw, 60rem);
  max-height: 80vh;
}

.lightbox-img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 0.5rem;
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

/* Diferencial */
.diferencial-section {
  padding-block: 3rem;
}

.diferencial-intro {
  margin-bottom: 2.5rem;
  text-align: center;
}

.diferencial-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999rem;
  background: var(--color-cream);
  color: var(--color-green);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  box-shadow: 0 0.35rem 0.6rem rgba(0, 0, 0, 0.15);
}

.diferencial-intro h2 {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 2.4rem);
  line-height: 1.25;
}

.diferencial-dark {
  color: var(--color-title-dark);
}

.diferencial-green {
  color: var(--color-green);
}

.diferencial-subtitle {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
}

.diferencial-frame {
  padding: 0.5rem 0;
}

.diferencial-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.diferencial-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.diferencial-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}

.diferencial-icon img {
  width: 1.4rem;
  height: auto;
}

.diferencial-list p {
  margin: 0;
  padding-top: 0.5rem;
  color: var(--color-text);
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .diferencial-subtitle,
  .diferencial-list p {
    color: var(--color-title-dark);
  }
}

.diferencial-list strong {
  color: var(--color-title-dark);
  font-weight: 700;
}

@media (min-width: 992px) {
  .diferencial-intro {
    text-align: left;
  }

  .diferencial-intro h2,
  .diferencial-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .diferencial-frame {
    position: relative;
    padding: 2.5rem 1.5rem 1.5rem 2.5rem;
    border: 1px solid var(--color-green);
    border-radius: 1.25rem;
  }

  .diferencial-list {
    gap: 2.75rem;
  }

  .diferencial-list li {
    display: block;
    position: relative;
  }

  .diferencial-icon {
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--color-green);
  }

  .diferencial-list p {
    padding-top: 0;
  }
}

/* Historia */
.historia-section {
  position: relative;
  overflow: hidden;
  background: #F4F0E1;
  padding-block: 3rem;
}

.historia-deco {
  position: absolute;
  z-index: 0;
  width: 15rem;
  pointer-events: none;
  display: none;
}

.historia-section .container {
  position: relative;
  z-index: 1;
}

.historia-heading {
  max-width: 44rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.8vw + 1.1rem, 2.3rem);
  line-height: 1.3;
}

.historia-dark {
  color: var(--color-title-dark);
}

.historia-green {
  color: var(--color-green);
}

.historia-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.historia-card {
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: var(--color-offwhite);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
  text-align: center;
}

.historia-number {
  margin: 0 0 0.5rem;
  color: var(--color-green);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
}

.historia-label {
  margin: 0 0 0.6rem;
  color: var(--color-title-dark);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.historia-text {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.92rem;
}

@media (min-width: 992px) {
  .historia-deco {
    display: block;
  }

  .historia-deco-tl {
    top: 0;
    left: 0;
  }

  .historia-deco-br {
    bottom: 0;
    right: 0;
  }

  .historia-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
  }

  .historia-card {
    flex: 1;
  }

  .historia-card-atendimentos {
    order: 3;
  }

  .historia-card-24h {
    order: 2;
  }
}

/* Depoimentos */
.depo-section {
  padding-block: 3rem;
  overflow: hidden;
}

.depo-heading {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 2.4rem);
  line-height: 1.25;
}

.depo-dark {
  color: var(--color-title-dark);
}

.depo-green {
  color: var(--color-green);
}

.depo-carousel {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding-block: 1rem;
  touch-action: pan-y;
}

.depo-track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}

.depo-card {
  display: flex;
  flex-direction: column;
  flex: none;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #ECECEC;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.15rem 0.4rem rgba(0, 0, 0, 0.06);
  opacity: 0.6;
  transition: opacity 0.35s;
  cursor: grab;
}

.depo-card.active {
  opacity: 1;
}

.depo-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.depo-stars img {
  width: 1.1rem;
  height: auto;
  pointer-events: none;
}

.depo-quote-mark {
  margin: 0;
  color: #D9D9D9;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 0.5;
}

.depo-text {
  margin: 0 0 1.25rem;
  color: var(--color-text);
  font-weight: 400;
}

.depo-divider {
  margin: auto 0 1.25rem;
  border: 0;
  border-top: 1px solid #E5E5E5;
}

.depo-author {
  display: flex;
  align-items: center;
  flex: none;
  gap: 0.85rem;
}

.depo-avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
}

.depo-name {
  margin: 0;
  color: var(--color-title-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.depo-role {
  margin: 0;
  color: #A3A3A3;
  font-weight: 400;
  font-size: 0.82rem;
}

.depo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.depo-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.depo-dot {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 50%;
  background: #D9D9D9;
  padding: 0;
  cursor: pointer;
}

.depo-dot.active {
  background: var(--color-green);
}

@media (min-width: 992px) {
  .depo-btn-prev,
  .depo-btn-next {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .depo-btn-prev:hover,
  .depo-btn-next:hover {
    transform: scale(1.06);
  }
}

/* Steps */
.steps-section {
  padding-block: 3rem;
}

.steps-heading {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 2.4rem);
  line-height: 1.25;
}

.steps-dark {
  color: var(--color-title-dark);
}

.steps-green {
  color: var(--color-green);
}

.steps-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}

.steps-row::before {
  content: '';
  position: absolute;
  top: 2.25rem;
  bottom: 2.25rem;
  left: calc(2.25rem - 1.5px);
  width: 3px;
  background: var(--color-green);
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.step-icon {
  flex: 0 0 auto;
  display: block;
  width: 4.5rem;
}

.step-icon img {
  width: 100%;
  border-radius: 50%;
}

.step-title {
  margin: 0 0 0.4rem;
  color: var(--color-title-dark);
  font-weight: 700;
  font-size: 1.05rem;
}

.step-text {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.92rem;
}

.steps-connector {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.875rem;
  z-index: 0;
  pointer-events: none;
}

.steps-connector-bar {
  position: absolute;
  top: 0;
  left: calc(16.666% + 1rem);
  right: calc(16.666% + 1rem);
  height: 3px;
  background: var(--color-green);
}

.steps-connector-corner {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--color-green);
}

.steps-connector-corner-left {
  left: 16.666%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-left-radius: 1rem;
}

.steps-connector-corner-right {
  right: 16.666%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-right-radius: 1rem;
}

.steps-connector-stub {
  position: absolute;
  top: 1rem;
  width: 3px;
  height: 0.875rem;
  background: var(--color-green);
}

.steps-connector-stub-left {
  left: 16.666%;
}

.steps-connector-stub-right {
  right: 16.666%;
}

.steps-connector-stub-mid {
  top: 0;
  left: 50%;
  height: 1.875rem;
  margin-left: -1.5px;
}

@media (min-width: 992px) {
  .steps-connector {
    display: block;
  }

  .steps-row {
    flex-direction: row;
    gap: 0;
    padding-top: 1.875rem;
  }

  .steps-row::before {
    display: none;
  }

  .step {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    text-align: center;
  }

  .step-body {
    padding-inline: 1.5rem;
  }

  .step-icon {
    align-self: center;
    width: 5rem;
    margin-bottom: 1rem;
  }
}

/* Contato */
.contato-section {
  background: var(--color-cream);
  padding-block: 3rem;
}

.contato-intro {
  margin-bottom: 2rem;
  text-align: center;
}

.contato-heading {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 2.4rem);
  line-height: 1.25;
}

.contato-dark {
  color: var(--color-title-dark);
}

.contato-green {
  color: var(--color-green);
}

.contato-subtitle {
  margin: 0;
  color: var(--color-title-dark);
  font-weight: 400;
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 26rem;
  margin-inline: auto;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}

.contato-label {
  margin-top: 0.85rem;
  color: #6B6B6B;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.contato-input {
  padding: 0.7rem 0.9rem;
  border: 1px solid #D9E3CB;
  border-radius: 0.6rem;
  background: #E7F0DA;
  color: var(--color-text);
  font-family: inherit;
  font-size: 0.95rem;
}

.contato-input:focus {
  outline: 2px solid var(--color-green);
  outline-offset: 1px;
}

.contato-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.9rem;
  color: #6B6B6B;
  font-size: 0.82rem;
}

.contato-checkbox input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  accent-color: var(--color-green);
}

.contato-submit {
  justify-content: center;
  margin-top: 1.25rem;
  width: 100%;
}

.contato-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  color: #9A9A9A;
  font-size: 0.75rem;
  text-align: center;
}

.contato-security svg {
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .contato-intro {
    text-align: left;
  }

  .contato-form {
    max-width: none;
    margin-inline: 0;
  }
}

/* Footer */
.site-footer {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-cream);
  background: #fff;
  text-align: center;
}

.footer-logo {
  width: 9rem;
  margin-inline: auto;
}

.footer-stats {
  margin-bottom: 3rem;
  text-align: center;
}

.footer-stats-heading {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: clamp(1.6rem, 2vw + 1.2rem, 2rem);
  line-height: 1.2;
}

.footer-stats-dark {
  color: var(--color-title-dark);
}

.footer-stats-green {
  color: var(--color-green);
}

.footer-stats-text {
  margin: 0;
  color: #7D7D7D;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .footer-logo {
    width: 7rem;
  }
}
