﻿:root {
  --cnj-blue: #0D11B8;
  --cnj-red: #B80700;
  --cnj-green: #00B841;
  --cnj-gold: #B89500;
  --cnj-darkgreen: #216338;
  --cnj-white: #FFFFFF;
  --cnj-ink: #17172f;
  --cnj-muted: #62647a;
  --cnj-soft: #f4f6ff;
  --cnj-soft-red: #fff3f2;
  --cnj-line: rgba(13, 17, 184, 0.13);
  --cnj-shadow: 0 20px 60px rgba(23, 23, 47, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--cnj-ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cnj-white);
}

a {
  text-decoration: none;
}

.cnj-header {
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.cnj-header-scrolled {
  box-shadow: 0 10px 30px rgba(23, 23, 47, 0.12);
}

.cnj-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13, 17, 184, 0.08);
}

.cnj-brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--cnj-blue);
  line-height: 1.05;
}

.cnj-brand:hover {
  color: var(--cnj-blue);
}

.cnj-brand-logo {
  display: block;
  width: auto;
  max-width: 13rem;
  height: 3rem;
  object-fit: contain;
}

.cnj-brand strong,
.cnj-brand small {
  display: block;
}

.cnj-brand small {
  color: var(--cnj-red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cnj-brand-mark {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  color: var(--cnj-white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--cnj-blue), var(--cnj-red));
  border-radius: 0.65rem;
}

.cnj-toggler {
  border: 0;
  box-shadow: none;
}

.cnj-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 17, 184, 0.18);
}

.cnj-menu {
  gap: 0.25rem;
  align-items: stretch;
}

.cnj-nav-link {
  color: var(--cnj-ink);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
}

.cnj-nav-link:hover,
.cnj-nav-link:focus,
.cnj-nav-link.cnj-active {
  color: var(--cnj-blue);
  background: rgba(13, 17, 184, 0.08);
}

.cnj-nav-cta {
  color: var(--cnj-white);
  background: var(--cnj-red);
}

.cnj-nav-cta:hover,
.cnj-nav-cta:focus,
.cnj-nav-cta.cnj-active {
  color: var(--cnj-white);
  background: #940600;
}

.cnj-nav-link.cnj-nav-cta,
.cnj-nav-link.cnj-nav-cta:hover,
.cnj-nav-link.cnj-nav-cta:focus,
.cnj-nav-link.cnj-nav-cta.active,
.cnj-nav-link.cnj-nav-cta.cnj-active,
.cnj-nav-link.cnj-nav-cta[aria-current="page"] {
  color: var(--cnj-white);
}

.cnj-nav-link.cnj-nav-cta.active,
.cnj-nav-link.cnj-nav-cta.cnj-active,
.cnj-nav-link.cnj-nav-cta[aria-current="page"] {
  background: #940600;
}

.cnj-dropdown-menu {
  padding: 0.5rem;
  border: 1px solid var(--cnj-line);
  border-radius: 0.9rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-dropdown-item {
  color: var(--cnj-ink);
  font-weight: 800;
  border-radius: 0.65rem;
  padding: 0.65rem 0.8rem;
}

.cnj-dropdown-item:hover,
.cnj-dropdown-item:focus,
.cnj-dropdown-item.active,
.cnj-dropdown-item.cnj-active {
  color: var(--cnj-blue);
  background: rgba(13, 17, 184, 0.08);
}

.cnj-hero {
  overflow: hidden;
}

.cnj-carousel,
.cnj-carousel .carousel-inner,
.cnj-carousel .carousel-item {
  min-height: 100vh;
}

.cnj-hero-slide {
  position: relative;
  min-height: 100vh;
  padding: 4.5rem 0 2rem;
  color: var(--cnj-white);
  overflow: hidden;
  isolation: isolate;
}

.cnj-hero-slide::before,
.cnj-hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.cnj-hero-slide::before {
  z-index: -2;
  background-image: var(--cnj-hero-image, none);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.cnj-hero-slide::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 17, 184, 0.92) 0%, rgba(13, 17, 184, 0.72) 36%, rgba(13, 17, 184, 0.25) 62%, rgba(13, 17, 184, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}

.cnj-hero-slide-primary {
  background:
    linear-gradient(115deg, rgba(13, 17, 184, 0.96) 0%, rgba(13, 17, 184, 0.8) 48%, rgba(184, 7, 0, 0.86) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px);
}

.cnj-hero-slide-secondary {
  background:
    linear-gradient(115deg, rgba(184, 7, 0, 0.95) 0%, rgba(13, 17, 184, 0.84) 58%, rgba(33, 99, 56, 0.9) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px);
}

.cnj-hero-slide-colegio {
  --cnj-hero-image: url("../img/banner-colegio.webp");
}

.cnj-hero-slide-vp {
  --cnj-hero-image: url("../img/banner-vp.webp");
}

.cnj-hero-slide-eja-bg {
  --cnj-hero-image: url("../img/banner-eja.webp");
}

.cnj-hero-slide > .container {
  position: relative;
  z-index: 1;
}

.cnj-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--cnj-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cnj-hero .cnj-kicker,
.cnj-final-cta .cnj-kicker {
  color: var(--cnj-white);
}

.cnj-hero h1,
.cnj-hero h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 8vw, 6.9rem);
  font-weight: 900;
  line-height: 0.95;
}

.cnj-hero-text {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  font-weight: 700;
}

.cnj-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.cnj-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.8rem;
  color: var(--cnj-white);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
}

.cnj-hero-actions,
.cnj-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cnj-btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  padding: 0.78rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cnj-btn:hover,
.cnj-btn:focus {
  transform: translateY(-2px);
}

