/* ==========================================================================
   Reset
   ========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
ul,
li,
form,
label,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
:root {
  --green-dark: #285651;
  --green-darker: #184220;
  --cream: #eee6df;
  --cream-soft: rgba(238, 230, 223, 0.55);
  --orange: rgba(255, 162, 0, 0.9);
  --white: #ffffff;
  --font-body: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-heading: "Ubuntu", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
  color: #333333;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.42857;
}

.wpcf7-form p {margin:0 !important}
.wpcf7-spinner {position:absolute; left:0}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 55px;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0.66em 24px;
  background-color: var(--green-dark);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 22px;
  border-radius: 100px;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn:hover {
  background-color: var(--green-darker);
  color:#fff !important
}

.btn--outline {
  border: 1px solid var(--white);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  background-image: url("imgs/bg-hero.jpeg");
  background-size: cover;
  background-position: 50% 42%;
  background-repeat: no-repeat;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.hero__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 30px 0;
}

.hero-card {
  background-color: var(--orange);
  border-radius: 38px;
  padding: 30px;
  max-width: 495px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.hero-card__title {
  width: 100%;
  margin: 8px 0 14px;
}

.hero-card__lead {
  color: var(--green-dark);
  font-size: 17px;
  text-align: center;
  line-height: 1.35;
  max-width: 340px;
  margin-bottom: 18px;
}

/* Form */
.lead-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lead-form__field {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.lead-form__label {
  color: var(--green-dark);
  font-size: 14px;
  margin-bottom: 6px;
  text-align: left;
}

.lead-form__input {
  height: 38px;
  width: 100%;
  padding: 0 0.75em;
  border-radius: 4px;
  border: none;
  background-color: var(--white);
  color: var(--green-dark);
  font-family: var(--font-body);
  font-size: 16px;
  box-shadow: inset 0px 2px 3px #ddd;
}

.lead-form__input.is-invalid {
  outline: 2px solid #dc3543;
}

.lead-form__submit {
  align-self: center;
  margin-top: 6px;
  width: 100%;
  max-width: 280px;
  display: flex;
  justify-content: center;
}

.hero-card__privacy {
  margin-top: 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 40px 0;
  }
  .hero__container {
    justify-content: center;
    padding: 0 16px;
  }
  .hero-card {
    max-width: 460px;
    margin: 0;
  }
}

/* ==========================================================================
   Intro text section
   ========================================================================== */
.intro {
  padding: 60px 0 20px;
  text-align: center;
}

.intro__text p {
  color: var(--green-dark);
  }

.intro__text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--green-dark);
  font-size: 17px;
  line-height: 1.5;
}

.intro__text p + p {
  margin-top: 18px;
}

.intro__highlight p {
  color: var(--green-dark);
}

.intro__highlight {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--green-dark);
  font-size: 17px;
  line-height: 1.5;
}

.intro__highlight p + p {
  margin-top: 10px;
}

.intro__cta {
  margin: 30px 0 60px;
}

/* ==========================================================================
   Section heading (Os avanços de 2025...)
   ========================================================================== */
.section-heading {
  background-color: var(--cream-soft);
  padding: 60px 0 40px;
  text-align: center;
}

.section-heading__title {
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-bottom: 14px;
}

.section-heading__text {
  
  margin: 0 auto;
  color: var(--green-dark);
  font-size: 17px;
  line-height: 1.5;
  max-width:820px;
}

.section-heading__text em {
  font-style: italic;
}

/* ==========================================================================
   Videos
   ========================================================================== */
.videos {
  background-color: var(--cream);
  padding: 20px 0 60px;
}

.video-row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
}

.video-row + .video-row {
  border-top: 1px solid rgba(40, 86, 81, 0.12);
}

.video-row--reverse {
  flex-direction: row-reverse;
}

.video-embed {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 26.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #000;
  flex: 0 0 46%;
  cursor: pointer;
}

.video-embed iframe,
.video-embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.video-embed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.video-embed:hover .video-embed__play {
  background-color: #ff0000;
}

.video-embed__play svg {
  width: 22px;
  height: 22px;
  fill: var(--white);
  margin-left: 3px;
}

.video-embed--fallback {
  background-color: var(--green-dark);
}

.video-embed__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
}

.video-embed__fallback p {
  color: var(--white);
  font-size: 14px;
  opacity: 0.85;
}

.video-embed__fallback a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #ff0000;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 15px;
  border-radius: 100px;
  text-decoration: none;
}

