/* =========================================
   FONTES DO PROJETO
========================================= */

/* Heebo Regular */
@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Heebo Bold */
@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heebo ExtraBold */
@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Myriad Pro Regular */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Ubuntu Bold */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   CLASSES PARA USAR NO HTML
========================================= */

.font-heebo {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.font-heebo-regular {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-heebo-bold {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.font-heebo-extra-bold {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.font-myriad {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-ubuntu-bold {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-weight: 700;
}


:root {
  --green: #00d83b;
  --green-dark: #4ED243;
  --dark: #202020;
  --text: #68747a;
  --white: #ffffff;
  --soft: #eef0f0;
  --container: 1120px;
  --radius: 13px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
}

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

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

.feature-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.feature-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.container--narrow {
  width: min(930px, calc(100% - 48px));
}

.center {
  text-align: center;
}

/*Ajustes*/
.texto__banner{
  font-size: 30px;
  color: #fff;
  margin-top: 100px;
}
.texto__banner p{
  line-height: 140%;
}
.form{
  background: #f9f8fa;
  width: 100%;
  max-width: 480px;
  position: absolute;
  top: 120px;
  right: 200px;
  border-radius: 20px;
 
}
.form__title{
  background: #87d151;
  padding: 25px 0 15px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.form__title h2{
  text-transform: uppercase;
  color: #111;
  line-height: 100%;
  margin-bottom: 0;
}
.form__date{
  display: inline-block;
  margin-top: 10px;
  background: #252525;
  padding: 5px 25px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
}
.form__box{
  height: 530px;
  padding: 15px 25px 15px 25px;
}
.form p{
  padding: 25px;
  color: #111;
  margin: 0;
  font-size: 13px;
  line-height: 120%;
}
.form__box iframe{
    width:100%;
    height: 530px;
    border:none;
    border-radius:2rem;
}




/*fim ajsutes*/

.section {
  position: relative;
}

.section--white {
  background: var(--white);
}

.section--dark {
  color: var(--white);
  background: var(--dark);
}

.section-title {
  margin-bottom: 28px;
  color: var(--green);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.section-title--small {
  margin-bottom: 44px;
  font-size: clamp(25px, 2.7vw, 34px);
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 44.3% 55.7%;
  /* min-height: 1076px; */
  overflow: hidden;
  background: url('../assets/banner-desktop.webp');
  /* background: url('../assets/banner-desktop.png'); */
  background-repeat: no-repeat;
  background-size: 100% auto;

}

.hero__content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* gap: 54px; */
  padding: 60px clamp(34px, 6vw, 105px);
  /* background: var(--dark); */
}

.hero__visual {
  position: relative;
  min-height: 450px;
}

.hero__visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.pill-link {
  /* position: relative; */
  top: 28px;
  right: 55px;
  padding: 7px 25px;
  color: #111;
  border-radius: 10px;
  background: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 15px;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  /* position: absolute; */
  /* top: 100px; */

}

.brand-logo img {
  width: 100%;
   height: auto;
  object-fit: contain;
  /* margin: auto; */
}

.brand-logo--hero {
  width: min(100%, 440px);
}

.brand-logo--audience {
  width: 285px;
}

.brand-logo--footer {
  width: 285px;
}

.date-box {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  min-width: 320px;
  padding: 18px 32px;
  color: #111;
  background: var(--green);
}

.date-box span {
  font-size: 23px;
  font-weight: 800;
}

.date-box strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.date-box strong span {
  font-size: 27px;
  font-weight: 400;
}

/* INSCRIÇÃO */
.signup-intro {
  padding: 150px 0 0;
}

.grade-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 55px;

}



.grade-buttons a,
.signup-panel__buttons a {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 9px 15px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--green);
  font-size: 16px;
  line-height: 1.05;
  transition: transform 180ms ease, background 180ms ease;
  font-size: 18px;
  text-align: center;
}

.grade-buttons a:hover,
.signup-panel__buttons a:hover,
.footer__buttons a:hover,
.pill-link:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.intro-copy {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.45;
}

.feature-photo {
  position: relative;
  z-index: 2;
  width: min(590px, 85%);
  margin-inline: auto;
  padding: 12px;
  background: #edf0f1;
}

.feature-photo img,
.feature-photo video {
  display: block;
  width: 100%;
  aspect-ratio: 1.53 / 1;
  border: 0;
  background: #111;
  object-fit: cover;
}

.feature-video video {
  cursor: pointer;
}

.feature-photo--overlap {
  margin-bottom: -115px;
  margin-top: -100px;
}

/* CABEÇALHO COMO PARTICIPAR */
.participation-head {
  padding: 200px 0 62px;
}

.participation-head__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  /*gap: 120px;*/
}

.participation-head h2 {
  margin: 0;
  color: var(--green);
  font-size: 50px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  padding-left: 45px;
}

.participation-head p {
  margin: 0 0 26px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.35;
}

/* PASSOS */
.steps {
  padding: 44px 0 72px;
}

.steps__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.75fr) minmax(480px, 1.25fr);
  align-items: start;
  gap: 65px;
  max-width: 900px;
}

.event-card {
  position: relative;   /* nova linha */
  z-index: 2;            /* nova linha */
  overflow: hidden;
  background: var(--dark);
}

.event-card__title {
  padding: 22px;
  color: var(--white);
  background: var(--green);
  text-align: center;
  font-size: 26px;
  font-weight: 800;
}

.event-card__date {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 55px;
  color: var(--white);
}

.event-card__date strong {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 46px;
  line-height: 1;
}

.event-card__date strong span {
  font-size: 37px;
  font-weight: 400;
}

.event-card__photo {
  aspect-ratio: 0.95 / 1;
  object-fit: cover;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.step-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: start;
  gap: 20px;
}

.step-item__number {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--white);
  background: var(--green);
  font-size: 65px;
  font-weight: 800;
  /* line-height: 1; */
}

