
.nwce-wrap,
.nwce-wrap * {
  box-sizing: border-box;
}

.nwce-wrap {
  --nwce-green-deep: #0f3d2e;
  --nwce-green-strong: #17633f;
  --nwce-green-soft: #eef7e9;
  --nwce-green-pale: #f6fbf2;
  --nwce-text: #172033;
  --nwce-muted: #5f6b62;
  --nwce-soft: #f7faf5;
  --nwce-white: #ffffff;
  --nwce-border: color-mix(in srgb, var(--nwce-accent) 24%, transparent);
  --nwce-accent-pale: color-mix(in srgb, var(--nwce-accent) 8%, white);
  --nwce-accent-soft: color-mix(in srgb, var(--nwce-accent) 14%, white);
  --nwce-accent-mid: color-mix(in srgb, var(--nwce-accent) 22%, white);
  --nwce-shadow: 0 22px 60px color-mix(in srgb, var(--nwce-accent-dark) 20%, transparent);
  --nwce-shadow-soft: 0 12px 32px color-mix(in srgb, var(--nwce-accent-dark) 14%, transparent);
  width: min(1480px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 26px 0 80px;
  color: var(--nwce-text);
  font-family: inherit;
}

.nwce-wrap a,
.nwce-wrap button {
  font-family: inherit;
}

.nwce-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 36px;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(36px, 5vw, 68px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.10), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.16), transparent 28%),
    linear-gradient(135deg, var(--nwce-accent-dark) 0%, var(--nwce-accent) 100%);
  box-shadow: var(--nwce-shadow);
}


.nwce-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 48%, rgba(0,0,0,0.22) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 34px);
  opacity: 1;
}

.nwce-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  bottom: -350px;
  border: 92px solid rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  z-index: 1;
}

.nwce-hero-content,
.nwce-hero-panel {
  position: relative;
  z-index: 2;
}

.nwce-eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--nwce-accent) 14%, white);
  color: var(--nwce-accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.nwce-hero .nwce-eyebrow {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
}

.nwce-hero h1,
.nwce-filter-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.028em;
  font-weight: 780;
}

.nwce-hero-text {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.58;
  font-weight: 400;
}

.nwce-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.nwce-btn,
.nwce-card-link,
.nwce-reset,
.nwce-choice,
.nwce-more {
  appearance: none;
  text-decoration: none !important;
}

.nwce-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 23px;
  border: 0;
  font-size: 15px;
  font-weight: 720;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.nwce-btn:hover {
  transform: translateY(-3px);
}

.nwce-btn-primary {
  color: var(--nwce-text) !important;
  background: linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--nwce-accent) 18%, white));
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

.nwce-btn-secondary {
  color: #fff !important;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.28);
}

.nwce-hero-panel {
  align-self: end;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
}

.nwce-hero-panel span {
  display: block;
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--nwce-accent) 72%, white);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.nwce-hero-panel strong {
  display: block;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.022em;
  font-weight: 760;
}

.nwce-hero-panel p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.6;
}

.nwce-explorer {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  background: linear-gradient(180deg, #fff 0%, var(--nwce-accent-pale) 100%);
  border: 1px solid var(--nwce-border);
  box-shadow: var(--nwce-shadow-soft);
}

.nwce-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 28px;
}

.nwce-filter-head h2 {
  max-width: 920px;
  color: var(--nwce-text);
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.05;
}

.nwce-reset {
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--nwce-accent-dark);
  background: #fff;
  border: 1px solid var(--nwce-border);
  font-size: 14px;
  font-weight: 720;
  transition: transform .22s ease, background .22s ease;
}

.nwce-reset:hover {
  transform: translateY(-2px);
  background: var(--nwce-accent-soft);
}

.nwce-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.nwce-filter-block {
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--nwce-border);
}

.nwce-filter-block-wide {
  grid-column: 1 / -1;
}

.nwce-filter-block h3 {
  margin: 0 0 16px;
  color: var(--nwce-text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 730;
  letter-spacing: -0.016em;
}

.nwce-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nwce-choice {
  cursor: pointer;
  border: 1px solid rgba(15, 61, 46, 0.16);
  border-radius: 999px;
  padding: 11px 14px;
  color: var(--nwce-accent-dark);
  background: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nwce-choice:hover,
.nwce-choice.is-active {
  color: var(--nwce-button-text, #fff);
  background: linear-gradient(135deg, var(--nwce-accent-light), var(--nwce-accent-dark));
  border-color: transparent;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--nwce-accent-dark) 18%, transparent);
  transform: translateY(-2px);
}

.nwce-profile-filter {
  padding: 0;
  overflow: hidden;
}

.nwce-profile-toggle {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 28px;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 18%, color-mix(in srgb, var(--nwce-accent) 16%, transparent), transparent 34%),
    linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--nwce-accent) 10%, white));
  color: var(--nwce-text);
  text-align: left;
  font-family: inherit;
  transition: background .25s ease, transform .25s ease;
}

.nwce-profile-toggle::after {
  content: "+";
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--nwce-button-text, #ffffff);
  background: linear-gradient(135deg, var(--nwce-accent-light), var(--nwce-accent-dark));
  font-size: 24px;
  line-height: 1;
  font-weight: 520;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--nwce-accent) 28%, transparent);
}

.nwce-profile-filter.is-open .nwce-profile-toggle::after {
  content: "−";
}

.nwce-profile-toggle:hover {
  transform: translateY(-2px);
}

.nwce-profile-toggle span {
  display: block;
  color: var(--nwce-text);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  font-weight: 680;
  letter-spacing: -0.018em;
}

.nwce-profile-toggle small {
  display: block;
  margin-top: 8px;
  max-width: 740px;
  color: var(--nwce-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 420;
}

.nwce-profile-options {
  padding: 0 28px 28px;
}

.nwce-profile-options[hidden] {
  display: none !important;
}

.nwce-results-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--nwce-border);
}

.nwce-results-bar p {
  margin: 0;
  color: var(--nwce-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nwce-results-bar strong {
  color: var(--nwce-accent-dark);
  font-size: 25px;
  line-height: 1;
  font-weight: 760;
}

.nwce-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px;
}

.nwce-course-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--nwce-border);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--nwce-accent-dark) 8%, transparent);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .18s ease;
}

.nwce-course-card[hidden],
.nwce-course-card.is-hidden {
  display: none !important;
}

.nwce-course-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--nwce-accent), var(--nwce-accent-dark));
}

.nwce-course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--nwce-shadow-soft);
  border-color: color-mix(in srgb, var(--nwce-accent) 46%, transparent);
}

.nwce-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.nwce-card-topline span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--nwce-accent-dark);
  background: color-mix(in srgb, var(--nwce-accent) 12%, white);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
}

.nwce-course-card h3 {
  margin: 0 0 12px;
  color: var(--nwce-text);
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.018em;
  font-weight: 760;
}

.nwce-course-card p {
  margin: 0;
  color: var(--nwce-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.nwce-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.nwce-card-link,
.nwce-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 12px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.nwce-card-link {
  color: var(--nwce-button-text, #fff) !important;
  background: linear-gradient(135deg, var(--nwce-accent-light, var(--nwce-accent)), var(--nwce-accent-dark));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--nwce-accent-dark) 24%, transparent);
}

.nwce-card-link-muted {
  color: var(--nwce-accent-dark) !important;
  background: #fff;
  border: 1px solid var(--nwce-border);
}

.nwce-more {
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  color: var(--nwce-accent-dark);
  background: color-mix(in srgb, var(--nwce-accent) 12%, white);
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 30%, transparent);
}

.nwce-more:hover {
  background: color-mix(in srgb, var(--nwce-accent) 20%, white);
}

.nwce-card-detail {
  display: none;
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: var(--nwce-accent-pale);
  border: 1px solid var(--nwce-border);
}

.nwce-course-card.is-open .nwce-card-detail {
  display: grid;
  gap: 16px;
}

.nwce-card-detail strong {
  display: block;
  margin-bottom: 8px;
  color: var(--nwce-accent-dark);
  font-size: 14px;
  font-weight: 760;
}

.nwce-card-detail ul {
  margin: 0;
  padding-left: 18px;
  color: var(--nwce-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nwce-empty {
  margin-top: 20px;
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--nwce-border);
  text-align: center;
}

.nwce-empty h3 {
  margin: 0 0 8px;
  color: var(--nwce-text);
  font-size: 24px;
  font-weight: 760;
}

.nwce-empty p {
  margin: 0;
  color: var(--nwce-muted);
}

.nwce-error {
  padding: 18px;
  border-radius: 14px;
  background: #fff3f3;
  color: #8f0615;
  border: 1px solid #ffd0d0;
}

@media (max-width: 1024px) {
  .nwce-wrap {
    width: min(100%, calc(100vw - 32px));
    margin-left: auto;
    transform: none;
  }

  .nwce-hero,
  .nwce-filter-grid,
  .nwce-filter-head {
    grid-template-columns: 1fr;
  }

  .nwce-filter-head {
    display: block;
  }

  .nwce-reset {
    margin-top: 18px;
  }

  .nwce-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nwce-wrap {
    width: min(100%, calc(100vw - 20px));
    padding-left: 0;
    padding-right: 0;
  }

  .nwce-hero,
  .nwce-explorer {
    border-radius: 24px;
  }

  .nwce-hero {
    padding: 30px 22px;
  }

  .nwce-hero h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .nwce-hero-panel,
  .nwce-filter-block,
  .nwce-course-card {
    padding: 22px;
  }

  .nwce-results-bar {
    display: block;
  }

  .nwce-results-bar p + p {
    margin-top: 8px;
  }

  .nwce-card-grid {
    grid-template-columns: 1fr;
  }

  .nwce-course-card {
    min-height: unset;
  }
}



.nwce-info-trigger {
  cursor: pointer;
  border: 1px solid var(--nwce-border);
}

.nwce-modal[hidden] {
  display: none !important;
}

.nwce-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(18px, 3vw, 44px) !important;
  isolation: isolate;
}

.nwce-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: rgba(10, 28, 22, 0.58);
  backdrop-filter: blur(14px);
}

.nwce-modal-panel {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100vw - 36px));
  max-height: min(82dvh, 760px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
  transform: translateY(0);
}

.nwce-modal-head {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid var(--nwce-border);
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--nwce-accent) 16%, transparent), transparent 34%),
    linear-gradient(135deg, var(--nwce-accent-pale), #ffffff 72%);
}

.nwce-modal-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--nwce-accent-dark);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 740;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nwce-modal-head strong {
  display: block;
  color: var(--nwce-text);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.12;
  font-weight: 720;
  letter-spacing: -0.016em;
}

.nwce-modal-head p {
  margin: 8px 0 0;
  color: var(--nwce-muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.nwce-modal-close {
  cursor: pointer;
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #ffffff !important;
  background: #10251b;
  font-size: 30px;
  line-height: 1;
  font-weight: 360;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  position: relative;
  z-index: 5;
}

.nwce-modal-close:hover {
  background: var(--nwce-accent-dark);
}


.nwce-modal-body {
  flex: 1 1 auto;
  overflow: auto;
  padding: clamp(22px, 3vw, 32px);
  background: #ffffff;
}

.nwce-fluentform-direct {
  max-width: 100%;
}

.nwce-modal iframe,
.nwce-modal .nwce-legacy-iframe {
  display: none !important;
}

.nwce-modal-body .fluentform,
.nwce-modal-body .frm-fluent-form,
.nwce-modal-body form {
  max-width: 100% !important;
  margin: 0 !important;
}

.nwce-modal-body .ff-el-group {
  margin-bottom: 14px;
}

.nwce-modal-body input,
.nwce-modal-body select,
.nwce-modal-body textarea {
  max-width: 100%;
}

html.nwce-modal-is-open,
body.nwce-modal-is-open {
  overflow: hidden !important;
}

@media (max-width: 720px) {
  .nwce-modal {
    padding: 10px !important;
    place-items: center !important;
  }

  .nwce-modal-panel {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  .nwce-modal-head {
    padding: 16px;
  }

  .nwce-modal-head strong {
    font-size: 20px;
  }

  .nwce-modal-head p {
    font-size: 13.5px;
  }

  .nwce-modal-close {
    min-width: 68px;
    height: 36px;
    padding: 0 12px;
  }

  .nwce-modal-body {
    padding: 18px;
  }
}

@media (max-width: 720px) {
  .nwce-profile-toggle {
    align-items: flex-start;
    padding: 22px;
  }

  .nwce-profile-toggle span {
    font-size: 21px;
  }

  .nwce-profile-toggle small {
    font-size: 14px;
  }

  .nwce-profile-options {
    padding: 0 18px 22px;
  }

  .nwce-modal-close {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 28px;
    padding: 0;
  }
}

/* NetWiz Systems Course Explorer v0.3.0 | Oferta formativa geral */
.nwce-section-intro {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--nwce-muted);
  font-size: 16px;
  line-height: 1.62;
}

.nwce-offer-wrap {
  --nwce-accent: #17633f;
  --nwce-accent-light: #58b66c;
  --nwce-accent-dark: #0f3d2e;
}

.nwce-offer-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.12), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(255, 207, 18, 0.20), transparent 26%),
    linear-gradient(90deg, rgba(134,196,64,0.14) 0 24%, rgba(0,183,229,0.14) 24% 50%, rgba(179,7,28,0.14) 50% 76%, rgba(255,207,18,0.16) 76% 100%),
    linear-gradient(135deg, #0f3d2e 0%, #17633f 100%);
}

.nwce-offer-hero::before {
  background:
    linear-gradient(105deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 48%, rgba(0,0,0,0.26) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 34px);
}

