/* assets/v2/sobre_ecossistema.css */

:root {
  --sobre-verde-escuro: #0b2f2b;
  --sobre-verde: #087f6d;
  --sobre-verde-claro: #dff7ef;
  --sobre-azul: #175caa;
  --sobre-dourado: #f2b84b;
  --sobre-dourado-claro: #fff3d0;
  --sobre-texto: #17324a;
  --sobre-texto-suave: #5d6d7b;
  --sobre-linha: #d9e5e2;
  --sobre-fundo: #f5f9f8;
  --sobre-branco: #fff;
  --sobre-sombra: 0 18px 44px rgba(13, 47, 43, .1);
}

.v2sobre-shell,
.v2sobre-shell * {
  box-sizing: border-box;
}

.v2sobre-shell {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 18px 16px 52px;
  color: var(--sobre-texto);
  overflow-x: clip;
}

.v2sobre-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  margin: 6px 0 22px;
}

.v2sobre-hero-conteudo,
.v2sobre-hero-numeros {
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--sobre-sombra);
}

.v2sobre-hero-conteudo {
  position: relative;
  padding: clamp(28px, 5vw, 64px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(242, 184, 75, .38), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(83, 214, 190, .22), transparent 35%),
    linear-gradient(135deg, #092825 0%, #0d554c 54%, #127b6d 100%);
}

.v2sobre-hero-conteudo::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .035), 0 0 0 68px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.v2sobre-selo,
.v2sobre-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.v2sobre-selo {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #e9fff8;
}

.v2sobre-kicker {
  color: var(--sobre-verde);
}

.v2sobre-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 20px 0 16px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
  color: #fff;
}

.v2sobre-hero h1 em {
  color: #ffd978;
  font-style: normal;
}

.v2sobre-hero-conteudo > p {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin: 0;
  color: #e7f6f2;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.62;
}

.v2sobre-acoes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.v2sobre-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 13px;
  padding: 12px 17px;
  font: inherit;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.v2sobre-btn:hover,
.v2sobre-btn:focus-visible {
  transform: translateY(-2px);
}

.v2sobre-btn.principal {
  background: var(--sobre-dourado);
  color: #332304;
  box-shadow: 0 10px 24px rgba(242, 184, 75, .24);
}

.v2sobre-btn.secundario {
  border: 1px solid #bad2cc;
  background: #fff;
  color: var(--sobre-verde-escuro);
}

.v2sobre-btn.enviar {
  width: 100%;
  margin-top: 4px;
  background: var(--sobre-dourado);
  color: #332304;
  font-size: 16px;
}