.step-item__body h3 {
  margin-bottom: 18px;
  color: #69767b;
  font-size: 29px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.step-item__body>p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.42;
}

.experience-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 46px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.15;
  gap: 15px;
}

.experience-list li:nth-child(even) {
  background: #e9e9e9;
}

.experience-list li span {
  color: var(--green);
  font-size: 24px;
}

.experience-list__highlight {
  background: #e9e9e9;
}

/* BENEFÍCIOS */
.benefits {
  padding: 83px 0 75px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 950px;
  margin-inline: auto;
}

.benefit-card {
  grid-column: span 2;
  overflow: hidden;
  border-radius: 8px;
  background: var(--green);
}

.benefit-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.benefit-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.benefit-card img {
  aspect-ratio: 2.01 / 1;
  object-fit: cover;
}

.benefit-card p {
  min-height: 67px;
  margin: 0;
  padding: 12px 18px 15px;
  color: #0a3218;
  font-size: 16px;
  line-height: 1.15;
}

/* QUEM PODE PARTICIPAR */
.audience {
  padding: 72px 0 58px;
}

/*Ajustes*/
.cta_custom{
  padding: 30px 0 80px 0;
}
.cta__box{
  background: url('../assets/cta-bg.webp');
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__box a {
    width: 100%;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    line-height: 75px;
    height:90px;
    padding: 10px 20px;
    color: #000;
    border-radius: 12px;
    background: var(--green);
    font-size: 38px;
    transition: transform 180ms ease, background 180ms ease;
}



/*Fim ajustes*/

.audience__grid {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  grid-template-areas:
    "info brand"
    "media panel";
  align-items: end;
  column-gap: 0;
  row-gap: 25px;
  width: 100%;
  max-width: 1200px;
}

.audience__info {
  grid-area: info;
}

.audience__info h2 {
  margin-bottom: 18px;
  color: #68747a;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.audience__info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
}

.audience__brand {
  grid-area: brand;
  justify-self: center;
}

.audience__media {
  position: relative;
  grid-area: media;
  min-height: 420px;
  overflow: hidden;
}

.audience__media>img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.audience-date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 170px;
  display: grid;
  grid-template-columns: 1fr;
  width: 165px;
  padding: 13px 17px;
  color: #0a3218;
  background: var(--green);
}