.cnj-btn-light {
  color: var(--cnj-blue);
  background: var(--cnj-white);
  border-color: var(--cnj-white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.cnj-btn-light:hover {
  color: var(--cnj-red);
  background: var(--cnj-white);
  border-color: var(--cnj-white);
}

.cnj-btn-outline-light {
  color: var(--cnj-white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.65);
}

.cnj-btn-outline-light:hover {
  color: var(--cnj-blue);
  background: var(--cnj-white);
  border-color: var(--cnj-white);
}

.cnj-btn-red {
  color: var(--cnj-white);
  background: var(--cnj-red);
  border-color: var(--cnj-red);
}

.cnj-btn-red:hover {
  color: var(--cnj-white);
  background: #940600;
  border-color: #940600;
}

.cnj-btn-blue {
  color: var(--cnj-white);
  background: var(--cnj-blue);
  border-color: var(--cnj-blue);
}

.cnj-btn-blue:hover {
  color: var(--cnj-white);
  background: #090c8c;
  border-color: #090c8c;
}

.cnj-btn-disabled {
  cursor: default;
  opacity: 0.74;
  pointer-events: none;
}

.cnj-hero-visual {
  position: relative;
  min-height: 24rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.05)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 22px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.cnj-hero-visual::before {
  position: absolute;
  inset: 1rem;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.55);
  border-radius: 0.9rem;
}

.cnj-hero-visual-alt {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.24), rgba(0,184,65,0.18)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 22px);
}

.cnj-hero-visual-eja {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22), rgba(184,149,0,0.2)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 22px);
}

.cnj-visual-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
}

.cnj-carousel-control {
  width: 4rem;
}

.cnj-carousel-indicators {
  margin-bottom: 1.5rem;
}

.cnj-carousel-indicators [data-bs-target] {
  width: 2.5rem;
  height: 0.35rem;
  border: 0;
  border-radius: 999px;
}

.cnj-section {
  padding: 5rem 0;
}

.cnj-section-soft {
  background: var(--cnj-soft);
}

.cnj-section-heading {
  max-width: 46rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.cnj-section-heading-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.cnj-section-heading h2,
.cnj-band h2,
.cnj-final-cta h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.cnj-section-heading p {
  color: var(--cnj-muted);
  font-size: 1.05rem;
}

.cnj-segment-card,
.cnj-feature-card,
.cnj-topic-panel,
.cnj-unit-card {
  height: 100%;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-segment-card {
  padding: 1.4rem;
  border-radius: 0.9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cnj-segment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cnj-shadow);
}

.cnj-segment-card h3,
.cnj-feature-card h3,
.cnj-topic-panel h3,
.cnj-unit-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.cnj-segment-card p,
.cnj-unit-card p {
  color: var(--cnj-muted);
  margin-bottom: 0;
}

.cnj-segment-icon {
  display: inline-grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--cnj-white);
  font-weight: 900;
  background: var(--cnj-blue);
  border-radius: 0.8rem;
}

.cnj-segment-icon-red {
  background: var(--cnj-red);
}

.cnj-segment-icon-green {
  background: var(--cnj-green);
}

.cnj-segment-icon-gold {
  background: var(--cnj-gold);
}

.cnj-band {
  padding: 2.5rem 0;
  color: var(--cnj-white);
  background:
    linear-gradient(90deg, rgba(184, 7, 0, 0.96), rgba(13, 17, 184, 0.92)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.13) 0 1px, transparent 1px 18px);
}

.cnj-band-blue {
  background:
    linear-gradient(90deg, rgba(13, 17, 184, 0.96), rgba(33, 99, 56, 0.9)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.13) 0 1px, transparent 1px 18px);
}

.cnj-cta-visual {
  position: relative;
  overflow: hidden;
}

.cnj-cta-visual::before,
.cnj-cta-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  pointer-events: none;
}

.cnj-cta-visual::before {
  z-index: 0;
  background-image: var(--cnj-cta-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
}

.cnj-cta-visual::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 17, 184, 0.86), rgba(184, 7, 0, 0.2));
}

.cnj-cta-visual > * {
  position: relative;
  z-index: 2;
}

.cnj-cta-visual--matriculas-intermediario {
  --cnj-cta-bg: url("../img/cta-2027-intermediario.webp");
}

.cnj-cta-visual--estrutura {
  --cnj-cta-bg: url("../img/cta-estrutura-completa.webp");
}

.cnj-cta-visual--estrutura::after {
  background: linear-gradient(90deg, rgba(13, 17, 184, 0.86), rgba(33, 99, 56, 0.2));
}

.cnj-cta-visual--unidades {
  --cnj-cta-bg: url("../img/cta-unidades.webp");
}

.cnj-cta-visual--matriculas-final {
  --cnj-cta-bg: url("../img/cta-2027-final.webp");
}

.cnj-band-content {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.cnj-band h2 {
  max-width: 45rem;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.cnj-band-label {
  margin-bottom: 0.35rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cnj-feature-card {
  display: flex;
  min-height: 6.5rem;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 0.8rem;
}

.cnj-feature-card h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.cnj-feature-dot {
  flex: 0 0 auto;
  width: 0.9rem;
  height: 2.9rem;
  background: var(--cnj-blue);
  border-radius: 999px;
}

.cnj-feature-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: var(--cnj-blue);
  font-size: 1.2rem;
  background: rgba(13, 17, 184, 0.08);
  border-radius: 0.75rem;
}

.cnj-feature-icon-red {
  color: var(--cnj-red);
  background: rgba(184, 7, 0, 0.08);
}

.cnj-feature-icon-green {
  color: var(--cnj-green);
  background: rgba(0, 184, 65, 0.1);
}

.cnj-feature-icon-gold {
  color: var(--cnj-gold);
  background: rgba(184, 149, 0, 0.12);
}

.cnj-feature-icon-darkgreen {
  color: var(--cnj-darkgreen);
  background: rgba(33, 99, 56, 0.1);
}

.cnj-feature-dot-red {
  background: var(--cnj-red);
}

.cnj-feature-dot-green {
  background: var(--cnj-green);
}

.cnj-feature-dot-gold {
  background: var(--cnj-gold);
}

.cnj-feature-dot-darkgreen {
  background: var(--cnj-darkgreen);
}

.cnj-topic-panel {
  padding: 1.5rem;
  border-radius: 0.9rem;
}

.cnj-topic-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cnj-topic-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--cnj-muted);
  font-weight: 700;
}

