@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&display=swap");

html {
  overflow-x: clip;
}

body.nt-site,
body.nt-landing,
body.nt-site *,
body.nt-site *::before,
body.nt-site *::after,
body.nt-landing *,
body.nt-landing *::before,
body.nt-landing *::after {
  box-sizing: border-box;
}

body.nt-site,
body.nt-landing {
  margin: 0;
  max-width: 100%;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--nt-ink, #12211a);
  background: #f6f3ec;
  overflow-x: clip;
}

.nt-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.nt-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
  background: #fff;
  color: #111;
  border-bottom: 3px solid #00a758;
}

.nt-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.nt-nav-check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.nt-nav-toggle {
  display: none;
  cursor: pointer;
  font-weight: 800;
}

.nt-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-left: auto;
}

.nt-nav a,
.nt-nav summary {
  color: #111;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.nt-nav__more {
  position: relative;
}

.nt-nav__more > summary {
  list-style: none;
}

.nt-nav__more > summary::-webkit-details-marker {
  display: none;
}

.nt-nav__drop {
  display: none;
}

.nt-nav__more[open] > .nt-nav__drop {
  display: block;
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  padding: 10px 0;
  border-radius: 12px;
  min-width: 260px;
  box-shadow: var(--nt-shadow, 0 12px 30px rgba(17, 17, 17, 0.12));
  z-index: 20;
}

.nt-nav__drop a {
  display: block;
  color: #111111;
  padding: 8px 16px;
  font-weight: 700;
}

.nt-nav__drop a:hover {
  background: #f3faf6;
  color: #00a758;
}

.nt-top--minimal .nt-top__note {
  margin: 0;
  font-weight: 700;
  color: #111;
}

.nt-hero {
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.92), rgba(0, 167, 88, 0.45)),
    url("https://midia.nucletech.com.br/wp-content/uploads/2020/12/alunosnuclemig.png") center/cover;
  color: #fff;
  padding: 56px 0 64px;
}

.nt-hero h1,
.nt-section h1,
.nt-section h2 {
  line-height: 1.15;
  margin: 0 0 12px;
}

.nt-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #00a758;
  margin: 0 0 10px;
}

.nt-lead {
  font-size: 1.1rem;
  max-width: 52ch;
}

.nt-hero__grid,
.nt-split,
.nt-unit-grid,
.nt-course-grid,
.nt-stats__grid,
.nt-foot__grid,
.nt-learn {
  display: grid;
  gap: 24px;
}

.nt-hero__grid,
.nt-split {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.nt-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nt-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.nt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.nt-chips li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.86rem;
}

.nt-stats {
  background: #00a758;
  color: #fff;
  padding: 28px 0;
}

.nt-stats__grid {
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.nt-stats strong {
  display: block;
  font-size: 1.6rem;
}

.nt-section {
  padding: 56px 0;
}

.nt-section--alt {
  background: #fff;
}

.nt-course-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.nt-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8, 61, 41, 0.08);
}

.nt-card a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0 0 16px;
}

.nt-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.nt-card__meta {
  margin: 0 16px 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #00a758;
}

.nt-card--pad {
  padding: 20px 20px 24px;
}

.nt-card--pad h3 {
  margin: 0 0 8px;
}

.nt-card--pad p {
  margin: 0 0 16px;
}

.nt-stats__title {
  margin: 0 0 18px;
  font-size: 1.15rem;
}

.nt-facts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
}

.nt-facts div {
  margin: 0;
}

.nt-facts dt {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.85;
}

.nt-facts dd {
  margin: 0;
  font-weight: 800;
  font-size: 1.02rem;
}

.nt-learn {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.nt-learn__num {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #00a758;
}

.nt-learn article {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8, 61, 41, 0.08);
}

.nt-learn h3 {
  margin: 0 0 8px;
}

.nt-learn p {
  margin: 0;
  color: #5b6b62;
}

.nt-proof img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.nt-card p,
.nt-link {
  margin: 0 16px;
}

.nt-link {
  color: #00a758;
  font-weight: 800;
}

.nt-center { text-align: center; margin-top: 28px; }

.nt-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
}

.nt-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nt-prose img {
  max-width: 100%;
  height: auto;
}

.nt-unit-grid {
  grid-template-columns: 1fr 1fr;
}

.nt-foot {
  background: #111111;
  color: #e8efe9;
  padding: 36px 0 24px;
}

.nt-foot a { color: #00a758; }
.nt-foot__logo { height: 56px; width: auto; display: block; margin-bottom: 12px; }
.nt-foot__legal {
  width: 100%;
  max-width: 1120px;
  margin: 24px auto 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 0.82rem;
  opacity: 0.8;
}

.nt-foot--slim {
  text-align: center;
  padding: 24px;
}

@media (max-width: 900px) {
  .nt-hero__grid,
  .nt-split,
  .nt-course-grid,
  .nt-stats__grid,
  .nt-facts,
  .nt-unit-grid,
  .nt-foot__grid,
  .nt-learn {
    grid-template-columns: 1fr;
  }

  .nt-top {
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 16px;
  }

  .nt-logo img {
    height: 32px;
  }

  .nt-nav-toggle {
    display: block;
    margin-left: auto;
  }

  .nt-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .nt-nav-check:checked ~ .nt-nav {
    display: flex;
  }

  .nt-nav__more[open] > .nt-nav__drop {
    position: static;
    min-width: 0;
    box-shadow: none;
    padding: 6px 0 6px 12px;
  }

  .nt-hero {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .nt-hero__grid,
  #contato .nt-split {
    display: flex;
    flex-direction: column;
  }

  .nt-hero__form,
  #contato .nt-form {
    order: -1;
    width: 100%;
    max-width: 100%;
  }

  .nt-split > *,
  .nt-hero__grid > *,
  .nt-form,
  .nt-card {
    min-width: 0;
    max-width: 100%;
  }

  .nt-btn--green,
  #contato .nt-btn {
    display: block;
    width: 100%;
  }

  .nt-foot {
    padding-bottom: 88px;
  }

  body.nt-landing .nt-chips {
    display: none;
  }

  body.nt-landing .nt-lead {
    display: none;
  }
}