.audience-date span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.audience-date img {
  display: inline-block;

}

.audience-date strong {
  font-size: 22px;
  line-height: 1.15;
}

.signup-panel {
  grid-area: panel;
  align-self: stretch;
  padding: 30px;
  background: var(--dark);
}

.signup-panel h3 {
  margin-bottom: 25px;
  color: var(--white);
  font-size: 22px;
  text-align: center;
}

.signup-panel__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.signup-panel__buttons a {
  min-height: 63px;
  font-size: 18px;
}

/* CTA */
.final-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* min-height: clamp(345px, 32vw, 560px); */
  /* era: min-height: 345px; */
}

.final-cta__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062f15;
  background: var(--green);
}

.final-cta__content {
  width: min(390px, 70%);
  text-align: left;
}

.final-cta__eyebrow {
  display: block;
  margin: 0 0 10px;
  color: #062f15;
  font-size: 25px;
  line-height: 1.2;
}

.final-cta__copy h2 {
  margin: 0 0 29px;
  color: #062f15;
  font-size: 58px;
  line-height: 0.93;
  letter-spacing: -0.055em;
}

.final-cta__limited {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #062f15;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.final-cta__limited span {
  display: block;
}

.final-cta__check {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.final-cta__image {
  min-width: 0;
  overflow: hidden;
}

.final-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* nova linha */
}

/* FOOTER */
.footer {
  padding: 45px 0 68px;
  background: var(--dark);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  max-width: 960px;
}

.footer__buttons {
  display: flex;
  gap: 40px;
}

.footer__buttons a {
  display: grid;
  place-items: center;
  min-width: 230px;
  min-height: 55px;
  padding: 10px 20px;
  color: var(--white);
  border-radius: 12px;
  background: var(--green);
  font-size: 18px;

  transition: transform 180ms ease, background 180ms ease;
}

@media (max-width: 980px) {
  .hero__content {
    padding-inline: 42px;
  }

  #logo-mobile {
    width: 100%;
    position: relative;
   

  }



  .date-box {
    min-width: 270px;

  }

  .steps__grid {
    gap: 40px;
  }

  .audience-date {
    left: 95px;
  }

  .footer__buttons {
    gap: 14px;
  }

  .footer__buttons a {
    min-width: 185px;
  }
}