.cnj-topic-list li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.65rem;
  height: 0.65rem;
  content: "";
  background: var(--cnj-red);
  border-radius: 50%;
}

.cnj-topic-action {
  margin-top: 1.5rem;
}

.cnj-topic-action .cnj-btn {
  gap: 0.55rem;
}

.cnj-gallery-grid {
  display: grid;
  grid-auto-rows: 10rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.cnj-gallery-item {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 10rem;
  padding: 1rem;
  color: var(--cnj-white);
  font-weight: 900;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(13, 17, 184, 0.82), rgba(184, 7, 0, 0.64)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.2) 0 1px, transparent 1px 18px);
  border: 0;
  border-radius: 0.9rem;
  overflow: hidden;
}

.cnj-gallery-item:hover,
.cnj-gallery-item:focus {
  outline: 0.2rem solid rgba(13, 17, 184, 0.2);
  outline-offset: 0.2rem;
}

.cnj-gallery-item span {
  position: relative;
  z-index: 1;
}

.cnj-gallery-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 60%;
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.42));
}

.cnj-gallery-item-tall {
  grid-row: span 2;
  grid-column: span 2;
}

.cnj-gallery-item-wide {
  grid-column: span 2;
}

.cnj-infra-gallery {
  display: grid;
  grid-auto-rows: 10.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cnj-infra-photo {
  position: relative;
  min-height: 10.5rem;
  overflow: hidden;
  background: var(--cnj-ink);
  border-radius: 0.9rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.12);
}

.cnj-infra-photo-feature {
  grid-row: span 2;
  grid-column: span 2;
}

.cnj-infra-photo-wide {
  grid-column: span 2;
}

.cnj-infra-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cnj-infra-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 68%;
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.cnj-infra-photo h3 {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 1;
  margin: 0;
  color: var(--cnj-white);
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  font-weight: 900;
  line-height: 1.15;
}

.cnj-infra-page-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.cnj-infra-page-feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.85rem;
  color: var(--cnj-ink);
  font-weight: 900;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 0.8rem;
  box-shadow: 0 12px 28px rgba(13, 17, 184, 0.07);
}

.cnj-infra-page-feature-list i {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: var(--cnj-white);
  background: var(--cnj-blue);
  border-radius: 0.7rem;
}

.cnj-infra-page-feature-list li:nth-child(2n) i {
  background: var(--cnj-red);
}

.cnj-infra-page-feature-list li:nth-child(3n) i {
  background: var(--cnj-green);
}

.cnj-infra-page-feature-list li:nth-child(4n) i {
  background: var(--cnj-gold);
}

.cnj-infra-page-stack {
  display: grid;
  height: 100%;
  gap: 1rem;
}

.cnj-infra-page-highlight {
  position: relative;
  min-height: 30rem;
  margin: 0;
  overflow: hidden;
  background: var(--cnj-ink);
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-infra-page-highlight-compact {
  min-height: 14.5rem;
}

.cnj-infra-page-highlight img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.cnj-infra-page-highlight-compact img {
  min-height: 14.5rem;
}

.cnj-infra-page-highlight::after,
.cnj-infra-page-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.cnj-infra-page-highlight figcaption,
.cnj-infra-page-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 1;
  color: var(--cnj-white);
  font-weight: 900;
  line-height: 1.15;
}

.cnj-infra-page-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 13rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cnj-infra-page-grid-compact {
  grid-auto-rows: 12.5rem;
}

.cnj-infra-page-grid-complementary {
  grid-auto-rows: 11.5rem;
}

.cnj-infra-page-grid-library {
  grid-auto-rows: 15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnj-infra-page-grid-motion,
.cnj-infra-page-grid-community {
  grid-auto-rows: 12.5rem;
}

.cnj-infra-page-card {
  position: relative;
  min-height: 12rem;
  margin: 0;
  overflow: hidden;
  background: var(--cnj-ink);
  border-radius: 0.9rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.11);
}

.cnj-infra-page-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.cnj-infra-page-highlight:hover img,
.cnj-infra-page-highlight:focus-within img,
.cnj-infra-page-card:hover img,
.cnj-infra-page-card:focus-within img {
  transform: scale(1.04);
}

.cnj-infra-page-featured {
  grid-row: span 2;
  grid-column: span 2;
}

.cnj-infra-page-motion-feature,
.cnj-infra-page-square-feature {
  grid-row: span 2;
  grid-column: span 2;
}

.cnj-infra-page-horizontal,
.cnj-infra-page-final-horizontal,
.cnj-infra-page-wide {
  grid-column: span 2;
}

.cnj-infra-page-tall {
  grid-row: span 2;
}

.cnj-infra-page-hero h1 {
  max-width: 18ch;
}

.cnj-infra-page-card[role="button"],
.cnj-infra-page-highlight[role="button"] {
  cursor: zoom-in;
}

.cnj-infra-page-card[role="button"]:focus-visible,
.cnj-infra-page-highlight[role="button"]:focus-visible {
  outline: 0.22rem solid rgba(13, 17, 184, 0.35);
  outline-offset: 0.22rem;
}

.cnj-infra-lightbox .modal-content {
  position: relative;
  color: var(--cnj-white);
  background: rgba(0, 0, 0, 0.88);
  border: 0;
  border-radius: 0.9rem;
}

.cnj-infra-lightbox .modal-body {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.cnj-infra-lightbox-image {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 0.65rem;
}

.cnj-infra-lightbox-caption {
  margin: 0.85rem 0 0;
  font-weight: 900;
  text-align: center;
}

.cnj-infra-lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  opacity: 0.95;
}

.cnj-video-area {
  margin-top: 4rem;
}

.cnj-video-frame {
  border-radius: 0.9rem;
  overflow: hidden;
  background: #0f1022;
  box-shadow: var(--cnj-shadow);
}

.cnj-video-frame iframe {
  border: 0;
}

