.necsda {
  --nec-navy: #0b2c52;
  --nec-deep: #08203f;
  --nec-gold: #b18f59;
  --nec-gold-2: #b28f62;
  --nec-gold-3: #c7a667;
  --nec-gold-hover: #9d7c47;
  --nec-text: #5c6470;
  --nec-muted: #6b7280;
  --nec-line: #e4e4e4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.necsda *,
.necsda *::before,
.necsda *::after {
  box-sizing: border-box;
}

.necsda .nec-serif,
.necsda .nec-hero-title,
.necsda .nec-h2,
.necsda .nec-stats-heading,
.necsda .nec-stat-num,
.necsda .nec-video-h2,
.necsda .nec-cta-h2,
.necsda .nec-brand-name,
.necsda .nec-footer-name {
  font-family: Lora, Georgia, serif;
}

.necsda .nec-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 44px;
}

/* ---- Shared elements ---- */
.necsda .nec-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.necsda .nec-eyebrow-gold {
  color: var(--nec-gold-2);
}
.necsda .nec-eyebrow-gold2 {
  color: var(--nec-gold-3);
  letter-spacing: 2px;
}
.necsda .nec-h2 {
  font-family: Lora, Georgia, serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--nec-navy);
  margin: 16px 0 0;
}
.necsda .nec-p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--nec-text);
  margin: 20px 0 0;
}

.necsda .nec-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 16px 28px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease;
}
.necsda .nec-btn-sm {
  font-size: 11.5px;
  letter-spacing: 1.3px;
  padding: 13px 22px;
}
.necsda .nec-btn-navy {
  background: var(--nec-deep);
  color: #fff;
}
.necsda .nec-btn-navy:hover {
  background: #0d2f5c;
}
.necsda .nec-btn-gold {
  background: var(--nec-gold);
  color: #fff;
}
.necsda .nec-btn-gold:hover {
  background: var(--nec-gold-hover);
}
.necsda .nec-btn-round {
  border-radius: 16px;
  padding: 12px 22px;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.necsda .nec-btn-outline {
  background: transparent;
  color: var(--nec-navy);
  border: 1.5px solid var(--nec-navy);
}
.necsda .nec-btn-outline:hover {
  background: rgba(11, 44, 82, 0.06);
}
.necsda .nec-btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
}
.necsda .nec-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.necsda .nec-header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: static;
  top: 0;
  z-index: 100;
}
.necsda .nec-header.is-sticky {
  position: sticky;
}
.necsda .nec-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 44px;
  height: 96px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.necsda .nec-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.necsda .nec-brand-mark {
  width: 62px;
  height: 70px;
  object-fit: contain;
}
.necsda .nec-brand-name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--nec-navy);
  line-height: 1;
  display: block;
}
.necsda .nec-brand-sub {
  font-size: 8px;
  letter-spacing: 1.1px;
  color: var(--nec-gold);
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.5;
  display: block;
}
.necsda .nec-nav {
  margin-left: 12px;
}
.necsda .nec-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.necsda .nec-menu li {
  position: relative;
}
.necsda .nec-menu a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #33415a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.necsda .nec-menu a:hover {
  color: var(--nec-gold);
}
/* Dropdown sub-menus */
.necsda .nec-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(11, 44, 82, 0.1);
  z-index: 200;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.necsda .nec-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.necsda .nec-menu .sub-menu li {
  border: 0;
}
.necsda .nec-menu .sub-menu a {
  display: block;
  padding: 9px 18px;
  font-size: 12.5px;
  white-space: normal;
}
.necsda .nec-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.necsda .nec-header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--nec-navy);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.necsda .nec-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.necsda .nec-mobile-toggle span {
  height: 2px;
  background: var(--nec-navy);
  border-radius: 2px;
  display: block;
}
.necsda .nec-mobile-nav {
  display: none;
  border-top: 1px solid #ececec;
  padding: 8px 44px 16px;
}
.necsda .nec-mobile-menu,
.necsda .nec-mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.necsda .nec-mobile-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.necsda .nec-mobile-menu .sub-menu li:last-child {
  border-bottom: 0;
}
.necsda .nec-mobile-menu a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #33415a;
  font-size: 14px;
  font-weight: 600;
}
.necsda .nec-mobile-menu .sub-menu a {
  padding-left: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #5c6470;
}

