/* =========================================================
   NIOSHE TECH — CONTACT PAGE
   File: assets/css/contact-page.css

   Full redesign:
   Warm ivory + forest + plum + coral palette
   Distinct from the rest of the website
========================================================= */

:root {
  --ncc-ink: #1d2525;
  --ncc-ink-soft: #4f5c59;
  --ncc-forest-950: #112b28;
  --ncc-forest-900: #183b36;
  --ncc-forest-700: #2f675d;
  --ncc-forest-500: #4e8a7c;
  --ncc-plum-900: #4b294f;
  --ncc-plum-700: #6f3d74;
  --ncc-coral: #d9785a;
  --ncc-coral-dark: #b9573d;
  --ncc-gold: #d6ad59;
  --ncc-cream: #f7f2e8;
  --ncc-cream-2: #efe6d7;
  --ncc-sand: #e3d4c0;
  --ncc-white: #ffffff;
  --ncc-line: #ddd3c6;
  --ncc-soft-line: rgba(29,37,37,.10);
  --ncc-success: #26755f;
  --ncc-shell: 1450px;
}

.nioshe-contact-page,
.nioshe-contact-page *,
.nioshe-contact-page *::before,
.nioshe-contact-page *::after {
  box-sizing: border-box;
}

.nioshe-contact-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--ncc-cream);
  color: var(--ncc-ink);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.nioshe-contact-page h1,
.nioshe-contact-page h2,
.nioshe-contact-page h3,
.nioshe-contact-page p {
  margin-top: 0;
}

.nioshe-contact-page a {
  text-decoration: none;
}

.ncc-shell {
  width: min(calc(100% - 48px), var(--ncc-shell));
  margin-inline: auto;
}

.ncc-section-kicker {
  margin-bottom: 13px;
  color: var(--ncc-coral-dark);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* =========================================================
   BUTTONS
========================================================= */

.ncc-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ncc-btn:hover {
  transform: translateY(-2px);
}

.ncc-btn-solid {
  background: var(--ncc-coral);
  color: #fff;
  box-shadow: 0 14px 34px rgba(217,120,90,.25);
}

.ncc-btn-solid:hover {
  background: var(--ncc-coral-dark);
  color: #fff;
}

.ncc-btn-outline {
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.ncc-btn-outline:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.ncc-btn-dark {
  background: var(--ncc-forest-950);
  color: #fff;
}

.ncc-btn-dark:hover {
  background: var(--ncc-forest-900);
  color: #fff;
}

/* =========================================================
   HERO
========================================================= */

.ncc-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  background:
    radial-gradient(circle at 92% 8%, rgba(217,120,90,.20), transparent 23%),
    radial-gradient(circle at 5% 95%, rgba(214,173,89,.14), transparent 24%),
    linear-gradient(128deg, var(--ncc-forest-950) 0%, var(--ncc-forest-900) 55%, #28554d 100%);
}

.ncc-hero::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -160px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.ncc-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.ncc-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  gap: clamp(55px, 7vw, 110px);
  align-items: center;
}

.ncc-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.ncc-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #fff;
}

.ncc-logo-image {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  border-radius: 50%;
}

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

.ncc-brand-copy strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .07em;
}

.ncc-brand-copy small {
  margin-top: 4px;
  color: rgba(255,255,255,.65);
  font-size: 9px;
  line-height: 1.3;
}

.ncc-kicker {
  margin-bottom: 15px;
  color: #f0ca79;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .14em;
}

.ncc-hero h1 {
  max-width: 850px;
  margin-bottom: 23px;
  color: #fff;
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: 1.01;
  letter-spacing: -.055em;
  font-weight: 800;
}

.ncc-hero h1 span {
  display: block;
  color: #f3c3b5;
}

.ncc-hero-lead {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.78;
}

.ncc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.ncc-hero-email {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 23px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

.ncc-hero-email a {
  color: #fff;
  font-weight: 800;
}

/* =========================================================
   HERO CARD
========================================================= */

.ncc-hero-card {
  padding: 28px;
  border-radius: 30px;
  background: #f9f4ec;
  box-shadow: 0 34px 85px rgba(0,0,0,.24);
}

.ncc-hero-card-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfd4c4;
}

