/* Fontes oficiais — arquivos em assets/fontes */
@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta Light Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta Bold (1).otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta Extra Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("assets/fontes/Averta Extra Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

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

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

:root {
  --purple: #32002f;
  --purple-deep: #2a0029;
  --purple-card: #3a0038;
  --pink: #f51f69;
  --coral: #f15162;
  --orange: #ff963e;
  --yellow: #ffc22f;
  --ice: #6c8082;
  --soft-gray: #eef0f1;
  --white: #ffffff;
}

.hero-photo > img,
.video-frame > img,
.event-family-image > img,
.benefit-image > img,
.participation-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-frame > iframe,
.form-embed > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.form-embed {
  padding: 0;
  overflow: hidden;
}

.video-embed::after {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--purple);
  font-family: "Averta", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.landing-page {
  width: 100%;
  overflow: hidden;
}

.gradient-line {
  width: 100%;
  height: min(1.1vw, 21px);
  min-height: 7px;
  background: linear-gradient(90deg, var(--yellow) 0%, var(--orange) 30%, var(--pink) 68%, #8d245d 100%);
}

/* Buttons */
.btn-gradient,
.btn-outline-alfa,
.btn-inscricao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75vw;
  min-height: 3.2vw;
  padding: 0.vw 1.6vw;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
}



.btn-gradient {
  border: 0;
  color: var(--white);
  background: linear-gradient(100deg, var(--orange), var(--coral) 55%, var(--pink));
}

.btn-outline-alfa {
  border: 1.5px solid var(--pink);
  color: white;
  background: transparent;
  font-weight: 700!important
}

/* Mantém a aparência dos botões no hover/focus (anula o Bootstrap) */
.btn-gradient,
.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active {
  color: var(--white);
  background: linear-gradient(100deg, var(--orange), var(--coral) 55%, var(--pink));
  border: 0;
  box-shadow: none;
  filter: none;
  transform: none;
}

.btn-outline-alfa,
.btn-outline-alfa:hover,
.btn-outline-alfa:focus,
.btn-outline-alfa:active {
  color: #fff;
  background: transparent;
  border: 1.5px solid var(--pink);
  box-shadow: none;
  filter: none;
  transform: none;
}

.btn-inscricao,
.btn-inscricao:hover,
.btn-inscricao:focus,
.btn-inscricao:active {
  color: var(--coral);
  background: var(--purple);
  border: 0;
  box-shadow: none;
  filter: none;
  transform: none;
}

.action-buttons {
  display: flex;
  align-items: stretch;
  gap: 1.1vw;
}

/* Official brand marks. */
.scholarship-logo {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  color: var(--purple);
  line-height: 0.83;
  text-transform: uppercase;
}

.scholarship-logo.is-light {
  color: var(--white);
}

.scholarship-logo.is-official {
  display: block;
  line-height: normal;
  text-transform: none;
}

.scholarship-logo.is-official img {
  display: block;
  width: 3.4em;
  height: auto;
  margin:auto;
}

.scholarship-kicker {
  margin: 0 0 0.3em 0.15em;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 0.24em;
  letter-spacing: 0.12em;
}

.scholarship-word {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.logo-o {
  position: relative;
  display: inline-block;
  color: var(--purple);
  text-shadow: 0.07em 0 var(--pink), -0.04em 0 var(--orange);
  transform: rotate(-5deg);
}

.is-light .logo-o {
  color: var(--white);
}

.alfa-logo {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  width: max-content;
  color: var(--purple);
}

.alfa-logo.is-light {
  color: var(--white);
}

.alfa-logo.is-official {
  display: block;
}

.alfa-logo.is-official img {
  display: block;
  width: 1.75em;
  height: auto;
}

.alfa-logov2 img{
  display: block;
  width: 90%;
  height: auto;
}

.alfa-emblem {
  position: relative;
  grid-row: 1 / 3;
  display: inline-block;
  width: 0.78em;
  height: 0.78em;
  margin-right: 0.13em;
  border-radius: 50%;
  background: conic-gradient(#0f1c73 0 25%, #00886f 25% 42%, #f5b51b 42% 58%, #ef4c35 58% 78%, #4d1b70 78% 100%);
}

.alfa-emblem::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: var(--white);
}

.hero-section .alfa-emblem::after,
.footer-section .alfa-emblem::after {
  background: var(--purple);
}

.alfa-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.8;
}

.alfa-subtitle {
  grid-column: 2;
  justify-self: center;
  margin-top: 0.15em;
  font-size: 0.15em;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}

/* Hero */
.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: 33.3% 38% 28.7%;
  width: 100%;
  height: min(50.4vw, 970px);
  background: var(--purple);
}

