@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --verde: #1B5E3D;
  --verde-escuro: #144a30;
  --verde-claro: #e9efe9;
  --verde-borda: #cfdcd0;
  --preto: #1a1c1a;
  --branco: #FDFCF9;
  --creme: #F5F1E8;
  --cinza: #5d6460;
  --linha: #e3ded1;
  --fonte: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --r: 16px;
  --pill: 999px;
  --pad-x: clamp(20px, 4vw, 40px);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  background: var(--creme);
  color: var(--preto);
  font-family: var(--fonte);
  text-wrap: pretty;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-weight: 700; letter-spacing: -0.025em; margin: 0; }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--verde); text-decoration: none; }
a:hover { color: var(--verde-escuro); text-decoration: underline; }
button { font-family: inherit; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
:focus-visible { outline: 2px solid var(--verde); outline-offset: 3px; }
::selection { background: var(--verde); color: #fff; }
section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 100;
  background: var(--verde); color: #fff; padding: 12px 20px; border-radius: var(--pill); font-weight: 600;
}
.skip-link:focus { left: 8px; color: #fff; }

.wrap { max-width: 1160px; margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.sec { padding-top: clamp(44px, 6vw, 80px); padding-bottom: clamp(44px, 6vw, 80px); }
.sec--tint { background: var(--verde-claro); border-top: 1px solid var(--verde-borda); border-bottom: 1px solid var(--verde-borda); }

.eyebrow {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--cinza);
}
.h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.08; font-weight: 400; margin-top: 16px; max-width: 24ch; }
.lede { font-size: 16px; line-height: 1.6; max-width: 52ch; margin-top: 14px; color: var(--cinza); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--verde); color: #fff; border-radius: var(--pill);
  padding: 17px 32px; font-weight: 600; font-size: 16px; white-space: nowrap;
  transition: background .16s ease;
}
.btn:hover { background: var(--verde-escuro); color: #fff; text-decoration: none; }
.btn--sm { padding: 11px 22px; font-size: 14.5px; }
.btn--md { padding: 13px 26px; font-size: 15px; }
.btn svg { width: 20px; height: 20px; }
.btn--light { background: var(--creme); color: var(--verde); padding: 17px 30px; }
.btn--light:hover { background: #fff; color: var(--verde); }
.link-underline {
  color: var(--preto); font-weight: 500; font-size: 16px; text-decoration: underline;
  text-underline-offset: 5px; padding: 8px 6px; align-self: center;
}
.link-underline:hover { color: var(--verde); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(245, 241, 232, .92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linha);
}
.site-header__bar {
  min-height: var(--header-h);
  display: flex; align-items: center; gap: clamp(16px, 3vw, 34px);
}
.site-header__logo { display: flex; align-items: center; flex: none; }
.site-header__logo img { height: 42px; width: auto; }
.site-header__spacer { flex: 1; }
.nav-link { font-size: 14.5px; font-weight: 600; color: var(--preto); white-space: nowrap; }
.nav-link:hover { color: var(--verde); }
@media (max-width: 639px) { .nav-link { display: none; } }

/* Hero */
.hero { border-bottom: 1px solid var(--linha); }
.hero__grid {
  padding-top: clamp(44px, 6vw, 92px); padding-bottom: clamp(44px, 6vw, 80px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero h1 {
  font-size: clamp(36px, 5.2vw, 64px); line-height: 1.04; margin-top: 20px;
  max-width: 18ch; font-weight: 300;
}
.hero h1 strong { display: block; font-weight: 700; color: var(--verde); }
.hero__text { font-size: 17px; line-height: 1.6; max-width: 54ch; margin-top: 22px; color: var(--cinza); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__badges {
  display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; padding: 0; list-style: none;
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--cinza);
}
.hero__badges li { display: inline-flex; align-items: center; gap: 8px; }
.hero__badges svg { width: 16px; height: 16px; flex: none; }
.hero__figure { display: flex; flex-direction: column; gap: 10px; justify-content: center; margin: 0; }
.photo {
  width: 100%; background: var(--verde-claro); overflow: hidden;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo--hero { aspect-ratio: 4/3; border-radius: 28px; box-shadow: 0 18px 40px -28px rgba(26, 28, 26, .35); }
.photo--card { aspect-ratio: 3/2; border-radius: 22px; }
.credit { display: block; font-size: 13px; line-height: 1.5; color: var(--cinza); }

/* Services picker */
.services {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 16px; margin-top: 34px; padding: 0; list-style: none;
}
.svc {
  display: flex; flex-direction: column; gap: 11px; text-align: left; width: 100%; height: 100%;
  cursor: pointer; background: var(--branco); border: 1px solid var(--linha);
  border-radius: var(--r); padding: 24px; color: inherit;
  transition: border-color .16s ease, transform .16s ease;
}
.svc:hover { border-color: var(--verde); transform: translateY(-2px); }
.svc[aria-pressed="true"] { border-color: var(--verde); background: #fff; }
.svc__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.svc__icon { width: 28px; height: 28px; }
.svc__dot {
  width: 22px; height: 22px; border-radius: 999px; border: 1.5px solid var(--verde-borda);
  display: grid; place-items: center; background: transparent; flex: none;
  transition: background .16s ease, border-color .16s ease;
}
.svc__dot svg { width: 13px; height: 13px; opacity: 0; transition: opacity .16s ease; }
.svc[aria-pressed="true"] .svc__dot { background: var(--verde); border-color: var(--verde); }
.svc[aria-pressed="true"] .svc__dot svg { opacity: 1; }
.svc h3 { font-size: 18px; font-weight: 600; line-height: 1.25; margin-top: 2px; }
.svc p { font-size: 14.5px; line-height: 1.55; color: var(--cinza); }

.summary {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 22px;
  background: var(--verde-claro); border: 1px solid var(--verde-borda);
  border-radius: var(--r); padding: 20px 24px;
}
.summary p { font-size: 15px; line-height: 1.5; flex: 1; min-width: 240px; }
.link-btn {
  background: transparent; border: none; cursor: pointer; font: inherit; font-size: 14.5px;
  font-weight: 600; color: var(--verde); text-decoration: underline; padding: 0;
}
.link-btn:hover { color: var(--verde-escuro); }
.link-btn[hidden] { display: none; }

/* Process */
.steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 22px; margin-top: 34px; padding: 0; list-style: none;
}
.step { display: flex; flex-direction: column; gap: 10px; }
.step__n {
  width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--verde-borda);
  background: var(--branco); display: grid; place-items: center;
  font-size: 14px; font-weight: 600; color: var(--verde); margin-bottom: 6px;
}
.step h3, .card h3 { font-size: 18px; font-weight: 600; line-height: 1.25; }
.step p, .card p { font-size: 14.5px; line-height: 1.55; color: var(--cinza); }

/* Work types */
.works {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 20px; margin-top: 30px;
}
.work { display: flex; flex-direction: column; gap: 10px; margin: 0; }
.work figcaption { font-size: 15px; font-weight: 500; }

/* Audience */
.audience {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 26px 56px; align-items: start;
}
.audience .h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.1; max-width: 20ch; }
.audience__text { font-size: 16px; line-height: 1.6; margin-top: 16px; max-width: 46ch; color: var(--cinza); }
.cards { display: grid; gap: 14px; }
.card { background: var(--branco); border: 1px solid var(--linha); border-radius: var(--r); padding: 24px; }
.card p { margin-top: 9px; }

/* Credentials */
.creds {
  background: var(--branco); border: 1px solid var(--linha); border-radius: 28px;
  padding: clamp(26px, 4vw, 48px); display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 28px 56px; align-items: start;
}
.creds__name { font-size: clamp(24px, 2.6vw, 30px); font-weight: 600; line-height: 1.15; margin-top: 16px; }
.creds__role { font-size: 14px; margin-top: 6px; color: var(--cinza); }
.creds__quote {
  margin: 22px 0 0; padding-left: 18px; border-left: 3px solid var(--verde);
  font-size: 15px; line-height: 1.6; color: var(--cinza); font-style: italic; max-width: 44ch;
}
.creds__list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.creds__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; font-weight: 500; }
.creds__list svg { width: 22px; height: 22px; flex: none; margin-top: 1px; }

/* FAQ */
.faq { display: grid; gap: 10px; margin-top: 34px; max-width: 860px; }
.faq details { background: var(--branco); border: 1px solid var(--linha); border-radius: var(--r); padding: 20px 24px; }
.faq summary {
  display: flex; justify-content: space-between; gap: 18px; align-items: center;
  font-size: 17px; font-weight: 600;
}
.faq summary span { color: var(--verde); font-size: 22px; font-weight: 600; line-height: 1; transition: transform .18s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { font-size: 15px; line-height: 1.6; margin-top: 12px; color: var(--cinza); }

/* CTA */
.cta { padding-top: clamp(20px, 3vw, 40px); }
.cta__card { background: var(--verde); border-radius: 32px; padding: clamp(30px, 5vw, 64px); }
.cta__logo { height: 52px; width: auto; border-radius: 4px; }
.cta h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; font-weight: 400; margin-top: 24px; color: #fff; max-width: 22ch; }
.cta__text { font-size: 16.5px; line-height: 1.6; margin-top: 16px; max-width: 52ch; color: rgba(255, 255, 255, .92); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta .link-underline { color: #fff; }
.cta .link-underline:hover { color: var(--creme); }
.cta__meta {
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  line-height: 1.6; margin-top: 26px; color: rgba(255, 255, 255, .8);
}

/* Footer */
.site-footer { border-top: 1px solid var(--linha); color: var(--cinza); font-size: 14px; }
.site-footer__top {
  padding-top: 44px; padding-bottom: 36px; display: grid; gap: 32px 48px;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(140px, 1fr));
}
.site-footer__brand img { height: 34px; width: auto; }
.site-footer__brand p { margin-top: 14px; max-width: 38ch; line-height: 1.55; }
.site-footer__col { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.site-footer__col h2 {
  font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--preto); margin-bottom: 4px;
}
.site-footer__col a { font-weight: 600; }
.site-footer__bottom {
  padding-top: 20px; padding-bottom: 96px; border-top: 1px solid var(--linha);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 32px; font-size: 13px; line-height: 1.5;
}
@media (max-width: 700px) {
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px;
  border-radius: 50%; background: var(--verde); display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(17, 17, 17, .25); transition: background .16s ease;
}
.wa-float:hover { background: var(--verde-escuro); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
.wa-float::after {
  content: attr(data-count); position: absolute; top: -5px; right: -5px;
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px;
  background: var(--preto); color: #fff; font-size: 12px; font-weight: 700; line-height: 18px; text-align: center;
  border: 2px solid var(--creme);
}
.wa-float:not([data-count])::after { display: none; }