.nwce-offer-panel {
  border-color: rgba(255,255,255,0.18);
}

.nwce-offer-explorer {
  background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.nwce-offer-head {
  align-items: flex-start;
}

.nwce-offer-head h2 {
  margin: 0;
  color: var(--nwce-text);
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.024em;
  font-weight: 760;
}

.nwce-cycle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.nwce-cycle-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, color-mix(in srgb, var(--nwce-accent) 16%, transparent), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--nwce-accent) 8%, white) 100%);
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 24%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--nwce-accent-dark) 10%, transparent);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.nwce-cycle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--nwce-accent-light), var(--nwce-accent-dark));
}

.nwce-cycle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px color-mix(in srgb, var(--nwce-accent-dark) 18%, transparent);
  border-color: color-mix(in srgb, var(--nwce-accent) 46%, transparent);
}

.nwce-cycle-main {
  position: relative;
  z-index: 2;
}

.nwce-cycle-card .nwce-eyebrow {
  background: color-mix(in srgb, var(--nwce-accent) 13%, white);
  color: var(--nwce-accent-dark);
}

.nwce-cycle-card h3 {
  margin: 0 0 14px;
  color: var(--nwce-text);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.026em;
  font-weight: 780;
}

.nwce-cycle-card p {
  margin: 0;
  color: var(--nwce-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.nwce-cycle-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.nwce-cycle-meta span {
  min-height: 66px;
  padding: 11px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 18%, transparent);
  color: var(--nwce-muted);
  font-size: 12.5px;
  line-height: 1.22;
  text-align: center;
}

.nwce-cycle-meta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--nwce-accent-dark);
  font-size: 23px;
  line-height: 1;
  font-weight: 760;
}

.nwce-cycle-actions {
  margin-top: auto;
  padding-top: 22px;
}

.nwce-cycle-more {
  margin-top: 14px;
}

.nwce-cycle-card.is-open .nwce-cycle-detail {
  display: grid;
  gap: 16px;
}

.nwce-cycle-detail p {
  font-size: 14.5px;
  line-height: 1.6;
}

.nwce-mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nwce-mini-pills span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--nwce-accent-dark);
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 20%, transparent);
  font-size: 12.5px;
  line-height: 1.1;
  font-weight: 680;
}

@media (max-width: 1180px) {
  .nwce-cycle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nwce-cycle-grid {
    grid-template-columns: 1fr;
  }

  .nwce-cycle-card {
    min-height: unset;
    padding: 22px;
  }

  .nwce-cycle-meta {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* NetWiz Systems Course Explorer v0.3.1 | Oferta formativa integrada */
.nwce-offer-full {
  --nwce-accent: #b3071c;
  --nwce-accent-light: #d1182f;
  --nwce-accent-dark: #8f0616;
}

.nwce-offer-full .nwce-offer-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.12), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,0.12), transparent 26%),
    linear-gradient(105deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 32px),
    linear-gradient(135deg, #8f0616 0%, #b3071c 55%, #d1182f 100%);
}

.nwce-offer-full .nwce-offer-hero::before {
  background:
    linear-gradient(105deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.04) 50%, rgba(0,0,0,0.20) 100%),
    linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 34px);
}

.nwce-offer-full .nwce-hero-panel span {
  color: rgba(255,255,255,0.74);
}

.nwce-offer-full .nwce-offer-explorer {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f7 100%);
  border-color: rgba(179, 7, 28, 0.16);
}

.nwce-offer-cycle-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.nwce-offer-cycle-choice {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  border-radius: 28px;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 26%, transparent);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--nwce-accent) 20%, transparent), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--nwce-accent) 9%, white) 100%);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--nwce-accent-dark) 10%, transparent);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.nwce-offer-cycle-choice::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--nwce-accent-light), var(--nwce-accent-dark));
}

.nwce-offer-cycle-choice span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--nwce-accent-dark);
  background: color-mix(in srgb, var(--nwce-accent) 12%, white);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.nwce-offer-cycle-choice strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 12px;
  color: var(--nwce-text);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.026em;
  font-weight: 780;
}

.nwce-offer-cycle-choice p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--nwce-muted);
  font-size: 15px;
  line-height: 1.58;
}

.nwce-offer-cycle-choice small {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--nwce-accent-dark);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 720;
}

.nwce-offer-cycle-choice:hover,
.nwce-offer-cycle-choice.is-active {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--nwce-accent) 54%, transparent);
  box-shadow: 0 22px 42px color-mix(in srgb, var(--nwce-accent-dark) 16%, transparent);
}

.nwce-offer-cycle-choice.is-active {
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--nwce-accent) 24%, transparent), transparent 30%),
    linear-gradient(180deg, color-mix(in srgb, var(--nwce-accent) 11%, white) 0%, color-mix(in srgb, var(--nwce-accent) 20%, white) 100%);
}

.nwce-offer-filter-grid {
  margin-top: 18px;
}

.nwce-offer-full .nwce-results-bar {
  border-color: rgba(179, 7, 28, 0.14);
}

.nwce-offer-course-card {
  border-color: color-mix(in srgb, var(--nwce-accent) 24%, transparent);
}

.nwce-offer-course-card .nwce-card-topline span:first-child {
  color: var(--nwce-button-text, #ffffff);
  background: linear-gradient(135deg, var(--nwce-accent-light), var(--nwce-accent-dark));
}

@media (max-width: 1180px) {
  .nwce-offer-cycle-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nwce-offer-cycle-selector {
    grid-template-columns: 1fr;
  }

  .nwce-offer-cycle-choice {
    min-height: unset;
    padding: 22px;
  }
}

/* NetWiz Systems Course Explorer v0.3.2 | Ajustes finais da oferta formativa geral */
.nwce-offer-head-minimal {
  margin-bottom: 22px;
}

.nwce-offer-head-minimal .nwce-eyebrow {
  margin-bottom: 0;
}

.nwce-offer-filter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.nwce-offer-filter-grid .nwce-filter-block-wide {
  grid-column: auto;
}

.nwce-offer-filter-grid .nwce-profile-toggle {
  min-height: 154px;
  align-items: flex-start;
}

.nwce-offer-filter-grid .nwce-profile-options {
  padding: 0 24px 24px;
}

@media (max-width: 1024px) {
  .nwce-offer-filter-grid {
    grid-template-columns: 1fr;
  }

  .nwce-offer-filter-grid .nwce-profile-toggle {
    min-height: unset;
  }
}


/* NetWiz Systems Course Explorer v0.3.3 | Oferta geral: filtros expansíveis em cinzento */
.nwce-offer-filter-grid .nwce-offer-collapsible-filter {
  background: #ffffff;
  border-color: rgba(23, 32, 51, 0.10);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
}

.nwce-offer-filter-grid .nwce-profile-toggle {
  min-height: 136px;
  height: 136px;
  padding: 24px 24px;
  align-items: flex-start;
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f5f4 100%);
  border: 1px solid rgba(23, 32, 51, 0.08);
}

.nwce-offer-filter-grid .nwce-profile-toggle:hover {
  background:
    linear-gradient(135deg, #ffffff 0%, #eef1ef 100%);
}

.nwce-offer-filter-grid .nwce-profile-toggle::after {
  color: #ffffff;
  background: linear-gradient(135deg, #6c756f, #313b35);
  box-shadow: 0 10px 22px rgba(23, 32, 51, 0.16);
}

.nwce-offer-filter-grid .nwce-profile-filter.is-open .nwce-profile-toggle::after,
.nwce-offer-filter-grid .nwce-offer-collapsible-filter.is-open .nwce-profile-toggle::after {
  color: #ffffff;
  background: linear-gradient(135deg, #5f6b62, #202820);
}

.nwce-offer-filter-grid .nwce-profile-toggle span {
  font-size: clamp(17px, 1.28vw, 20px);
  line-height: 1.18;
  font-weight: 720;
  letter-spacing: -0.012em;
}

.nwce-offer-filter-grid .nwce-profile-toggle small {
  margin-top: 7px;
  max-width: 430px;
  font-size: 13.5px;
  line-height: 1.42;
  color: #6a746d;
}

.nwce-offer-filter-grid .nwce-profile-options {
  background: #ffffff;
  border-top: 1px solid rgba(23, 32, 51, 0.08);
}

@media (max-width: 1024px) {
  .nwce-offer-filter-grid .nwce-profile-toggle {
    height: auto;
    min-height: 112px;
  }
}


/* NetWiz Systems Course Explorer v0.3.6 | Detalhes da oferta geral na cor de cada ciclo */
.nwce-offer-full .nwce-offer-course-card .nwce-card-link-muted {
  color: var(--nwce-accent-dark) !important;
  background: #ffffff !important;
  border-color: color-mix(in srgb, var(--nwce-accent) 34%, transparent) !important;
  box-shadow: none !important;
}

.nwce-offer-full .nwce-offer-course-card .nwce-card-link-muted:hover {
  background: color-mix(in srgb, var(--nwce-accent) 8%, white) !important;
  border-color: color-mix(in srgb, var(--nwce-accent) 48%, transparent) !important;
}

.nwce-offer-full .nwce-offer-course-card .nwce-card-detail {
  background: linear-gradient(135deg, var(--nwce-accent-light, var(--nwce-accent)) 0%, var(--nwce-accent-dark, var(--nwce-accent)) 100%) !important;
  border-color: color-mix(in srgb, var(--nwce-accent) 48%, transparent) !important;
  box-shadow: 0 18px 34px color-mix(in srgb, var(--nwce-accent-dark) 20%, transparent) !important;
}

.nwce-offer-full .nwce-offer-course-card .nwce-card-detail strong,
.nwce-offer-full .nwce-offer-course-card .nwce-card-detail ul,
.nwce-offer-full .nwce-offer-course-card .nwce-card-detail li {
  color: var(--nwce-button-text, #ffffff) !important;
}

.nwce-offer-full .nwce-offer-course-card .nwce-card-detail ul {
  opacity: 0.92;
}


/* NetWiz Systems Course Explorer v0.3.8 | Pesquisa direta */
.nwce-search-panel {
  margin: 0 0 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--nwce-border);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--nwce-accent-dark) 7%, transparent);
}

.nwce-search-panel label {
  display: block;
  margin: 0 0 10px;
  color: var(--nwce-text);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 720;
  letter-spacing: -0.012em;
}

.nwce-search-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nwce-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--nwce-accent) 26%, transparent);
  background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--nwce-accent) 4%, white) 100%);
  color: var(--nwce-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.nwce-search-input:focus {
  border-color: color-mix(in srgb, var(--nwce-accent) 58%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--nwce-accent) 12%, transparent);
  background: #ffffff;
}

.nwce-search-input::placeholder {
  color: color-mix(in srgb, var(--nwce-muted) 72%, white);
}

.nwce-search-clear {
  cursor: pointer;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--nwce-border);
  color: var(--nwce-accent-dark);
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nwce-search-clear:hover {
  transform: translateY(-2px);
  background: var(--nwce-accent-pale);
  border-color: color-mix(in srgb, var(--nwce-accent) 34%, transparent);
}

.nwce-search-panel p {
  margin: 10px 0 0;
  color: var(--nwce-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.nwce-offer-search-panel {
  border-color: rgba(179, 7, 28, 0.14);
}

@media (max-width: 720px) {
  .nwce-search-row {
    display: block;
  }

  .nwce-search-clear {
    width: 100%;
    margin-top: 10px;
  }

  .nwce-search-panel {
    padding: 16px;
  }
}


/* Search mode: when typing, keep the interface focused on direct results. */
.nwce-wrap.is-searching .nwce-filter-grid,
.nwce-wrap.is-searching .nwce-offer-cycle-selector {
  display: none !important;
}

.nwce-wrap.is-searching .nwce-results-bar {
  margin-top: 22px;
}

.nwce-wrap.is-searching .nwce-card-grid {
  margin-top: 18px;
}

.nwce-wrap.is-searching .nwce-search-panel {
  box-shadow: 0 24px 64px rgba(12, 44, 32, 0.12);
  border-color: color-mix(in srgb, var(--nwce-accent) 24%, var(--nwce-border));
}

@media (max-width: 760px) {
  .nwce-wrap.is-searching .nwce-results-bar {
    margin-top: 16px;
  }
}


/* Candidate Support module */
.nwcs-wrap {
  --nwcs-brand: #b3071c;
  --nwcs-brand-dark: #8f0616;
  --nwcs-ink: #142033;
  --nwcs-muted: #647084;
  --nwcs-surface: #f7f8fb;
  --nwcs-border: rgba(20, 32, 51, 0.12);
}

.nwcs-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #8f0616 0%, #b3071c 54%, #d1182f 100%);
}

.nwcs-hero::after {
  opacity: .38;
}

.nwcs-shell,
.nwcs-faq-wrap,
.nwcs-final-card {
  width: min(1320px, calc(100% - 40px));
  margin: 42px auto 0;
}

.nwcs-shell {
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  border: 1px solid var(--nwcs-border);
  box-shadow: 0 22px 70px rgba(20, 32, 51, .08);
}

.nwcs-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.nwcs-path-card {
  cursor: pointer;
  min-height: 176px;
  padding: 24px;
  border: 1px solid rgba(20, 32, 51, .12);
  border-radius: 28px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 12px 30px rgba(20, 32, 51, .06);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.nwcs-path-card:hover,
.nwcs-path-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(179, 7, 28, .34);
  box-shadow: 0 20px 48px rgba(179, 7, 28, .12);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f7 100%);
}

