/* CSS exclusivo da página Sala Novos Talentos 2027.
   Estilos compartilhados (header, .row, .cta-button, footer) vêm de
   /assets/css/styles18.css. Prefixo .nt- para não colidir. */

html,
body {
  min-height: 0;
  margin: 0;
  background: #0b1220;
}

.site-main {
  min-height: 0;
}

.nt-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 96px);
  color: var(--color-white);
}

.nt-hero {
  min-height: 82svh;
  display: flex;
  align-items: flex-end;
  padding-block: clamp(96px, 14vw, 160px) clamp(52px, 8vw, 96px);
  background:
    linear-gradient(180deg, rgba(8, 16, 32, 0.22) 0%, rgba(8, 16, 32, 0.55) 48%, #0b1220 100%),
    url("../images/nt-2026-01.webp") center 38% / cover no-repeat;
}

.nt-hero__inner,
.nt-block {
  width: min(100%, 920px);
  margin-inline: auto;
}

.nt-eyebrow {
  margin: 0 0 10px;
  color: #35e0ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nt-title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.nt-lead {
  max-width: 42em;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 500;
  line-height: 1.5;
  text-wrap: pretty;
}

.nt-note {
  display: block;
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(53, 224, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 16, 32, 0.55);
  color: #35e0ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nt-hero__cta {
  --button-bg-color: var(--color-purple);
  --button-bg: linear-gradient(135deg, var(--color-purple), #35e0ff);
  --button-shadow: rgba(82, 25, 214, 0.34);
  display: flex;
  width: fit-content;
  margin-top: 28px;
}

.nt-rooms {
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 229, 238, 0.12), transparent 42%),
    linear-gradient(180deg, #0b1220 0%, #12102a 100%);
}

.nt-subhead {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  text-wrap: balance;
}

.nt-text {
  max-width: 40em;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 500;
  line-height: 1.55;
}

.nt-grid {
  display: grid;
  gap: 18px;
}

.nt-card {
  overflow: hidden;
  border: 1px solid rgba(53, 224, 255, 0.18);
  border-radius: 16px;
  background: rgba(18, 16, 42, 0.72);
}

.nt-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nt-card:first-child img {
  object-position: center 35%;
}

.nt-card:last-child img {
  object-position: center 45%;
}

.nt-card__body {
  padding: 22px 22px 24px;
}

.nt-card__kicker {
  margin: 0 0 6px;
  color: #35e0ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nt-card__title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.nt-card__text {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nt-gallery {
  background:
    radial-gradient(circle at 88% 0%, rgba(82, 25, 214, 0.16), transparent 44%),
    linear-gradient(180deg, #12102a 0%, #0f1428 100%);
}

.nt-gallery .nt-block {
  width: min(100%, 1080px);
}

.nt-gallery__grid {
  display: grid;
  gap: 14px;
}

.nt-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(53, 224, 255, 0.16);
}

.nt-gallery__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nt-gallery__item:nth-child(3) img {
  object-position: center 18%;
}

.nt-stage {
  background:
    linear-gradient(90deg, rgba(11, 18, 32, 0.88) 0%, rgba(11, 18, 32, 0.72) 42%, rgba(11, 18, 32, 0.55) 100%),
    url("../images/nt-2026-04.webp") 68% 30% / cover no-repeat;
}

.nt-profiles {
  display: grid;
  gap: 16px;
}

.nt-profile {
  padding: 22px 22px 24px;
  border: 1px solid rgba(53, 224, 255, 0.18);
  border-radius: 16px;
  background: rgba(18, 16, 42, 0.72);
}

.nt-profile__title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(18px, 2.2vw, 21px);
  font-weight: 800;
  line-height: 1.25;
}

.nt-profile__text {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nt-process {
  background:
    radial-gradient(circle at 50% 0%, rgba(82, 25, 214, 0.22), transparent 52%),
    linear-gradient(180deg, #16122e 0%, #12102a 100%);
}

.nt-window {
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid rgba(53, 224, 255, 0.35);
  border-radius: 16px;
  background: rgba(8, 16, 32, 0.55);
}

.nt-window__label {
  margin: 0 0 6px;
  color: #35e0ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nt-window__date {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(24px, 3.4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.nt-window__note {
  max-width: 38em;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nt-process__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-process__list li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nt-process__list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 800;
}

.nt-process__list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nt-process__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 32px;
}

.nt-process__cta {
  --button-bg-color: var(--color-purple);
  --button-bg: linear-gradient(135deg, var(--color-purple), #35e0ff);
  --button-shadow: rgba(82, 25, 214, 0.34);
  display: flex;
  width: fit-content;
}

.nt-process__whatsapp {
  color: #35e0ff;
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 0.22em;
}

.nt-process__whatsapp:hover,
.nt-process__whatsapp:focus-visible {
  color: var(--color-white);
}

.nt-why {
  background: linear-gradient(180deg, #12102a 0%, #1b1436 100%);
}

.nt-why__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-why__list li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nt-why__list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 800;
}

.nt-why__list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nt-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(82, 25, 214, 0.28), transparent 55%),
    #0b1220;
}

.nt-cta .nt-subhead {
  margin-inline: auto;
}

.nt-cta .nt-text {
  margin-inline: auto;
}

.nt-cta__button {
  --button-bg-color: var(--color-purple);
  --button-bg: linear-gradient(135deg, var(--color-purple), #35e0ff);
  --button-shadow: rgba(82, 25, 214, 0.34);
  display: flex;
  width: fit-content;
  margin: 8px auto 0;
}

@media (min-width: 768px) {
  .nt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nt-card img {
    aspect-ratio: 3 / 2;
  }

  .nt-gallery__grid {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
  }

  .nt-gallery__item--wide {
    grid-column: 1 / -1;
  }

  .nt-gallery__item--wide img {
    aspect-ratio: 21 / 9;
  }

  .nt-gallery__item:not(.nt-gallery__item--wide) img {
    aspect-ratio: 4 / 3;
  }

  .nt-stage {
    min-height: 520px;
  }
}

@media (min-width: 900px) {
  .nt-profiles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .nt-hero__cta,
  .nt-cta__button,
  .nt-process__cta {
    width: 100%;
    max-width: 420px;
  }
}