.v2sobre-hero-conteudo .v2sobre-nota {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.v2sobre-hero-numeros {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid #e5d9b9;
  background: linear-gradient(160deg, #fffdf7, #fff4d6);
}

.v2sobre-numero {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(143, 103, 24, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .7);
}

.v2sobre-numero strong {
  font-size: 35px;
  line-height: 1;
  color: var(--sobre-verde-escuro);
}

.v2sobre-numero span {
  color: #685b3f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.v2sobre-hero-numeros > p {
  margin: 6px 4px 0;
  color: #6d5e3f;
  font-size: 14px;
  line-height: 1.5;
}

.v2sobre-alerta {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.v2sobre-alerta.sucesso {
  border: 1px solid #a9dfc5;
  background: #e7f8ef;
  color: #0c5a38;
}

.v2sobre-alerta.erro {
  border: 1px solid #efb9bd;
  background: #fff0f1;
  color: #8b2832;
}

.v2sobre-manifesto {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 24px 0;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid #cfe4df;
  border-radius: 28px;
  background: linear-gradient(140deg, #eefaf6 0%, #fff 65%);
  box-shadow: 0 14px 38px rgba(13, 47, 43, .07);
}

.v2sobre-manifesto-marca {
  color: var(--sobre-dourado);
  font-family: Georgia, serif;
  font-size: 132px;
  line-height: .68;
}

.v2sobre-manifesto h2,
.v2sobre-secao h2,
.v2sobre-encontro h2,
.v2sobre-fecho h2 {
  margin: 8px 0 13px;
  color: var(--sobre-verde-escuro);
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.v2sobre-manifesto blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.v2sobre-manifesto blockquote p {
  margin: 0 0 12px;
  color: #314b5d;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.66;
}

.v2sobre-manifesto cite {
  display: inline-block;
  margin-top: 6px;
  color: var(--sobre-verde);
  font-style: normal;
  font-weight: 900;
}

.v2sobre-secao {
  margin: 24px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--sobre-linha);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 50, 73, .055);
}

.v2sobre-nos {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
  margin: 24px 0;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #d9e5e2;
  border-radius: 28px;
  background: #fff;
}

.v2sobre-nos h2 {
  margin: 8px 0 10px;
  color: var(--sobre-verde-escuro);
  font-size: clamp(28px, 4vw, 43px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.v2sobre-nos p {
  margin: 0;
  color: var(--sobre-texto-suave);
  line-height: 1.62;
}

.v2sobre-movimento {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e8f8f3, #fff5d9);
}

.v2sobre-movimento span {
  display: inline-flex;
  padding: 9px 11px;
  border: 1px solid rgba(8, 127, 109, .15);
  border-radius: 999px;
  background: #fff;
  color: var(--sobre-verde-escuro);
  font-size: 12px;
  font-weight: 900;
}

.v2sobre-movimento i {
  color: #a77a1f;
  font-style: normal;
  font-weight: 900;
}

.v2sobre-andre {
  display: grid;
  grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 8%, rgba(242, 184, 75, .18), transparent 26%),
    #fff;
}

.v2sobre-andre-identidade {
  display: grid;
  gap: 18px;
}

.v2sobre-monograma {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--sobre-verde-escuro), var(--sobre-verde));
  color: #ffd978;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: 0 18px 36px rgba(8, 77, 67, .22);
}

.v2sobre-andre-texto p,
.v2sobre-cabecalho-secao p,
.v2sobre-encontro-texto p,
.v2sobre-fecho p {
  color: var(--sobre-texto-suave);
  line-height: 1.65;
}

.v2sobre-andre-texto p {
  margin: 0 0 13px;
  font-size: 16px;
}

.v2sobre-papeis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.v2sobre-papeis span,
.v2sobre-contador {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--sobre-verde-claro);
  color: #0b695a;
  font-size: 12px;
  font-weight: 900;
}

.v2sobre-cabecalho-secao {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.v2sobre-cabecalho-secao h2 {
  max-width: 820px;
}

.v2sobre-cabecalho-secao p {
  max-width: 820px;
  margin: 0;
}

.v2sobre-link,
.v2sobre-link-claro {
  flex: 0 0 auto;
  color: var(--sobre-verde);
  font-weight: 900;
  text-decoration: none;
}

.v2sobre-link-claro {
  display: inline-flex;
  margin-top: 12px;
  color: #fff0ae;
}

.v2sobre-livros {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2sobre-livro {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 15px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce6e3;
  border-radius: 20px;
  background: var(--sobre-fundo);
}

.v2sobre-livro-capa {
  display: block;
  min-width: 0;
}

.v2sobre-livro-capa img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  border-radius: 12px;
  background: #e9efed;
  box-shadow: 0 12px 25px rgba(20, 40, 58, .18);
}

.v2sobre-livro-corpo {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.v2sobre-livro-corpo > span {
  color: var(--sobre-verde);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.v2sobre-livro h3 {
  margin: 7px 0 4px;
  color: var(--sobre-verde-escuro);
  font-size: 21px;
  line-height: 1.08;
}

.v2sobre-livro strong {
  color: #50606d;
  font-size: 12px;
  line-height: 1.35;
}

.v2sobre-livro p {
  margin: 10px 0;
  color: var(--sobre-texto-suave);
  font-size: 13px;
  line-height: 1.48;
}

.v2sobre-livro-corpo > a {
  margin-top: auto;
  color: var(--sobre-verde);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.v2sobre-familias {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v2sobre-familia {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--sobre-linha);
  border-radius: 19px;
  background: linear-gradient(155deg, #fff, #f3faf8);
}

.v2sobre-familia-icone {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--sobre-dourado-claro);
  font-size: 23px;
}

.v2sobre-familia h3 {
  margin: 13px 0 7px;
  color: var(--sobre-verde-escuro);
  font-size: 18px;
  line-height: 1.17;
}

.v2sobre-familia p {
  margin: 0 0 10px;
  color: var(--sobre-texto-suave);
  font-size: 13px;
  line-height: 1.5;
}

.v2sobre-familia small {
  color: #6b796f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.v2sobre-centralizar {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.v2sobre-formas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v2sobre-forma {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 2px 12px;
  min-width: 0;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--sobre-linha);
  border-radius: 18px;
  background: #fff;
  color: var(--sobre-texto);
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.v2sobre-forma:hover,
.v2sobre-forma:focus-visible {
  transform: translateY(-2px);
  border-color: #88c8b9;
  box-shadow: 0 12px 25px rgba(13, 47, 43, .08);
  outline: 0;
}

.v2sobre-forma > span {
  grid-row: 1 / 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--sobre-verde-claro);
  font-size: 22px;
}

.v2sobre-forma strong {
  align-self: end;
  color: var(--sobre-verde-escuro);
  font-size: 15px;
}

.v2sobre-forma small {
  align-self: start;
  color: var(--sobre-texto-suave);
  font-size: 12px;
  line-height: 1.35;
}

.v2sobre-encontro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
  margin: 24px 0;
  padding: clamp(24px, 5vw, 50px);
  scroll-margin-top: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 4% 5%, rgba(242, 184, 75, .22), transparent 25%),
    linear-gradient(145deg, #092825, #0d554c);
  color: #fff;
  box-shadow: var(--sobre-sombra);
}

.v2sobre-encontro .v2sobre-kicker {
  color: #ffd978;
}

.v2sobre-encontro h2 {
  color: #fff;
}

.v2sobre-encontro-texto > p,
.v2sobre-encontro-texto li {
  color: #daeee9;
}

.v2sobre-encontro-texto ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.v2sobre-encontro-texto li {
  margin-bottom: 9px;
  line-height: 1.45;
}

.v2sobre-form {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  background: #fff;
  color: var(--sobre-texto);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.v2sobre-form-duplo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v2sobre-campo {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.v2sobre-campo label {
  color: #294457;
  font-size: 12px;
  font-weight: 900;
}

.v2sobre-campo input,
.v2sobre-campo select,
.v2sobre-campo textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd9df;
  border-radius: 12px;
  background: #fff;
  color: #17324a;
  font: inherit;
  font-size: 14px;
  padding: 11px 12px;
  outline: 0;
}

.v2sobre-campo textarea {
  min-height: 84px;
  resize: vertical;
}

.v2sobre-campo input:focus,
.v2sobre-campo select:focus,
.v2sobre-campo textarea:focus {
  border-color: var(--sobre-verde);
  box-shadow: 0 0 0 3px rgba(8, 127, 109, .12);
}

.v2sobre-aceite {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 11px;
  border-radius: 12px;
  background: #f1f8f6;
  color: #425766;
  font-size: 12px;
  line-height: 1.42;
  cursor: pointer;
}

.v2sobre-aceite input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--sobre-verde);
}

.v2sobre-privacidade {
  color: #6d7b86;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.v2sobre-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.v2sobre-fecho {
  margin-top: 24px;
  padding: clamp(34px, 6vw, 68px) 20px;
  border: 1px solid #e7d6aa;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, .25), transparent 38%),
    #fffaf0;
  text-align: center;
}

.v2sobre-fecho > span {
  color: var(--sobre-dourado);
  font-size: 72px;
  font-weight: 900;
  line-height: .7;
}

.v2sobre-fecho h2 {
  margin: 18px auto 12px;
}

.v2sobre-fecho p {
  max-width: 750px;
  margin: 0 auto 22px;
}

@media (max-width: 1040px) {
  .v2sobre-livros {
    grid-template-columns: 1fr;
  }

  .v2sobre-livro {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .v2sobre-familias {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .v2sobre-hero,
  .v2sobre-nos,
  .v2sobre-andre,
  .v2sobre-encontro {
    grid-template-columns: 1fr;
  }

  .v2sobre-manifesto {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .v2sobre-manifesto-marca {
    font-size: 88px;
  }

  .v2sobre-formas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2sobre-cabecalho-secao {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .v2sobre-shell {
    padding: 10px 9px 34px;
  }

  .v2sobre-hero-conteudo,
  .v2sobre-hero-numeros,
  .v2sobre-manifesto,
  .v2sobre-secao,
  .v2sobre-encontro,
  .v2sobre-fecho {
    border-radius: 20px;
  }

  .v2sobre-movimento {
    justify-content: flex-start;
    padding: 15px;
  }

  .v2sobre-hero-conteudo {
    padding: 25px 18px;
  }

  .v2sobre-hero h1 {
    font-size: clamp(35px, 12vw, 52px);
  }

  .v2sobre-acoes,
  .v2sobre-acoes .v2sobre-btn,
  .v2sobre-centralizar .v2sobre-btn {
    width: 100%;
  }

  .v2sobre-hero-numeros {
    padding: 14px;
  }

  .v2sobre-numero {
    grid-template-columns: 72px 1fr;
    padding: 12px;
  }

  .v2sobre-numero strong {
    font-size: 30px;
  }

  .v2sobre-manifesto {
    display: block;
    padding: 24px 18px;
  }

  .v2sobre-manifesto-marca {
    height: 48px;
    font-size: 78px;
  }

  .v2sobre-secao,
  .v2sobre-encontro {
    padding: 23px 16px;
  }

  .v2sobre-monograma {
    width: 92px;
    height: 92px;
    border-radius: 25px;
    font-size: 34px;
  }

  .v2sobre-livro {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 11px;
  }

  .v2sobre-livro h3 {
    font-size: 18px;
  }

  .v2sobre-livro p {
    display: none;
  }

  .v2sobre-familias,
  .v2sobre-formas,
  .v2sobre-form-duplo {
    grid-template-columns: 1fr;
  }

  .v2sobre-form {
    padding: 15px;
    border-radius: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2sobre-btn,
  .v2sobre-forma {
    transition: none;
  }

  html:focus-within {
    scroll-behavior: auto;
  }
}
