:root {
  --bg: #efefef;
  --surface: #ffffff;
  --ink: #071622;
  --ink-soft: #293744;
  --primary: #0b9e42;
  --primary-dark: #067833;
  --navy: #093349;
  --line: #d8dde2;
  --container: min(1120px, 92vw);
  --radius-lg: 24px;
  --radius-md: 14px;
  --shadow-soft: 0 18px 44px rgba(3, 20, 32, 0.11);
  --hero-bg-desktop: url("Bruno couto wide (1).webp");
  --hero-bg-mobile: url("Bruno couto mobile (2).webp");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}

h1,
h2,
h3,
button,
.cta {
  font-family: "Montserrat", "Segoe UI", sans-serif;
}

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

.top-line {
  background: #063447;
  color: #f1f8fc;
  text-align: center;
  font-size: 0.93rem;
  font-weight: 600;
  padding: 0.72rem 1rem;
  letter-spacing: 0.01em;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.hero {
  background: #ffffff var(--hero-bg-desktop) right top / cover no-repeat;
  border-bottom: 1px solid #dfe5ea;
}

.hero-layout {
  min-height: 620px;
}

.hero-copy {
  padding: clamp(2.4rem, 5vw, 4.2rem) clamp(0.3rem, 1.2vw, 1rem) 2.4rem 0;
  align-self: center;
  width: min(50%, 760px);
  max-width: min(50%, 760px);
}

.hero-kicker {
  margin: 0 0 1.15rem;
  padding: 0.74rem 0;
  border-top: 2px solid #b9c0c7;
  border-bottom: 2px solid #b9c0c7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  text-align: center;
  font-size: clamp(0.72rem, 0.92vw, 0.86rem);
  letter-spacing: 0;
  font-weight: 500;
  color: #05090d;
}

.hero-kicker strong {
  font-weight: 800;
}

.hero-kicker-divider {
  width: 2px;
  height: 1.15rem;
  background: #121b24;
  margin: 0 0.5rem 0 0.42rem;
}

.hero-title {
  margin: 0;
  font-size: clamp(1.76rem, 3.9vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #05090d;
}

.hero-highlight {
  display: inline-block;
  background: #2f6784;
  color: #ffffff;
  padding: 0.05em 0.07em 0.11em;
}

.hero-description {
  margin: 1rem 0 0;
  max-width: 60ch;
  color: #141c24;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-emphasis {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.06em;
}

.hero-note {
  margin: 1rem 0 0;
  font-size: 0.94rem;
  line-height: 1.45;
  color: #3f4449;
}

.hero-note strong {
  color: #24282d;
  font-weight: 800;
}

.lead-form {
  margin-top: 1.25rem;
  width: min(520px, 100%);
  display: grid;
  gap: 0.58rem;
}

.lead-form input {
  width: 100%;
  border: 1px solid #b9c2cb;
  border-radius: 5px;
  min-height: 47px;
  padding: 0.78rem 0.95rem;
  font-size: 0.96rem;
  background: #fff;
  color: #16222d;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.lead-form input:focus {
  outline: none;
  border-color: #266087;
  box-shadow: 0 0 0 3px rgba(38, 96, 135, 0.15);
}

.lead-form button,
.cta {
  border: none;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  color: #fff;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  box-shadow: 0 8px 20px rgba(4, 113, 48, 0.26);
}

.lead-form button:hover,
.cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.form-feedback {
  margin: 0.18rem 0 0;
  min-height: 1.2rem;
  font-size: 0.88rem;
  color: #0a6f35;
  font-weight: 600;
}

.why {
  background: #f6f8fa;
  border-top: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.1rem;
  align-items: center;
  padding: 2.2rem 0;
}

.why-kicker {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
}

.why h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  color: #0d2f48;
}

.why-grid > p {
  margin: 0;
  color: #1f2d38;
  max-width: 62ch;
}

.divider-arrow {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto -17px;
  background: #f6f8fa;
  border-left: 1px solid #dfe4e9;
  border-bottom: 1px solid #dfe4e9;
  transform: rotate(-45deg);
}

.agenda {
  padding: 4.4rem 0 4.2rem;
}

.agenda h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
}

.agenda-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.agenda-card {
  background: #fff;
  border: 1px solid #dde3e9;
  border-radius: 8px;
  overflow: hidden;

}

.agenda-image {
  min-height: 188px;
  display: flex;
  align-items: end;
  padding: 0.85rem;
}

.img-a {
  background: url("JORNADA-DIA01\ \(1\).webp") center / cover no-repeat;
}

.img-b {
  background: url("JORNADA-DIA02.webp") center / cover no-repeat;
}

.img-c {
  background: url("JORNADA-DIA03.webp") center / cover no-repeat;
}