.cnj-video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(13, 17, 184, 0.74), rgba(184, 7, 0, 0.68)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.cnj-unit-card {
  border-radius: 0.9rem;
  overflow: hidden;
}

.cnj-unit-card-highlight {
  border-color: rgba(184, 7, 0, 0.24);
}

.cnj-unit-visual,
.cnj-history-visual,
.cnj-modal-placeholder {
  display: grid;
  place-items: center;
  min-height: 16rem;
  color: var(--cnj-white);
  font-weight: 900;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(13, 17, 184, 0.8), rgba(184, 7, 0, 0.64)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 18px);
}

.cnj-unit-visual {
  position: relative;
  padding: 1rem;
}

.cnj-unit-photo {
  padding: 0;
  overflow: hidden;
}

.cnj-unit-photo img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.cnj-unit-visual-alt {
  background:
    linear-gradient(135deg, rgba(184, 7, 0, 0.75), rgba(33, 99, 56, 0.65)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 18px);
}

.cnj-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: var(--cnj-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--cnj-white);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}

.cnj-unit-body {
  padding: 1.5rem;
}

.cnj-placeholder-text {
  color: var(--cnj-muted);
  font-size: 0.95rem;
}

.cnj-section-history h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.cnj-section-history p:not(.cnj-kicker) {
  color: var(--cnj-muted);
}

.cnj-history-visual {
  min-height: 24rem;
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-history-photo {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.cnj-history-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.cnj-final-cta {
  padding: 5rem 0;
  color: var(--cnj-white);
  background: var(--cnj-white);
}

.cnj-final-cta-box {
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(115deg, rgba(13, 17, 184, 0.98), rgba(184, 7, 0, 0.92)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.13) 0 1px, transparent 1px 18px);
  border-radius: 1.1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-final-cta p {
  max-width: 44rem;
  font-size: 1.1rem;
}

.cnj-footer {
  padding: 4rem 0 1.5rem;
  color: var(--cnj-white);
  background: #000;
}

.cnj-footer h2 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.cnj-footer p,
.cnj-footer a,
.cnj-footer-bottom {
  color: rgba(255, 255, 255, 0.78);
}

.cnj-footer a:hover {
  color: var(--cnj-white);
}

.cnj-footer-logo-link {
  display: inline-flex;
  margin-bottom: 1rem;
}

.cnj-footer-logo {
  display: block;
  width: auto;
  max-width: 13rem;
  height: 3.2rem;
  object-fit: contain;
  background-color: var(--cnj-white);
  border-radius: 5px;
}

.cnj-footer-list {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cnj-footer-bottom {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
}

.cnj-footer-bottom-centered {
  justify-content: center;
  text-align: center;
}

.cnj-footer-contact-list,
.cnj-footer-coordination-grid {
  display: grid;
  gap: 0.8rem;
}

.cnj-footer-coordination-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cnj-footer-subtitle {
  margin: 1.35rem 0 0.8rem;
  color: var(--cnj-white);
  font-size: 0.95rem;
  font-weight: 900;
}

.cnj-footer-contact-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-width: 0;
}

.cnj-footer-contact-item i {
  flex: 0 0 auto;
  width: 1.35rem;
  margin-top: 0.2rem;
  color: var(--cnj-green);
  text-align: center;
}

.cnj-footer-contact-item strong,
.cnj-footer-contact-item span,
.cnj-footer-contact-item a {
  display: block;
}

.cnj-footer-contact-item strong {
  color: var(--cnj-white);
  font-size: 0.92rem;
}

.cnj-footer-contact-item span,
.cnj-footer-contact-item a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.cnj-footer-contact-item-wide {
  grid-column: 1 / -1;
}

.cnj-modal-content {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.cnj-modal-placeholder {
  min-height: 26rem;
  border-radius: 0.6rem;
}

.cnj-internal-main {
  background: var(--cnj-white);
}

.cnj-internal-hero {
  position: relative;
  padding: 8.5rem 0 4.5rem;
  color: var(--cnj-white);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(13, 17, 184, 0.96), rgba(184, 7, 0, 0.86)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px);
}

.cnj-internal-hero::before,
.cnj-internal-hero::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.cnj-internal-hero::before {
  width: 18rem;
  height: 18rem;
  right: -5rem;
  top: 3rem;
  background: rgba(0, 184, 65, 0.18);
}

.cnj-internal-hero::after {
  width: 12rem;
  height: 12rem;
  left: -4rem;
  bottom: -3rem;
  background: rgba(184, 149, 0, 0.18);
}

.cnj-internal-hero .container {
  position: relative;
  z-index: 1;
}

.cnj-internal-hero h1 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 900;
  line-height: 0.98;
}

.cnj-internal-hero p {
  max-width: 42rem;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.cnj-internal-hero .cnj-hero-badges {
  margin-top: 1.25rem;
}

.cnj-internal-hero .cnj-hero-badge {
  background: rgba(255, 255, 255, 0.12);
}

.cnj-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255,255,255,0.66);
  margin-bottom: 1.3rem;
}

.cnj-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.cnj-breadcrumb a,
.cnj-breadcrumb .breadcrumb-item,
.cnj-breadcrumb .breadcrumb-item.active {
  color: rgba(255,255,255,0.86);
  font-weight: 800;
}

.cnj-breadcrumb a:hover {
  color: var(--cnj-white);
}

.cnj-content-block {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-content-block h2,
.cnj-tabs-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.08;
}

.cnj-content-block p,
.cnj-tabs-card p,
.cnj-tabs-card li {
  color: var(--cnj-muted);
  font-size: 1.03rem;
}

.cnj-content-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.cnj-content-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--cnj-muted);
  font-weight: 700;
}

.cnj-content-list li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  background: var(--cnj-red);
  border-radius: 50%;
}

.cnj-internal-visual {
  display: grid;
  min-height: 20rem;
  place-items: center;
  padding: 1.5rem;
  color: var(--cnj-white);
  font-weight: 900;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(13, 17, 184, 0.82), rgba(184, 7, 0, 0.62)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 18px);
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-internal-visual.cnj-history-photo {
  padding: 0;
  background: none;
}