.necsda .nec-hero {
  position: relative;
  background: #eff0f1;
  overflow: hidden;
}
.necsda .nec-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.necsda .nec-hero-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  background: linear-gradient(90deg, #eff0f1 0%, rgba(239, 240, 241, 0) 22%);
}
.necsda .nec-hero .nec-container {
  position: relative;
  z-index: 2;
  padding-top: 74px;
  padding-bottom: 78px;
}
.necsda .nec-hero-body {
  max-width: 520px;
}
.necsda .nec-hero-title {
  font-family: Lora, Georgia, serif;
  font-size: 55px;
  line-height: 1.16;
  font-weight: 500;
  color: var(--nec-navy);
  margin: 22px 0 0;
  letter-spacing: -0.5px;
}
.necsda .nec-hero-text {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--nec-text);
  margin: 26px 0 0;
  max-width: 380px;
}
.necsda .nec-hero-feats {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}
.necsda .nec-feat {
  display: flex;
  align-items: center;
  gap: 11px;
}
.necsda .nec-feat-div {
  width: 1px;
  align-self: stretch;
  background: #d9dadc;
}
.necsda .nec-feat-txt {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--nec-navy);
  line-height: 1.45;
}
.necsda .nec-feat-txt span {
  font-weight: 500;
  color: #4a5568;
}
.necsda .nec-hero-btns {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.necsda .nec-stats {
  background: #fff;
  padding: 74px 0 80px;
}
.necsda .nec-stats-heading {
  font-size: 30px;
  font-weight: 600;
  color: var(--nec-navy);
  text-align: center;
  margin: 0 0 56px;
}
.necsda .nec-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.necsda .nec-stat {
  flex: 1;
  text-align: center;
}
.necsda .nec-stat-div {
  width: 1px;
  height: 84px;
  background: var(--nec-line);
}
.necsda .nec-stat-num {
  font-size: 40px;
  font-weight: 600;
  color: var(--nec-navy);
  margin-top: 10px;
}
.necsda .nec-stat-label {
  font-size: 13.5px;
  color: var(--nec-muted);
  line-height: 1.5;
  margin-top: 6px;
}

.necsda .nec-success {
  background: #f7f6f4;
  padding: 78px 0 60px;
}
.necsda .nec-success-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.necsda .nec-success-intro {
  width: 285px;
  flex-shrink: 0;
  padding-top: 24px;
}
.necsda .nec-success-intro .nec-h2 {
  font-size: 34px;
}
.necsda .nec-success-intro .nec-btn {
  margin-top: 30px;
}
.necsda .nec-success-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.necsda .nec-tcard {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20, 40, 70, 0.06);
}
.necsda .nec-tcard img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}
.necsda .nec-tcard-body {
  padding: 20px 22px 24px;
}
.necsda .nec-tlabel {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: var(--nec-gold-2);
}
.necsda .nec-tbefore {
  font-size: 13.5px;
  color: #3d4757;
  margin-top: 5px;
}
.necsda .nec-trule {
  width: 44px;
  height: 1px;
  background: #d8d3c8;
  margin: 13px 0;
}
.necsda .nec-tafter {
  font-size: 15px;
  font-weight: 700;
  color: var(--nec-navy);
  margin-top: 5px;
}
.necsda .nec-tloc {
  font-size: 13px;
  color: #7b8494;
  margin-top: 2px;
}
.necsda .nec-tquote {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--nec-muted);
  font-style: italic;
  margin: 14px 0 0;
}