.nwcs-path-card span,
.nwcs-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(179, 7, 28, .08);
  color: var(--nwcs-brand);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.nwcs-path-card strong {
  display: block;
  color: var(--nwcs-ink);
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -.03em;
  font-weight: 900;
}

.nwcs-path-card p,
.nwcs-card p,
.nwcs-faq-answer p,
.nwcs-final-card p {
  margin: 12px 0 0;
  color: var(--nwcs-muted);
  font-size: 15px;
  line-height: 1.62;
}

.nwcs-search-panel {
  margin: 0 0 32px;
}

.nwcs-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
  margin: 34px 0 22px;
}

.nwcs-section-head h2 {
  margin: 0;
  color: var(--nwcs-ink);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 900;
}

.nwcs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nwcs-card {
  display: flex;
  flex-direction: column;
  min-height: 258px;
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(20, 32, 51, .12);
  box-shadow: 0 12px 32px rgba(20, 32, 51, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.nwcs-card:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 7, 28, .28);
  box-shadow: 0 22px 58px rgba(20, 32, 51, .10);
}

.nwcs-card h3 {
  margin: 0;
  color: var(--nwcs-ink);
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 900;
}

.nwcs-card-actions {
  margin-top: auto;
  padding-top: 22px;
}

.nwcs-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nwcs-brand), var(--nwcs-brand-dark));
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 850;
  font-size: 14px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.nwcs-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(179, 7, 28, .20);
}

.nwcs-card[hidden],
.nwcs-card.is-hidden {
  display: none !important;
}

.nwcs-empty {
  margin-top: 20px;
}

.nwcs-faq-wrap {
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid var(--nwcs-border);
  box-shadow: 0 20px 60px rgba(20, 32, 51, .07);
}

.nwcs-faq-list {
  display: grid;
  gap: 12px;
}

.nwcs-faq-item {
  border: 1px solid var(--nwcs-border);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
}

.nwcs-faq-item button {
  cursor: pointer;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--nwcs-ink);
  font-size: 17px;
  font-weight: 900;
}

.nwcs-faq-answer {
  display: none;
  padding: 0 22px 22px;
}

.nwcs-faq-answer a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--nwcs-brand) !important;
  font-weight: 850;
  text-decoration: none !important;
}

.nwcs-faq-item.is-open .nwcs-faq-answer {
  display: block;
}

.nwcs-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #8f0616, #b3071c 64%, #d1182f);
  box-shadow: 0 24px 70px rgba(179, 7, 28, .18);
}

.nwcs-final-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 900;
}

.nwcs-final-card p,
.nwcs-final-card .nwce-eyebrow {
  color: rgba(255,255,255,.80);
}

.nwcs-final-card .nwce-btn-primary {
  background: #ffffff;
  color: var(--nwcs-brand) !important;
  box-shadow: 0 20px 45px rgba(0,0,0,.14);
}

@media (max-width: 1080px) {
  .nwcs-intro-grid,
  .nwcs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nwcs-final-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nwcs-shell,
  .nwcs-faq-wrap,
  .nwcs-final-card {
    width: min(100% - 28px, 1320px);
    padding: 22px;
    border-radius: 26px;
  }

  .nwcs-intro-grid,
  .nwcs-grid {
    grid-template-columns: 1fr;
  }

  .nwcs-section-head {
    display: block;
  }

  .nwcs-section-head .nwce-reset,
  .nwcs-section-head .nwce-btn {
    margin-top: 16px;
  }
}

/* Flash Days campaign */
.nwce-flash-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 2px 0 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #6f0614 !important;
  background: linear-gradient(135deg, #fff7e5, #f1d69b);
  border: 1px solid rgba(111, 6, 20, .16);
  font-size: 13px;
  line-height: 1;
  font-weight: 820;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(111, 6, 20, .10);
  transition: transform .22s ease, box-shadow .22s ease;
}

.nwce-flash-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(111, 6, 20, .16);
}

.nwfd-wrap {
  --nwfd-brand: #b3071c;
  --nwfd-brand-dark: #6f0614;
  --nwfd-brand-light: #cf3344;
  --nwfd-gold: #d4b16a;
  --nwfd-gold-soft: #fff7e5;
  --nwfd-ink: #172033;
  --nwfd-muted: #667085;
  --nwfd-border: rgba(23, 32, 51, .12);
  --nwfd-soft: #f7f7f5;
}

.nwfd-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 34px;
  align-items: stretch;
  overflow: hidden;
  padding: clamp(40px, 5.4vw, 78px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 86% 16%, rgba(212,177,106,.28), transparent 28%),
    radial-gradient(circle at 14% 20%, rgba(255,255,255,.13), transparent 30%),
    linear-gradient(135deg, #6f0614 0%, #b3071c 58%, #8f0616 100%);
  box-shadow: 0 30px 80px rgba(111, 6, 20, .20);
}

.nwfd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 34px),
    linear-gradient(105deg, transparent 0%, rgba(0,0,0,.18) 100%);
}

.nwfd-hero-copy,
.nwfd-count-card {
  position: relative;
  z-index: 2;
}

.nwfd-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .96;
  letter-spacing: -.038em;
  font-weight: 820;
}

.nwfd-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 520;
}

.nwfd-copy {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.68;
}

.nwfd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.nwfd-count-card {
  align-self: end;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  color: #fff;
}

.nwfd-count-card > span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.nwfd-count-card > strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 820;
}

.nwfd-count-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.nwfd-count-grid div {
  padding: 16px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  text-align: center;
}

.nwfd-count-grid b {
  display: block;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  font-weight: 850;
}

.nwfd-count-grid small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 680;
}

.nwfd-count-card p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

.nwfd-section,
.nwfd-expired-message,
.nwfd-final {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(23,32,51,.10);
  box-shadow: 0 20px 60px rgba(23, 32, 51, .08);
}

.nwfd-section-head h2,
.nwfd-simulator-copy h2,
.nwfd-expired-message h2,
.nwfd-final h2 {
  margin: 0;
  color: var(--nwfd-ink);
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.032em;
  font-weight: 800;
}

.nwfd-section-head p:not(.nwce-eyebrow),
.nwfd-simulator-copy p,
.nwfd-expired-message p,
.nwfd-final p {
  max-width: 880px;
  margin: 18px 0 0;
  color: var(--nwfd-muted);
  font-size: 17px;
  line-height: 1.68;
}

.nwfd-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.nwfd-benefit-grid article {
  min-height: 240px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #faf8f3);
  border: 1px solid rgba(111, 6, 20, .10);
  box-shadow: 0 12px 30px rgba(23,32,51,.06);
}