.cnj-internal-visual.cnj-history-photo img {
  min-height: 20rem;
}

.cnj-internal-visual.cnj-segment-photo {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: none;
}

.cnj-internal-visual.cnj-segment-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.cnj-eja-visual {
  background:
    linear-gradient(135deg, rgba(13, 17, 184, 0.86), rgba(184, 7, 0, 0.72)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.2) 0 1px, transparent 1px 18px);
}

.cnj-eja-banner-block {
  margin: 0;
}

.cnj-eja-banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-eja-regulation-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.9rem;
  color: var(--cnj-blue);
  font-weight: 900;
}

.cnj-eja-regulation-link:hover,
.cnj-eja-regulation-link:focus {
  color: var(--cnj-red);
}

.cnj-regulation-hero {
  padding-top: 7.5rem;
  padding-bottom: 3.5rem;
}

.cnj-regulation-banner-wrap {
  max-width: 62rem;
  margin: 0 auto;
}

.cnj-legal-content {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-legal-content h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
}

.cnj-legal-content p {
  color: var(--cnj-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.cnj-legal-content p + p {
  margin-top: 1rem;
}

.cnj-legal-content .cnj-btn {
  margin-top: 1rem;
}

.cnj-document-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  color: var(--cnj-muted);
  font-weight: 700;
}

.cnj-tabs-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-tabs {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}

.cnj-tabs .nav-link {
  color: var(--cnj-ink);
  font-weight: 900;
  background: var(--cnj-soft);
  border: 1px solid var(--cnj-line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
}

.cnj-tabs .nav-link:hover,
.cnj-tabs .nav-link:focus {
  color: var(--cnj-blue);
  border-color: rgba(13, 17, 184, 0.3);
}

.cnj-tabs .nav-link.active {
  color: var(--cnj-white);
  background: var(--cnj-blue);
  border-color: var(--cnj-blue);
}

.cnj-tab-pane {
  padding: 0.5rem 0 0;
}

.cnj-tab-pane h3 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.cnj-tab-pane ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.cnj-faq-accordion {
  max-width: 58rem;
  margin: 0 auto;
}

.cnj-faq-item {
  border: 1px solid var(--cnj-line);
}

.cnj-faq-item + .cnj-faq-item {
  margin-top: 0.75rem;
}

.cnj-faq-item,
.cnj-faq-item:first-of-type,
.cnj-faq-item:last-of-type,
.cnj-faq-item .accordion-button {
  border-radius: 0.8rem;
  overflow: hidden;
}

.cnj-faq-item .accordion-button {
  color: var(--cnj-ink);
  font-weight: 900;
  background: var(--cnj-white);
  box-shadow: none;
}

.cnj-faq-item .accordion-button:not(.collapsed) {
  color: var(--cnj-blue);
  background: rgba(13, 17, 184, 0.08);
}

.cnj-faq-item .accordion-body {
  color: var(--cnj-muted);
  background: var(--cnj-white);
}

.cnj-history-story-intro {
  max-width: 58rem;
  margin-bottom: 2.5rem;
}

.cnj-history-story-intro h2,
.cnj-history-story-text p {
  margin-bottom: 1rem;
}

.cnj-history-story-intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.cnj-history-story-intro p,
.cnj-history-story-text p {
  color: var(--cnj-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cnj-history-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

.cnj-history-story-media {
  min-height: 18rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-history-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.cnj-history-story-text {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-unit-page-photo {
  position: relative;
  min-height: 23rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-unit-page-photo .cnj-badge {
  z-index: 1;
}

.cnj-unit-page-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
}

.cnj-structure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cnj-structure-card {
  display: flex;
  min-height: 7.25rem;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 0.9rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-structure-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.18;
}

.cnj-structure-icon,
.cnj-unit-info-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  color: var(--cnj-white);
  background: var(--cnj-blue);
  border-radius: 0.8rem;
}

.cnj-structure-icon-red,
.cnj-unit-info-icon-red {
  background: var(--cnj-red);
}

.cnj-structure-icon-green,
.cnj-unit-info-icon-green {
  background: var(--cnj-green);
}

.cnj-structure-icon-gold,
.cnj-unit-info-icon-gold {
  background: var(--cnj-gold);
}

.cnj-structure-icon-darkgreen {
  background: var(--cnj-darkgreen);
}

.cnj-unit-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: stretch;
}

.cnj-unit-info-list {
  display: grid;
  gap: 1rem;
}

.cnj-unit-info-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 0.9rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-unit-info-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 900;
}

.cnj-unit-info-card p {
  margin: 0;
  color: var(--cnj-muted);
  line-height: 1.5;
}

.cnj-map-button {
  gap: 0.6rem;
  justify-self: start;
}

.cnj-map-frame {
  min-height: 100%;
  overflow: hidden;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: var(--cnj-shadow);
}

.cnj-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 27rem;
  border: 0;
}

.cnj-contact-panel,
.cnj-contact-form-card {
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.35rem);
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-contact-panel h2,
.cnj-contact-form-card h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 1.05;
}

.cnj-contact-panel p,
.cnj-contact-form-card p {
  color: var(--cnj-muted);
}

.cnj-contact-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.cnj-contact-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem;
  background: var(--cnj-soft);
  border: 1px solid var(--cnj-line);
  border-radius: 0.8rem;
}

.cnj-contact-item h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 900;
}

.cnj-contact-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.cnj-contact-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  color: var(--cnj-white);
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--cnj-blue);
  border-radius: 0.75rem;
}

.cnj-contact-icon-red {
  background: var(--cnj-red);
}

.cnj-contact-icon-green {
  background: var(--cnj-green);
}

.cnj-contact-icon-gold {
  background: var(--cnj-gold);
}

.cnj-contact-icon-darkgreen {
  background: var(--cnj-darkgreen);
}

.cnj-contact-form {
  margin-top: 1.5rem;
}

