:root {
  --brand-ink: #04110a;
  --brand-dark: #082e1e;
  --brand-dark-2: #113e2a;
  --brand-cream: #f0edbe;
  --brand-cream-soft: #f6f3d0;
  --brand-lime: #ddeb7e;
  --brand-lime-light: #eff5b8;
  --brand-mint-mid: #aed1a7;
  --brand-mint-light: #dfeed6;
  --surface-white: #ffffff;
  --surface-cream: #faf8ee;
  --shadow-soft: 0 2px 0 rgba(4, 17, 10, 0.1);
  --shadow-mid: 0 12px 32px -18px rgba(4, 17, 10, 0.45);
  --shadow-deep: 0 30px 60px -28px rgba(4, 17, 10, 0.55);
  --font-display: 'Kurdis Family Delivderables', 'Sora', system-ui, sans-serif;
  --font-body: 'Poppins', system-ui, sans-serif;
  --gutter: clamp(24px, 5vw, 64px);
  --section-y: clamp(80px, 10vw, 120px);
  --radius-md: 6px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--brand-ink);
  background: var(--surface-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--brand-lime);
  outline-offset: 3px;
  border-radius: 2px;
}

.lp-medicina {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 238, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(4, 17, 10, 0.1);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.lp-header__brand img {
  height: 32px;
  width: auto;
}

.lp-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-dark);
}

.lp-header__nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp-header__nav a:hover {
  color: var(--brand-ink);
}

.lp-header__cta {
  padding: 12px 24px;
  background: var(--brand-ink);
  color: var(--brand-lime);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
}

.lp-header__cta:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: clamp(24px, 3vw, 40px) 0 clamp(28px, 4vw, 44px);
  background: #c9d79d url('../assets/images/hero/bg-hero.png') center top /
    cover no-repeat;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(560px, 1.16fr);
  grid-template-areas:
    'content visual'
    'footer visual';
  gap: 20px clamp(28px, 4vw, 64px);
  align-items: start;
}

.hero__texture,
.hero__side-credit,
.hero__year,
.hero__photo-caption,
.hero__brand-mark {
  display: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(560px, 1.16fr);
  grid-template-areas:
    'title title'
    'content visual'
    'footer visual';
  gap: 20px clamp(28px, 4vw, 64px);
}

.hero__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 430px;
  padding-top: 0;
}

.hero__content > .hero__title {
  display: none;
}

.hero__title {
  grid-area: title;
  width: 100%;
  margin: 0;
}

.hero__title-art,
.hero__title-art img {
  display: block;
  width: 100%;
}

.hero__title-art {
  max-width: min(100%, 1180px);
}

.hero__title-art img {
  height: auto;
}

.hero__slogan {
  background: rgba(255, 252, 188, 0.95);
  color: var(--brand-ink);
  width: calc(100% + 120px);
  margin-left: -120px;
  padding: 16px 28px 14px 224px;
  border-radius: 0 32px 0 0;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 0.94;
  letter-spacing: -0.01em;
  max-width: 500px;
}

.hero__slogan strong {
  font-weight: 800;
}

.hero__badges {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -2px;
}

.hero__badges img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0;
}

.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 286px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.hero__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  background: rgba(245, 242, 223, 0.96);
  color: var(--brand-ink);
  padding: 16px 20px;
  border: 1px solid rgba(8, 46, 30, 0.12);
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(19px, 1.45vw, 28px);
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 16px 26px -22px rgba(4, 17, 10, 0.55);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.hero__btn small,
.hero__btn svg,
.path-card__cta svg,
.cta-btn-large svg {
  display: none;
}

.hero__btn:hover,
.hero__btn--light {
  background: rgba(245, 242, 223, 0.96);
}

.hero__btn:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 46, 30, 0.24);
  box-shadow: 0 22px 34px -24px rgba(4, 17, 10, 0.65);
}

.hero__btn span {
  max-width: 11ch;
}

.hero__visual {
  grid-area: visual;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  z-index: 4;
}

.hero__photo {
  margin: 0;
  width: 100%;
  max-width: 1080px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-top: clamp(-54px, -3vw, -24px);
  margin-left: -22px;
  transform: scale(1.22);
  transform-origin: left center;
}

.hero__photo-inner {
  display: block;
  overflow: hidden;
  border-radius: 0 46px 46px 0;
  background: transparent;
}

.hero__photo img {
  width: 100%;
  height: auto;
}

.hero__footer {
  display: none;
}

.hero__badge {
  color: var(--brand-ink);
  font-family: var(--font-display);
  line-height: 0.96;
}

.hero__badge strong,
.hero__badge span,
.hero__badge small {
  display: block;
}

.hero__badge strong {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 800;
}