/* Desktop e notebook: uma ÃƒÂºnica imagem contÃƒÂ­nua nas duas colunas da direita */
@media (min-width: 768px) {
  .hero-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 33.3%;
    background: url("assets/Expansão-generativa.webp") 18% center / cover no-repeat;
  }
  /* Move a imagem da hero para a esquerda */

  .hero-photo {
    z-index: 1;
    background: transparent;
  }

  .hero-photo > img {
    display: none;
  }
}

@media (min-width: 768px) {
  .hero-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 33.3%;

    background-image: url("assets/Expansão-generativa.webp");
    background-repeat: no-repeat;
    background-size: 157% auto;
    background-position: 36% 96%;
  }
  
}
@media (min-width: 1025px) {
  .hero-section {
    height: 100dvh;
    min-height: 520px;
    max-height: 970px;
  }

  .hero-form {
    height: 100%;
    overflow: hidden;
  }

  .form-card {
    height: 100%;
  }

  .form-embed > iframe {
    height: 100%;
    min-height: unset;
  }
}



.hero-mobile-top,
.hero-mobile-note {
  display: none;
}

.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 2vw 3vw 1vw 5vw;
  color: var(--white);
  background: var(--purple);
}

.hero-title {
  margin: 0 0 3vw;
  font-size: min(3.15vw, 60px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.hero-title b {
  font-weight: 900;
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2vw;
  margin: 0 0 3vw 0vw;
}

.hero-brand .scholarship-logo {
  font-size: min(6vw, 114px);
}

.hero-brand .alfa-logo {
  font-size: min(4.2vw, 80px);
}

.hero-note {
  width: 100%;
  margin: 0 0 2.2vw;
  font-size:min(1.2vw, 27px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.hero-copy .action-buttons {
  align-self: center;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  
}

.hero-photo img {
  object-fit: cover;
  object-position: 52% center;
}

.hero-form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 1.2vw 1.4vw;
  
}

.hero-form > .action-buttons {
  display: none;
}

.form-card {
  width: 100%;
  height: 96%;
  overflow: hidden;
  border-radius: 1.4vw;
  background: transparent;
  box-shadow: none;
}

.form-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20%;
  padding: 1.3vw 2.1vw;
  color: var(--purple);
  background: linear-gradient(100deg, #ff9a57 0%, #f25564 55%, #f21d68 100%);
}

.form-heading strong {
  font-size: min(2vw, 32px);
  font-style: italic;
  line-height: 1.05;
}

.form-heading span {
  margin-top: 0.3vw;
  font-size: min(1.9vw, 35px);
  line-height: 1;
}

.form-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  padding: 2vw 1.8vw 1.2vw;
  color: var(--white);
  text-align: center;
  background: rgba(50, 0, 47, 0.38);
}

.code-window {
  display: grid;
  width: min(7.2vw, 138px);
  height: min(5vw, 96px);
  margin-bottom: 1.1vw;
  border: 0.18vw solid var(--white);
  border-radius: 0.7vw;
}

.code-window span {
  height: 1.1vw;
  padding: 0 0.45vw;
  border-bottom: 0.12vw solid var(--white);
  font-size: min(0.8vw, 15px);
  line-height: 0.55vw;
  letter-spacing: 0.12vw;
  text-align: left;
}

.code-window b {
  align-self: center;
  font-family: monospace;
  font-size: min(2vw, 38px);
  font-weight: 400;
}

.form-placeholder-label {
  font-size: min(2.2vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.form-body p {
  align-self: stretch;
  margin: auto 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(0.43vw, 8px);
  line-height: 1.28;
}

/* Intro and video */
.intro-section {
  position: relative;
  height: min(57.3vw, 1100px);
  background: linear-gradient(to bottom, var(--white) 0 58%, var(--purple) 58% 100%);
}

.intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  height: 100%;
  padding: 5.2vw 0 0;
}

.intro-copy {
  margin: 0;
  color: var(--ice);
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(2vw, 30px);
  line-height: 1.45;
  text-align: center;
}

.video-frame {
  position: relative;
  width: min(57.2vw, 1100px);
  aspect-ratio: 1.53;
  margin-top: 4.3vw;
  overflow: hidden;
  border: min(0.9vw, 18px) solid var(--white);
  padding: 0;
  background: #ddd;
  box-shadow: 0 0 0 1px rgba(50, 0, 47, 0.06);
}

.video-frame img {
  object-fit: cover;
  object-position: 50% 34%;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(50, 0, 47, 0.02), rgba(50, 0, 47, 0.12));
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: min(2.7vw, 52px) solid transparent;
  border-bottom: min(2.7vw, 52px) solid transparent;
  border-left: min(4.1vw, 79px) solid rgba(255, 255, 255, 0.76);
  filter: drop-shadow(0 0.3vw 0.7vw rgba(50, 0, 47, 0.22));
  transform: translate(-38%, -50%);
}

.video-status {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.6vw;
  padding: 0.65vw 1.2vw;
  border-radius: 999px;
  color: var(--white);
  background: rgba(50, 0, 47, 0.88);
  font-size: min(0.95vw, 18px);
  transform: translateX(-50%);
}

.intro-mobile-cta {
  display: none;
}

/* Event details */
.event-section {
  height: min(62.8vw, 1206px);
  background: var(--white);
}

.event-layout {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  width: min(78.5vw, 1508px);
  height: 100%;
  margin: 0 auto;
}

.event-visual {
  align-self: center;
  overflow: hidden;
  border-radius: 1.55vw;
}

#leve-respiro{
  padding-left: 15px;
}
#event-date{
  color: var(--white);
  font-style: italic;
}
.event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  min-height: 19.5vw;
  padding: 2vw 6vw;
  color: var(--white);
  background: var(--purple);
}