.necsda .nec-why {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.necsda .nec-why-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  object-fit: cover;
}
.necsda .nec-why-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 18%);
}
.necsda .nec-why .nec-container {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 60px;
}
.necsda .nec-why-body {
  max-width: 660px;
}
.necsda .nec-why-body .nec-h2 {
  font-size: 33px;
  line-height: 1.3;
}
.necsda .nec-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.necsda .nec-why-card {
  text-align: center;
}
.necsda .nec-why-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--nec-navy);
  line-height: 1.4;
  margin-top: 10px;
}
.necsda .nec-why-text {
  font-size: 11px;
  line-height: 1.55;
  color: #8a93a1;
  margin-top: 8px;
}

.necsda .nec-video {
  position: relative;
  background: #081729;
  overflow: hidden;
}
.necsda .nec-video-shape {
  position: absolute;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
}
.necsda .nec-video-shape svg {
  width: 380px;
  height: 380px;
  stroke: currentColor;
}
.necsda .nec-video-shape-1 {
  left: -70px;
  top: -60px;
}
.necsda .nec-video-shape-2 {
  right: -50px;
  bottom: -80px;
}
.necsda .nec-video-shape-2 svg {
  width: 320px;
  height: 320px;
}
.necsda .nec-video-inner {
  position: relative;
  z-index: 2;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.necsda .nec-video-text {
  width: 330px;
  flex-shrink: 0;
}
.necsda .nec-video-h2 {
  font-size: 31px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin: 14px 0 0;
}
.necsda .nec-video-p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #9fb0c6;
  margin: 16px 0 0;
}
.necsda .nec-video-text .nec-btn {
  margin-top: 26px;
}
.necsda .nec-video-media {
  flex: 1;
}
.necsda .nec-video-media img {
  width: 100%;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

.necsda .nec-inst {
  background: #fff;
  padding: 64px 0 72px;
}
.necsda .nec-inst .nec-h2 {
  font-size: 30px;
  margin-top: 12px;
}
.necsda .nec-inst-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.necsda .nec-inst-people {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
.necsda .nec-inst-card {
  text-align: center;
  width: 132px;
}
.necsda .nec-inst-card img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.necsda .nec-inst-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--nec-navy);
  margin-top: 14px;
  line-height: 1.35;
}
.necsda .nec-inst-role {
  font-size: 12px;
  color: #7b8494;
  margin-top: 3px;
}
.necsda .nec-inst-div {
  width: 1px;
  align-self: stretch;
  background: var(--nec-line);
}
.necsda .nec-inst-aside {
  flex: 1;
  max-width: 330px;
}
.necsda .nec-inst-aside .nec-p {
  margin-top: 0;
  font-size: 13.5px;
  line-height: 1.65;
}
.necsda .nec-inst-aside .nec-btn {
  margin-top: 22px;
}

.necsda .nec-cta {
  position: relative;
  background: #14325e;
  overflow: hidden;
}
.necsda .nec-cta-shape {
  position: absolute;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.necsda .nec-cta-shape svg {
  width: 300px;
  height: 300px;
  stroke: currentColor;
}
.necsda .nec-cta-shape-1 {
  left: -40px;
  top: -40px;
}
.necsda .nec-cta-shape-2 {
  right: -30px;
  bottom: -60px;
}
.necsda .nec-cta-shape-2 svg {
  width: 260px;
  height: 260px;
}
.necsda .nec-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding-top: 58px;
  padding-bottom: 62px;
  text-align: center;
}
.necsda .nec-cta-h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.necsda .nec-cta-p {
  font-size: 15px;
  color: #bccae0;
  margin: 14px 0 0;
}
.necsda .nec-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.necsda .nec-cta-btns .nec-btn-gold {
  padding: 14px 34px;
}