.agenda-image span {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.agenda-card h3 {
  margin: 1rem 1rem 0.4rem;
  text-align: center;
  font-size: 1.35rem;
}

.agenda-card p {
  margin: 0 1rem 1.1rem;
  text-align: center;
  color: #354757;
  font-size: 0.95rem;
}

.testimonials {
  padding: 2rem 0 4rem;
}

.testimonials h2 {
  text-align: center;
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.testimonials-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.chat-card {
  background: #ece7dd;
  border: 1px solid #d3cbbb;
  border-radius: 18px;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.chat-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(73, 86, 99, 0.14);
  padding-bottom: 0.55rem;
  margin-bottom: 0.68rem;
}

.chat-name {
  font-weight: 800;
  font-size: 1rem;
  color: #152636;
}

.chat-card p {
  margin: 0;
  background: #ffffff;
  border: 1px solid #ddd5c6;
  border-radius: 13px;
  padding: 0.9rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #1e2c38;
}

.audience {
  padding: 3.5rem 0;
  background: #f6f6f6;
}

.audience-wrap {
  text-align: center;
}

.audience h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  color: #0e3049;
}

.audience p {
  margin: 1.05rem auto 1.7rem;
  max-width: 66ch;
  font-size: 1.04rem;
  color: #273846;
  background: #fff;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  padding: 0.9rem 1rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-image {
  min-height: 520px;
  background: url("bruno.webp") right center / cover no-repeat;
}

.about-copy {
  background: #f5f2eb;
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  align-content: center;
}

.about-copy h2 {
  margin: 0;
  line-height: 1.2;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: #091e2e;
}

.about-copy h2 strong {
  color: #000;
}

.about-copy p {
  margin: 1rem 0 0;
  color: #273745;
  font-size: 1rem;
}

.about-copy .cta {
  margin-top: 1.5rem;
  justify-self: start;
}

.final-cta {
  padding: clamp(3.3rem, 6vw, 6rem) 1rem;
  background:
    linear-gradient(120deg, rgba(6, 17, 29, 0.92), rgba(8, 30, 49, 0.82)),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1500&q=80") center / cover no-repeat;
}

.final-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 2.8rem);
  border-radius: 18px;
  border: 1px solid rgba(208, 224, 239, 0.38);
  background: rgba(4, 21, 36, 0.68);
  backdrop-filter: blur(2px);
  text-align: center;
  color: #fff;
}

.final-brand {
  margin: 0;
  font-size: 1.42rem;
  font-family: "Times New Roman", serif;
}

.final-card h2 {
  margin: 0.7rem auto 0;
  max-width: 23ch;
  font-size: clamp(1.4rem, 3.3vw, 2.3rem);
  line-height: 1.2;
}

.final-date {
  margin: 0.75rem 0 1.5rem;
  font-weight: 700;
  color: #f6c04f;
}

.footer {
  background: #12161e;
  color: #bac4ce;
  text-align: center;
  font-size: 0.84rem;
  padding: 1.15rem 1rem 1.5rem;
}

.footer p {
  margin: 0.36rem 0;
}

.footer-privacy {
  margin: 0.36rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d4dde6;
  font-size: 0.84rem;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  cursor: pointer;
}

.footer-privacy:hover {
  color: #ffffff;
}

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

@media (max-width: 1024px) {
  .hero {
    background: #ffffff var(--hero-bg-mobile) center top / cover no-repeat;
  }

  .hero-copy {
    padding: 2.3rem 0;
    width: min(76%, 760px);
    max-width: min(76%, 760px);
  }

  .hero-kicker {
    margin-bottom: 1rem;
    font-size: 0.78rem;
  }

  .hero-kicker-divider {
    height: 1rem;
    margin: 0 0.4rem 0 0.22rem;
  }

  .hero-title {
    font-size: clamp(1.7rem, 4.2vw, 2.45rem);
  }

  .hero-description {
    font-size: 0.97rem;
  }

  .hero-note {
    font-size: 0.92rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 400px;
  }

  .about-copy .cta {
    justify-self: stretch;
  }
}

@media (max-width: 700px) {
  .top-line {
    font-size: 0.8rem;
  }

  .hero {
    background: #ffffff;
    border-bottom: 0;
  }

  .hero-layout {
    min-height: auto;
    position: relative;
    padding-bottom: 0;
  }

  .hero-layout::after {
    content: "";
    display: block;
    margin-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: clamp(360px, 95vw, 620px);
    background: var(--hero-bg-mobile) center top / cover no-repeat;
  }

  .hero-kicker {
    font-size: 0.72rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 0.62rem 0;
  }

  .hero-kicker-divider {
    margin-inline: 0.35rem;
    height: 1.1rem;
  }

  .hero-title {
    font-size: 1.7rem;
    line-height: 1.14;
  }

  .hero-description {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .hero-note {
    font-size: 0.9rem;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .agenda {
    padding: 3rem 0;
  }

  .agenda-grid {
    grid-template-columns: 1fr;
  }

  .chat-card p {
    font-size: 0.96rem;
  }

  .cta {
    min-width: unset;
    width: 100%;
  }
}