.cnj-contact-form .form-label {
  color: var(--cnj-ink);
  font-weight: 900;
}

.cnj-form-control {
  min-height: 3.15rem;
  color: var(--cnj-ink);
  background: var(--cnj-soft);
  border: 1px solid var(--cnj-line);
  border-radius: 0.8rem;
  box-shadow: none;
}

.cnj-form-control:focus {
  background: var(--cnj-white);
  border-color: rgba(13, 17, 184, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(13, 17, 184, 0.12);
}

.cnj-honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.cnj-form-message {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.cnj-form-message-success {
  color: var(--cnj-darkgreen);
  background: rgba(0, 184, 65, 0.12);
  border: 1px solid rgba(0, 184, 65, 0.28);
}

.cnj-form-message-error {
  color: var(--cnj-red);
  background: rgba(184, 7, 0, 0.08);
  border: 1px solid rgba(184, 7, 0, 0.22);
}

.cnj-contact-form .cnj-btn[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.cnj-unit-body .cnj-btn {
  margin-top: 1.1rem;
}

@media (max-width: 991.98px) {
  .cnj-menu {
    align-items: stretch;
    padding-top: 1rem;
  }

  .cnj-nav-link {
    border-radius: 0.65rem;
  }

  .cnj-hero-slide {
    padding-top: 5.5rem;
  }

  .cnj-hero-slide::before {
    background-position: 65% center;
  }

  .cnj-hero-slide::after {
    background:
      linear-gradient(90deg, rgba(13, 17, 184, 0.95) 0%, rgba(13, 17, 184, 0.82) 48%, rgba(13, 17, 184, 0.42) 78%, rgba(13, 17, 184, 0.2) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
  }

  .cnj-hero h1,
  .cnj-hero h2 {
    max-width: 11ch;
  }

  .cnj-hero-visual {
    min-height: 18rem;
    margin-top: 2rem;
  }

  .cnj-band-content,
  .cnj-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cnj-gallery-grid {
    grid-auto-rows: 9rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .cnj-infra-gallery {
    grid-auto-rows: 12rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cnj-infra-photo-feature,
  .cnj-infra-photo-wide {
    grid-column: span 2;
  }

  .cnj-infra-page-highlight,
  .cnj-infra-page-highlight img {
    min-height: 24rem;
  }

  .cnj-infra-page-highlight-compact,
  .cnj-infra-page-highlight-compact img {
    min-height: 13.5rem;
  }

  .cnj-infra-page-grid {
    grid-auto-rows: 12rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cnj-infra-page-featured,
  .cnj-infra-page-motion-feature,
  .cnj-infra-page-square-feature,
  .cnj-infra-page-horizontal,
  .cnj-infra-page-final-horizontal,
  .cnj-infra-page-wide {
    grid-column: span 2;
  }

  .cnj-internal-hero {
    padding-top: 7.5rem;
  }

  .cnj-internal-hero h1 {
    max-width: 12ch;
  }

  .cnj-infra-page-hero h1 {
    max-width: 18ch;
  }

  .cnj-contact-panel,
  .cnj-contact-form-card {
    height: auto;
  }

  .cnj-footer-coordination-grid,
  .cnj-history-story-row,
  .cnj-structure-grid,
  .cnj-unit-info-grid {
    grid-template-columns: 1fr;
  }

  .cnj-history-story-row-reverse .cnj-history-story-text {
    order: 2;
  }

  .cnj-history-story-row-reverse .cnj-history-story-media {
    order: 1;
  }

  .cnj-map-frame iframe {
    min-height: 22rem;
  }
}

@media (min-width: 992px) {
  .cnj-menu {
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .cnj-brand strong {
    max-width: 11rem;
    font-size: 0.95rem;
  }

  .cnj-brand-logo {
    max-width: 10.5rem;
    height: 2.6rem;
  }

  .cnj-brand small {
    font-size: 0.65rem;
  }

  .cnj-hero-actions,
  .cnj-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cnj-btn {
    width: 100%;
  }

  .cnj-section {
    padding: 3.5rem 0;
  }

  .cnj-cta-visual::before {
    opacity: 1;
  }

  .cnj-cta-visual::after {
    background: linear-gradient(90deg, rgba(13, 17, 184, 0.9), rgba(184, 7, 0, 0.78));
  }

  .cnj-cta-visual--estrutura::after {
    background: linear-gradient(90deg, rgba(13, 17, 184, 0.9), rgba(33, 99, 56, 0.8));
  }

  .cnj-hero-slide::before {
    background-position: center center;
  }

  .cnj-hero-slide::after {
    background:
      linear-gradient(90deg, rgba(13, 17, 184, 0.96) 0%, rgba(13, 17, 184, 0.88) 60%, rgba(13, 17, 184, 0.64) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  }

  .cnj-gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .cnj-gallery-item {
    min-height: 12rem;
  }

  .cnj-infra-gallery {
    grid-auto-rows: 13rem;
    grid-template-columns: 1fr;
  }

  .cnj-infra-photo-feature,
  .cnj-infra-photo-wide {
    grid-row: span 1;
    grid-column: span 1;
  }

  .cnj-infra-page-feature-list {
    grid-template-columns: 1fr;
  }

  .cnj-infra-page-highlight,
  .cnj-infra-page-highlight img {
    min-height: 20rem;
  }

  .cnj-infra-page-highlight-compact,
  .cnj-infra-page-highlight-compact img {
    min-height: 13rem;
  }

  .cnj-infra-page-grid {
    grid-auto-rows: 13.5rem;
    grid-template-columns: 1fr;
  }

  .cnj-infra-page-featured,
  .cnj-infra-page-motion-feature,
  .cnj-infra-page-square-feature,
  .cnj-infra-page-horizontal,
  .cnj-infra-page-final-horizontal,
  .cnj-infra-page-tall,
  .cnj-infra-page-wide {
    grid-row: span 1;
    grid-column: span 1;
  }

  .cnj-final-cta {
    padding: 3.5rem 0;
  }

  .cnj-internal-hero {
    padding-bottom: 3.5rem;
  }

  .cnj-internal-visual {
    min-height: 15rem;
  }

  .cnj-internal-visual.cnj-history-photo img {
    min-height: 15rem;
  }

  .cnj-internal-visual.cnj-segment-photo img {
    min-height: 15rem;
  }

  .cnj-contact-item {
    padding: 0.9rem;
  }

  .cnj-feature-card {
    gap: 0.75rem;
  }

  .cnj-feature-icon {
    width: 2.1rem;
    height: 2.1rem;
  }

  .cnj-unit-page-photo,
  .cnj-unit-page-photo img {
    min-height: 17rem;
  }

  .cnj-structure-card,
  .cnj-unit-info-card {
    padding: 1rem;
  }

  .cnj-structure-icon,
  .cnj-unit-info-icon {
    width: 2.45rem;
    height: 2.45rem;
  }
}


.cnj-enrollment-hero { position: relative; padding: 8.5rem 0 5rem; color: var(--cnj-white); overflow: hidden; background: linear-gradient(115deg, rgba(13, 17, 184, 0.96), rgba(184, 7, 0, 0.9)), repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px); }
.cnj-enrollment-hero::before, .cnj-enrollment-hero::after { position: absolute; content: ""; border-radius: 999px; pointer-events: none; }
.cnj-enrollment-hero::before { width: 18rem; height: 18rem; right: -5rem; top: 5rem; background: rgba(0, 184, 65, 0.2); }
.cnj-enrollment-hero::after { width: 12rem; height: 12rem; left: -4rem; bottom: -3rem; background: rgba(184, 149, 0, 0.2); }
.cnj-enrollment-hero .container { position: relative; z-index: 1; }
.cnj-enrollment-hero h1 { max-width: 14ch; margin-bottom: 1rem; font-size: clamp(2.9rem, 7vw, 6.2rem); font-weight: 900; line-height: 0.96; }
.cnj-enrollment-subtitle { max-width: 44rem; margin-bottom: 1rem; font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 900; }
.cnj-enrollment-text { max-width: 42rem; margin-bottom: 2rem; color: rgba(255, 255, 255, 0.88); font-size: 1.05rem; font-weight: 700; }
.cnj-enrollment-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.cnj-enrollment-hero-card { position: relative; min-height: 20rem; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--cnj-white); background: linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.06)), repeating-linear-gradient(45deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 22px); border: 2px solid rgba(255, 255, 255, 0.38); border-radius: 1.1rem; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2); }
.cnj-enrollment-hero-card h2 { margin: 3.7rem 0 0.4rem; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1; }
.cnj-enrollment-hero-card p { margin-bottom: 1rem; font-size: 1.25rem; font-weight: 900; }
.cnj-enrollment-hero-card span:not(.cnj-enrollment-badge) { display: block; max-width: 20rem; color: rgba(255, 255, 255, 0.86); font-weight: 700; }
.cnj-enrollment-badge { position: absolute; left: 1.25rem; top: 1.25rem; color: var(--cnj-blue); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; background: var(--cnj-white); border-radius: 999px; padding: 0.45rem 0.75rem; }
.cnj-enrollment-segment-card { display: flex; flex-direction: column; }
.cnj-enrollment-segment-card p { margin-bottom: 1.25rem; }
.cnj-enrollment-segment-card .cnj-btn { align-self: flex-start; margin-top: auto; }
.cnj-process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.cnj-process-step { min-height: 12rem; padding: 1.25rem; background: var(--cnj-white); border: 1px solid var(--cnj-line); border-radius: 0.9rem; box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08); }
.cnj-process-number { display: inline-grid; width: 2.7rem; height: 2.7rem; place-items: center; margin-bottom: 1rem; color: var(--cnj-white); font-weight: 900; background: var(--cnj-red); border-radius: 0.8rem; }
.cnj-process-step h3 { margin: 0; font-size: 1.05rem; font-weight: 900; line-height: 1.25; }
.cnj-interest-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 1.5rem; align-items: stretch; }
.cnj-interest-panel, .cnj-interest-form-card { height: 100%; padding: clamp(1.5rem, 4vw, 2.35rem); background: var(--cnj-white); border: 1px solid var(--cnj-line); border-radius: 1rem; box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08); }
.cnj-interest-panel h2 { margin-bottom: 0.9rem; font-size: clamp(1.85rem, 3vw, 2.7rem); font-weight: 900; line-height: 1.05; }
.cnj-interest-panel p { color: var(--cnj-muted); }
.cnj-direct-contact { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--cnj-line); }
.cnj-direct-contact p { margin-bottom: 0.85rem; color: var(--cnj-ink); font-weight: 900; }
.cnj-interest-form-card .form-label { color: var(--cnj-ink); font-weight: 900; }
.cnj-form-textarea { min-height: 8rem; resize: vertical; }
.cnj-accordion-note { max-width: 58rem; margin: 1.25rem auto 0; color: var(--cnj-muted); font-weight: 700; }
@media (max-width: 991.98px) { .cnj-enrollment-hero { padding-top: 7.5rem; } .cnj-enrollment-hero-card { min-height: 16rem; } .cnj-process-grid, .cnj-interest-grid { grid-template-columns: 1fr; } .cnj-process-step { min-height: auto; } }
@media (max-width: 575.98px) { .cnj-enrollment-actions { flex-direction: column; align-items: stretch; } .cnj-enrollment-hero { padding-bottom: 3.5rem; } }