/* CTA — escala intermediária para notebooks e tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .final-cta__content {
    width: min(320px, 72%);
  }

  .final-cta__eyebrow {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .final-cta__copy h2 {
    margin-bottom: 23px;
    font-size: 48px;
  }

  .final-cta__limited {
    gap: 10px;
    font-size: 28px;
  }

  .final-cta__check {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  :root {
    --radius: 9px;
  }

  .container,
  .container--narrow {
    width: min(100% - 32px, 560px);
    
  }
  
  #logo-mobile {
    width: 120%;
  }

  .desktop-only {
    display: none;
  }

  .section-title {
    font-size: 25px;
  }

  .brand-logo img{
    padding-top: 20px;
    
  }

  /* Hero mobile igual à referência: bloco compacto, 2 colunas */
  .hero {
    grid-template-columns: 44% 56%;
    min-height: 170px;
  }

  .hero__content {
    justify-content: flex-end;
    /* era: center */
    gap: 15px;
    padding: 17px 9px 0 15px;
    /* era: 17px 9px 12px 15px */
  }

  .date-box strong img {
    width: 14px !important;
    height:14px !important;
  }

  .participation-head h2 {
    font-size: 23px;
    padding-left: 0;
  }

  .hero__visual {
    min-height: 170px;
  }

  .hero__visual img {
    object-position: center 35%;
  }

  .pill-link {
    top: 7px;
    right: 8px;
    padding: 4px 12px;
    font-size: 8px;
  }

  .brand-logo--hero {
    width: min(100%, 112px);
  }

  .date-box {
    gap: 4px;
    min-width: 0;
    width: 90%;
    padding: 8px 10px;
  }

  .date-box span {
    font-size: 14px;
    text-align: center;
  }

  .date-box strong {
    gap: 4px;
    font-size: 18px;
    margin: auto;
  }

  .date-box strong span {
    font-size: 11px;
  }

  /* Inscrição */
  .signup-intro {
    padding-top: 23px;
  }

  .signup-intro .section-title {
    margin-bottom: 17px;
  }

  .grade-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 26px;
  }

  .grade-buttons a {
    min-height: 45px;
    padding: 6px 4px;
    font-size: 14px;
  }

  .icon-list img {
    margin-left: 20px;
  }

  .intro-copy {
    max-width: 330px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.42;
  }

  .feature-photo {
    width: min(285px, 88%);
    padding: 5px;
  }

  .feature-photo--overlap {
    margin-bottom: -61px;
  }

  .participation-head {
    padding: 93px 0 31px;
  }

  .participation-head__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .participation-head h2 {
    font-size: 23px;
  }

  .participation-head p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* Passos */
  .steps {
    padding: 28px 0 0;
  }

  .steps .container {
    width: min(100% - 44px, 470px);
  }

  .steps__grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .steps-list {
    order: 1;
    gap: 26px;
  }

  .event-card {
    order: 2;
    width: min(250px, 78%);
    margin: 0 auto -1px;
    position: relative;
    z-index: 5;
    overflow: visible;
  }

  .event-card__title {
    padding: 13px;
    font-size: 17px;
  }

  .event-card__date {
    gap: 8px;
    padding: 16px 27px 20px;
    border-bottom: 3px solid var(--green);
    margin-bottom: -148px;
    background: #1E1F1E;
  }

  .event-card__date strong {
    gap: 8px;
    font-size: 33px;
  }

  .event-card__date strong span {
    font-size: 25px;
  }

  .event-card__photo {
    display: none;
  }

  .step-item {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .step-item__number {
    width: 48px;
    height: 48px;
    font-size: 44.5px;
  }

  .step-item__body h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .step-item__body>p {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .experience-list li {
    grid-template-columns: 26px 1fr;
    min-height: 34px;
    padding: 5px 4px;
    font-size: 10px;
  }

  .experience-list li span {
    font-size: 18px;
  }

  /* Benefícios */
  .benefits {
    padding: 30px 0 0px;
    z-index: 1;

  }

  .benefits .section-title {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 150px;
  }

  .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: min(260px, 80%);
  }

  .benefit-card,
  .benefit-card:nth-child(4),
  .benefit-card:nth-child(5) {
    width: 100%;
  }

  .benefit-card p {
    min-height: 45px;
    padding: 8px 9px 10px;
    text-align: center;
    font-size: 14px;
  }

  /* Último card "vaza" por baixo do fundo escuro sobre a seção branca */
  .benefit-card:last-child {
    position: relative;
    z-index: 3;
    margin-bottom: -47px;
  }

  /* Público: ordem específica do layout mobile */
  .audience {
    padding: 68px 0 0;
  }


  .audience .container {
    width: 100%;
  }

  .audience__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
  }

  .audience__brand {
    order: 1;
    align-self: center;
    margin-bottom: 22px;
  }

  .brand-logo--audience {
    width: 190px;
  }

  .audience-date {
    position: static;
    order: 2;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;
    width: min(300px, calc(100% - 44px));
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
    background: var(--green);
  }

  .audience-date span {
    gap: 8px;
  }

  /* Metade escura à esquerda: "Próximo evento" */
  .audience-date span:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-content: flex-start;
    padding: 14px 16px;
    background: var(--dark);
    color: var(--green);
    line-height: 1.05;
    font-size: 24px !important;
  }

  /* Metade verde à direita: data e hora empilhadas */
  .audience-date span:nth-child(2),
  .audience-date span:nth-child(3) {
    grid-column: 2;
    justify-content: flex-start;
    padding: 1px 10px;
    color: #0a3218;
  }

  .audience-date span:nth-child(2) {
    grid-row: 1;
    padding-top: 12px;
  }

  .audience-date span:nth-child(3) {
    grid-row: 2;
    padding-bottom: 12px;
  }

  .audience__info {
    order: 3;
    width: calc(100% - 44px);
    margin: 0 auto 22px;
    text-align: center;
  }

  .audience__info h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .audience__info p {
    font-size: 10px;
  }

  .signup-panel {
    order: 4;
    width: 100%;
    padding: 22px 16px 12px;
    text-align: center;
  }

  .signup-panel h3 {
    margin-bottom: 19px;
    color: var(--green);
    font-size: 24px;
  }

  .signup-panel__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 430px;
    margin-inline: auto;
  }

  .signup-panel__buttons a {
    min-height: 44px;
    padding: 5px;
    font-size: 14px;
  }

  .audience__media {
    display: contents;
  }

  .audience__media>img {
    order: 5;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.56 / 1;
    object-fit: cover;
  }

  /* CTA */
  .final-cta {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .final-cta__copy {
    min-height: 190px;
    padding-left: 20px;
  }

  .final-cta__content {
    width: min(280px, 70%);
  }

  .final-cta__eyebrow {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .final-cta__copy h2 {
    margin-bottom: 14px;
    font-size: 43px;
    line-height: 0.92;
  }

  .final-cta__limited {
    gap: 7px;
    font-size: 24px;
  }

  .final-cta__check {
    width: 23px;
    height: 23px;
  }

  .final-cta__image {
    height: 190px;
  }

  /* Footer */
  .footer {
    padding: 27px 0 31px;
  }

  .footer__inner {
    flex-direction: column;
    gap: 22px;
  }

  .brand-logo--footer {
    width: 175px;
  }

  .footer__buttons {
    flex-direction: column;
    gap: 7px;
  }

  .footer__buttons a {
    min-width: 205px;
    min-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 148px;
  }

  .hero__visual {
    min-height: 148px;
  }

  .brand-logo--hero {
    width: min(100%, 102px);
  }

  .date-box strong {
    font-size: 18px;
  }

  .signup-panel__buttons,
  .grade-buttons {
    gap: 4px;
  }
}


/* =========================================================
   PRIMEIRA DOBRA — AJUSTE DESKTOP FIEL À REFERÊNCIA
   Mantém o CSS atual e não altera a versão mobile.
========================================================= */
@media (max-width: 1920px) {
  .hero {
    grid-template-columns: 44.16% 55.84%;
    width: 100%;
    height: 1076px;
    min-height: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .hero__content {
    justify-content: flex-start;
    /* gap: clamp(50px, 3.73vw, 72px); */
    /* padding: 0 0 0 clamp(100px, 7.47vw, 144px); */
    padding: 0 0 0 200px;
  }

  .brand-logo--hero {
    width: clamp(420px, 30.68vw, 590px);
    max-width: none;
    margin-top: 100px;
    /* left: 200px; */
  }

  .date-box {
    width: clamp(350px, 25.81vw, 496px);
    min-width: 0;
    margin-left: clamp(34px, 2.44vw, 47px);
    padding: clamp(28px, 2.03vw, 39px) clamp(24px, 1.79vw, 34px);
    gap: clamp(7px, 0.65vw, 12px);
  }

  .date-box span {
    font-size: clamp(22px, 1.62vw, 31px);
    line-height: 1;
  }

  .date-box strong {
    gap: clamp(8px, 0.7vw, 13px);
    font-size: clamp(39px, 2.76vw, 53px);
    line-height: 1;
  }

  .date-box strong span {
    font-size: clamp(30px, 2.1vw, 40px);
  }

  .hero__visual {
    height: 100%;
    /* min-height: 0; */
  }

  .hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .pill-link {
    top: clamp(38px, 2.92vw, 56px);
    right: clamp(74px, 5.52vw, 106px);
    padding: clamp(6px, 0.45vw, 9px) clamp(15px, 1.75vw, 20px);
    font-size: clamp(12px, 0.9vw, 20px);
  }
}

/* =========================================================
   PASSOS — TÍTULO AO LADO DO NÚMERO E CONTEÚDO ABAIXO
   Mantém o HTML atual. O texto e a lista começam somente
   depois da altura do quadrado numérico, como na referência.
========================================================= */
.step-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: start;
  column-gap: 20px;
  row-gap: 12px;
}

.step-item__body {
  display: contents;
}

.step-item__number {
  grid-column: 1;
  grid-row: 1;
}

/* Título continua ao lado do número */
.step-item__body h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
  margin: 0;
}