.necsda .nec-footer {
  background: #041a38;
  color: #fff;
}
.necsda .nec-footer-grid {
  padding: 54px 44px 40px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
.necsda .nec-footer-brand {
  width: 250px;
  flex-shrink: 0;
}
.necsda .nec-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.necsda .nec-footer-logo img {
  width: 44px;
  height: 46px;
  object-fit: contain;
}
.necsda .nec-footer-name {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  line-height: 1;
  display: block;
}
.necsda .nec-footer-sub {
  font-size: 6.5px;
  letter-spacing: 0.9px;
  color: var(--nec-gold-3);
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.5;
  display: block;
}
.necsda .nec-footer-tagline {
  font-size: 12.5px;
  line-height: 1.65;
  color: #8fa0b8;
  margin: 18px 0 0;
}
.necsda .nec-footer-social {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.necsda .nec-footer-social a {
  color: #8fa0b8;
}
.necsda .nec-footer-social a:hover {
  color: #fff;
}
.necsda .nec-footer-title {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #fff;
}
.necsda .nec-footer-menu {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.necsda .nec-footer-menu a {
  font-size: 13px;
  color: #8fa0b8;
  text-decoration: none;
}
.necsda .nec-footer-menu a:hover {
  color: #fff;
}
.necsda .nec-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.necsda .nec-footer-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #8fa0b8;
  line-height: 1.5;
  text-decoration: none;
}
.necsda a.nec-footer-row:hover {
  color: #fff;
}
.necsda .nec-footer-row svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.necsda .nec-footer-apply {
  margin-left: auto;
}
.necsda .nec-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.necsda .nec-footer-bottom-inner {
  padding: 16px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #6e809b;
}
.necsda .nec-footer-legal {
  display: flex;
  gap: 22px;
}
.necsda .nec-footer-legal a {
  color: #6e809b;
  text-decoration: none;
}
.necsda .nec-footer-legal a:hover {
  color: #fff;
}

.necsda [data-reveal].nec-hidden {
  opacity: 0;
  transform: translateY(22px);
}
.necsda [data-reveal].nec-shown {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (max-width: 1024px) {
  .necsda .nec-hero-bg,
  .necsda .nec-hero-fade,
  .necsda .nec-why-bg,
  .necsda .nec-why-fade {
    display: none;
  }
  .necsda .nec-hero-body,
  .necsda .nec-why-body {
    max-width: none;
  }
  .necsda .nec-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .necsda .nec-video-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .necsda .nec-video-text {
    width: auto;
  }
}
@media (max-width: 860px) {
  .necsda .nec-menu,
  .necsda .nec-header-phone {
    display: none;
  }
  .necsda .nec-mobile-toggle {
    display: flex;
  }
  .necsda .nec-mobile-nav:not([hidden]) {
    display: block;
  }
  .necsda .nec-container {
    padding: 0 20px;
  }
  .necsda .nec-header-inner {
    padding: 0 20px;
    height: 72px;
    gap: 16px;
  }
  .necsda .nec-hero-title {
    font-size: 38px;
  }
  .necsda .nec-stats-row {
    flex-wrap: wrap;
    gap: 28px 0;
  }
  .necsda .nec-stat {
    flex-basis: 33%;
  }
  .necsda .nec-stat-div {
    display: none;
  }
  .necsda .nec-success-inner {
    flex-direction: column;
  }
  .necsda .nec-success-intro {
    width: auto;
  }
  .necsda .nec-success-cards {
    grid-template-columns: 1fr;
  }
  .necsda .nec-why-grid {
    grid-template-columns: 1fr;
  }
  .necsda .nec-inst-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .necsda .nec-inst-div {
    display: none;
  }
  .necsda .nec-footer-grid {
    flex-wrap: wrap;
    gap: 32px;
    padding: 40px 20px;
  }
  .necsda .nec-footer-brand {
    width: 100%;
  }
  .necsda .nec-footer-apply {
    margin-left: 0;
  }
  .necsda .nec-footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px;
  }
}