.hero__badge span {
  margin-top: 4px;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
}

.hero__badge small {
  margin-top: 8px;
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.inscricao,
.unidade,
.depoimentos,
.cta-final {
  padding: var(--section-y) 0;
}

.inscricao {
  background: var(--brand-lime-light);
}

.section-header {
  max-width: 760px;
  margin: 0 0 clamp(48px, 5vw, 72px);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-ink);
  background: var(--brand-lime);
  border-radius: var(--radius-md);
}

.section-title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--brand-ink);
}

.section-desc {
  max-width: 620px;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  color: var(--brand-dark);
}

.paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

.path-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 44px);
  background: var(--surface-white);
  border: 1.5px solid rgba(8, 46, 30, 0.12);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.path-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-dark);
  box-shadow: 0 30px 48px -32px rgba(8, 46, 30, 0.4);
}

.path-card__ord,
.pilar__num {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--brand-dark);
}

.path-card__ord::before {
  content: attr(data-num);
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid rgba(8, 46, 30, 0.3);
  color: var(--brand-ink);
  font-weight: 800;
}

.path-card__title,
.pilar__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.path-card__title {
  font-size: clamp(28px, 3vw, 36px);
  color: var(--brand-ink);
}

.path-card__desc {
  margin: 0 0 32px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--brand-dark);
}

.path-card__deadline {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: var(--brand-cream);
  border-left: 3px solid var(--brand-dark);
}

.path-card__deadline-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.path-card__deadline-date {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 800;
  color: var(--brand-ink);
}

.path-card__cta,
.cta-btn-large {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: flex-start;
  margin-top: auto;
  padding: 16px 26px;
  background: var(--brand-ink);
  color: var(--brand-lime);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.path-card__cta:hover,
.cta-btn-large:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.inscricao-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(22px, 2.5vw, 32px);
  background: var(--surface-white);
  border-left: 4px solid var(--brand-dark);
}

.inscricao-note__tag {
  align-self: start;
  padding: 6px 12px;
  border: 1.5px solid var(--brand-dark);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.inscricao-note p {
  margin: 0;
  font-size: 15px;
}

.inscricao-note a,
.link-edital {
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pilares {
  position: relative;
  overflow: hidden;
  padding: var(--section-y) 0;
  background: var(--brand-ink);
  color: var(--surface-white);
}

.pilares::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    rgba(221, 235, 126, 0.05) 1px,
    transparent 1px
  );
  background-size: 100% 88px;
  pointer-events: none;
}

.pilares .eyebrow {
  background: rgba(221, 235, 126, 0.12);
  color: var(--brand-lime);
}

.pilares .section-title {
  color: var(--surface-white);
}

.pilares .section-desc,
.pilar__desc {
  color: rgba(255, 255, 255, 0.78);
}

.pilares__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(56px, 6vw, 80px);
}

.pilares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(221, 235, 126, 0.22);
}

.pilar {
  padding: clamp(36px, 4vw, 56px) clamp(20px, 2.5vw, 40px)
    clamp(36px, 4vw, 56px) 0;
  border-right: 1px solid rgba(221, 235, 126, 0.22);
}

.pilar:last-child {
  padding-right: 0;
  border-right: 0;
}

.pilar:not(:first-child) {
  padding-left: clamp(20px, 2.5vw, 40px);
}

.pilar__num {
  margin-bottom: 24px;
  color: var(--brand-lime);
}

.pilar__title {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.2vw, 30px);
  color: var(--surface-white);
}

.pilar__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.numeros {
  padding: 40px 0;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand-dark-2));
}

.numeros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.num-item {
  padding: 12px 0;
  color: var(--surface-white);
}

.num-item strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  color: var(--brand-lime);
}

.num-item span {
  display: block;
  max-width: 24ch;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.unidade {
  background: var(--surface-cream);
}

.carousel {
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.carousel__slide {
  min-width: 100%;
}

.carousel-frame {
  margin: 0;
  background: var(--surface-white);
  border: 1px solid rgba(8, 46, 30, 0.1);
  box-shadow: var(--shadow-mid);
}

.carousel-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px 22px;
}

.carousel-caption span {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.carousel-caption strong {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
  color: var(--brand-ink);
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.carousel-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(8, 46, 30, 0.18);
  border-radius: 999px;
  background: var(--surface-white);
  color: var(--brand-ink);
  cursor: pointer;
}

.carousel-btn svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  border-color: var(--brand-dark);
  background: var(--brand-cream);
}

.carousel__dots {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 46, 30, 0.2);
  cursor: pointer;
}

.carousel__dot[aria-current='true'] {
  width: 28px;
  background: var(--brand-dark);
}