.cnj-btn-whatsapp {
  gap: 0.55rem;
  color: var(--cnj-white);
  background: var(--cnj-green);
  border-color: var(--cnj-green);
}

.cnj-btn-whatsapp:hover,
.cnj-btn-whatsapp:focus {
  color: var(--cnj-white);
  background: var(--cnj-darkgreen);
  border-color: var(--cnj-darkgreen);
}

.cnj-field-note {
  margin: 0.5rem 0 0;
  color: var(--cnj-darkgreen);
  font-size: 0.9rem;
  font-weight: 800;
}

.cnj-form-check {
  color: var(--cnj-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.cnj-form-check + .cnj-form-check {
  margin-top: 0.7rem;
}

.cnj-form-check .form-check-input {
  border-color: rgba(13, 17, 184, 0.28);
}

.cnj-form-check .form-check-input:checked {
  background-color: var(--cnj-blue);
  border-color: var(--cnj-blue);
}

.cnj-contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cnj-contact-channel-card {
  min-height: 100%;
  padding: 1.35rem;
  background: var(--cnj-white);
  border: 1px solid var(--cnj-line);
  border-radius: 0.9rem;
  box-shadow: 0 16px 36px rgba(13, 17, 184, 0.08);
}

.cnj-contact-channel-card-wide {
  grid-column: span 3;
}

.cnj-contact-channel-icon {
  display: inline-grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--cnj-white);
  background: var(--cnj-blue);
  border-radius: 0.8rem;
}

.cnj-contact-channel-icon-red {
  background: var(--cnj-red);
}

.cnj-contact-channel-icon-gold {
  background: var(--cnj-gold);
}

.cnj-contact-channel-icon-darkgreen {
  background: var(--cnj-darkgreen);
}

.cnj-contact-channel-icon-whatsapp {
  background: var(--cnj-green);
}

.cnj-contact-channel-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.18rem;
  font-weight: 900;
}