.event-date strong {
  margin-bottom: 1vw;
  font-size: min(2vw, 42px);
  line-height: 1.1;
}

.date-line {
  display: flex;
  align-items: center;
  gap: 1vw;
  min-height: 4.6vw;
}

.date-icon {
  width: min(2.65vw, 51px);
  height: min(2.65vw, 51px);
  object-fit: contain;
}

.date-icon-calendar {
  height: min(2.9vw, 56px);
}

.date-line b {
  font-size: min(4vw, 76px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.95;

  background: linear-gradient(
    90deg,
    var(--orange) 0%,
    var(--coral) 55%,
    var(--pink) 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.event-family-image {
  position: relative;
  height: 31.8vw;
  max-height: 610px;
  border-top: min(1vw, 18px) solid;
  border-image: linear-gradient(90deg, var(--orange), var(--pink)) 1;
}

.event-family-image img {
  object-fit: cover;
  object-position: center;
}

.event-copy-block {
  padding-left: 4.2vw;
}

.event-copy-block h2 {
  margin: 0 0 3.1vw;
  color: var(--ice);
  font-size: min(3.1vw, 59px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.16;
}

.program-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-list li {
  display: flex;
  align-items: center;
  min-height: 5.25vw;
  padding: 0.8vw 1.8vw;
  color: var(--ice);
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(1.6vw, 30px);
}

.program-list li.is-shaded {
  background: #eeeeef;
}

.program-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 3.5vw;
}

.program-icon img {
  width: min(2.25vw, 43px);
  height: min(2.25vw, 43px);
  object-fit: contain;
}

/* Benefit cards */
.benefits-section {
  height: min(55.2vw, 1060px);
  background: var(--purple);
}

.benefits-content {
  width: min(73.6vw, 1413px);
  margin: 0 auto;
  padding-top: 6.8vw;
}

.benefits-content h2 {
  margin: 0 0 2.8vw 1.2vw;
font-size: min(2.65vw, 51px);
font-style: italic;
font-weight: 900;

background: linear-gradient(
  90deg,
  var(--orange) 0%,
  var(--coral) 55%,
  var(--pink) 100%
);

background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.15vw;
}

.benefit-card {
  grid-column: span 2;
  overflow: hidden;
  margin: 0;
  border-radius: 0.7vw;
}

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

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

.benefit-image {
  position: relative;
  width: 100%;
  height: 10.2vw;
  max-height: 196px;
}

.benefit-image img {
  object-fit: cover;
}

.benefit-card:nth-child(1) img {
  object-position: center 30%;
}

.benefit-card:nth-child(2) img {
  object-position: center 47%;
}

.benefit-card:nth-child(3) img {
  object-position: center 36%;
}

.benefit-card:nth-child(4) img {
  object-position: center 27%;
}

.benefit-card:nth-child(5) img {
  object-position: center 54%;
}

.benefit-card p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.6vw;
  margin: 0;
  padding: 0.8vw 1.5vw;
  color: var(--white);
  font-size: min(1.3vw, 22px);
  line-height: 1.2;
  text-align: center;
}

.tone-orange p {
  background: #fc9142;
}

.tone-coral p {
  background: linear-gradient(100deg, #f15b56, #ee2268);
}

.tone-plum p {
  background: linear-gradient(100deg, #de375e, #5b275d);
}

/* Participation */
.participation-section {
  height: min(51.1vw, 982px);
  background: var(--white);
}

.participation-content {
  width: min(75.2vw, 1444px);
  height: 100%;
  margin: 0 auto;
  padding-top: 6.4vw;
}

.participation-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 2vw;
}

.participation-heading h2 {
  margin: 0 0 1vw;
  color: var(--ice);
  font-size: min(2.5vw, 41px);
  font-style: italic;
  font-weight: 900;
}

.participation-heading p {
  margin: 0;
  color: var(--ice);
  font-family: Arial, Helvetica, sans-serif;
  font-size: min(1.5vw, 28px);
  line-height: 1.4;
}

.participation-heading .scholarship-logo {
  margin-right: 2.6vw;
  font-size: min(5.6vw, 108px);
}

.participation-media {
  display: grid;
  grid-template-columns: 72% 28%;
  height: min(23.5vw, 450px);
  margin-top: 3.7vw;
}

.participation-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.participation-image img {
    object-position: center;
    height: auto;
}

.participation-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4vw;
  background: linear-gradient(135deg, var(--orange), #ff255d 62%);
}

.participation-cta .event-date {
  min-height: 15vw;
  padding: 1.5vw 2.2vw;
  border-radius: 1.3vw;
}

.participation-cta .event-date strong {
  font-size: min(1.8vw, 30px);
}

.participation-cta .date-line {
  min-height: 3.6vw;
}

.participation-cta .date-icon {
  width: min(2.5vw, 74px);
  height: min(2.5vw, 74px);
}

.participation-cta .date-line b {
  font-size: min(3.6vw, 65px);
}

.btn-inscricao {
  margin-top: 1vw;
  border: 0;
  color: var(--coral);
  background: var(--purple);
  font-size: 40px;
  font-style: italic;
  padding: 1vw;
}

.participation-date-mobile,
.participation-mobile-button {
  display: none;
}

/* Footer */
.footer-section {
  min-height: min(60.5vw, 1162px);
  color: var(--white);
  background: var(--purple);
}

.footer-content {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  align-items: start;
  width: min(80vw, 1536px);
  margin: 0 auto;
  padding-top: 6.4vw;
}

.footer-copy {
  padding-top: 1.8vw;
}

.footer-copy > span {
  font-size: min(2vw, 36px);
}

.footer-copy h2 {
  margin: 0.7vw 0 2.2vw;
  font-size: min(5.4vw, 98px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.02;
}

.footer-copy h2 em {
  font-style: italic;

  background: linear-gradient(
    90deg,
    var(--orange) 0%,
    var(--coral) 55%,
    var(--pink) 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.footer-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-copy li {
  position: relative;
  margin: 0.35vw 0;
  padding-left: 1vw;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.08;
}

.footer-copy li::before {
  content: "Ã¢Å“â€œ";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-size: 1.3em;
  font-weight: 900;
}

.footer-image {
    position: relative;
    border-radius: 1.1vw;
    display: flex;
    align-items: end;
    justify-content: end;
}

.footer-copy li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}

.footer-copy li::before {
  content: "";
  position: absolute;
  top:18px;
  left: 0;
  width: 30px;
  height: 1.05em;
  background: url("assets/check.webp") center / contain no-repeat;
  transform: translateY(-50%);
}
.footer-image-final{

  width: 100%;   /* ← isso que tava faltando */
  height: auto;
  display: block;
}
.footer-image-final-laptop,
.footer-image-final-mobile {
  display: none
}
.footer-copy ul {
  padding-left: 0;
}

.footer-image img {
    object-position: center;
    max-width: 717px;
}

.footer-brand-row {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.1vw;
}

.footer-brand-row .scholarship-logo {
  font-size: min(5.1vw, 98px);
}

.footer-brand-row .alfa-logo {
  font-size: min(4vw, 77px);
}

.footer-actions {
  gap: 1.6vw;
}

.footer-actions .btn {
  min-width: 18vw;
  min-height: 4vw;
  font-size: min(1.5vw, 24px);
  font-weight: 600;;
}


.footer-actions .btn-gradient {
  flex-direction: column;
}

.footer-actions small {
  font-size: 1em;
}

@media (max-width: 1626px) {
  .footer-copy h2 {
    font-size: min(4.4vw, 98px);
  }
  .footer-copy > span {
      font-size: min(1.7vw, 36px);
  }  
  .footer-copy li {
    font-size: 1.6rem;
  }
  .footer-image-final-laptop {
    display: block;
  }
  .footer-image-final-desktop {
    display: none
  }  
  .footer-image img {
    max-width: 580px
  }
}



@media (max-width: 1366px) {

  .footer-image img{
    max-width: 576px
  }
  .footer-content {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 1264px) {
    .footer-image img {
        max-width: 486px;
    }  
}



@media (min-width: 768px) {
  .footer-brand-row .brand-lockup {
    flex: 0 0 auto;
    gap: min(1.2vw, 23px);
    white-space: nowrap;
  }

 

  .footer-brand-row .alfa-logov2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: min(18vw, 250px);
  }

  .footer-brand-row .alfa-logov2 img {
    width: 105%;
    MARGIN-TOP:18PX;
  }

  .footer-actions .btn-site,
  .footer-actions .btn-site:hover,
  .footer-actions .btn-site:focus,
  .footer-actions .btn-site:active {
    align-items: center;
    justify-content: center;
    font-size: min(1.8vw, 32px);
    font-style: italic;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, var(--orange), var(--pink));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.social-links {
  grid-column: 1 / 3;
  display: flex;
  justify-content: center;
  gap: 1.4vw;
  margin-top: 4vw;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(3.2vw, 61px);
  height: min(3.2vw, 61px);
  border-radius: 50%;
  color: var(--purple);
  font-size: min(1.85vw, 35px);
  text-decoration: none;
}



.social-links a.has-img {
  background: transparent;
}

.social-links a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .gradient-line {
    height: 1.4vw;
    min-height: 5px;
  }

  .footer-image-final-mobile {
    display: block
  }

  .footer-image-final-laptop {
    display: none
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
  }

  .hero-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 25vw;
    padding: 3vw 5vw;
    color: var(--white);
    background: var(--purple);
  }

  .hero-mobile-top .brand-lockup {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6vw;
  }

  .hero-mobile-top .scholarship-logo {
    font-size: 8.5vw;
  }

  .hero-mobile-top .alfa-logo {
    font-size: 4vw;
    align-self: center;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .hero-mobile-top .alfa-logo.is-official img {
    width: 20vw;
    max-height: 16vw;
    object-fit: contain;
    object-position: left bottom;
  }

  .hero-mobile-top p {
    margin: 0;
    font-size: 4.8vw;
    font-style: italic;
    line-height: 1.12;
  }

  .hero-copy {
    display: none;
  }

  .hero-photo {
    flex: 0 0 44vw;
    width: 100%;
  }

  .hero-photo img {
    object-position: center 100%;
  }

  .hero-mobile-note {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21vw;
    margin: 0;
    color: var(--white);
    font-style: italic;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    background: var(--purple);
  }

  .hero-form {
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4vw;
    overflow: visible;
    padding: 0 0 4vw;
    background: var(--purple);
  }

  .hero-form > .action-buttons {
    display: flex;
  }

  .form-card {
    margin: auto;
    width: 80vw;
    height: 100%;
    border-radius: 4vw;
    background: rgba(41, 0, 42, 0.9);
    box-shadow: 0 3vw 7vw rgba(15, 0, 20, 0.26);
  }

  .form-heading {
    height: 25vw;
    padding: 4vw 8vw;
  }

  .form-heading strong {
    font-size: 5.1vw;
  }

  .form-heading span {
    margin-top: 1.2vw;
    font-size: 4.1vw;
  }

  .form-body {
    height: 70vh;
    padding: 8vw 6vw 4vw;
  }

  .code-window {
    width: 22vw;
    height: 16vw;
    margin-bottom: 4vw;
    border-width: 0.55vw;
    border-radius: 2vw;
  }
.action-buttons{margin: auto}
  .code-window span {
    height: 4vw;
    padding: 0 1.5vw;
    border-bottom-width: 0.4vw;
    font-size: 2.8vw;
    line-height: 2.2vw;
    letter-spacing: 0.3vw;
  }

  .code-window b {
    font-size: 7vw;
  }

  .form-placeholder-label {
    font-size: 7.3vw;
  }

  .form-body p {
    font-size: 1.55vw;
    line-height: 1.25;
  }

  .btn-gradient,
  .btn-outline-alfa,
  .btn-inscricao {
    min-height: 8.5vw;
    padding: 1.8vw 4vw;
    border-radius: 2.2vw;
    font-size: 2.75vw;
  }

  .action-buttons {
    gap: 3vw;
  }

  .hero-form .btn-gradient,
  .hero-form .btn-outline-alfa {
    min-width: 23vw;
  }

  .intro-section {
    height: 133vw;
    background: linear-gradient(to bottom, var(--white) 0 47%, var(--purple) 47% 100%);
  }

  .intro-container {
    padding: 0;
  }

  .intro-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31vw;
    width: 91vw;
    font-size: 3.25vw;
    line-height: 1.22;
  }

  .video-frame {
    flex: 0 0 49vw;
    width: 78vw;
    aspect-ratio: auto;
    margin: 0;
    border-width: 2.1vw;
  }

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

  .play-button {
    border-top-width: 7vw;
    border-bottom-width: 7vw;
    border-left-width: 10.5vw;
  }

  .video-status {
    bottom: 2vw;
    max-width: 68vw;
    padding: 1.5vw 3vw;
    font-size: 2.5vw;
    white-space: nowrap;
  }

  .intro-mobile-cta {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    color: var(--white);
    text-align: center;
  }

  .intro-mobile-cta h2 {
    margin: 0 0 2vw;
    font-size: 5.4vw;
    font-style: italic;
    font-weight: 900;
    line-height: 1.05;
    background: linear-gradient(90deg, var(--orange), var(--coral) 55%, var(--pink));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .intro-mobile-cta p {
    margin: 0 0 3vw;
    font-size: 3vw;
    line-height: 1.15;
  }

  .intro-mobile-cta .btn {
    min-width: 28vw;
  }

  .event-section {
    height: auto;
    padding-bottom: 0;
  }

  .event-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .event-copy-block {
    order: 1;
    width: 100%;
    padding: 9vw 6vw 5vw;
  }

  .event-copy-block h2 {
    margin: 0 0 5vw;
    font-size: 5.3vw;
    line-height: 1.06;
    text-align: center;
  }

  .program-list {
    width: 88vw;
    margin: 0 auto;
  }

  .program-list li {
    min-height: 9vw;
    padding: 1.2vw 2vw;
    font-size: 2.75vw;
  }

  .program-icon {
    flex-basis: 8vw;
  }

  .program-icon img {
    width: 5.8vw;
    height: 5.8vw;
  }

  .event-visual {
    order: 2;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 42% 58%;
    width: 88vw;
    margin: 0 auto -26vw;
    border-radius: 3vw;
    overflow: hidden;
    box-shadow: 0 3vw 5vw -2vw rgba(0, 0, 0, 0.45);
  }

  .event-date {
    min-height: 0;
    padding: 4vw 5vw;
  }

  .event-date strong {
    margin-bottom: 3vw;
    padding-bottom: 2.4vw;
    font-size: 3.5vw;
  }

  .event-visual::before {
    content: "";
    position: absolute;
    top: 10.6vw;
    right: 58%;
    left: 0;
    z-index: 3;
    height: 0.8vw;
    background: linear-gradient(90deg, var(--orange), var(--pink));
  }

  .date-line {
    gap: 2.5vw;
    min-height: 10vw;
  }

  .date-icon {
    width: 5.4vw;
    height: 5.4vw;
  }

  .date-icon-calendar {
    height: 6vw;
  }

  .date-line b {
    font-size: 8.5vw;
  }

  .event-family-image {
    height: 100%;
    max-height: none;
    border: 0;
  }

  .event-family-image img {
    object-position: center;
  }

  .benefits-section {
    height: 279vw;
  }

  .benefits-content {
    width: 100%;
    padding-top: 24vw;
  }

  .benefits-content h2 {
    margin: 0 0 6vw 10vw;
    font-size: 7.8vw;
    padding-top: 30px;
    padding-left: 10px;
  }

  .benefits-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }

  .benefit-card,
  .benefit-card:nth-child(4),
  .benefit-card:nth-child(5) {
    width: 72vw;
    height: 40.5vw;
    border-radius: 1.8vw;
  }

  .benefit-image {
    height: 28vw;
    max-height: none;
  }

  .benefit-card p {
    min-height: 12.5vw;
    padding: 1.5vw 7vw;
    font-size: 3.25vw;
  }

  .participation-section {
    height: 213vw;
    background: linear-gradient(to bottom, var(--white) 0 94%, #ff2459 94% 100%);
  }

  .participation-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 12vw;
  }

  .participation-heading {
    display: contents;
  }

  .participation-heading .scholarship-logo {
    order: 1;
    margin: 0 0 7vw;
    font-size: 14vw;
  }

  .participation-date-mobile {
    display: block;
    order: 2;
    width: 65vw;
    margin-bottom: 7vw;
  }

  .participation-date-mobile .event-date {
    min-height: 36vw;
    border-radius: 4vw;
    padding: 5vw 8vw;
  }

  .participation-date-mobile .event-date strong {
    font-size: 4vw;
  }

  .participation-date-mobile .date-line {
    min-height: 11vw;
  }

  .participation-date-mobile .date-icon {
    width: 6vw;
    height: 6vw;
  }

  .participation-date-mobile .date-line b {
    font-size: 9vw;
  }

  .participation-heading > div {
    order: 3;
    margin-bottom: 6vw;
    text-align: center;
  }

  .participation-heading h2 {
    margin: 0 0 2vw;
    font-size: 4.8vw;
  }

  .participation-heading p {
    font-size: 3vw;
    line-height: 1.3;
  }

  .participation-media {
    position: relative;
    order: 4;
    display: block;
    width: 100%;
    height: 90vw;
    margin: 0;
  }

  .participation-image {
    height: 100%;
  }

  .participation-image img {
    height: 100%;
    object-fit: cover;
  }

  .participation-cta {
    display: none;
  }

  .participation-mobile-button {
    position: absolute;
    z-index: 2;
    bottom: -3vw;
    left: 50%;
    display: inline-flex;
    width: 66vw;
    min-height: 16vw;
    margin: 0;
    font-size: 5.6vw;
    transform: translateX(-50%);
  }

  

  .footer-section {
    min-height: 241vw;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 241vw;
    padding: 5vw 0 0;
  }

  .footer-copy {
    flex: 0 0 61vw;
    width: 78vw;
    padding: 0;
  }

  .footer-copy > span {
    font-size: 3.3vw;
  }

  .footer-copy h2 {
    margin: 2vw 0 5vw;
    font-size: 50px;
    line-height: 1.03;
  }

  .footer-copy ul {
    margin-left: 2vw;
  }

  .footer-copy li {
    margin: 0.7vw 0;
    padding-left: 7vw;
    font-size: 4.2vw;
  }


  .footer-copy li::before{

    left: 0.1vw;
    width: 4vw;
    height: 1.2em;
    background-size: contain;
  }
  .footer-image {
    flex: 0 0 62vw;
    width: 100%;
    height: 62vw;
    border-radius: 0;
  }

  .footer-image img {
    object-position: center;
    max-width: 100%;
  }

  .footer-brand-row {
    flex: 0 0 78vw;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding-top: 10vw;
  }

  .footer-brand-row .brand-lockup {
    gap: 4vw;
    margin-bottom: 10vw;
    padding:0px 30px 0px 30px
  }

  .footer-brand-row .scholarship-logo {
    font-size: 12vw;
  }

  .footer-brand-row .alfa-logo {
    font-size: 9.5vw;
  }

  .footer-actions {
    flex-direction: column;
    gap: 4vw;
    width: 62vw;
  }

  .footer-actions .btn {
    width: 100%;
    min-height: 12vw;
    font-size: 4.3vw;
  }

  .footer-actions .btn-site {
    font-style: italic;
    background: linear-gradient(90deg, var(--orange), var(--pink));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .social-links {
    gap: 6vw;
    margin: 1vw 0 0;
  }

  .social-links a {
    width: 11vw;
    height: 11vw;
    font-size: 6vw;
  }
  .form-embed > iframe{
  min-height: auto!important;}
  .pending-message {
    padding: 20px;}
}

@media (min-width: 768px) and (max-width: 1100px) {
  .hero-copy {
    padding-left: 5vw;
  }

  .form-body p {
    font-size: 0.55vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Aplicação das fontes conforme o layout de referência */
.hero-title {
  font-family: "Averta", Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.hero-title b,
.form-heading strong,
.event-copy-block h2,
.benefits-content h2,
.participation-heading h2,
.intro-mobile-cta h2,
.footer-copy h2,
.footer-copy h2 em {
  font-family: "Averta", Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
}

.form-heading span,
.btn-gradient,
.btn-outline-alfa,
.btn-inscricao,
.event-date,
.benefit-card p,
.footer-copy li {
  font-family: "Averta", Arial, sans-serif;
}

.intro-copy,
.program-list li,
.participation-heading p,
.intro-mobile-cta p,
.form-body p {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.program-list li {
  font-weight: 400;
}

/* Recorta apenas o cabeÃ§alho interno do formulÃ¡rio e ocupa todo o quadro */
.form-embed {
  --form-crop-top: 0px;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  background: #ffffff;
}

.form-embed > iframe {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 55vh;
  min-height: 55vh;
  margin: 0 !important;
  border: 0;
  
}
.pending-message {
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    color: #1a1a1a;
    font-size: 11px;
    text-align: left;
    margin: 0;
    z-index: 2;
}
/* Desktop (estava ótimo) */
@media (min-width: 768px) {
  .form-embed {
    --form-crop-top: clamp(210px, 25vw, 100px);
  }
}

/* Notebook: sobe o iframe só um pouco */

@media (min-width: 768px) and (max-width: 1680px) {
  .form-embed > iframe{
    height: 55vh;
    min-height: 30vh;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .hero-copy {
    padding: 3vw 3vw 1vw 3vw;
  }
  .hero-title {
    margin: 0px 0px 2vw;
  }
  .hero-form {
    padding: 1vw 1.4vw;
  }
}

@media (min-width: 1366px)  and (max-width: 1578px) {
  .footer-copy > span {
      font-size: min(1.68vw, 36px);
  }  
  .footer-copy h2 {
    font-size: min(4.8vw, 88px);
  }
  .footer-copy li {
    font-size: 1.7rem;
  }
  .footer-copy li::before {
        width: 21px;
        top: 14px;
  }
  .pending-message {
    font-size: 8px !important;

  }
}

@media (max-width: 1365px) {
  .pending-message {
    padding: 20px !important;
    font-size: 8px !important;
  }
  .btn-inscricao {
    font-size: 23px !important
  }
  .footer-copy > span {
    font-size: min(1.6vw, 36px) !important;
  }
  .footer-copy h2 {
    font-size: min(4.6vw, 98px) !important;
    margin: 0.7vw 0 2.3vw !important;
  }
  .footer-copy li {
    padding-left: 1.5em !important;
    font-size: clamp(1.5rem, 3vw, 0.999rem);
  }
  .footer-copy li::before {
    top: 11px !important;
    width: 18px !important
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
 .footer-image img {
    max-width: 321px
  }
  .footer-copy li {
    font-size: clamp(0.5rem, 3vw, 0.999rem);
  }
  .footer-copy h2 {
    font-size: min(5.6vw, 98px) !important;
  }
  .footer-copy > span {
      font-size: min(2.2vw, 36px) !important;
  }  
}

@media (max-width: 767px) {
    .footer-copy h2 {
        font-size: 50px !important;
        margin: 0.7vw 0 2.3vw;
    }
    .footer-copy li {
        margin: 0.7vw 0 !important;
        padding-left: 7vw;
        font-size: 4.2vw;
    }    
}

@media (min-width: 1025px) and (max-height: 583px) {
    .hero-copy {
        padding:2vw !important;
    }
    .scholarship-logo.is-official img {
      width: 2.9em !important;
      margin: 0 0 1vw 0vw !important;
    }
    .hero-note,
    .hero-brand {
      margin: 0 0 2vw 0vw !important;
    }
    .hero-title {
      font-size: min(2.8vw, 60px) !important;
    }
}

@media (min-width: 1025px) and (max-height: 512px) {
      .scholarship-logo.is-official img {
        width:2.5em !important;
        margin: 0 !important;
    }
    .hero-title {
      font-size:  min(2.5vw, 60px) !important
    }
}

@media (min-width: 1025px) and (max-height: 512490px) {
  .form-card {
    height: 92%
  }
  .hero-title {
    font-size: min(2.3vw, 60px) !important;
  }  
  .scholarship-logo.is-official img {
      width: 2.2em !important;
      margin: 0 !important;
  }
 
}