.carousel__counter {
  min-width: 64px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-dark);
  text-align: center;
}

.depoimentos {
  background: #f3f1df;
}

.depo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 36px);
}

.depo {
  margin: 0;
  padding: 28px;
  background: var(--surface-white);
  border: 1px solid rgba(8, 46, 30, 0.12);
  box-shadow: var(--shadow-mid);
}

.depo__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left center;
  margin-bottom: 20px;
}

.depo__quote {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--brand-ink);
}

.depo__author {
  display: block;
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-dark);
}

.depo__author span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: rgba(8, 46, 30, 0.78);
}

.cta-final {
  background: var(--brand-mint-light);
}

.cta-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(28px, 4vw, 48px);
  background: var(--surface-white);
  border: 1px solid rgba(8, 46, 30, 0.12);
  box-shadow: var(--shadow-mid);
}

.cta-final__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--brand-ink);
}

.cta-final__title em {
  font-style: normal;
  color: var(--brand-dark);
}

.cta-final__lede {
  margin: 0 0 20px;
  max-width: 52ch;
  font-size: 16px;
  color: var(--brand-dark);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.cta-btn-large {
  width: 100%;
  padding: 20px 24px;
}

.cta-btn-large span {
  display: block;
}

.cta-btn-large small {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--surface-white);
  opacity: 0.8;
}

.footer {
  padding: 48px 0 28px;
  background: var(--brand-ink);
  color: var(--surface-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 32px;
  align-items: start;
}

.footer-brand img {
  width: auto;
  height: 64px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-legal span,
.footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-brand p {
  margin: 0 0 8px;
  max-width: 42ch;
}

.footer-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 18px;
}

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

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a:hover {
  color: var(--brand-lime);
}

.footer-emec img {
  width: 124px;
  height: auto;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.link-edital {
  display: block;
  margin-top: 8px;
  width: fit-content;
}

@media (max-width: 960px) {
  .hero__content,
  .hero__visual {
    align-items: center;
    justify-content: center;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      'title'
      'content'
      'footer'
      'visual';
    gap: 28px;
  }

  .lp-header__nav {
    gap: 16px;
  }

  .lp-header__nav-links {
    display: none;
  }

  .pilares__intro,
  .cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__slogan {
    width: min(100%, 460px);
    margin-left: 0;
    padding-left: 30px;
    padding: 24px 30px 26px;
    font-size: clamp(22px, 4.8vw, 34px);
  }

  .hero__badges {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    justify-content: center;
  }

  .hero__badges img {
    max-width: 280px;
  }

  .hero__buttons {
    margin-left: 0;
    width: min(100%, 320px);
    max-width: 320px;
  }

  .hero__photo {
    max-width: min(100%, 420px);
    margin-top: 0;
    margin-left: 0;
    transform: none;
  }

  .hero__photo-inner {
    border-radius: 0 0 42px 42px;
  }
}

@media (max-width: 900px) {
  .hero {
    background-image: url('../assets/images/hero/mg-mobile.png');
    background-position: 62% top;
  }

  .hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .hero__badge strong {
    font-size: clamp(20px, 4vw, 28px);
  }

  .hero__badge span {
    font-size: clamp(18px, 3.8vw, 24px);
  }

  .hero__btn {
    min-height: 96px;
    font-size: clamp(24px, 4.5vw, 34px);
  }

  .paths,
  .pilares-grid,
  .numeros-grid,
  .depo-grid {
    grid-template-columns: 1fr;
  }

  .pilar {
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(221, 235, 126, 0.22);
  }

  .pilar:not(:first-child) {
    padding-left: 0;
  }

  .pilar:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .num-item {
    text-align: center;
  }

  .num-item span {
    margin-inline: auto;
  }

  .footer-grid,
  .footer-brand,
  .footer-links,
  .footer-legal {
    text-align: center;
  }

  .footer-brand img,
  .footer-emec {
    margin-inline: auto;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lp-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .lp-header__brand {
    display: inline-flex;
    justify-content: flex-start;
  }

  .lp-header__cta {
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    padding-top: 18px;
  }

  .hero__slogan {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 22px 22px 24px;
    border-radius: 0 28px 0 0;
  }

  .hero__badges img {
    max-width: 220px;
  }

  .hero__buttons {
    width: 100%;
    max-width: 100%;
  }

  .hero__btn {
    min-height: 84px;
    font-size: clamp(18px, 6vw, 28px);
  }

  .hero__photo {
    max-width: 100%;
  }

  .hero__footer,
  .carousel-nav,
  .footer-legal {
    justify-content: center;
  }

  .hero__badges {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .inscricao-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .carousel-nav {
    flex-wrap: wrap;
  }
}
