
@font-face {
  font-family:"Sense";
  src:url("fonts/Sense.woff2") format("woff2"),url("fonts/Sense.woff") format("woff"),url("fonts/Sense.otf") format("opentype");
  font-style:normal;font-weight:400;
}


:root {
  --green-deep: #2f3a1c;
  --green-forest: #3d4a24;
  --green-olive: #5c6c31;
  --green-moss: #6b7a3d;
  --sage: #b8ba8f;
  --sage-light: #d5dec8;
  --brown: #5e2b14;
  --brown-soft: #7a4a2e;
  --taupe: #a39684;
  --white: #ffffff;
  --text: #2a2a2a;
  --container: 1270px;
  --pad: clamp(1.25rem, 4vw, 2rem);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
  font-family: Poppins, sans-serif;
  color: var(--text);
  background: var(--sage-light);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.container {
  width: min(100% - (var(--pad) * 2), var(--container));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 36rem;
  max-height: 62rem;
  overflow: hidden;
  color: var(--brown);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/bg-hero@3x.webp") center / cover no-repeat;
  transform-origin: center center;
  will-change: transform;
}

.hero-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.45rem;
  background: var(--green-deep);
  z-index: 2;
}

.hero-brand {
  position: absolute;
  z-index: 3;
  top: 0;
  left: clamp(4%, 9vw, 10%);
  width: clamp(10rem, 25.5vw, 26rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-logo {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.2));
}

.hero-title {
  position: absolute;
  z-index: 3;
  top: clamp(2.5%, 9vh, 5.5rem);
  left: clamp(22%, 59vw, 42%);
  width: clamp(14rem, 47vw, 47rem);
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.4));
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -30px;
  width: clamp(11rem, 32vw, 35rem);
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
}


.cadastro {
  position: relative;
  background: url("images/hero-green-seond@3x.webp") center / cover no-repeat;
  color: var(--white);
  padding: clamp(5rem, 10vw, 9.5rem) 0;
  background-attachment: fixed;
}

.cadastro-inner {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 30rem);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.cadastro-title-img {
  width: min(100%, 32rem);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.cadastro-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  justify-self: end;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.field-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
}

.cadastro-form input[type="email"],
.cadastro-form input[type="tel"],
.cadastro-form input[type="text"] {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--white);
  background: rgba(20, 30, 12, 0.35);
  border: 1px solid rgba(200, 210, 170, 0.45);
  border-radius: 0.65rem;
  padding: 0.85rem 1.1rem;
  outline: 0;
  transition: border-color 0.2s, background 0.2s;
}

.cadastro-form input::placeholder {
  color: rgba(230, 235, 210, 0.75);
  font-family: Poppins, sans-serif;
}

.cadastro-form input:focus {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(20, 30, 12, 0.5);
}

.cadastro-form input.invalid {
  border-color: #e8a0a0;
}

.cadastro-form #uf {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.35rem;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check-box {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

.check input:checked + .check-box::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--white);
  border-radius: 0.12rem;
  clip-path: polygon(14% 44%, 0 65%, 42% 100%, 100% 22%, 82% 0, 40% 62%);
}

.check input:focus-visible + .check-box {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.cadastro-form button {
  margin-top: 0.5rem;
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--white);
  color: var(--green-olive);
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.cadastro-form button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.cadastro-form button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.err {
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  color: #ffd0d5;
  padding-left: 0.25rem;
}

.err.show {
  display: block;
}

.hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-feedback {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  font-family: Poppins, sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
}

.form-feedback.show {
  display: block;
}

.form-feedback.ok {
  background: rgba(80, 140, 60, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.form-feedback.error {
  background: rgba(160, 40, 40, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
}


.features {
  background: var(--sage);
  padding: clamp(5rem, 8vw, 5.5rem) 0;
}

.features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 11vw, 4rem);
}

.feature-row {
  width: 100%;
  max-width: 65rem;
}

.pricing {
  width: min(100%, 68rem);
  margin-top: 0.5rem;
}

.docs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin-top: 0.25rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2rem 0;
}

.docs-label {
  font-family: Sense, serif;
  font-size: clamp(1.15rem, 3.4vw, 2.6rem);
  color: var(--green-deep);
  text-align: center;
}

.docs-checks {
  width: min(100%, 46rem);
}


.local {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 36rem;
  overflow: hidden;
  background: #FFF
    url("images/mapa@3x.webp") center right / cover no-repeat;
}

.local-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: clamp(2.5rem, 6vh, 4.5rem);
  text-align: center;
}

.local-badge {
  position: absolute;
  right: 0;
  top: 52%;
  width: clamp(11rem, 18vw, 17rem);
  transform: translateY(-50%);
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.35));
}

.local-text {
  width: min(100%, 36rem);
  font-family: Sense, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  line-height: 1.25;
  color: var(--white);
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.phrases {
  background: url(images/hero-green-seond@3x.webp) center / cover no-repeat;
  color: var(--white);
  padding: clamp(5rem, 10vw, 7.5rem) 0;
  background-attachment: fixed;
}

.phrases-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.phrases-inner h4 {
  width: min(100%, 59rem);
  font-family: Sense, serif;
  font-size: clamp(2.15rem, 3.4vw, 3.6rem);
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-weight: 100;
}

.footer {
  position: relative;
  min-height: 100svh;
  max-height: 56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5rem) var(--pad);
}

.footer-bg {
  position: absolute;
  inset: 0;
  background: url("images/bg-footer@3x.webp") center / cover no-repeat;
  transform-origin: center center;
  will-change: transform;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.footer-logo {
  width: clamp(10rem, 17vw, 30rem);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}

.footer-title {
  width: min(100%, 48rem);
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.25));
}


@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 50svh;
    max-height: none;
    /* aspect-ratio: 3 / 4; */
  }

  .hero-brand {
    left: 4%;
    width: clamp(13rem, 26vw, 11rem);
  }

  .hero-title {
    left: auto;
    right: 14%;
    top: 11%;
    width: clamp(11rem, 42vw, 25rem);
  }

  .hero-badge {
    width: clamp(9.5rem, 34vw, 12.5rem);
    right: 4%;
    bottom: 4%;
  }

  .cadastro-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: normal;
  }

  .cadastro-title-img {
    width: min(100%, 22rem);
    justify-self: center;
  }

  .cadastro-form {
    max-width: 28rem;
    justify-self: center;
  }

  .local-badge {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    align-self: flex-end;
    margin-bottom: auto;
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .hero {
    aspect-ratio: auto;
    min-height: 100svh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .hero-brand {
    position: relative;
    margin: -40px auto 0;
    left: inherit;
  }
.hero-bg{
    background-position: center left;
}
  .hero-title {
    width: 90vw;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 0 auto 0;
  }

  .hero-badge {
    width: clamp(18.5rem, 34vw, 22.5rem);
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
  }

  .cadastro-form {
    max-width: none;
    width: 100%;
  }

  .local {
    min-height: 100svh;
  }

  .local-badge {
    width: 10rem;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-bg,
  .footer-bg {
    will-change: auto;
  }
}