.ncc-hero-card-head span {
  display: block;
  color: var(--ncc-coral-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ncc-hero-card-head strong {
  display: block;
  margin-top: 7px;
  color: var(--ncc-forest-950);
  font-size: 22px;
  line-height: 1.35;
}

.ncc-contact-paths {
  margin-top: 8px;
}

.ncc-contact-paths > a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 4px;
  border-bottom: 1px solid #e1d8cc;
  color: var(--ncc-ink);
}

.ncc-contact-paths > a:last-child {
  border-bottom: 0;
}

.ncc-contact-paths > a:hover {
  color: var(--ncc-coral-dark);
}

.ncc-path-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ncc-forest-900);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.ncc-contact-paths strong,
.ncc-contact-paths small {
  display: block;
}

.ncc-contact-paths strong {
  color: var(--ncc-forest-950);
  font-size: 14px;
  line-height: 1.3;
}

.ncc-contact-paths small {
  margin-top: 4px;
  color: var(--ncc-ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

.ncc-contact-paths b {
  color: var(--ncc-coral);
  font-size: 18px;
  font-weight: 400;
}

/* =========================================================
   SNAPSHOT
========================================================= */

.ncc-snapshot {
  background: #fff;
  border-bottom: 1px solid #e5ddd1;
}

.ncc-snapshot-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr 1fr;
}

.ncc-snapshot-grid > div {
  min-height: 116px;
  padding: 23px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e6ddd2;
}

.ncc-snapshot-grid > div:first-child {
  border-left: 1px solid #e6ddd2;
}

.ncc-snapshot span {
  color: #947b6f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
}

.ncc-snapshot strong,
.ncc-snapshot a {
  margin-top: 7px;
  color: var(--ncc-forest-950);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.ncc-snapshot small {
  margin-top: 4px;
  color: var(--ncc-ink-soft);
  font-size: 10px;
  line-height: 1.35;
}

/* =========================================================
   FORM SECTION
========================================================= */

.ncc-form-section {
  padding: 104px 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(24,59,54,.055) 50%, transparent 50.2%),
    var(--ncc-cream);
}

.ncc-form-layout {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(540px,1.22fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.ncc-form-copy {
  padding-top: 18px;
}

.ncc-form-copy > h2,
.ncc-section-head h2,
.ncc-portals-intro h2,
.ncc-identity-copy h2,
.ncc-training-head h2,
.ncc-guidance-title h2,
.ncc-faq-head h2,
.ncc-final h2 {
  margin-bottom: 18px;
  color: var(--ncc-forest-950);
  font-size: clamp(36px, 3.9vw, 56px);
  line-height: 1.09;
  letter-spacing: -.04em;
  font-weight: 800;
}

.ncc-form-copy > p,
.ncc-section-head > p,
.ncc-portals-intro > p,
.ncc-identity-copy > p,
.ncc-training-head > p {
  color: var(--ncc-ink-soft);
  font-size: 16px;
  line-height: 1.78;
}

.ncc-info-stack {
  margin-top: 32px;
  border-top: 1px solid var(--ncc-line);
}

.ncc-info-stack article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ncc-line);
}

.ncc-info-stack article > span {
  color: var(--ncc-coral-dark);
  font-size: 11px;
  font-weight: 900;
}

.ncc-info-stack strong {
  display: block;
  color: var(--ncc-forest-950);
  font-size: 14px;
}

.ncc-info-stack p {
  margin: 5px 0 0;
  color: var(--ncc-ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.ncc-security-note {
  margin-top: 27px;
  padding: 19px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6ddd2;
}

.ncc-security-note strong {
  color: var(--ncc-plum-900);
}

.ncc-security-note p {
  margin: 6px 0 0;
  color: var(--ncc-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

/* =========================================================
   FLUENT FORM CARD
========================================================= */

.ncc-form-wrap {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(29,37,37,.10);
  border: 1px solid #e3d9cd;
}

.ncc-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 29px 31px 25px;
  background: var(--ncc-plum-900);
}

.ncc-form-header span {
  display: block;
  color: #e9c9ec;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ncc-form-header h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}

.ncc-form-header p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.ncc-form-live {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.ncc-form-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6de0aa;
}

.ncc-form-body {
  padding: 31px;
}

.ncc-form-body .fluentform,
.ncc-form-body .frm-fluent-form {
  width: 100%;
}

.ncc-form-body .ff-el-group {
  margin-bottom: 18px;
}

.ncc-form-body .ff-el-input--label label {
  margin-bottom: 7px;
  color: var(--ncc-forest-950);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.ncc-form-body .ff-el-form-control {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #dcd0c3;
  border-radius: 14px;
  background: #fbf8f4;
  color: var(--ncc-ink);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ncc-form-body textarea.ff-el-form-control {
  min-height: 150px;
  resize: vertical;
}

.ncc-form-body .ff-el-form-control:focus {
  outline: none;
  border-color: var(--ncc-plum-700);
  box-shadow: 0 0 0 3px rgba(111,61,116,.10);
  background: #fff;
}

.ncc-form-body .ff-btn-submit,
.ncc-form-body button[type="submit"] {
  min-height: 54px !important;
  padding: 0 25px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ncc-coral) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 13px 28px rgba(217,120,90,.24) !important;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease !important;
}

.ncc-form-body .ff-btn-submit:hover,
.ncc-form-body button[type="submit"]:hover {
  transform: translateY(-1px);
  background: var(--ncc-coral-dark) !important;
}

.ncc-form-body .ff-el-is-error .ff-el-form-control {
  border-color: #b84a45;
}

.ncc-form-body .error.text-danger,
.ncc-form-body .ff-el-is-error .text-danger {
  margin-top: 5px;
  color: #a33b37;
  font-size: 11px;
}

.ncc-form-body .ff-message-success {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #bfe0d3;
  border-radius: 14px;
  background: #edf8f4;
  color: #1f6a57;
  font-size: 13px;
  line-height: 1.6;
}

.ncc-form-fallback {
  padding: 22px;
  border-radius: 16px;
  background: #fff3ef;
  border: 1px dashed #d9b5aa;
}

.ncc-form-fallback strong {
  color: var(--ncc-plum-900);
}

.ncc-form-fallback p {
  margin: 7px 0 0;
  color: var(--ncc-ink-soft);
}

.ncc-form-fallback a {
  color: var(--ncc-coral-dark);
  font-weight: 800;
}

/* =========================================================
   SUPPORT
========================================================= */

.ncc-support {
  padding: 96px 0;
  background: #fff;
}

.ncc-section-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.68fr);
  gap: 65px;
  align-items: end;
  margin-bottom: 40px;
}

.ncc-section-head h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.ncc-section-head > p {
  margin-bottom: 3px;
}

.ncc-support-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

.ncc-support-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #e5ddd2;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ncc-support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(29,37,37,.08);
}

.ncc-support-card-featured {
  background: var(--ncc-plum-900);
  border-color: var(--ncc-plum-900);
}

.ncc-card-index {
  display: block;
  color: var(--ncc-coral-dark);
  font-size: 11px;
  font-weight: 900;
}

.ncc-support-card h3 {
  margin: 44px 0 11px;
  color: var(--ncc-forest-950);
  font-size: 22px;
  line-height: 1.3;
}

.ncc-support-card p {
  margin-bottom: 22px;
  color: var(--ncc-ink-soft);
  font-size: 13px;
  line-height: 1.66;
}

.ncc-support-card a {
  margin-top: auto;
  color: var(--ncc-coral-dark);
  font-size: 12px;
  font-weight: 800;
}

.ncc-support-card-featured .ncc-card-index,
.ncc-support-card-featured a {
  color: #f0b49f;
}

.ncc-support-card-featured h3 {
  color: #fff;
}

.ncc-support-card-featured p {
  color: rgba(255,255,255,.68);
}

/* =========================================================
   PORTALS
========================================================= */

.ncc-portals {
  padding: 96px 0;
  background: var(--ncc-forest-950);
}

.ncc-portals-intro {
  max-width: 860px;
  margin-bottom: 38px;
}

.ncc-portals .ncc-section-kicker {
  color: #f0c77c;
}

.ncc-portals-intro h2 {
  color: #fff;
}

.ncc-portals-intro > p {
  color: rgba(255,255,255,.64);
}

.ncc-portal-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}

.ncc-portal-card {
  position: relative;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 27px;
  border-radius: 24px;
  overflow: hidden;
  transition: transform .2s ease;
}

.ncc-portal-card:hover {
  transform: translateY(-4px);
}

.ncc-portal-card > span {
  margin-bottom: auto;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ncc-portal-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.ncc-portal-card p {
  margin: 10px 0 0;
  max-width: 350px;
  font-size: 13px;
  line-height: 1.58;
}

.ncc-portal-card b {
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 24px;
  font-weight: 400;
}

.ncc-portal-student {
  background: var(--ncc-coral);
  color: #fff;
}

.ncc-portal-student:hover {
  color: #fff;
}

.ncc-portal-atc {
  background: #f4ede2;
  color: var(--ncc-forest-950);
}

.ncc-portal-atc:hover {
  color: var(--ncc-forest-950);
}

.ncc-portal-atc p {
  color: var(--ncc-ink-soft);
}

.ncc-portal-center {
  background: var(--ncc-gold);
  color: #2b2a20;
}

.ncc-portal-center:hover {
  color: #2b2a20;
}

.ncc-portal-center p {
  color: #5d5238;
}

.ncc-login-strip {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 25px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.ncc-login-strip a {
  color: #fff;
  font-weight: 800;
}

/* =========================================================
   IDENTITY
========================================================= */

.ncc-identity {
  padding: 100px 0;
  background: #f8f1e7;
}

.ncc-identity-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(540px,1.1fr);
  gap: clamp(55px,7vw,100px);
  align-items: start;
}

.ncc-identity-copy > p {
  max-width: 690px;
}

.ncc-identity-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 29px;
}

.ncc-text-link {
  color: var(--ncc-plum-700);
  font-size: 13px;
  font-weight: 800;
}

.ncc-credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ncc-credential {
  min-height: 140px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e3d8ca;
}

.ncc-credential span {
  color: #8d796e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ncc-credential strong {
  margin-top: 8px;
  color: var(--ncc-forest-950);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

/* =========================================================
   TRAINING
========================================================= */

.ncc-training {
  padding: 90px 0;
  background: #fff;
}

.ncc-training-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.62fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}

.ncc-training-head h2 {
  margin-bottom: 0;
}

.ncc-training-head > p {
  margin-bottom: 3px;
}

.ncc-training-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ncc-training-cloud span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--ncc-cream);
  border: 1px solid #e2d8cb;
  color: var(--ncc-forest-950);
  font-size: 12px;
  font-weight: 800;
}