.cnj-contact-channel-card p {
  color: var(--cnj-muted);
  font-weight: 700;
}

.cnj-contact-channel-card p:last-child {
  margin-bottom: 0;
}

.cnj-contact-channel-card a:not(.btn) {
  color: var(--cnj-blue);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cnj-contact-address-list,
.cnj-coordination-list {
  display: grid;
  gap: 1rem;
}

.cnj-contact-address-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnj-contact-address-list > div,
.cnj-coordination-list > div {
  padding: 1rem;
  background: var(--cnj-soft);
  border: 1px solid var(--cnj-line);
  border-radius: 0.8rem;
}

.cnj-contact-address-list strong,
.cnj-coordination-list strong,
.cnj-coordination-list span,
.cnj-coordination-list a {
  display: block;
}

.cnj-contact-address-list strong,
.cnj-coordination-list strong {
  margin-bottom: 0.35rem;
  color: var(--cnj-ink);
  font-weight: 900;
}

.cnj-contact-address-list .cnj-btn {
  margin-top: 0.4rem;
}

.cnj-coordination-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnj-coordination-list span {
  color: var(--cnj-muted);
  font-weight: 700;
}

.cnj-eja-coordination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cnj-eja-coordination-grid > div + div {
  padding-left: 1rem;
  border-left: 1px solid var(--cnj-line);
}

.cnj-enrollment-hero-with-form {
  padding-top: 7.4rem;
  padding-bottom: 1.6rem;
  overflow: visible;
}

.cnj-enrollment-hero-content {
  max-width: 38rem;
  padding-top: 0.5rem;
}

.cnj-enrollment-hero-content .cnj-kicker {
  color: var(--cnj-white);
}

.cnj-enrollment-hero-content h1 {
  max-width: 12ch;
  font-size: clamp(2.55rem, 5.4vw, 5.35rem);
}

.cnj-enrollment-soft-badge {
  display: inline-flex;
  margin: 0 0 1.1rem;
  color: var(--cnj-blue);
  font-size: 0.82rem;
  font-weight: 900;
  background: var(--cnj-white);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
}

.cnj-hero-benefits {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cnj-hero-benefits li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.cnj-hero-benefits li::before {
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  background: var(--cnj-green);
  border-radius: 50%;
}

.cnj-enrollment-form-card {
  position: relative;
  top: 3.1rem;
  z-index: 2;
  padding: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: -3.1rem;
  color: var(--cnj-ink);
  background: var(--cnj-white);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 1.05rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22), 0 10px 24px rgba(13, 17, 184, 0.12);
}

.cnj-enrollment-form-card .form-label {
  margin-bottom: 0.28rem;
}

.cnj-enrollment-form-card .cnj-form-control {
  min-height: 2.9rem;
}

.cnj-enrollment-form-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 900;
  line-height: 1.05;
}

.cnj-enrollment-form-card .cnj-contact-form {
  margin-top: 1.15rem;
}

.cnj-hero-form-support {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--cnj-line);
}

.cnj-hero-form-support p {
  margin-bottom: 0.85rem;
  color: var(--cnj-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.cnj-hero-form-support ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}

.cnj-hero-form-support li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--cnj-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.cnj-hero-form-support li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: var(--cnj-green);
  border-radius: 50%;
}

.cnj-section-after-hero-form {
  padding-top: 8.2rem;
}

@media (max-width: 991.98px) {
  .cnj-enrollment-hero-with-form {
    padding-bottom: 2.8rem;
  }

  .cnj-enrollment-hero-content {
    max-width: none;
  }

  .cnj-enrollment-form-card {
    top: 1.8rem;
    margin-bottom: -1.8rem;
  }

  .cnj-section-after-hero-form {
    padding-top: 5.8rem;
  }

  .cnj-contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cnj-contact-channel-card-wide {
    grid-column: span 2;
  }

  .cnj-coordination-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .cnj-enrollment-hero-content h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 13vw, 3.4rem);
  }

  .cnj-enrollment-form-card {
    top: 0;
    margin-bottom: 0;
    padding: 1.15rem;
  }

  .cnj-section-after-hero-form {
    padding-top: 3.5rem;
  }

  .cnj-contact-channel-grid,
  .cnj-contact-address-list,
  .cnj-coordination-list {
    grid-template-columns: 1fr;
  }

  .cnj-eja-coordination-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .cnj-eja-coordination-grid > div + div {
    padding-top: 0.85rem;
    padding-left: 0;
    border-top: 1px solid var(--cnj-line);
    border-left: 0;
  }

  .cnj-contact-channel-card-wide {
    grid-column: auto;
  }
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff !important;
}