/* Parágrafo e lista agora ocupam a largura total, abaixo do número */
.step-item__body>p {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  margin: 0;
}

.step-item__body>.experience-list {
  grid-column: 1 / -1;
  grid-row: 3;
  min-width: 0;
  margin: 0;
}




@media screen and (max-width: 1680px) {

  .hero{
    height: 940px;
  }
  .brand-logo--hero{
    margin-top: 70px;
  }
  .form{
    top: 90px;
  }
  .form__box {
    height: 440px;
  }
  .form__box iframe{
    height: 440px;
  }
}

@media screen and (max-width: 1600px) {
  .brand-logo--hero{
    margin-top: 50px;
  }
  .form{
    top: 60px;
  }
  .form__box {
    height: 400px;
  }
  .form__box iframe{
    height: 400px;
  }
  .brand-logo img{
    width: 100%;
  }
  .texto__banner{
    margin-top: 90px;
  }
}

@media screen and (max-width: 1440px) {
  .hero{
    background-size: cover;
    height: 900px;
  }
  .form{
    right: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .brand-logo--hero {
        margin-top: 80px;
  }
  .hero__content{
    padding:  0 0 0 120px;
  }
  .form {
      right: 25px;
      max-width: 380px;
  }
}
@media screen and (max-width: 1280px) {
    .form {
        right: 20px;
    }
}
   


@media (max-width: 767px) {
  .step-item {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
  }
  .hero{
    height: auto;
    display: flex;
    flex-direction: column;
    background: #f9f8fa;
    background-image: url('../assets/details-banner.webp');
    background-size: 100% 100%;
    z-index: 5;
  }
  .form{
    position: relative;
    right: 0;
    max-width: 320px;
  }
  .hero__content{
    padding: 13px 30px;
    background: url('../assets/banner-mobile.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .section--white{
    background: transparent;
  }
  .hero__visual{
      min-height: 1000px;
      display: flex;
      align-items: start;
      justify-content: center;
  }
  .texto__banner {
    margin-top: 0;
    font-size: 13px;

  }
  .brand-logo--hero {
    margin-top: 0;
  }
  .pill-link{
    margin-bottom: 0;
  }
  #logo-mobile{
    width: 28%;
  }
  .texto__banner p{
    line-height: 120%;
       margin: 0;
  }
  .brand-logo img{
    padding-top: 0;
  }

  .cta__box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    height: 0;
  }
  .cta__box a {
      width: 100%;
      display: inline-block;
      max-width: 180px;
      text-align: center;
      line-height: 35px;
      height: 50px;
      padding: 10px 20px;
      color: #000;
      border-radius: 12px;
      background: var(--green);
      font-size: 18px;
      transition: transform 180ms ease, background 180ms ease;
  }
  .cta_custom {
    padding: 30px 0 60px 0;
}

}

@media (max-width: 360px){
  .date-box span {
      font-size: 13px;
      text-align: center;
  }
}