:root {
  --dct-navy-950: #06182a;
  --dct-navy-900: #08243a;
  --dct-navy-800: #0d3554;
  --dct-blue: #0788d1;
  --dct-lime: #b7f51c;
  --dct-yellow: #f4dc35;
  --dct-orange: #eb5a12;
  --dct-ink: #0d2238;
  --dct-muted: #52667a;
  --dct-line: #d9e2ea;
  --dct-surface: #f3f7fa;
}

.aet-dct-public-page .site-main,
.aet-dct-public-page #main,
.aet-dct-public-page #content-wrap,
.aet-dct-public-page #primary,
.aet-dct-public-page #content,
.aet-dct-public-page .content-area,
.aet-dct-public-page .content-wrap,
.aet-dct-public-page article,
.aet-dct-public-page .entry-content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.aet-dct {
  overflow: hidden;
  background: var(--dct-surface);
  color: var(--dct-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

.aet-dct *,
.aet-dct *::before,
.aet-dct *::after { box-sizing: border-box; }

.aet-dct__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .75fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
  min-height: 690px;
  padding: clamp(72px, 8vw, 126px) max(5vw, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 82% 18%, rgba(183,245,28,.12), transparent 27%),
    linear-gradient(135deg, #0b304b 0%, var(--dct-navy-950) 67%);
  color: #fff;
}

.aet-dct__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--dct-lime), var(--dct-yellow) 48%, var(--dct-orange));
}

.aet-dct__grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 65%);
}

.aet-dct__hero-content,
.aet-dct__signal { position: relative; z-index: 1; }

.aet-dct__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--dct-lime);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.aet-dct__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--dct-yellow);
}

.aet-dct__eyebrow--dark { color: var(--dct-orange); }

.aet-dct h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 5.5vw, 82px);
  font-weight: 780;
  letter-spacing: -.052em;
  line-height: .96;
}

.aet-dct h1 span { display: block; color: var(--dct-lime); }

.aet-dct__lead {
  max-width: 690px;
  margin: 30px 0 34px;
  color: #d7e2ec;
  font-size: clamp(18px, 1.6vw, 22px);
}