.video-embed__fallback a:hover {
  background-color: #d90000;
}

.video-row__content {
  flex: 1;
  color: var(--green-dark);
}

.video-row__content p {
  font-size: 16px;
  line-height: 1.5;
}

.video-row__content--pair {
  display: flex;
  gap: 24px;
  flex: 1;
  width: 100%;
}

.video-pair {
  display: flex;
  gap: 24px;
  flex: 1;
  width: 100%;
}

.video-pair .video-embed {
  flex: 1;
}

.video-row--single .video-embed {
  flex: 0 0 46%;
}

.video-row--text-left .video-row__content {
  order: 1;
}

.video-row--text-left .video-embed {
  order: 2;
}

@media (max-width: 767px) {
  .video-row,
  .video-row--reverse,
  .video-pair {
    flex-direction: column;
    gap: 16px;
  }
  .video-embed,
  .video-row--single .video-embed {
    flex: none;
    width: 100%;
  }
}

/* ==========================================================================
   Team / mission section
   ========================================================================== */
.about {
  background-color: var(--green-dark);
  padding-bottom: 70px;
}

.about__photo {
  width: 100%;
  display: block;
}

.about__text {
  max-width: 760px;
  margin: 55px auto 0;
  color: var(--cream);
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
}

.about__text p {
  color: var(--cream);}

.about__text p + p {
  margin-top: 22px;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
.contact {
  padding: 55px 0;
  text-align: center;
}

.contact__title {
  color: var(--green-darker);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__line {
  color: var(--green-darker);
  font-size: 16px;
  margin: 0;
}

.contact__line a {
  color: var(--green-darker);
  text-decoration: underline;
}

/* ==========================================================================
   Partners
   ========================================================================== */
.partners {
  padding: 0 0 40px;
  text-align: center;
}

.partners img {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  padding: 44px 0;
  border-top: 1px solid rgba(24, 66, 32, 0.1);
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__logo {
  height: 40px;
  width: auto;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style:none
}

.footer__social img {
  width: 24px;
  height: 24px;
}

.footer__link {
  color: var(--green-darker);
  font-size: 15px;
}

@media (max-width: 600px) {
  .footer__row {
    justify-content: center;
    text-align: center;
  }
}

/* ==========================================================================
   Contact Form 7 — mapeia o markup gerado pelo CF7 para o mesmo visual
   do card do formulário (inputs brancos arredondados, labels verde-escuro,
   botão em pílula).
   ========================================================================== */
.lp-relatorio-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lp-relatorio-form label {
  display: block;
  width: 100%;
  color: var(--green-dark);
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
}

.lp-relatorio-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.lp-relatorio-form input[type="text"],
.lp-relatorio-form input[type="email"],
.lp-relatorio-form input[type="tel"] {
  height: 38px;
  width: 100%;
  padding: 0 0.75em;
  border-radius: 4px;
  border: none;
  background-color: var(--white);
  color: var(--green-dark);
  font-family: var(--font-body);
  font-size: 16px;
  box-shadow: inset 0px 2px 3px #ddd;
}

.lp-relatorio-form input.wpcf7-not-valid {
  outline: 2px solid #dc3543;
}

.lp-relatorio-form .wpcf7-not-valid-tip {
  color: #ffe5e5;
  font-size: 12px;
  margin-top: 4px;
}

.lp-relatorio-form .rd-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
}

.lp-relatorio-form .wpcf7-list-item {
  margin: 0;
}

.lp-relatorio-form .rd-privacy-text {
  margin-top: 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
}

.lp-relatorio-form .rd-privacy-text a {
  color: var(--green-dark);
  text-decoration: underline;
}

.lp-relatorio-form input[type="submit"] {
  align-self: center;
  margin-top: 16px;
  width: 100%;

  padding: 0.66em 24px;
  background-color: var(--green-dark);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 22px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.lp-relatorio-form input[type="submit"]:hover {
  background-color: var(--green-darker);

}

.lp-relatorio-form .wpcf7-spinner {
  margin: 10px auto 0;
  position:absolute;
  left:0;
  bottom:0;
}

.lp-relatorio-form .wpcf7-response-output {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--green-dark);
  font-size: 13px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}



.lp-relatorio-form input[type="submit"],
.lp-relatorio-form button[type="submit"] {
  font-family: "Ubuntu", Arial, sans-serif !important;  /* travado no estado normal */

}