.nwfd-benefit-grid span {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--nwfd-gold-soft);
  color: var(--nwfd-brand-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 780;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nwfd-benefit-grid strong {
  display: block;
  color: var(--nwfd-ink);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -.025em;
  font-weight: 810;
}

.nwfd-benefit-grid p {
  margin: 14px 0 0;
  color: var(--nwfd-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.nwfd-simulator {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 34px;
  align-items: start;
  background: linear-gradient(135deg, #f8f6f2, #fff);
}

.nwfd-simulator-box {
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(23,32,51,.10);
  box-shadow: 0 16px 44px rgba(23,32,51,.08);
}

.nwfd-choice-group {
  display: grid;
  gap: 10px;
}

.nwfd-choice-group label {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23,32,51,.12);
  background: #fff;
  color: var(--nwfd-ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 720;
  cursor: pointer;
}

.nwfd-choice-group input {
  accent-color: var(--nwfd-brand);
}

.nwfd-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.nwfd-input-grid label {
  display: grid;
  gap: 8px;
  color: var(--nwfd-ink);
  font-size: 13px;
  font-weight: 780;
}

.nwfd-input-grid input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(23,32,51,.16);
  color: var(--nwfd-ink);
  background: #fbfbfa;
}

.nwfd-result {
  margin-top: 18px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7e5, #fff);
  border: 1px solid rgba(212,177,106,.45);
}

.nwfd-result strong {
  display: block;
  color: var(--nwfd-brand-dark);
  font-size: 18px;
  margin-bottom: 8px;
}

.nwfd-result p {
  margin: 0;
  color: var(--nwfd-muted);
  line-height: 1.62;
}

.nwfd-course-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.nwfd-course-list a {
  display: block;
  min-height: 138px;
  padding: 22px;
  border-radius: 24px;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(23,32,51,.10);
  box-shadow: 0 10px 28px rgba(23,32,51,.06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nwfd-course-list a:hover {
  transform: translateY(-4px);
  border-color: rgba(179,7,28,.22);
  box-shadow: 0 18px 40px rgba(23,32,51,.10);
}

.nwfd-course-list span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(179,7,28,.08);
  color: var(--nwfd-brand-dark);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.nwfd-course-list strong {
  display: block;
  color: var(--nwfd-ink);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.018em;
  font-weight: 780;
}

.nwfd-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(212,177,106,.26), transparent 28%),
    linear-gradient(135deg, #6f0614, #b3071c);
  color: #fff;
}

.nwfd-final h2,
.nwfd-final .nwce-eyebrow,
.nwfd-final p {
  color: #fff !important;
}

.nwfd-final p {
  opacity: .78;
}

.nwfd-final .nwce-btn-primary,
.nwfd-expired-message .nwce-btn-primary {
  background: linear-gradient(135deg, #fff, #fff7e5);
  color: var(--nwfd-brand-dark) !important;
}

@media (max-width: 1080px) {
  .nwfd-hero,
  .nwfd-simulator,
  .nwfd-final {
    grid-template-columns: 1fr;
  }
  .nwfd-benefit-grid,
  .nwfd-course-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nwfd-hero,
  .nwfd-section,
  .nwfd-expired-message,
  .nwfd-final {
    padding: 24px;
    border-radius: 28px;
  }
  .nwfd-benefit-grid,
  .nwfd-course-list,
  .nwfd-input-grid {
    grid-template-columns: 1fr;
  }
  .nwfd-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Flash Days simulator with official values */
.nwfd-course-select-grid {
  grid-template-columns: 1fr !important;
  margin-bottom: 18px;
}

.nwfd-input-grid select {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border: 1px solid rgba(179, 7, 28, 0.18);
  border-radius: 18px;
  padding: 0 44px 0 16px;
  background: #fff;
  color: #172033;
  font: inherit;
  font-weight: 700;
  outline: none;
  box-shadow: 0 10px 26px rgba(19, 27, 43, 0.06);
}

.nwfd-input-grid select:focus {
  border-color: rgba(179, 7, 28, 0.52);
  box-shadow: 0 0 0 4px rgba(179, 7, 28, 0.08);
}

.nwfd-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.nwfd-result-grid div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.nwfd-result-grid span,
.nwfd-result-grid small {
  display: block;
}

.nwfd-result-grid span {
  margin-bottom: 5px;
  opacity: 0.78;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nwfd-result-grid b {
  display: block;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.nwfd-result-grid small,
.nwfd-result-note,
.nwfd-simulator-note {
  margin-top: 7px;
  opacity: 0.78;
  font-size: 13px;
  line-height: 1.45;
}

.nwfd-simulator-note {
  color: #667085;
  margin: 14px 0 0;
}

.nwfd-result-note {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 720px) {
  .nwfd-result-grid {
    grid-template-columns: 1fr;
  }
}

/* Flash Days v0.5.3 refinements */
.nwfd-action-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #fff8ed);
  border: 1px solid rgba(179, 7, 28, .14);
  box-shadow: 0 18px 46px rgba(23, 32, 51, .08);
}

.nwfd-action-strip strong {
  display: block;
  color: var(--nwfd-brand-dark);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 840;
}

.nwfd-action-strip span {
  display: block;
  margin-top: 6px;
  color: var(--nwfd-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.nwfd-result {
  padding: clamp(22px, 3vw, 32px);
  background: linear-gradient(135deg, #fffaf1 0%, #ffffff 58%, #fff7e6 100%);
  border: 1px solid rgba(212, 177, 106, .55);
  box-shadow: 0 18px 48px rgba(23, 32, 51, .08);
}

.nwfd-result-title > span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(111, 6, 20, .08);
  color: var(--nwfd-brand-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.nwfd-result-title > strong {
  display: block;
  color: var(--nwfd-brand-dark);
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 850;
  margin: 0 0 10px;
}

.nwfd-result-title p {
  max-width: 850px;
  color: var(--nwfd-muted);
}

.nwfd-price-focus {
  margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 26px;
  background: linear-gradient(135deg, var(--nwfd-brand-dark), var(--nwfd-brand));
  color: #ffffff;
  box-shadow: 0 24px 52px rgba(111, 6, 20, .24);
}

.nwfd-price-focus span,
.nwfd-price-focus small {
  display: block;
}

.nwfd-price-focus span {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nwfd-price-focus b {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: clamp(46px, 6.4vw, 82px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 900;
}

.nwfd-price-focus em {
  font-style: normal;
  font-size: .28em;
  letter-spacing: -.02em;
  font-weight: 760;
  opacity: .88;
}

.nwfd-price-focus small {
  margin-top: 13px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.4;
}

.nwfd-result-grid div {
  background: #ffffff;
  border: 1px solid rgba(111, 6, 20, .10);
  box-shadow: 0 10px 28px rgba(23,32,51,.05);
}

.nwfd-result-grid span {
  color: var(--nwfd-muted);
  opacity: 1;
}

.nwfd-result-grid b {
  color: var(--nwfd-brand-dark);
  font-size: clamp(28px, 4vw, 44px);
}

.nwfd-result-grid small,
.nwfd-result-note {
  opacity: 1;
  color: var(--nwfd-muted);
}

.nwfd-benefit-list {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(111, 6, 20, .10);
}

.nwfd-benefit-list > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--nwfd-brand-dark);
  font-size: 16px;
  font-weight: 850;
}

.nwfd-benefit-list p {
  margin: 7px 0 0;
  color: var(--nwfd-muted);
  line-height: 1.5;
}

.nwfd-benefit-list b {
  color: var(--nwfd-brand-dark);
  margin-right: 8px;
}

.nwfd-legal {
  margin-top: 18px;
  border-radius: 20px;
  background: #f7f7f5;
  border: 1px solid rgba(23,32,51,.10);
  color: var(--nwfd-muted);
  overflow: hidden;
}

.nwfd-legal summary {
  cursor: pointer;
  padding: 16px 20px;
  color: var(--nwfd-ink);
  font-size: 14px;
  font-weight: 800;
}

.nwfd-legal div {
  padding: 0 20px 18px;
}

.nwfd-legal p {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .nwfd-action-strip {
    display: block;
  }
  .nwfd-action-strip .nwce-btn {
    margin-top: 16px;
    width: 100%;
  }
}

/* Course detail test page: CTeSP Termalismo e Bem-Estar */
.nwcet-wrap{
    --nwcet-text:#111827;
    --nwcet-muted:#667085;
    --nwcet-line:rgba(17,24,39,.10);
    --nwcet-soft:#f5f7fa;
    --nwcet-card:#ffffff;
    --nwcet-accent-rgb:120,190,32;
    --nwcet-accent-light-rgb:168,220,114;
    max-width:1320px;
    margin:0 auto;
    padding:34px 18px 70px;
    color:var(--nwcet-text);
    font-family:inherit;
}
.nwcet-wrap *{box-sizing:border-box;}
.nwcet-eyebrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    margin:0 0 14px;
    padding:8px 14px;
    border:1px solid rgba(var(--nwcet-accent-rgb),.16);
    border-radius:999px;
    background:rgba(255,255,255,.72);
    color:var(--nwcet-brand);
    font-size:12px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.nwcet-hero{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0,1.03fr) minmax(360px,.82fr);
    gap:34px;
    align-items:center;
    min-height:560px;
    padding:64px;
    border:1px solid var(--nwcet-line);
    border-radius:34px;
    background:
        radial-gradient(circle at 86% 20%, rgba(var(--nwcet-accent-rgb),.22), transparent 34%),
        radial-gradient(circle at 15% 85%, rgba(var(--nwcet-accent-rgb),.10), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f3f5f8 100%);
    box-shadow:0 28px 80px rgba(15,23,42,.10);
}
.nwcet-hero:after{
    content:"";
    position:absolute;
    right:-110px;
    top:-120px;
    width:520px;
    height:520px;
    border-radius:50%;
    border:82px solid rgba(17,24,39,.045);
    pointer-events:none;
}
.nwcet-hero-copy{position:relative;z-index:2;max-width:760px;}
.nwcet-hero h1{
    margin:0;
    color:#111827;
    font-size:clamp(48px,7vw,96px);
    line-height:.93;
    letter-spacing:-.075em;
    font-weight:800;
}
.nwcet-lead{
    max-width:760px;
    margin:28px 0 0;
    color:#4b5563;
    font-size:clamp(18px,2vw,25px);
    line-height:1.42;
    letter-spacing:-.025em;
}
.nwcet-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:14px;
    margin-top:32px;
}
.nwcet-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:14px 22px;
    border-radius:999px;
    border:1px solid transparent;
    font-size:15px;
    line-height:1;
    font-weight:800;
    text-decoration:none!important;
    cursor:pointer;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.nwcet-btn:hover{transform:translateY(-2px);}
.nwcet-btn-primary{
    background:var(--nwcet-brand);
    color:#fff!important;
    box-shadow:0 16px 32px rgba(var(--nwcet-accent-rgb),.22);
}
.nwcet-btn-secondary{
    background:#fff;
    color:#111827!important;
    border-color:rgba(17,24,39,.14);
    box-shadow:0 12px 24px rgba(15,23,42,.08);
}
.nwcet-hero-visual{
    position:relative;
    z-index:2;
    align-self:stretch;
    min-height:420px;
    border-radius:30px;
    overflow:hidden;
    background:linear-gradient(135deg,rgba(var(--nwcet-accent-rgb),.08),#f8fafc);
    box-shadow:0 24px 54px rgba(15,23,42,.15);
}
.nwcet-hero-visual img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    object-position:center center;
    display:block;
    transform:scale(1.015);
    transform-origin:center center;
}
.nwcet-facts{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:20px 0 34px;
}
.nwcet-facts article{
    padding:22px;
    border:1px solid var(--nwcet-line);
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
}
.nwcet-facts span,
.nwcet-note-grid span,
.nwcet-side-muted span{
    display:block;
    margin:0 0 8px;
    color:var(--nwcet-muted);
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.nwcet-facts strong{
    display:block;
    color:#111827;
    font-size:22px;
    line-height:1.12;
    letter-spacing:-.04em;
}
.nwcet-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
    align-items:start;
}
.nwcet-main{display:grid;gap:24px;}
.nwcet-section,
.nwcet-side-card,
.nwcet-final-cta{
    border:1px solid var(--nwcet-line);
    border-radius:30px;
    background:#fff;
    box-shadow:0 22px 60px rgba(15,23,42,.07);
}
.nwcet-section{padding:42px;}
.nwcet-section h2,
.nwcet-side-card h2,
.nwcet-final-cta h2{
    margin:0;
    color:#111827;
    font-size:clamp(30px,4vw,54px);
    line-height:1;
    letter-spacing:-.065em;
    font-weight:800;
}
.nwcet-section p,
.nwcet-side-card p,
.nwcet-final-cta p{
    color:#4b5563;
    font-size:17px;
    line-height:1.68;
}
.nwcet-section > p:not(.nwcet-eyebrow){margin:22px 0 0;}
.nwcet-note-grid{
    display:grid;
    grid-template-columns:1fr 1.25fr;
    gap:14px;
    margin-top:28px;
}
.nwcet-note-grid div{
    padding:20px;
    border-radius:22px;
    background:var(--nwcet-soft);
    border:1px solid rgba(17,24,39,.07);
}
.nwcet-note-grid strong{
    display:block;
    color:#111827;
    font-size:16px;
    line-height:1.42;
}
.nwcet-skill-grid,
.nwcet-access-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-top:28px;
}
.nwcet-skill-grid article,
.nwcet-access-grid article,
.nwcet-outcome-list article{
    padding:24px;
    border-radius:24px;
    background:#f7f9fb;
    border:1px solid rgba(17,24,39,.07);
}
.nwcet-skill-grid h3,
.nwcet-access-grid h3{
    margin:0 0 10px;
    color:#111827;
    font-size:20px;
    line-height:1.14;
    letter-spacing:-.035em;
}
.nwcet-skill-grid p,
.nwcet-access-grid p{margin:0;font-size:15.5px;line-height:1.58;}
.nwcet-outcome-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:28px;
}
.nwcet-outcome-list article{
    color:#111827;
    font-size:16px;
    line-height:1.45;
    font-weight:700;
}
.nwcet-link-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}
.nwcet-link-row a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(17,24,39,.12);
    color:#111827!important;
    font-weight:800;
    font-size:14px;
    text-decoration:none!important;
}
.nwcet-faq-list{display:grid;gap:10px;margin-top:26px;}
.nwcet-faq-list details{
    border:1px solid rgba(17,24,39,.10);
    border-radius:20px;
    background:#f8fafc;
    overflow:hidden;
}
.nwcet-faq-list summary{
    cursor:pointer;
    padding:20px 22px;
    color:#111827;
    font-weight:800;
    font-size:17px;
    line-height:1.35;
}
.nwcet-faq-list details[open] summary{border-bottom:1px solid rgba(17,24,39,.08);background:#fff;}
.nwcet-faq-list p{margin:0;padding:18px 22px 22px;font-size:15.5px;line-height:1.6;}
.nwcet-side{
    position:sticky;
    top:112px;
    display:grid;
    gap:16px;
}
.nwcet-side-card{padding:28px;}
.nwcet-side-card h2{font-size:30px;letter-spacing:-.05em;}
.nwcet-side-card p{font-size:15.5px;line-height:1.56;}
.nwcet-side-actions{display:grid;gap:10px;margin-top:18px;}
.nwcet-side-actions .nwcet-btn{width:100%;}
.nwcet-side-muted a{
    display:block;
    color:#111827!important;
    font-weight:800;
    font-size:16px;
    line-height:1.42;
    text-decoration:none!important;
}
.nwcet-final-cta{
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:center;
    margin-top:28px;
    padding:42px;
    background:
        radial-gradient(circle at 95% 10%, rgba(var(--nwcet-accent-rgb),.18), transparent 28%),
        linear-gradient(135deg,#111827 0%,#202a3b 100%);
    color:#fff;
}
.nwcet-final-cta .nwcet-eyebrow{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff;}
.nwcet-final-cta h2,
.nwcet-final-cta p{color:#fff;}
.nwcet-final-cta p{max-width:720px;margin:16px 0 0;opacity:.82;}
.nwcet-final-cta .nwcet-btn-secondary{background:rgba(255,255,255,.10);color:#fff!important;border-color:rgba(255,255,255,.22);box-shadow:none;}
@media (max-width:1100px){
    .nwcet-hero{grid-template-columns:1fr;padding:46px;}
    .nwcet-hero-visual{min-height:360px;}
    .nwcet-hero-visual img{min-height:360px;}
    .nwcet-main-grid{grid-template-columns:1fr;}
    .nwcet-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:820px){
    .nwcet-wrap{padding:18px 12px 52px;}
    .nwcet-hero{padding:28px;border-radius:26px;min-height:auto;gap:24px;}
    .nwcet-hero h1{font-size:clamp(42px,13vw,66px);letter-spacing:-.07em;}
    .nwcet-lead{font-size:18px;margin-top:20px;}
    .nwcet-actions{display:grid;grid-template-columns:1fr;width:100%;}
    .nwcet-btn{width:100%;min-height:50px;}
    .nwcet-hero-visual{min-height:auto;border-radius:24px;}
    .nwcet-hero-visual img{height:auto;min-height:0;aspect-ratio:4/3;object-fit:cover;object-position:center center;transform:scale(1.015);transform-origin:center center;}
    .nwcet-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;}
    .nwcet-facts article{padding:18px;border-radius:20px;}
    .nwcet-facts strong{font-size:18px;}
    .nwcet-section{padding:28px;border-radius:24px;}
    .nwcet-section h2,.nwcet-final-cta h2{font-size:34px;letter-spacing:-.055em;}
    .nwcet-section p{font-size:16px;line-height:1.6;}
    .nwcet-note-grid,
    .nwcet-skill-grid,
    .nwcet-access-grid,
    .nwcet-outcome-list,
    .nwcet-side{grid-template-columns:1fr;}
    .nwcet-final-cta{display:grid;padding:30px;border-radius:24px;}
}
@media (max-width:520px){
    .nwcet-hero{padding:22px;}
    .nwcet-eyebrow{font-size:10.5px;letter-spacing:.09em;}
    .nwcet-facts{grid-template-columns:1fr;}
    .nwcet-section{padding:22px;}
    .nwcet-section h2,.nwcet-final-cta h2{font-size:30px;}
    .nwcet-skill-grid article,.nwcet-access-grid article,.nwcet-outcome-list article{padding:18px;border-radius:18px;}
    .nwcet-faq-list summary{padding:18px;font-size:16px;}
    .nwcet-faq-list p{padding:16px 18px 18px;}
}

/* Course detail test page v2: cleaner hierarchy and faster decisions */
.nwcet-wrap-v2 .nwcet-eyebrow{
    padding:7px 12px;
    border-color:rgba(17,24,39,.08);
    background:rgba(248,250,252,.76);
    color:#667085;
    font-size:11px;
    font-weight:700;
    letter-spacing:.075em;
}
.nwcet-wrap-v2 .nwcet-hero h1{
    font-weight:700;
    letter-spacing:-.038em;
    line-height:1.02;
    font-size:clamp(48px,6.5vw,88px);
}
.nwcet-wrap-v2 .nwcet-lead{
    max-width:720px;
    letter-spacing:-.012em;
    line-height:1.5;
}
.nwcet-wrap-v2 .nwcet-section h2,
.nwcet-wrap-v2 .nwcet-side-card h2,
.nwcet-wrap-v2 .nwcet-final-cta h2,
.nwcet-wrap-v2 .nwcet-plan-copy h2{
    font-weight:700;
    letter-spacing:-.032em;
    line-height:1.08;
}
.nwcet-wrap-v2 .nwcet-section h2{font-size:clamp(28px,3.5vw,46px);}
.nwcet-wrap-v2 .nwcet-side-card h2{font-size:27px;}
.nwcet-decision-strip{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin:-12px 0 22px;
}
.nwcet-decision-strip article{
    padding:18px 18px 17px;
    border:1px solid rgba(17,24,39,.08);
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 36px rgba(15,23,42,.055);
}
.nwcet-decision-strip span,
.nwcet-coordinator-card span,
.nwcet-detail-list span,
.nwcet-plan-mini span{
    display:block;
    margin:0 0 7px;
    color:#667085;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.075em;
    text-transform:uppercase;
}
.nwcet-decision-strip strong,
.nwcet-coordinator-card strong,
.nwcet-detail-list strong,
.nwcet-detail-list a,
.nwcet-plan-mini strong{
    display:block;
    color:#111827!important;
    font-size:15.5px;
    line-height:1.35;
    font-weight:750;
    text-decoration:none!important;
}
.nwcet-plan{
    margin:0 0 28px;
    overflow:hidden;
    border:1px solid rgba(var(--nwcet-accent-rgb),.22);
    border-radius:30px;
    background:linear-gradient(135deg,#ffffff 0%,rgba(var(--nwcet-accent-rgb),.055) 100%);
    box-shadow:0 24px 62px rgba(15,23,42,.08);
}
.nwcet-plan summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    cursor:pointer;
    padding:24px 28px;
    list-style:none;
}
.nwcet-plan summary::-webkit-details-marker{display:none;}
.nwcet-plan summary span{display:grid;gap:4px;}
.nwcet-plan summary strong{
    color:#111827;
    font-size:25px;
    line-height:1.15;
    font-weight:750;
    letter-spacing:-.025em;
}
.nwcet-plan summary small{
    color:#667085;
    font-size:15px;
    line-height:1.4;
}
.nwcet-plan summary em{
    flex:0 0 auto;
    padding:10px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(17,24,39,.10);
    color:#111827;
    font-size:13px;
    line-height:1;
    font-style:normal;
    font-weight:800;
}
.nwcet-plan-content{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(320px,.72fr);
    gap:22px;
    padding:0 28px 28px;
}
.nwcet-plan-copy{
    padding:30px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(17,24,39,.07);
}
.nwcet-plan-copy h2{
    margin:0;
    color:#111827;
    font-size:clamp(28px,3vw,42px);
}
.nwcet-plan-copy p{
    margin:18px 0 0;
    color:#4b5563;
    font-size:16.5px;
    line-height:1.62;
}
.nwcet-plan-mini{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:22px;
}
.nwcet-plan-mini article{
    padding:16px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid rgba(17,24,39,.07);
}
.nwcet-plan-image{
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(17,24,39,.07);
    min-height:260px;
}
.nwcet-plan-image img{
    width:100%;
    height:100%;
    min-height:260px;
    display:block;
    object-fit:cover;
    object-position:center;
}
.nwcet-wrap-v2 .nwcet-section{padding:38px;}
.nwcet-wrap-v2 .nwcet-section p{font-size:16.5px;line-height:1.65;}
.nwcet-wrap-v2 .nwcet-skill-grid article,
.nwcet-wrap-v2 .nwcet-access-grid article,
.nwcet-wrap-v2 .nwcet-outcome-list article{
    background:#f8fafc;
    border-color:rgba(17,24,39,.065);
}
.nwcet-coordinator-card{
    padding:22px 24px;
}
.nwcet-coordinator-card strong{font-size:19px;letter-spacing:-.01em;}
.nwcet-side-details{
    padding:0;
    overflow:hidden;
}
.nwcet-side-details summary{
    cursor:pointer;
    padding:22px 24px;
    color:#111827;
    font-size:16px;
    line-height:1.25;
    font-weight:800;
    list-style:none;
}
.nwcet-side-details summary::-webkit-details-marker{display:none;}
.nwcet-side-details summary:after{
    content:"Abrir";
    float:right;
    color:#667085;
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.nwcet-side-details[open] summary{
    border-bottom:1px solid rgba(17,24,39,.08);
}
.nwcet-side-details[open] summary:after{content:"Fechar";}
.nwcet-detail-list{
    display:grid;
    gap:14px;
    padding:22px 24px 24px;
}
.nwcet-detail-list div{
    padding:16px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid rgba(17,24,39,.06);
}
.nwcet-wrap-v2 .nwcet-final-cta h2{font-size:clamp(30px,3.8vw,48px);}
@media (max-width:1100px){
    .nwcet-decision-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
    .nwcet-plan-content{grid-template-columns:1fr;}
    .nwcet-wrap-v2 .nwcet-side{grid-template-columns:repeat(3,minmax(0,1fr));}
    .nwcet-wrap-v2 .nwcet-side-action{grid-column:span 3;}
}
@media (max-width:820px){
    .nwcet-wrap-v2 .nwcet-hero h1{
        font-size:clamp(40px,11vw,58px);
        letter-spacing:-.032em;
        line-height:1.03;
    }
    .nwcet-decision-strip{grid-template-columns:1fr;gap:10px;margin:16px 0 20px;}
    .nwcet-plan{border-radius:24px;margin-bottom:22px;}
    .nwcet-plan summary{display:grid;padding:20px;}
    .nwcet-plan summary em{width:max-content;}
    .nwcet-plan-content{padding:0 20px 20px;}
    .nwcet-plan-copy{padding:22px;border-radius:20px;}
    .nwcet-plan-copy h2{font-size:29px;}
    .nwcet-plan-mini{grid-template-columns:1fr;}
    .nwcet-wrap-v2 .nwcet-section{padding:28px;}
    .nwcet-wrap-v2 .nwcet-section h2,.nwcet-wrap-v2 .nwcet-final-cta h2{font-size:31px;letter-spacing:-.025em;}
    .nwcet-wrap-v2 .nwcet-side{grid-template-columns:1fr;}
    .nwcet-wrap-v2 .nwcet-side-action{grid-column:auto;}
}
@media (max-width:520px){
    .nwcet-wrap-v2 .nwcet-hero h1{font-size:38px;}
    .nwcet-plan summary strong{font-size:21px;}
    .nwcet-decision-strip article{padding:16px;border-radius:18px;}
}

/* Course detail test page v3: real study plan, coordinator in hero */
.nwcet-hero-meta{
    display:inline-grid;
    grid-template-columns:auto auto;
    align-items:center;
    gap:10px 12px;
    margin-top:24px;
    padding:12px 16px;
    border:1px solid rgba(17,24,39,.09);
    border-radius:999px;
    background:rgba(255,255,255,.78);
    box-shadow:0 12px 28px rgba(15,23,42,.06);
    width:max-content;
    max-width:100%;
}
.nwcet-hero-meta span{
    color:#667085;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.nwcet-hero-meta strong{
    color:#111827;
    font-size:15px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-.01em;
}
.nwcet-plan[open] summary em{
    font-size:0;
}
.nwcet-plan[open] summary em:before{
    content:"Fechar";
    font-size:13px;
}
.nwcet-plan-content-table{
    grid-template-columns:1.2fr .86fr;
    align-items:start;
}
.nwcet-plan-table-card{
    padding:24px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(17,24,39,.07);
    box-shadow:0 14px 32px rgba(15,23,42,.045);
}
.nwcet-plan-table-card h2{
    margin:0 0 16px;
    color:#111827;
    font-size:24px;
    line-height:1.15;
    font-weight:750;
    letter-spacing:-.025em;
}
.nwcet-plan-content-accordion{
    display:block;
    padding:0 28px 28px;
}
.nwcet-plan-years{
    display:grid;
    gap:16px;
}
.nwcet-plan-year{
    overflow:hidden;
    border:1px solid rgba(17,24,39,.07);
    border-radius:24px;
    background:#fff;
    box-shadow:0 14px 32px rgba(15,23,42,.045);
}
.nwcet-plan-year > summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:22px 24px;
    cursor:pointer;
    list-style:none;
    border:0;
    background:linear-gradient(135deg,rgba(var(--nwcet-accent-rgb),.075),rgba(255,255,255,.96));
}
.nwcet-plan-year > summary::-webkit-details-marker{display:none;}
.nwcet-plan-year > summary strong{
    display:block;
    margin:0;
    color:#111827;
    font-size:24px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-.025em;
}
.nwcet-plan-year > summary small{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:13px;
    line-height:1.3;
    font-weight:650;
}
.nwcet-plan-year > summary em{
    flex:0 0 auto;
    padding:10px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(17,24,39,.10);
    color:#111827;
    font-size:13px;
    line-height:1;
    font-style:normal;
    font-weight:800;
}
.nwcet-plan-year[open] > summary em{font-size:0;}
.nwcet-plan-year[open] > summary em:before{content:"Fechar";font-size:13px;}
.nwcet-plan-year-content{
    display:grid;
    gap:18px;
    padding:22px 24px 24px;
}
.nwcet-plan-semester{
    padding:0;
}
.nwcet-plan-semester + .nwcet-plan-semester{
    padding-top:18px;
    border-top:1px solid rgba(17,24,39,.07);
}
.nwcet-plan-semester h3{
    margin:0 0 12px;
    color:var(--nwcet-accent-dark);
    font-size:17px;
    line-height:1.2;
    font-weight:850;
    letter-spacing:-.01em;
}
.nwcet-study-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.nwcet-study-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    min-width:420px;
    color:#111827;
    font-size:14px;
    line-height:1.35;
}
.nwcet-study-table th,
.nwcet-study-table td{
    padding:11px 12px;
    border-bottom:1px solid rgba(17,24,39,.07);
    vertical-align:top;
    text-align:left;
}
.nwcet-study-table th{
    background:#f8fafc;
    color:#667085;
    font-size:11px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.nwcet-study-table th:nth-child(2),
.nwcet-study-table th:nth-child(3),
.nwcet-study-table td:nth-child(2),
.nwcet-study-table td:nth-child(3){
    width:84px;
    text-align:center;
    white-space:nowrap;
}
.nwcet-study-table td:first-child{
    font-weight:650;
}
.nwcet-study-table tbody tr:last-child td{
    border-bottom:0;
}
.nwcet-plan-legend{
    grid-column:1 / -1;
    margin:0;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.64);
    border:1px solid rgba(17,24,39,.06);
    color:#667085;
    font-size:13px;
    line-height:1.55;
}
@media (max-width:1100px){
    .nwcet-plan-content-table{grid-template-columns:1fr;}
    .nwcet-wrap-v2 .nwcet-side{grid-template-columns:repeat(2,minmax(0,1fr));}
    .nwcet-wrap-v2 .nwcet-side-action{grid-column:span 2;}
}
@media (max-width:820px){
    .nwcet-hero-meta{
        grid-template-columns:1fr;
        width:100%;
        border-radius:20px;
        margin-top:20px;
        padding:14px 16px;
    }
    .nwcet-plan-content-table{padding:0 18px 18px;}
    .nwcet-plan-content-accordion{padding:0 18px 18px;}
    .nwcet-plan-table-card{padding:18px;border-radius:20px;}
    .nwcet-plan-year > summary{padding:18px;}
    .nwcet-plan-year-content{padding:18px;}
    .nwcet-study-table{min-width:560px;font-size:13.5px;}
    .nwcet-wrap-v2 .nwcet-side{grid-template-columns:1fr;}
    .nwcet-wrap-v2 .nwcet-side-action{grid-column:auto;}
}
.nwcet-application-strip{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;margin:24px 0;border:1px solid rgba(var(--nwcet-accent-rgb),.16);border-radius:24px;padding:20px 22px;background:rgba(255,255,255,.86);box-shadow:0 18px 42px rgba(15,23,42,.06)}.nwcet-application-strip.is-open{border-color:rgba(var(--nwcet-accent-rgb),.35);background:linear-gradient(135deg,rgba(var(--nwcet-accent-rgb),.10),rgba(255,255,255,.92))}.nwcet-application-strip span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;color:var(--nwcet-accent);margin-bottom:6px}.nwcet-application-strip strong{display:block;font-size:22px;line-height:1.15;letter-spacing:-.03em;color:#111827}.nwcet-application-strip p{margin:6px 0 0;color:#667085}.nwcet-countdown{min-width:160px;border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:12px 14px;background:#fff;text-align:center}.nwcet-countdown small{display:block;color:#667085;font-weight:700;margin-bottom:4px}.nwcet-countdown b{display:block;color:#111827;font-size:18px;letter-spacing:-.03em}.nwcet-application-actions{display:flex;justify-content:flex-end}.nwcet-application-closed{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(17,24,39,.12);padding:13px 18px;font-weight:800;color:#667085;background:#fff}@media(max-width:900px){.nwcet-application-strip{grid-template-columns:1fr;align-items:stretch}.nwcet-application-actions{justify-content:flex-start}.nwcet-countdown{text-align:left}}


.nwcet-current-calendar,
.nwcet-application-calendar{
  margin:18px 0 24px;
  border:1px solid rgba(var(--nwcet-accent-rgb),.13);
  border-radius:24px;
  background:rgba(255,255,255,.9);
  box-shadow:0 16px 42px rgba(15,23,42,.055);
  overflow:hidden;
}
.nwcet-current-calendar{
  padding:22px;
}
.nwcet-current-calendar-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.nwcet-current-calendar-head span,
.nwcet-application-phase-head span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:800;
  color:var(--nwcet-accent);
  margin-bottom:5px;
}
.nwcet-current-calendar-head strong,
.nwcet-application-phase-head strong{
  display:block;
  color:#111827;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.nwcet-application-calendar summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
}
.nwcet-application-calendar summary::-webkit-details-marker{display:none;}
.nwcet-application-calendar summary span{display:grid;gap:4px;}
.nwcet-application-calendar summary strong{
  font-size:22px;
  line-height:1.16;
  color:#111827;
  letter-spacing:-.03em;
}
.nwcet-application-calendar summary small{
  color:#667085;
  font-weight:600;
}
.nwcet-application-calendar summary em{
  font-style:normal;
  border:1px solid rgba(17,24,39,.10);
  border-radius:999px;
  padding:10px 14px;
  color:#111827;
  background:#fff;
  font-weight:800;
  white-space:nowrap;
}
.nwcet-application-calendar[open] summary em{font-size:0;}
.nwcet-application-calendar[open] summary em:before{content:'Fechar';font-size:14px;}
.nwcet-application-calendar-list{
  display:grid;
  gap:14px;
  padding:0 22px 22px;
}
.nwcet-application-phase-card{
  border:1px solid rgba(17,24,39,.08);
  border-radius:20px;
  background:#fff;
  padding:18px;
}
.nwcet-application-phase-head{
  margin-bottom:14px;
}
.nwcet-application-table-wrap{
  overflow:auto;
  border:1px solid rgba(17,24,39,.08);
  border-radius:16px;
  background:#fff;
}
.nwcet-application-table{
  width:100%;
  border-collapse:collapse;
  min-width:520px;
}
.nwcet-application-table th,
.nwcet-application-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(17,24,39,.07);
  text-align:left;
  vertical-align:top;
}
.nwcet-application-table tr:last-child th,
.nwcet-application-table tr:last-child td{border-bottom:0;}
.nwcet-application-table th{
  width:46%;
  color:#344054;
  font-weight:800;
  background:#f8fafc;
}
.nwcet-application-table td{
  color:#111827;
  font-weight:700;
}
@media(max-width:720px){
  .nwcet-current-calendar{padding:18px;border-radius:20px;}
  .nwcet-current-calendar-head{display:grid;gap:4px;margin-bottom:12px;}
  .nwcet-application-calendar{border-radius:20px;}
  .nwcet-application-calendar summary{display:grid;padding:18px;}
  .nwcet-application-calendar summary em{width:max-content;}
  .nwcet-application-calendar-list{padding:0 18px 18px;}
  .nwcet-application-phase-card{padding:14px;border-radius:16px;}
  .nwcet-application-table{min-width:0;}
  .nwcet-application-table th,
  .nwcet-application-table td{display:block;width:100%;padding:10px 12px;}
  .nwcet-application-table th{border-bottom:0;}
}


/* NetWiz Systems Course Explorer v0.6.8 | candidatura e calendário de curso */
.nwcet-application-strip{
  margin: clamp(22px, 3vw, 34px) 0 18px;
  border-radius: 30px;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(var(--nwcet-accent-rgb),.18);
  background: linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.075), rgba(255,255,255,.94));
  box-shadow: 0 24px 60px rgba(15,23,42,.075);
}
.nwcet-application-strip.is-open{
  border-color: rgba(var(--nwcet-accent-rgb),.42);
  background: linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.16), rgba(255,255,255,.96) 54%, rgba(var(--nwcet-accent-rgb),.05));
}
.nwcet-application-copy span{color:var(--nwcet-accent);}
.nwcet-application-copy strong{font-size:clamp(24px,3vw,34px);letter-spacing:-.045em;}
.nwcet-application-copy p{font-size:15px;font-weight:700;color:#4b5563;}
.nwcet-countdown{min-width:190px;padding:15px 18px;border-radius:22px;box-shadow:0 12px 28px rgba(15,23,42,.055);}
.nwcet-countdown b{font-size:clamp(20px,2vw,26px);}
.nwcet-application-calendar{margin:clamp(24px,4vw,48px) 0;border-radius:28px;}
.nwcet-application-calendar summary{padding:clamp(20px,3vw,30px);}
.nwcet-application-calendar summary strong{font-size:clamp(24px,3vw,34px);letter-spacing:-.045em;}
.nwcet-application-phase-card{border-radius:22px;}
@media(max-width:900px){.nwcet-application-strip{grid-template-columns:1fr;}.nwcet-countdown{min-width:0;width:100%;}}

/* Course detail information modal refinement */
.nwcet-wrap + .nwce-modal .nwce-modal-panel,
.nwce-modal .nwce-modal-panel {
  border-radius: 30px;
}
.nwce-modal-body .ff-btn-submit,
.nwce-modal-body button[type=submit],
.nwce-modal-body input[type=submit] {
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
}


/* Course detail v0.7.2: quick decision cards inside the hero block */
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero{
  margin: clamp(24px,3vw,34px) 0 0;
  display:grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap:0;
  max-width: 680px;
  border-top:1px solid rgba(17,24,39,.075);
  border-bottom:1px solid rgba(17,24,39,.075);
  background:rgba(255,255,255,.24);
  box-shadow:none;
  border-radius:0;
  overflow:hidden;
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article{
  margin:0;
  padding:15px 18px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transition:background .18s ease;
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:nth-child(odd){
  border-right:1px solid rgba(17,24,39,.065);
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:nth-child(n+3){
  border-top:1px solid rgba(17,24,39,.065);
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:hover{
  background:rgba(var(--nwcet-accent-rgb),.055);
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero span{
  display:block;
  margin:0 0 5px;
  color:#667085;
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero strong{
  display:block;
  padding:0!important;
  border-radius:0!important;
  color:#111827!important;
  font-size:14.5px;
  line-height:1.32;
  font-weight:750!important;
  letter-spacing:-.01em;
  background:transparent!important;
  box-shadow:none!important;
}
@media(max-width:900px){
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero{max-width:none;}
}
@media(max-width:560px){
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero{grid-template-columns:1fr;margin-top:22px;}
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article,
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:nth-child(odd),
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:nth-child(-n+2){
    border-right:0;
    border-bottom:1px solid rgba(17,24,39,.065);
  }
  .nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:last-child{border-bottom:0;}
}


/* Course detail v0.7.4: loaded stylesheet final corrections */
.nwcet-wrap-v2 .nwcet-facts{
  margin: clamp(24px,3vw,36px) 0 16px !important;
}
.nwcet-wrap-v2 .nwcet-application-strip{
  margin: 0 0 clamp(24px,3vw,34px) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card{
  padding: 18px !important;
  background: linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.10), rgba(255,255,255,.96)) !important;
  border-color: rgba(var(--nwcet-accent-rgb),.22) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn{
  width: 100% !important;
  min-height: 50px !important;
}
.nwcet-wrap-v2 .nwcet-outcomes-details .nwcet-outcomes-panel{
  padding: 0 clamp(30px,4.4vw,56px) clamp(30px,4vw,44px) !important;
}
.nwcet-wrap-v2 .nwcet-outcomes-panel > p{
  margin: 0 0 18px !important;
  max-width: none !important;
  color: #344054 !important;
  font-size: 16px !important;
  line-height: 1.66 !important;
}
.nwcet-wrap-v2 .nwcet-outcome-list{
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin: 12px 0 0 !important;
  border-top: 1px solid rgba(17,24,39,.075) !important;
}
.nwcet-wrap-v2 .nwcet-outcome-list article,
.nwcet-wrap-v2 .nwcet-outcome-list > *{
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17,24,39,.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-size: 15.8px !important;
  line-height: 1.45 !important;
  font-weight: 720 !important;
}
.nwcet-wrap-v2 .nwcet-outcome-list article:last-child,
.nwcet-wrap-v2 .nwcet-outcome-list > *:last-child{
  border-bottom: 0 !important;
}
@media(max-width:720px){
  .nwcet-wrap-v2 .nwcet-facts{margin-top:22px !important;}
  .nwcet-wrap-v2 .nwcet-outcomes-details .nwcet-outcomes-panel{padding:0 20px 24px !important;}
}


/* Course detail v0.7.5: multiple open applications and sidebar button refinement */
.nwcet-wrap-v2 .nwcet-application-strip{
  display:block !important;
}
.nwcet-wrap-v2 .nwcet-application-mainline{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:18px;
  align-items:center;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-application-copy strong{
  font-size:clamp(22px,2.6vw,30px);
}
.nwcet-wrap-v2 .nwcet-open-applications-details{
  margin-top:18px;
  border-top:1px solid rgba(17,24,39,.08);
  padding-top:14px;
}
.nwcet-wrap-v2 .nwcet-open-applications-details summary{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  list-style:none;
  color:#111827;
  font-weight:800;
}
.nwcet-wrap-v2 .nwcet-open-applications-details summary::-webkit-details-marker{display:none;}
.nwcet-wrap-v2 .nwcet-open-applications-details summary span{
  font-size:14px;
  letter-spacing:-.01em;
}
.nwcet-wrap-v2 .nwcet-open-applications-details summary em{
  font-style:normal;
  color:#667085;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}
.nwcet-wrap-v2 .nwcet-open-applications-details[open] summary em{font-size:0;}
.nwcet-wrap-v2 .nwcet-open-applications-details[open] summary em:after{content:'Fechar';font-size:11px;}
.nwcet-wrap-v2 .nwcet-open-applications-list{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.nwcet-wrap-v2 .nwcet-open-application-item{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  border:1px solid rgba(17,24,39,.075);
  border-radius:18px;
  background:rgba(255,255,255,.72);
}
.nwcet-wrap-v2 .nwcet-open-application-item span{
  display:block;
  color:var(--nwcet-accent);
  font-size:10px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.085em;
  text-transform:uppercase;
  margin-bottom:4px;
}
.nwcet-wrap-v2 .nwcet-open-application-item strong{
  display:block;
  color:#111827;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.nwcet-wrap-v2 .nwcet-open-application-item p{
  margin:5px 0 0;
  color:#667085;
  font-size:13.5px;
  font-weight:650;
}
.nwcet-wrap-v2 .nwcet-mini-countdown{
  min-width:126px;
  border:1px solid rgba(17,24,39,.08);
  background:#fff;
  border-radius:14px;
  padding:9px 11px;
  text-align:center;
}
.nwcet-wrap-v2 .nwcet-mini-countdown small{
  display:block;
  color:#667085;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.065em;
  margin-bottom:3px;
}
.nwcet-wrap-v2 .nwcet-mini-countdown b{
  display:block;
  color:#111827;
  font-size:14px;
  line-height:1.15;
  font-weight:850;
}
.nwcet-wrap-v2 .nwcet-mini-application-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:var(--nwcet-accent);
  color:#fff!important;
  font-weight:850;
  text-decoration:none!important;
  white-space:nowrap;
}
.nwcet-wrap-v2 .nwcet-side-action-card{
  background:#fff !important;
  border-color:rgba(17,24,39,.10) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.05) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary{
  background:#fff !important;
  color:var(--nwcet-accent) !important;
  border:1px solid rgba(var(--nwcet-accent-rgb),.22) !important;
  box-shadow:none !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn:hover,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary:hover{
  background:rgba(var(--nwcet-accent-rgb),.045) !important;
  border-color:rgba(var(--nwcet-accent-rgb),.36) !important;
  color:var(--nwcet-accent-dark) !important;
}
@media(max-width:900px){
  .nwcet-wrap-v2 .nwcet-application-mainline,
  .nwcet-wrap-v2 .nwcet-open-application-item{
    grid-template-columns:1fr;
    align-items:stretch;
  }
  .nwcet-wrap-v2 .nwcet-mini-countdown{text-align:left;}
  .nwcet-wrap-v2 .nwcet-mini-application-link{width:max-content;}
}

/* v0.7.6 - fallback visual for course pages without a configured image */
.nwcet-hero-visual.is-placeholder{
    display:flex;
    align-items:stretch;
    justify-content:stretch;
}
.nwcet-hero-placeholder-card{
    width:100%;
    min-height:420px;
    border-radius:32px;
    border:1px solid rgba(var(--nwcet-accent-rgb),.22);
    background:
        radial-gradient(circle at 90% 10%, rgba(var(--nwcet-accent-rgb),.22), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.95), rgba(244,250,239,.86));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:44px;
    box-shadow:0 26px 70px rgba(17,24,39,.08);
}
.nwcet-hero-placeholder-card span{
    display:inline-flex;
    width:max-content;
    border:1px solid rgba(var(--nwcet-accent-rgb),.16);
    color:var(--nwcet-accent);
    background:#fff;
    border-radius:999px;
    padding:8px 14px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:20px;
}
.nwcet-hero-placeholder-card strong{
    display:block;
    max-width:520px;
    color:#111827;
    font-size:clamp(38px,5vw,72px);
    line-height:.94;
    letter-spacing:-.055em;
    font-weight:760;
}
.nwcet-hero-placeholder-card em{
    display:block;
    margin-top:18px;
    color:#667085;
    font-style:normal;
    font-size:16px;
    font-weight:650;
}
@media (max-width: 820px){
    .nwcet-hero-placeholder-card{min-height:260px;padding:28px;border-radius:24px;}
}

/* Ajustes página de curso v0.7.8 */
.nwcet-wrap-v2 .nwcet-intro-section{
    padding:30px 34px;
}
.nwcet-wrap-v2 .nwcet-intro-section h2{
    font-size:clamp(24px,2.8vw,38px);
    line-height:1.12;
}
.nwcet-wrap-v2 .nwcet-intro-section > p:not(.nwcet-eyebrow){
    margin-top:14px;
    font-size:15.5px;
    line-height:1.58;
}
.nwcet-wrap-v2 .nwcet-link-row a{
    word-break:normal;
}
@media (max-width:820px){
    .nwcet-wrap-v2 .nwcet-intro-section{padding:24px;}
}


/* NetWiz Systems Course Explorer v0.7.9 | detalhe de curso: cores por ciclo, imagem completa e botões em duas colunas */
.nwcet-wrap-v2 .nwcet-hero{
    background:
        radial-gradient(circle at 86% 20%, rgba(var(--nwcet-accent-rgb),.18), transparent 34%),
        radial-gradient(circle at 15% 85%, rgba(var(--nwcet-accent-rgb),.08), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f3f5f8 100%) !important;
}
.nwcet-wrap-v2 .nwcet-hero-visual{
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,rgba(var(--nwcet-accent-rgb),.08),#f8fafc);
}
.nwcet-wrap-v2 .nwcet-hero-visual img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover !important;
    object-position:center center !important;
    background:transparent;
    transform:scale(1.015);
    transform-origin:center center;
}
.nwcet-wrap-v2 .nwcet-plan{
    border-color:rgba(var(--nwcet-accent-rgb),.22) !important;
    background:linear-gradient(135deg,#ffffff 0%,rgba(var(--nwcet-accent-rgb),.055) 100%) !important;
}
.nwcet-wrap-v2 .nwcet-btn-primary{
    background:var(--nwcet-accent) !important;
    color:var(--nwce-button-text,#fff) !important;
    box-shadow:0 16px 32px rgba(var(--nwcet-accent-rgb),.22) !important;
}
.nwcet-wrap-v2 .nwcet-link-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:22px;
}
.nwcet-wrap-v2 .nwcet-link-row a{
    min-height:54px;
    justify-content:flex-start;
    border-radius:18px;
    padding:14px 16px;
    white-space:normal;
    line-height:1.28;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary{
    color:var(--nwcet-accent) !important;
    border-color:rgba(var(--nwcet-accent-rgb),.24) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn:hover,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary:hover{
    background:rgba(var(--nwcet-accent-rgb),.055) !important;
    border-color:rgba(var(--nwcet-accent-rgb),.38) !important;
    color:var(--nwcet-accent-dark) !important;
}
@media (max-width:820px){
    .nwcet-wrap-v2 .nwcet-hero-visual{min-height:260px;}
    .nwcet-wrap-v2 .nwcet-hero-visual img{height:auto;min-height:0;aspect-ratio:4/3;object-fit:cover !important;object-position:center center !important;}
}
@media (max-width:720px){
    .nwcet-wrap-v2 .nwcet-link-row{grid-template-columns:1fr;}
}


/* NetWiz Systems Course Explorer v0.7.10 | candidatura: cor totalmente coerente por ciclo */
.nwcet-wrap-v2 .nwcet-application-strip,
.nwcet-wrap-v2 .nwcet-application-strip.is-closed{
    border-color:rgba(var(--nwcet-accent-rgb),.24) !important;
    background:
        radial-gradient(circle at 92% 12%, rgba(var(--nwcet-accent-rgb),.12), transparent 34%),
        linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.075), rgba(255,255,255,.96) 58%, rgba(var(--nwcet-accent-rgb),.035)) !important;
    box-shadow:0 24px 60px rgba(var(--nwcet-accent-rgb),.08) !important;
}
.nwcet-wrap-v2 .nwcet-application-strip.is-open{
    border-color:rgba(var(--nwcet-accent-rgb),.42) !important;
    background:
        radial-gradient(circle at 92% 12%, rgba(var(--nwcet-accent-rgb),.16), transparent 34%),
        linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.14), rgba(255,255,255,.96) 56%, rgba(var(--nwcet-accent-rgb),.06)) !important;
}
.nwcet-wrap-v2 .nwcet-application-copy span,
.nwcet-wrap-v2 .nwcet-current-calendar-head span,
.nwcet-wrap-v2 .nwcet-application-phase-head span{
    color:var(--nwcet-accent-dark) !important;
}
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn-primary{
    background:var(--nwcet-accent) !important;
    color:var(--nwce-button-text,#ffffff) !important;
    border-color:rgba(var(--nwcet-accent-rgb),.30) !important;
    box-shadow:0 16px 34px rgba(var(--nwcet-accent-rgb),.22) !important;
}
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn:hover,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn-primary:hover{
    background:var(--nwcet-accent-dark) !important;
    color:var(--nwce-button-text,#ffffff) !important;
    border-color:rgba(var(--nwcet-accent-rgb),.42) !important;
}
.nwcet-wrap-v2 .nwcet-application-closed{
    color:var(--nwcet-accent-dark) !important;
    border-color:rgba(var(--nwcet-accent-rgb),.24) !important;
    background:rgba(255,255,255,.92) !important;
}
.nwcet-wrap-v2 .nwcet-countdown,
.nwcet-wrap-v2 .nwcet-mini-countdown{
    border-color:rgba(var(--nwcet-accent-rgb),.18) !important;
    background:rgba(255,255,255,.92) !important;
}
.nwcet-wrap-v2 .nwcet-countdown b,
.nwcet-wrap-v2 .nwcet-mini-countdown b{
    color:var(--nwcet-accent-dark) !important;
}
.nwcet-wrap-v2 .nwcet-current-calendar,
.nwcet-wrap-v2 .nwcet-application-calendar{
    border-color:rgba(var(--nwcet-accent-rgb),.18) !important;
}


/* NetWiz Systems Course Explorer v0.7.11 | limpeza final de cor por ciclo */
.nwce-wrap{
  --nwce-green-deep: var(--nwce-accent-dark);
  --nwce-green-strong: var(--nwce-accent);
  --nwce-green-soft: color-mix(in srgb, var(--nwce-accent) 10%, white);
  --nwce-green-pale: color-mix(in srgb, var(--nwce-accent) 5%, white);
}
.nwcet-wrap-v2 .nwcet-hero{
  background:
    radial-gradient(circle at 86% 20%, rgba(var(--nwcet-accent-rgb),.18), transparent 34%),
    radial-gradient(circle at 15% 85%, rgba(var(--nwcet-accent-rgb),.08), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f3f5f8 100%) !important;
}
.nwcet-wrap-v2 .nwcet-final-cta{
  background:
    radial-gradient(circle at 95% 10%, rgba(var(--nwcet-accent-rgb),.18), transparent 28%),
    linear-gradient(135deg,#111827 0%,#202a3b 100%) !important;
}
.nwcet-wrap-v2 .nwcet-plan{
  border-color:rgba(var(--nwcet-accent-rgb),.22) !important;
  background:linear-gradient(135deg,#ffffff 0%,rgba(var(--nwcet-accent-rgb),.055) 100%) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card{
  background:#fff !important;
  border-color:rgba(var(--nwcet-accent-rgb),.18) !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary{
  background:#fff !important;
  color:var(--nwcet-accent) !important;
  border-color:rgba(var(--nwcet-accent-rgb),.24) !important;
  box-shadow:none !important;
}
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn:hover,
.nwcet-wrap-v2 .nwcet-side-action-card .nwcet-btn-primary:hover,
.nwcet-wrap-v2 .nwcet-decision-strip-inline article:hover,
.nwcet-wrap-v2 .nwcet-decision-strip-after-intro article:hover,
.nwcet-wrap-v2 .nwcet-hero-copy .nwcet-decision-strip-hero article:hover{
  background:rgba(var(--nwcet-accent-rgb),.055) !important;
}
.nwcet-wrap-v2 .nwcet-mini-application-link,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn-primary{
  background:var(--nwcet-accent) !important;
  color:var(--nwce-button-text,#ffffff) !important;
  border-color:rgba(var(--nwcet-accent-rgb),.30) !important;
}
.nwcet-wrap-v2 .nwcet-mini-application-link:hover,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn:hover,
.nwcet-wrap-v2 .nwcet-application-actions .nwcet-btn-primary:hover{
  background:var(--nwcet-accent-dark) !important;
  color:var(--nwce-button-text,#ffffff) !important;
}
.nwcet-wrap-v2 .nwcet-current-calendar,
.nwcet-wrap-v2 .nwcet-application-calendar,
.nwcet-wrap-v2 .nwcet-open-application-list,
.nwcet-wrap-v2 .nwcet-open-application-item{
  border-color:rgba(var(--nwcet-accent-rgb),.18) !important;
}
.nwcet-wrap-v2 .nwcet-current-calendar-head span,
.nwcet-wrap-v2 .nwcet-application-phase-head span,
.nwcet-wrap-v2 .nwcet-application-copy span,
.nwcet-wrap-v2 .nwcet-open-application-label{
  color:var(--nwcet-accent-dark) !important;
}

/* NetWiz Systems Course Explorer v0.7.14 | títulos longos, cor PG e imagem estável */
.nwcet-wrap-v2{
  --nwce-green-deep: var(--nwcet-accent-dark);
  --nwce-green-strong: var(--nwcet-accent);
  --nwce-green-soft: rgba(var(--nwcet-accent-rgb), .10);
  --nwce-green-pale: rgba(var(--nwcet-accent-rgb), .055);
}
.nwce-wrap,
.nwcet-wrap-v2{
  accent-color: var(--nwce-accent, var(--nwcet-accent));
}
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes{
  --nwcet-accent:#d4aa00;
  --nwcet-accent-light:#f1cf35;
  --nwcet-accent-dark:#9f7b00;
  --nwcet-brand:#d4aa00;
  --nwce-accent:#d4aa00;
  --nwce-accent-light:#f1cf35;
  --nwce-accent-dark:#9f7b00;
  --nwce-button-text:#2f2500;
}
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-eyebrow,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-copy span,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-current-calendar-head span,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-phase-head span,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-open-application-label{
  color:#9f7b00 !important;
}
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-btn-primary,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-actions .nwcet-btn,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-actions .nwcet-btn-primary,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-mini-application-link{
  background:#d4aa00 !important;
  border-color:rgba(212,170,0,.34) !important;
  color:#2f2500 !important;
  box-shadow:0 16px 34px rgba(212,170,0,.22) !important;
}
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-btn-primary:hover,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-actions .nwcet-btn:hover,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-application-actions .nwcet-btn-primary:hover,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes .nwcet-mini-application-link:hover{
  background:#9f7b00 !important;
  border-color:rgba(159,123,0,.42) !important;
  color:#ffffff !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
  align-items:center !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long{
  grid-template-columns:minmax(0,1.18fr) minmax(280px,.62fr) !important;
  gap:28px !important;
  padding:54px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
  grid-template-columns:minmax(0,1.28fr) minmax(260px,.52fr) !important;
  gap:24px !important;
  padding:48px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-copy,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-copy{
  max-width:920px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long h1{
  font-size:clamp(38px,4.4vw,64px) !important;
  line-height:1.02 !important;
  letter-spacing:-.034em !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long h1{
  font-size:clamp(32px,3.4vw,52px) !important;
  line-height:1.045 !important;
  letter-spacing:-.028em !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-lead,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-lead{
  max-width:760px !important;
  margin-top:18px !important;
  font-size:clamp(15px,1.45vw,19px) !important;
  line-height:1.48 !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  align-self:center !important;
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:4/3 !important;
  max-height:440px !important;
  border-radius:26px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  max-height:390px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual img,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual img{
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:scale(1.03) !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-decision-strip-hero,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-decision-strip-hero{
  margin-top:22px !important;
}
@media (max-width:1180px){
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:1fr !important;
    padding:42px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    width:min(560px,100%) !important;
    justify-self:start !important;
  }
}
@media (max-width:720px){
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    padding:26px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero.is-title-long h1,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long h1{
    font-size:clamp(31px,10vw,44px) !important;
  }
}


/* NetWiz Systems Course Explorer v0.7.15 | bloqueio definitivo das cores por ciclo
   As cores são aplicadas ao ciclo inteiro, não a cursos isolados. */
.nwce-wrap.nwce-cycle-ctesp,
.nwcet-wrap-v2.nwcet-cycle-ctesp{
  --nwce-accent:#86c440 !important;
  --nwce-accent-light:#a8dc72 !important;
  --nwce-accent-dark:#5a9828 !important;
  --nwce-button-text:#ffffff !important;
  --nwcet-accent:#86c440 !important;
  --nwcet-accent-light:#a8dc72 !important;
  --nwcet-accent-dark:#5a9828 !important;
  --nwcet-brand:#86c440 !important;
  --nwcet-accent-rgb:134,196,64 !important;
  --nwcet-accent-light-rgb:168,220,114 !important;
  --nwce-green-deep:#5a9828 !important;
  --nwce-green-strong:#86c440 !important;
}
.nwce-wrap.nwce-cycle-licenciaturas,
.nwcet-wrap-v2.nwcet-cycle-licenciaturas{
  --nwce-accent:#00b7e5 !important;
  --nwce-accent-light:#32cdf0 !important;
  --nwce-accent-dark:#0098bf !important;
  --nwce-button-text:#ffffff !important;
  --nwcet-accent:#00b7e5 !important;
  --nwcet-accent-light:#32cdf0 !important;
  --nwcet-accent-dark:#0098bf !important;
  --nwcet-brand:#00b7e5 !important;
  --nwcet-accent-rgb:0,183,229 !important;
  --nwcet-accent-light-rgb:50,205,240 !important;
  --nwce-green-deep:#0098bf !important;
  --nwce-green-strong:#00b7e5 !important;
}
.nwce-wrap.nwce-cycle-mestrados,
.nwcet-wrap-v2.nwcet-cycle-mestrados{
  --nwce-accent:#b3071c !important;
  --nwce-accent-light:#d1182f !important;
  --nwce-accent-dark:#8f0616 !important;
  --nwce-button-text:#ffffff !important;
  --nwcet-accent:#b3071c !important;
  --nwcet-accent-light:#d1182f !important;
  --nwcet-accent-dark:#8f0616 !important;
  --nwcet-brand:#b3071c !important;
  --nwcet-accent-rgb:179,7,28 !important;
  --nwcet-accent-light-rgb:209,24,47 !important;
  --nwce-green-deep:#8f0616 !important;
  --nwce-green-strong:#b3071c !important;
}
.nwce-wrap.nwce-cycle-pos-graduacoes,
.nwcet-wrap-v2.nwcet-cycle-pos-graduacoes{
  --nwce-accent:#d4aa00 !important;
  --nwce-accent-light:#f1cf35 !important;
  --nwce-accent-dark:#9f7b00 !important;
  --nwce-button-text:#2f2500 !important;
  --nwcet-accent:#d4aa00 !important;
  --nwcet-accent-light:#f1cf35 !important;
  --nwcet-accent-dark:#9f7b00 !important;
  --nwcet-brand:#d4aa00 !important;
  --nwcet-accent-rgb:212,170,0 !important;
  --nwcet-accent-light-rgb:241,207,53 !important;
  --nwce-green-deep:#9f7b00 !important;
  --nwce-green-strong:#d4aa00 !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-btn-primary,
.nwce-wrap[class*="nwce-cycle-"] .nwce-results-count,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-btn-primary,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-mini-application-link,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-actions .nwcet-btn,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-actions .nwcet-btn-primary{
  background:var(--nwce-accent, var(--nwcet-accent)) !important;
  border-color:rgba(var(--nwcet-accent-rgb, 134,196,64), .34) !important;
  color:var(--nwce-button-text,#ffffff) !important;
}
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-eyebrow,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-copy span,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-current-calendar-head span,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-phase-head span,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-open-application-label,
.nwce-wrap[class*="nwce-cycle-"] .nwce-eyebrow,
.nwce-wrap[class*="nwce-cycle-"] .nwce-filter-card h3,
.nwce-wrap[class*="nwce-cycle-"] .nwce-profile-toggle strong{
  color:var(--nwce-accent-dark, var(--nwcet-accent-dark)) !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-hero{
  background:
    radial-gradient(circle at 86% 20%, rgba(var(--nwcet-accent-rgb, 134,196,64),.18), transparent 34%),
    radial-gradient(circle at 15% 85%, rgba(var(--nwcet-accent-rgb, 134,196,64),.08), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f3f5f8 100%) !important;
}
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-plan,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-strip,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-current-calendar,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-application-calendar,
.nwce-wrap[class*="nwce-cycle-"] .nwce-filter-shell,
.nwce-wrap[class*="nwce-cycle-"] .nwce-results-bar,
.nwce-wrap[class*="nwce-cycle-"] .nwce-course-card{
  border-color:rgba(var(--nwcet-accent-rgb, 134,196,64),.22) !important;
}


/* NetWiz Systems Course Explorer v0.7.16 | imagem do hero sempre proporcional
   A imagem promocional nunca é esticada nem cortada pelo layout. Quem se adapta é o texto/composição. */
.nwcet-wrap-v2 .nwcet-hero{
  align-items:center !important;
}
.nwcet-wrap-v2 .nwcet-hero-visual{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:center !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:0 24px 54px rgba(15,23,42,.15) !important;
}
.nwcet-wrap-v2 .nwcet-hero-visual img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:520px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  transform-origin:center center !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long{
  grid-template-columns:minmax(0,1.1fr) minmax(300px,420px) !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
  grid-template-columns:minmax(0,1.35fr) minmax(280px,360px) !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  width:100% !important;
  aspect-ratio:auto !important;
  height:auto !important;
  max-height:none !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual img{
  max-height:460px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual img{
  max-height:390px !important;
}
@media (max-width:1180px){
  .nwcet-wrap-v2 .nwcet-hero,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:1fr !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    width:min(620px,100%) !important;
    justify-self:start !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual img{
    max-height:480px !important;
  }
}
@media (max-width:820px){
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    width:100% !important;
    border-radius:24px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual img{
    max-width:100% !important;
    max-height:420px !important;
  }
}
@media (max-width:520px){
  .nwcet-wrap-v2 .nwcet-hero-visual img{
    max-height:360px !important;
  }
}


/* NetWiz Systems Course Explorer v0.7.17 | imagem do hero com caixa fixa, proporcional e sem deformação
   A caixa mantém cantos arredondados e a imagem ocupa toda a caixa com object-fit: cover, preservando a proporção original. */
.nwcet-wrap-v2 .nwcet-hero{
  grid-template-columns:minmax(0,1.02fr) minmax(440px,.78fr) !important;
  align-items:center !important;
}
.nwcet-wrap-v2 .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  display:block !important;
  justify-self:end !important;
  align-self:center !important;
  width:100% !important;
  max-width:560px !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  padding:0 !important;
  border-radius:32px !important;
  background:linear-gradient(135deg,rgba(var(--nwcet-accent-rgb,134,196,64),.08),#f8fafc) !important;
  box-shadow:0 26px 58px rgba(15,23,42,.16) !important;
}
.nwcet-wrap-v2 .nwcet-hero-visual img,
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual img,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  min-width:0 !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  transform-origin:center center !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
  grid-template-columns:minmax(0,1.22fr) minmax(420px,520px) !important;
  gap:34px !important;
}
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  max-width:520px !important;
}
@media (max-width:1320px){
  .nwcet-wrap-v2 .nwcet-hero{
    grid-template-columns:minmax(0,1.04fr) minmax(390px,.72fr) !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual{
    max-width:510px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:minmax(0,1.28fr) minmax(380px,480px) !important;
  }
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    max-width:480px !important;
  }
}
@media (max-width:1180px){
  .nwcet-wrap-v2 .nwcet-hero,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:1fr !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    justify-self:start !important;
    width:min(560px,100%) !important;
    max-width:560px !important;
    aspect-ratio:1 / 1 !important;
  }
}
@media (max-width:820px){
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    width:100% !important;
    max-width:none !important;
    border-radius:24px !important;
  }
}


/* NetWiz Systems Course Explorer v0.7.18 | imagem do hero sem corte e legendas normalizadas
   Regra final: a imagem conserva sempre a proporção original; a moldura acompanha a proporção da imagem e só escala em largura. */
.nwcet-wrap-v2 .nwcet-hero,
.nwcet-wrap-v2 .nwcet-hero.is-title-long,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
  grid-template-columns:minmax(0,1fr) minmax(420px,560px) !important;
  gap:clamp(34px,4vw,58px) !important;
  align-items:center !important;
  min-height:0 !important;
  padding:clamp(44px,5vw,72px) !important;
  overflow:hidden !important;
}

.nwcet-wrap-v2 .nwcet-hero-copy,
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-copy,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-copy{
  min-width:0 !important;
  max-width:820px !important;
}

.nwcet-wrap-v2 .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
  display:block !important;
  justify-self:end !important;
  align-self:center !important;
  width:100% !important;
  max-width:560px !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
  padding:0 !important;
  border-radius:32px !important;
  background:transparent !important;
  box-shadow:0 28px 64px rgba(15,23,42,.16) !important;
}

.nwcet-wrap-v2 .nwcet-hero-visual img,
.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual img,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  min-width:0 !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  transform-origin:center center !important;
  border-radius:32px !important;
}

.nwcet-wrap-v2 .nwcet-hero.is-title-long h1{
  font-size:clamp(42px,4.2vw,72px) !important;
  line-height:1.01 !important;
  letter-spacing:-.04em !important;
}

.nwcet-wrap-v2 .nwcet-hero.is-title-very-long h1{
  font-size:clamp(34px,3.35vw,58px) !important;
  line-height:1.03 !important;
  letter-spacing:-.034em !important;
}

.nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-lead,
.nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-lead{
  max-width:760px !important;
  font-size:clamp(15px,1.45vw,20px) !important;
  line-height:1.48 !important;
}

.nwcet-wrap-v2 .nwcet-eyebrow,
.nwcet-wrap-v2[class*="nwcet-cycle-"] .nwcet-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:30px !important;
  height:30px !important;
  margin:0 0 14px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  border:1px solid rgba(var(--nwcet-accent-rgb,134,196,64),.16) !important;
  background:rgba(255,255,255,.72) !important;
  color:var(--nwcet-accent-dark,var(--nwcet-brand)) !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.085em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.nwcet-wrap-v2 .nwcet-section .nwcet-eyebrow,
.nwcet-wrap-v2 .nwcet-final-cta .nwcet-eyebrow{
  min-height:30px !important;
  height:30px !important;
  padding:0 13px !important;
  font-size:11px !important;
  letter-spacing:.085em !important;
}

@media (max-width:1240px){
  .nwcet-wrap-v2 .nwcet-hero,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:minmax(0,1fr) minmax(360px,500px) !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    max-width:500px !important;
  }
}

@media (max-width:1040px){
  .nwcet-wrap-v2 .nwcet-hero,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    grid-template-columns:1fr !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    justify-self:start !important;
    width:min(560px,100%) !important;
    max-width:560px !important;
  }
}

@media (max-width:720px){
  .nwcet-wrap-v2 .nwcet-hero,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long{
    padding:30px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual{
    width:100% !important;
    max-width:none !important;
    border-radius:24px !important;
  }
  .nwcet-wrap-v2 .nwcet-hero-visual img,
  .nwcet-wrap-v2 .nwcet-hero.is-title-long .nwcet-hero-visual img,
  .nwcet-wrap-v2 .nwcet-hero.is-title-very-long .nwcet-hero-visual img{
    border-radius:24px !important;
  }
}

/* NetWiz Systems Course Explorer v0.7.20 | contraste dos cabeçalhos por ciclo
   As páginas de CTeSP, Licenciaturas, Mestrados e Pós-graduações usam hero claro; por isso, o texto do cabeçalho deixa de ser branco. */
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero h1{
  color:#111827 !important;
  text-shadow:none !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero-text{
  color:#475467 !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero .nwce-eyebrow{
  color:var(--nwce-accent-dark) !important;
  background:rgba(255,255,255,.76) !important;
  border-color:rgba(var(--nwcet-accent-rgb, 134,196,64),.18) !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero-panel{
  background:rgba(255,255,255,.82) !important;
  border-color:rgba(var(--nwcet-accent-rgb, 134,196,64),.20) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.08) !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero-panel span{
  color:var(--nwce-accent-dark) !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero-panel strong{
  color:#111827 !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero-panel p{
  color:#475467 !important;
}
.nwce-wrap[class*="nwce-cycle-"] .nwce-hero .nwce-btn-secondary{
  color:var(--nwce-accent-dark) !important;
  background:rgba(255,255,255,.78) !important;
  border-color:rgba(var(--nwcet-accent-rgb, 134,196,64),.24) !important;
}

/* NetWiz Systems Course Explorer v0.7.22 | candidaturas múltiplas e efeito de vidro */
.nwcet-wrap-v2 .nwcet-application-strip.is-open{
  position:relative !important;
  overflow:hidden !important;
}
.nwcet-wrap-v2 .nwcet-application-strip.is-open::before{
  content:"";
  position:absolute;
  inset:-45% auto -45% -38%;
  width:34%;
  background:linear-gradient(115deg, transparent 0%, rgba(255,255,255,.08) 32%, rgba(255,255,255,.48) 50%, rgba(255,255,255,.10) 68%, transparent 100%);
  transform:translateX(-130%) skewX(-16deg);
  opacity:0;
  pointer-events:none;
  transition:transform .92s ease, opacity .28s ease;
  z-index:1;
}
.nwcet-wrap-v2 .nwcet-application-strip.is-open:hover::before{
  transform:translateX(520%) skewX(-16deg);
  opacity:1;
}
.nwcet-wrap-v2 .nwcet-application-strip.is-open > *{
  position:relative;
  z-index:2;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-application-mainline{
  display:block !important;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-application-copy strong{
  font-size:clamp(24px,3vw,34px) !important;
  letter-spacing:-.045em !important;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-application-copy p{
  max-width:680px;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-open-applications-details{
  margin-top:24px !important;
  padding-top:18px !important;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-open-applications-details summary span{
  color:var(--nwcet-accent-dark) !important;
  text-transform:uppercase;
  letter-spacing:.065em;
  font-size:12px;
}
.nwcet-wrap-v2 .nwcet-application-strip.has-multiple-open .nwcet-open-applications-details summary em{
  color:#667085 !important;
}
.nwcet-wrap-v2 .nwcet-open-application-item span{
  color:#667085 !important;
}
.nwcet-wrap-v2 .nwcet-open-application-item strong{
  color:#111827 !important;
  font-size:clamp(18px,1.8vw,22px) !important;
  letter-spacing:-.03em !important;
}
.nwcet-wrap-v2 .nwcet-open-application-item p{
  color:#667085 !important;
  font-size:13.5px !important;
  font-weight:650 !important;
}

/* v0.7.33: botões laterais e modais de informação académica */
.nwcet-wrap-v2 .nwcet-academic-actions-card{
  padding:18px !important;
  background:#fff !important;
  border-color:rgba(var(--nwcet-accent-rgb),.18) !important;
}
.nwcet-wrap-v2 .nwcet-academic-actions-card .nwcet-side-actions{
  margin-top:0 !important;
}
.nwcet-wrap-v2 .nwcet-academic-trigger{
  width:100% !important;
  min-height:48px !important;
  color:#111827 !important;
  border-color:rgba(var(--nwcet-accent-rgb),.24) !important;
  background:linear-gradient(135deg, rgba(var(--nwcet-accent-rgb),.06), #fff) !important;
  box-shadow:0 12px 28px rgba(15,23,42,.07) !important;
}
.nwcet-wrap-v2 .nwcet-academic-trigger:hover{
  border-color:rgba(var(--nwcet-accent-rgb),.45) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.10) !important;
}
.nwce-academic-modal .nwce-modal-panel{
  width:min(780px, calc(100vw - 36px));
}
.nwce-modal-close-text{
  min-width:78px !important;
  width:auto !important;
  height:40px !important;
  padding:0 16px !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
}
.nwce-academic-modal-body{
  padding:clamp(24px,3vw,38px) !important;
}
.nwce-academic-modal-content{
  color:#344054;
  font-size:16px;
  line-height:1.72;
}
.nwce-academic-modal-content p{
  margin:0 0 16px;
}
.nwce-academic-modal-content p:last-child{
  margin-bottom:0;
}