.aet-dct__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.aet-dct__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.aet-dct__button:hover,
.aet-dct__button:focus { transform: translateY(-1px); }
.aet-dct__button--primary { background: var(--dct-orange); box-shadow: 0 13px 30px rgba(235,90,18,.24); color: #fff !important; }
.aet-dct__button--primary:hover,
.aet-dct__button--primary:focus { background: #c84608; box-shadow: 0 17px 34px rgba(235,90,18,.32); }
.aet-dct__button--secondary { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); color: #fff !important; }
.aet-dct__button--secondary:hover,
.aet-dct__button--secondary:focus { border-color: var(--dct-lime); background: rgba(183,245,28,.08); }

.aet-dct__eligibility { max-width: 680px; margin: 22px 0 0; color: #9fb0bf; font-size: 12px; }

.aet-dct__signal {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.aet-dct__signal-head {
  padding: 24px 26px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.aet-dct__signal-head span,
.aet-dct__signal-row span { display: block; color: #9fb0bf; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.aet-dct__signal-head strong { display: block; margin-top: 4px; color: #fff; font-size: 25px; }
.aet-dct__signal-row { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: center; padding: 17px 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.aet-dct__signal-row strong { color: #fff; font-size: 14px; }
.aet-dct__pulse { display: flex; gap: 10px; align-items: center; padding: 20px 26px; color: #dbe6ef; font-size: 12px; }
.aet-dct__pulse i { width: 9px; height: 9px; border-radius: 50%; background: var(--dct-lime); box-shadow: 0 0 0 6px rgba(183,245,28,.1); }

.aet-dct__outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 86px) 24px;
}

.aet-dct__outcomes > div { padding: 8px clamp(24px, 3vw, 44px); border-right: 1px solid var(--dct-line); }
.aet-dct__outcomes > div:last-child { border-right: 0; }
.aet-dct__outcomes span { display: block; margin-bottom: 14px; color: var(--dct-orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.aet-dct__outcomes strong { display: block; color: var(--dct-navy-900); font-size: 21px; }
.aet-dct__outcomes p { margin: 9px 0 0; color: var(--dct-muted); font-size: 14px; }

.aet-dct__section {
  padding: clamp(68px, 8vw, 112px) max(5vw, calc((100vw - 1200px) / 2));
  background: #fff;
}

.aet-dct__section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 48px; }
.aet-dct__section-heading .aet-dct__eyebrow { grid-column: 1 / -1; }
.aet-dct__section-heading h2,
.aet-dct__labs h2,
.aet-dct__credentials h2,
.aet-dct__cta h2 { margin: 0; color: var(--dct-navy-900); font-size: clamp(38px, 4.2vw, 62px); letter-spacing: -.045em; line-height: 1.02; }
.aet-dct__section-heading > p:last-child { margin: 0; color: var(--dct-muted); font-size: 17px; }

.aet-dct__timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dct-line); border-left: 1px solid var(--dct-line); }
.aet-dct__timeline article { min-height: 230px; padding: 28px; border-right: 1px solid var(--dct-line); border-bottom: 1px solid var(--dct-line); background: #fff; }
.aet-dct__timeline article:hover { background: #f8fbfd; }
.aet-dct__timeline span { color: var(--dct-orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.aet-dct__timeline h3 { margin: 15px 0 9px; color: var(--dct-navy-900); font-size: 23px; line-height: 1.12; }
.aet-dct__timeline p { margin: 0; color: var(--dct-muted); font-size: 14px; }

.aet-dct__labs {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(42px, 7vw, 96px);
  padding: clamp(72px, 9vw, 126px) max(5vw, calc((100vw - 1200px) / 2));
  background: linear-gradient(135deg, var(--dct-navy-950), var(--dct-navy-800));
  color: #fff;
}

.aet-dct__labs h2 { color: #fff; }
.aet-dct__labs-copy > p:not(.aet-dct__eyebrow) { color: #cad7e2; font-size: 17px; }
.aet-dct__labs ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.aet-dct__labs li { position: relative; padding: 13px 16px 13px 40px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.05); color: #e3ebf1; }
.aet-dct__labs li::before { content: "✓"; position: absolute; left: 15px; color: var(--dct-lime); font-weight: 900; }

.aet-dct__capstone { align-self: center; padding: clamp(32px, 5vw, 54px); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.09); box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.aet-dct__capstone > span { color: var(--dct-lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.aet-dct__capstone h3 { margin: 12px 0 16px; color: #fff; font-size: clamp(31px, 3.2vw, 45px); letter-spacing: -.035em; line-height: 1.04; }
.aet-dct__capstone p { color: #cad7e2; }
.aet-dct__capstone-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.aet-dct__capstone-tags span { padding: 7px 10px; border-radius: 999px; background: rgba(183,245,28,.1); color: #eaffb8; font-size: 11px; font-weight: 750; }

.aet-dct__section--roles { background: var(--dct-surface); }
.aet-dct__roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.aet-dct__roles span { position: relative; min-height: 80px; padding: 25px 22px 22px 50px; border: 1px solid var(--dct-line); border-radius: 10px; background: #fff; color: var(--dct-navy-900); font-weight: 800; }
.aet-dct__roles span::before { content: "↗"; position: absolute; left: 20px; color: var(--dct-orange); font-weight: 900; }

.aet-dct__credentials { padding: clamp(72px, 9vw, 126px) max(5vw, calc((100vw - 1200px) / 2)); background: #fff; }
.aet-dct__credentials > div:first-child { max-width: 820px; margin-bottom: 44px; }
.aet-dct__credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.aet-dct__credential-grid article { padding: 30px; border: 1px solid var(--dct-line); border-top: 4px solid var(--dct-blue); border-radius: 8px; background: #fff; }
.aet-dct__credential-grid article:last-child { border-top-color: var(--dct-lime); background: var(--dct-navy-900); }
.aet-dct__credential-grid span { color: var(--dct-orange); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.aet-dct__credential-grid h3 { margin: 13px 0 10px; color: var(--dct-navy-900); font-size: 23px; line-height: 1.15; }
.aet-dct__credential-grid p { margin: 0; color: var(--dct-muted); font-size: 14px; }
.aet-dct__credential-grid article:last-child span { color: var(--dct-lime); }
.aet-dct__credential-grid article:last-child h3 { color: #fff; }
.aet-dct__credential-grid article:last-child p { color: #c7d4df; }
.aet-dct__disclaimer { margin: 22px 0 0; color: #718293; font-size: 12px; }

.aet-dct__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: clamp(60px, 8vw, 96px) max(5vw, calc((100vw - 1200px) / 2));
  background: var(--dct-navy-900);
  color: #fff;
}

.aet-dct__cta h2 { max-width: 760px; color: #fff; }
.aet-dct__cta p:not(.aet-dct__eyebrow) { color: #cad7e2; font-size: 17px; }

@media (max-width: 1100px) {
  .aet-dct__hero { grid-template-columns: 1fr; min-height: auto; padding-inline: 28px; }
  .aet-dct__hero-content { max-width: 800px; }
  .aet-dct__signal { max-width: 700px; }
  .aet-dct__section,
  .aet-dct__labs,
  .aet-dct__credentials,
  .aet-dct__cta { padding-inline: 28px; }
}

@media (max-width: 800px) {
  .aet-dct__outcomes,
  .aet-dct__timeline,
  .aet-dct__roles,
  .aet-dct__credential-grid { grid-template-columns: 1fr; }
  .aet-dct__outcomes > div { padding: 26px 6px; border-right: 0; border-bottom: 1px solid var(--dct-line); }
  .aet-dct__outcomes > div:last-child { border-bottom: 0; }
  .aet-dct__section-heading,
  .aet-dct__labs,
  .aet-dct__cta { grid-template-columns: 1fr; }
  .aet-dct__section-heading { gap: 18px; }
  .aet-dct__timeline article { min-height: 0; }
}

@media (max-width: 600px) {
  .aet-dct__hero { padding: 54px 19px 68px; gap: 38px; }
  .aet-dct h1 { font-size: clamp(44px, 13vw, 60px); }
  .aet-dct__lead { font-size: 17px; }
  .aet-dct__signal-row { grid-template-columns: 1fr; gap: 5px; }
  .aet-dct__button { width: 100%; }
  .aet-dct__section,
  .aet-dct__labs,
  .aet-dct__credentials,
  .aet-dct__cta { padding: 56px 19px; }
  .aet-dct__outcomes { padding: 36px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .aet-dct *,
  .aet-dct *::before,
  .aet-dct *::after { transition: none !important; }
}