/* =========================================================
   GUIDANCE
========================================================= */

.ncc-guidance {
  padding: 92px 0;
  background: var(--ncc-plum-900);
}

.ncc-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
  gap: clamp(60px,8vw,120px);
  align-items: start;
}

.ncc-guidance .ncc-section-kicker {
  color: #e9b7ed;
}

.ncc-guidance-title h2 {
  color: #fff;
}

.ncc-guidance-list {
  border-top: 1px solid rgba(255,255,255,.13);
}

.ncc-guidance-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.ncc-guidance-list article > span {
  color: #efc480;
  font-size: 11px;
  font-weight: 900;
}

.ncc-guidance-list h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 19px;
}

.ncc-guidance-list p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.65;
}

/* =========================================================
   FAQ
========================================================= */

.ncc-faq {
  padding: 96px 0;
  background: var(--ncc-cream);
}

.ncc-faq-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.ncc-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ncc-faq-grid details {
  padding: 19px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2d8cc;
}

.ncc-faq-grid summary {
  cursor: pointer;
  color: var(--ncc-forest-950);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.ncc-faq-grid details p {
  margin: 12px 0 0;
  color: var(--ncc-ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

/* =========================================================
   FINAL
========================================================= */

.ncc-final {
  padding: 80px 0;
  background: var(--ncc-coral);
}

.ncc-final-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 70px;
  align-items: center;
}

.ncc-final span {
  color: #fff0ea;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ncc-final h2 {
  max-width: 820px;
  margin: 8px 0 12px;
  color: #fff;
}

.ncc-final p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.65;
}

.ncc-final-actions {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ncc-btn-final {
  background: #fff;
  color: var(--ncc-coral-dark);
}

.ncc-btn-final:hover {
  color: var(--ncc-coral-dark);
}

.ncc-final-email {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ncc-footer-links {
  padding: 15px 0;
  background: #171b1a;
}

.ncc-footer-links .ncc-shell {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.ncc-footer-links a {
  color: #aeb8b4;
  font-size: 10px;
  font-weight: 700;
}

.ncc-footer-links a:hover {
  color: #fff;
}

/* =========================================================
   ASTRA / WORDPRESS NORMALIZATION
========================================================= */

body.page-template-template-contact .site-content,
body.page-template-template-contact .site-content > .ast-container,
body.page-template-template-contact .content-area,
body.page-template-template-contact #primary,
body.page-template-template-contact .site-main,
body.page-template-template-contact article.page,
body.page-template-template-contact .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.page-template-template-contact .site-content > .ast-container {
  display: block !important;
}

body.page-template-template-contact .entry-header,
body.page-template-template-contact .entry-title {
  display: none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .ncc-hero-grid {
    grid-template-columns: minmax(0,1fr) 420px;
    gap: 46px;
  }

  .ncc-snapshot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ncc-snapshot-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ncc-snapshot-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #e6ddd2;
  }

  .ncc-form-layout,
  .ncc-identity-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ncc-form-copy,
  .ncc-identity-copy {
    max-width: 860px;
  }

  .ncc-support-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .ncc-guidance-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 850px) {
  .ncc-hero {
    padding: 60px 0 55px;
  }

  .ncc-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ncc-hero-card {
    max-width: 760px;
  }

  .ncc-section-head,
  .ncc-training-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ncc-portal-grid {
    grid-template-columns: 1fr;
  }

  .ncc-portal-card {
    min-height: 210px;
  }

  .ncc-final-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ncc-final-actions {
    width: min(100%, 380px);
  }
}

@media (max-width: 600px) {
  .ncc-shell {
    width: calc(100% - 24px);
  }

  .ncc-hero {
    padding: 42px 0 40px;
  }

  .ncc-brand-chip {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .ncc-brand-copy small {
    max-width: 220px;
  }

  .ncc-kicker,
  .ncc-section-kicker {
    font-size: 9px;
  }

  .ncc-hero h1 {
    font-size: 39px;
    line-height: 1.04;
  }

  .ncc-hero-lead {
    font-size: 14px;
    line-height: 1.68;
  }

  .ncc-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ncc-btn {
    width: 100%;
  }

  .ncc-hero-card {
    padding: 19px;
    border-radius: 22px;
  }

  .ncc-hero-card-head strong {
    font-size: 19px;
  }

  .ncc-contact-paths > a {
    min-height: 74px;
    grid-template-columns: 36px minmax(0,1fr) auto;
    gap: 10px;
  }

  .ncc-path-icon {
    width: 36px;
    height: 36px;
  }

  .ncc-contact-paths strong {
    font-size: 12px;
  }

  .ncc-contact-paths small {
    font-size: 9px;
  }

  .ncc-snapshot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ncc-snapshot-grid > div {
    min-height: 102px;
    padding: 17px 14px;
  }

  .ncc-snapshot strong,
  .ncc-snapshot a {
    font-size: 11px;
  }

  .ncc-form-section,
  .ncc-support,
  .ncc-portals,
  .ncc-identity,
  .ncc-training,
  .ncc-guidance,
  .ncc-faq {
    padding: 60px 0;
  }

  .ncc-form-copy > h2,
  .ncc-section-head h2,
  .ncc-portals-intro h2,
  .ncc-identity-copy h2,
  .ncc-training-head h2,
  .ncc-guidance-title h2,
  .ncc-faq-head h2 {
    font-size: 31px;
    line-height: 1.14;
  }

  .ncc-form-copy > p,
  .ncc-section-head > p,
  .ncc-portals-intro > p,
  .ncc-identity-copy > p,
  .ncc-training-head > p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ncc-info-stack article {
    grid-template-columns: 34px 1fr;
  }

  .ncc-form-wrap {
    border-radius: 22px;
  }

  .ncc-form-header {
    padding: 20px 18px 18px;
  }

  .ncc-form-header h2 {
    font-size: 23px;
  }

  .ncc-form-live {
    display: none;
  }

  .ncc-form-body {
    padding: 20px 18px;
  }

  .ncc-form-body .ff-el-form-control {
    min-height: 50px;
    font-size: 13px;
  }

  .ncc-form-body textarea.ff-el-form-control {
    min-height: 130px;
  }

  .ncc-form-body .ff-btn-submit,
  .ncc-form-body button[type="submit"] {
    width: 100%;
  }

  .ncc-support-grid {
    grid-template-columns: 1fr;
  }

  .ncc-support-card {
    min-height: 0;
    padding: 22px;
  }

  .ncc-support-card h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .ncc-portal-card {
    min-height: 190px;
    padding: 22px;
  }

  .ncc-login-strip {
    display: block;
    text-align: center;
    line-height: 1.7;
  }

  .ncc-login-strip a {
    display: block;
  }

  .ncc-credentials {
    grid-template-columns: 1fr 1fr;
  }

  .ncc-credential {
    min-height: 120px;
    padding: 16px;
  }

  .ncc-credential strong {
    font-size: 11px;
  }

  .ncc-training-cloud {
    gap: 8px;
  }

  .ncc-training-cloud span {
    min-height: 42px;
    padding: 0 13px;
    font-size: 10px;
  }

  .ncc-guidance-list article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 19px 0;
  }

  .ncc-guidance-list h3 {
    font-size: 17px;
  }

  .ncc-guidance-list p {
    font-size: 12px;
  }

  .ncc-faq-grid {
    grid-template-columns: 1fr;
  }

  .ncc-final {
    padding: 56px 0;
  }

  .ncc-final h2 {
    font-size: 31px;
  }

  .ncc-footer-links .ncc-shell {
    gap: 8px 16px;
  }
}

@media (max-width: 380px) {
  .ncc-shell {
    width: calc(100% - 18px);
  }

  .ncc-hero h1 {
    font-size: 34px;
  }

  .ncc-snapshot-grid,
  .ncc-credentials {
    grid-template-columns: 1fr;
  }

  .ncc-snapshot-grid > div {
    border-right: 0;
    border-bottom: 1px solid #e6ddd2;
  }

  .ncc-credential {
    min-height: 105px;
  }
}

/* =========================================================
   ACCESSIBILITY / REDUCED MOTION / PRINT
========================================================= */

.nioshe-contact-page a:focus-visible,
.nioshe-contact-page button:focus-visible,
.nioshe-contact-page input:focus-visible,
.nioshe-contact-page select:focus-visible,
.nioshe-contact-page textarea:focus-visible,
.nioshe-contact-page summary:focus-visible {
  outline: 3px solid #ffcf66;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .nioshe-contact-page *,
  .nioshe-contact-page *::before,
  .nioshe-contact-page *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .ncc-hero-card,
  .ncc-portals,
  .ncc-final,
  .ncc-footer-links {
    display: none !important;
  }

  .ncc-hero,
  .ncc-guidance {
    background: #fff !important;
    color: #000 !important;
  }

  .ncc-hero h1,
  .ncc-hero h1 span,
  .ncc-guidance-title h2,
  .ncc-guidance-list h3 {
    color: #000 !important;
  }
}
