/* Schools-NEO — loaded after ACF page SCSS so homepage, header, Mobius, and ranking layout win. */

.schools-neo {
  --muted: #615d66;
  --line: rgba(0, 0, 0, 0.1);
}

.schools-neo img { max-width: 100%; height: auto; }
.schools-neo .button,
.schools-neo .find-degree {
  white-space: nowrap;
}

/* Header */
.schools-neo #masthead {
  position: relative;
  top: auto;
  z-index: 50;
  height: auto;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.schools-neo #masthead .container.bar,
.schools-neo #masthead .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 1.25rem;
}

.schools-neo #masthead .custom-logo__image {
  max-width: 188px;
}

.schools-neo #masthead .tools {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  margin-left: auto;
}

.schools-neo #masthead nav.header-menu {
  margin-left: auto;
  margin-right: 0.5rem;
}

.schools-neo #masthead nav ul.nav {
  display: flex;
  align-items: stretch;
  gap: 0.15rem;
  height: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schools-neo #masthead nav ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
}

.schools-neo #masthead nav ul li > a,
.schools-neo #masthead nav button.has-menu {
  display: flex !important;
  align-items: center;
  gap: 0.35rem;
  padding: 0 0.85rem !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1;
  color: var(--primary-color) !important;
  opacity: 1 !important;
}

.schools-neo #masthead nav ul li > a:hover,
.schools-neo #masthead nav li:hover > button.has-menu,
.schools-neo #masthead nav li:focus-within > button.has-menu {
  color: var(--highlight-color);
}

.schools-neo #masthead .caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.schools-neo #masthead .mega {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-30%);
  width: min(640px, 70vw);
  padding: 1.15rem 1.2rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 36px rgba(0, 41, 68, 0.12);
  z-index: 60;
}

.schools-neo #masthead nav li:hover > .mega,
.schools-neo #masthead nav li:focus-within > .mega {
  display: grid;
}

.schools-neo #masthead .mega.cols-2 { grid-template-columns: 1.15fr 0.85fr; gap: 1.25rem; }
.schools-neo #masthead .mega.cols-3 { grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }

.schools-neo #masthead .mega h3 {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.55rem;
  font-weight: 700;
}

.schools-neo #masthead .mega a {
  display: block;
  padding: 0.4rem 0;
  height: auto;
  font-weight: 400;
}

.schools-neo #masthead .mega a strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary-color);
}

.schools-neo #masthead .mega a span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted);
  font-weight: 400;
}

.schools-neo #masthead .mega a:hover strong { color: var(--highlight-color); }

.schools-neo #masthead .mega .all {
  margin-top: 0.65rem;
  font-size: 13px;
  font-weight: 700;
  color: var(--highlight-color);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schools-neo #masthead .search-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.schools-neo #masthead .search-btn::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: var(--primary-color);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/><path d='M20 20l-3.5-3.5' stroke='black' stroke-width='2' fill='none'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/><path d='M20 20l-3.5-3.5' stroke='black' stroke-width='2' fill='none'/></svg>") center / contain no-repeat;
}

.schools-neo #masthead .search-panel {
  display: none;
  padding: 0.85rem 0 1rem;
  border-top: 1px solid var(--line);
  background: #f7f9fb;
}

.schools-neo #masthead.search-open .search-panel { display: block; }

.schools-neo #masthead .search-panel form {
  display: flex;
  gap: 0.5rem;
}

.schools-neo #masthead .search-panel input {
  flex: 1;
  height: 48px;
  padding: 0 0.9rem;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  font-size: 16px;
  color: var(--primary-color);
  font-family: inherit;
}

.schools-neo #masthead #menu-trigger {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.schools-neo #masthead .button.find-degree,
.schools-neo #masthead .search-submit {
  display: inline-flex;
  height: 42px;
  padding: 0 1.15rem;
  background: var(--highlight-color);
  border-radius: 8px;
  font-size: 15px;
}

.schools-neo main.page {
  padding-top: 0;
}

.schools-neo .nav-tools__search {
  top: 100%;
}

@media (max-width: 1024px) {
  .schools-neo #masthead nav.header-menu {
    display: none;
  }

  .schools-neo #masthead:has(#menu-trigger:checked) nav.header-menu {
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border-bottom: 1px solid var(--line);
    margin: 0;
  }

  .schools-neo #masthead:has(#menu-trigger:checked) nav ul.nav {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .schools-neo #masthead .mega,
  .schools-neo #masthead nav li:hover > .mega {
    display: none;
    position: static;
    transform: none;
    width: auto;
    box-shadow: none;
    border: 0;
    padding: 0 0 0.5rem 0.75rem;
  }

  .schools-neo #masthead nav li:focus-within > .mega {
    display: grid;
    grid-template-columns: 1fr;
  }

  .schools-neo #masthead .menu-btn,
  .schools-neo #masthead label[for="menu-trigger"] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff !important;
    cursor: pointer;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  .schools-neo #masthead .button.find-degree,
  .schools-neo #masthead .search-submit {
    height: 36px;
    padding: 0 0.8rem;
    font-size: 13px;
  }
}

    .schools-neo #masthead .menu-btn {
      display: none;
    }

    .schools-neo #masthead .menu-btn span,
    .schools-neo #masthead .menu-btn span::before,
    .schools-neo #masthead .menu-btn span::after {
      display: block;
      width: 16px;
      height: 1.5px;
      background: var(--primary-color);
      margin: 0 auto;
    }

    .schools-neo #masthead .menu-btn span {
      position: relative;
    }

    .schools-neo #masthead .menu-btn span::before,
    .schools-neo #masthead .menu-btn span::after {
      content: "";
      position: absolute;
      left: 0;
    }

    .schools-neo #masthead .menu-btn span::before { top: -5px; }
    .schools-neo #masthead .menu-btn span::after { top: 5px; }

/* Homepage hero */
/* Homepage hero — drop the old mix-blend cards, tint the photo instead */
.schools-neo.home .hero[data-layout="a"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: auto;
  min-height: 420px;
  padding: 4.5rem 0 7.5rem;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.schools-neo.home .hero[data-layout="a"]::before,
.schools-neo.home .hero[data-layout="a"]::after {
  mix-blend-mode: normal !important;
}

.schools-neo.home .hero[data-layout="a"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 41, 68, 0.38) 0%, rgba(0, 41, 68, 0.7) 52%, rgba(0, 41, 68, 0.92) 100%) !important;
  pointer-events: none;
}

.schools-neo.home .hero[data-layout="a"]::after {
  content: none !important;
  display: none !important;
}

.schools-neo.home .hero[data-layout="a"] .hero__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.schools-neo.home .hero[data-layout="a"] h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
}

.schools-neo.home .hero .rule {
  width: 40px;
  height: 2px;
  margin: 0.9rem auto;
  background: #fff;
}

.schools-neo.home .hero[data-layout="a"] p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 auto 0.85rem;
  max-width: 34rem;
}

.schools-neo .trust-line {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  margin: 0 !important;
}

.schools-neo.home .hero__author {
  position: absolute;
  right: 1rem;
  bottom: 5.25rem;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 900px) {
  .schools-neo.home .hero[data-layout="a"] {
    min-height: 300px;
    padding: 3.25rem 0 5.25rem;
  }

  .schools-neo.home .hero[data-layout="a"] h1 {
    white-space: normal;
    font-size: 1.85rem;
  }

  .schools-neo.home .hero__author {
    display: none;
  }
}

/* Mobius styles live in assets/css/mobius-override.css (loaded last). */

/* Homepage sections */
.schools-neo .section {
  padding: 3.5rem 0 1.25rem;
}

.schools-neo .section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.schools-neo .section-head h2 {
  font-size: 1.85rem;
  line-height: 1.2;
  margin: 0;
}

.schools-neo .section-head a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--highlight-color);
}

.schools-neo .stories-lead {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  margin-bottom: 0.75rem;
  padding: 2.25rem;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}

.schools-neo .stories-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}

.schools-neo .story {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  padding: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}

.schools-neo .story img,
.schools-neo .stories-lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schools-neo .story::after,
.schools-neo .stories-lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 41, 68, 0.92) 0%, rgba(0, 41, 68, 0.35) 55%, rgba(0, 41, 68, 0.18) 100%);
}

.schools-neo .story .txt,
.schools-neo .stories-lead .txt {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}

.schools-neo .kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}

.schools-neo .stories-lead h3,
.schools-neo .story h3,
.schools-neo .help-tile h3,
.schools-neo .path h3 {
  margin: 0;
  color: inherit;
}

.schools-neo .stories-lead h3 { font-size: clamp(1.55rem, 2.7vw, 2.1rem); line-height: 1.2; }
.schools-neo .story h3 { font-size: 1.18rem; line-height: 1.25; }
.schools-neo .sub { margin: 0.5rem 0 0; font-size: 14px; font-weight: 500; line-height: 1.4; opacity: 0.9; }
.schools-neo .rule-sm { width: 36px; height: 2px; margin: 0.6rem 0; background: #fff; }

.schools-neo .help {
  background: #f4f7f9;
  margin-top: 2.5rem;
  padding: 3.25rem 0;
}

.schools-neo .help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.schools-neo .help-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 124px;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--primary-color);
}

.schools-neo .help-tile:hover { border-color: var(--primary-color); }
.schools-neo .help-tile h3 { font-size: 1.15rem; line-height: 1.25; }
.schools-neo .help-tile span {
  margin-top: 0.8rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--highlight-color);
}

.schools-neo .paths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.schools-neo .path {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--primary-color);
}

.schools-neo .path:hover { border-color: var(--primary-color); }
.schools-neo .path h3 { font-size: 1.15rem; }
.schools-neo .path p { margin: 0.2rem 0 0; font-size: 14px; line-height: 1.45; color: var(--muted); }

.schools-neo .rank-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.schools-neo .rank-grid .story { min-height: 220px; }

.schools-neo .home .front-content,
.schools-neo.home .front-content,
.schools-neo .home .latest-posts,
.schools-neo .home .latest-rankings,
.schools-neo.home .latest-posts,
.schools-neo.home .latest-rankings {
  display: none !important;
}

/* FAQ accordion */
.schools-neo .faq {
  max-width: 800px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.schools-neo .faq details { border-bottom: 1px solid var(--line); }
.schools-neo .faq details:last-child { border-bottom: 0; }

.schools-neo .faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  list-style: none;
  padding: 1rem 1.15rem;
  background: #fff;
  color: var(--primary-color);
}

.schools-neo .faq summary::-webkit-details-marker,
.schools-neo .faq summary::marker { display: none; content: ""; }

.schools-neo .faq summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 8%, #fff);
  font-size: 1.1rem;
  font-weight: 700;
}

.schools-neo .faq details[open] summary::after { content: "–"; }

.schools-neo .faq p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}

.schools-neo .policy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.25rem 2rem;
  margin: 2.75rem 0 0;
  padding: 1.4rem 1.5rem 1.45rem 1.45rem;
  background: #f4f7fa;
  border: 1px solid rgba(0, 41, 68, 0.08);
  border-left: 4px solid var(--primary-color);
  border-radius: 0 12px 12px 0;
}

.schools-neo .policy__kicker {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--highlight-color);
}

.schools-neo .policy h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--primary-color);
}

.schools-neo .policy p {
  margin: 0;
  max-width: 46rem;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.schools-neo .policy__link,
.schools-neo .policy a.policy__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 1.15rem;
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.schools-neo .policy__link:hover,
.schools-neo .policy a.policy__link:hover {
  background: var(--highlight-color);
  color: #fff !important;
}

@media (max-width: 1024px) {
  .schools-neo .rank-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .schools-neo .paths-grid { grid-template-columns: 1fr 1fr; }
  .schools-neo .section-head { flex-direction: column; align-items: flex-start; }
  .schools-neo .section-head h2 { font-size: 1.4rem; }
}

@media (max-width: 800px) {
  .schools-neo .stories-row,
  .schools-neo .help-grid { grid-template-columns: 1fr; }
  .schools-neo .stories-lead { min-height: 240px; padding: 1.2rem; }
}

@media (max-width: 560px) {
  .schools-neo .paths-grid,
  .schools-neo .rank-grid { grid-template-columns: 1fr; }
  .schools-neo .policy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .schools-neo .policy__link,
  .schools-neo .policy a.policy__link {
    width: 100%;
  }
}

/* Ranking / single */
.schools-neo.single .crumbs {
  padding: 0.9rem 0 0;
  font-size: 13px;
  color: var(--muted);
}

.schools-neo.single .crumbs a:hover { color: var(--highlight-color); }

.schools-neo.single .post-hero,
.schools-neo.single .page__wrapper.post-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: auto;
  min-height: 360px;
  padding: 4.5rem 0 7rem;
  margin: 0 !important;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: var(--primary-color);
}

/* Kill the old layout-B mix-blend slab that sat on .hero as a navy card */
.schools-neo.single .page__wrapper .hero::before,
.schools-neo.single .page__wrapper .hero::after,
.schools-neo.single .post-hero .hero::before,
.schools-neo.single .post-hero .hero::after,
.schools-neo.single .page__wrapper[data-layout] .hero::before,
.schools-neo.single .page__wrapper[data-layout] .hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  mix-blend-mode: normal !important;
}

.schools-neo.single .post-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 41, 68, 0.35) 0%, rgba(0, 41, 68, 0.68) 48%, rgba(0, 41, 68, 0.9) 100%) !important;
  mix-blend-mode: normal !important;
  pointer-events: none;
}

.schools-neo.single .post-hero::after {
  content: none !important;
  display: none !important;
}

.schools-neo.single .post-hero .inner,
.schools-neo.single .post-hero .hero,
.schools-neo.single .page__wrapper[data-layout="b"] .hero,
.schools-neo.single .page__wrapper[data-layout="a"] .hero,
.schools-neo.single .page__wrapper[data-layout="c"] .hero,
.schools-neo.single .page__wrapper[data-layout="d"] .hero {
  position: relative !important;
  z-index: 1;
  max-width: 760px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 1.25rem !important;
  background: none !important;
  background-image: none !important;
  min-height: 0 !important;
  height: auto !important;
  transform: none !important;
  mix-blend-mode: normal !important;
}

.schools-neo.single .post-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.75rem;
}

.schools-neo.single .post-hero h1,
.schools-neo.single .post-hero .post-cat,
.schools-neo.single .post-hero p {
  color: #fff !important;
}

.schools-neo.single .post-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.16;
  margin: 0;
}

.schools-neo.single .post-hero .rule {
  width: 48px;
  height: 2px;
  margin: 0.95rem auto;
  background: #fff;
}

.schools-neo.single .post-hero p {
  color: #fff;
  margin: 0;
  font-size: 1.08rem;
  font-weight: 500;
}

.schools-neo.single .page__wrapper .wp-post-image,
.schools-neo.single .page__wrapper[data-layout] .hero__inner__meta {
  display: none;
}

.schools-neo .credits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  align-items: center;
  max-width: 1080px;
  margin: 1.5rem auto 0;
  padding: 0 1rem;
  font-size: 14px;
}

.schools-neo .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  border-radius: 4px;
  padding: 0.16rem 0.42rem;
  margin-right: 0.35rem;
}

.schools-neo .credits a { font-weight: 600; color: var(--major-color); }
.schools-neo .credits .date { color: var(--muted); }

.schools-neo.single main.page {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  max-width: 100%;
}

.schools-neo .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  grid-template-areas: "article rail";
  align-items: start;
  gap: 2rem;
  width: min(1080px, calc(100% - 2rem));
  margin: 2rem auto 4rem;
}

.schools-neo .article-layout .article { grid-area: article; }
.schools-neo .article-layout .rail { grid-area: rail; }

.schools-neo.single .main-wrapper {
  width: auto;
  max-width: none;
  margin: 0;
}

.schools-neo .answer,
.schools-neo.single .article .answer,
.schools-neo.single .main-wrapper .answer {
  padding: 1.2rem 1.25rem 1.25rem 1.3rem;
  margin: 0 0 2rem;
  border-left: 4px solid var(--highlight-color);
  background: #f4f7fa;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
}

.schools-neo .answer h2,
.schools-neo.single .article .answer h2,
.schools-neo.single .main-wrapper .answer h2 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  color: var(--highlight-color) !important;
  margin: 0 0 0.55rem !important;
  padding: 0 !important;
}

.schools-neo .answer h2::before,
.schools-neo.single .article .answer h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--highlight-color);
  flex-shrink: 0;
}

.schools-neo .answer p,
.schools-neo.single .article .answer p,
.schools-neo .answer li {
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
}

.schools-neo .answer p + p,
.schools-neo .answer ul,
.schools-neo .answer ol {
  margin-top: 0.7rem !important;
}

.schools-neo .rail {
  position: static;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.schools-neo .rail-cta {
  position: sticky;
  top: 16px;
  z-index: 6;
  background: #fff;
}

.admin-bar.schools-neo .rail-cta {
  top: 48px;
}

.schools-neo .rail-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.schools-neo .rail-card h2 { font-size: 1.15rem; margin: 0 0 0.4rem; }

.schools-neo .trust-badge {
  padding: 1.15rem 1.1rem 1.1rem;
  background: #f4f7fb;
  border: 1px solid rgba(0, 41, 68, 0.08);
  border-radius: 16px;
}

.schools-neo .trust-badge h2 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--primary-color);
}

.schools-neo .trust-badge ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schools-neo .trust-badge li {
  position: relative;
  display: block;
  margin: 0 0 0.7rem;
  padding: 0 0 0 1.65rem;
  list-style: none;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--primary-color);
}

.schools-neo .trust-badge li:last-child { margin-bottom: 0; }

.schools-neo .trust-badge li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 99px;
  background-color: #16865c;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.4 6.2l2.3 2.3 5-5.2' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

.schools-neo .trust-badge li strong {
  font-weight: 700;
  margin-right: 0.15em;
}

.schools-neo .trust-badge p {
  margin: 0.85rem 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--primary-color);
}

.schools-neo .trust-badge a {
  color: var(--major-color);
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}

.schools-neo .trust-badge a:hover { color: var(--highlight-color); }
.schools-neo .rail .toc h2 {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.55rem;
}

.schools-neo .rail .toc a {
  display: block;
  padding: 0.42rem 0 0.42rem 1.05rem;
  position: relative;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}

.schools-neo .rail .toc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.7rem;
  height: 2px;
  background: var(--primary-color);
}

.schools-neo .rail .toc a:hover { color: var(--highlight-color); }

.schools-neo .rail-card p { margin: 0 0 0.9rem; font-size: 14px; line-height: 1.5; color: var(--muted); }
.schools-neo .rail-card .button { width: 100%; height: 44px; background: var(--highlight-color); }

.schools-neo.single .main-wrapper__toc { display: none; }

.schools-neo .table-scroll,
.schools-neo .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.schools-neo.single .related-posts .stories-row { margin-top: 0; }

@media (max-width: 640px) {
  .schools-neo .article-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "rail" "article";
    gap: 1.25rem;
  }

  .schools-neo .rail { position: static; }
  .schools-neo .rail-cta { display: none; }
  .schools-neo.single .post-hero { min-height: 260px; padding: 2.75rem 0 5.25rem; }
}

/* Sticky article convert + footer */
.schools-neo .sticky-convert {
  position: sticky;
  bottom: 0;
  z-index: 35;
  background: var(--primary-color);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

html.hide-cta .foot-cta,
html.hide-cta .sticky-convert,
.schools-neo .foot-cta.is-closed,
.schools-neo .sticky-convert.is-closed {
  display: none !important;
}

.schools-neo .cta-close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.schools-neo .cta-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.schools-neo .sticky-convert .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  position: relative;
}

.schools-neo .sticky-convert p { margin: 0; font-size: 15px; font-weight: 600; color: #fff; }
.schools-neo .sticky-convert span { display: block; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.7); }
.schools-neo .sticky-convert .button { background: var(--highlight-color); height: 42px; }

.schools-neo .foot-cta {
  background: var(--primary-color);
  color: #fff;
  padding: 1.75rem 0;
}

.schools-neo .foot-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
}

.schools-neo .foot-cta h2 { font-size: 1.55rem; line-height: 1.25; margin: 0; color: #fff; }
.schools-neo .foot-cta p { margin: 0.25rem 0 0; font-size: 15px; color: rgba(255, 255, 255, 0.75); }
.schools-neo .foot-cta .button { background: var(--highlight-color); }

.schools-neo .colophon { margin-top: 0; padding: 3rem 0 2.25rem; border-top: 1px solid var(--line); }
.schools-neo .colo-grid {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr !important;
  gap: 2rem 1.5rem;
}
.schools-neo .identity p {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0.85rem 0 0;
  color: var(--muted);
}
.schools-neo .identity .contact { margin: 0.85rem 0 0; font-size: 14px; line-height: 1.55; }
.schools-neo .identity .contact a { font-weight: 600; color: var(--major-color); }
.schools-neo .foot-col h3 {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.7rem;
  font-weight: 700;
}
.schools-neo .foot-col a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 0.28rem 0;
  line-height: 1.35;
  color: var(--primary-color);
}
.schools-neo .foot-col a:hover { color: var(--highlight-color); }

.schools-neo .footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schools-neo .footer-links li { list-style: none; margin: 0; }
.schools-neo .footer-links a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 0.28rem 0;
  color: var(--primary-color);
}

.schools-neo .footer-links a:hover { color: var(--highlight-color); }

.schools-neo .copyright .copyright__inner {
  justify-content: space-between;
}

.schools-neo .legal { display: flex; gap: 1rem; }
.schools-neo .legal a { font-weight: 600; color: var(--primary-color); }

.schools-neo .neo-404 {
  min-height: 40vh;
  padding: 4rem 0;
  text-align: center;
}

.schools-neo.page:not(.home) .neo-page {
  background: #fff;
}

.schools-neo.page:not(.home) .page-head {
  padding: 1.75rem 0 0.5rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.schools-neo.page:not(.home) .page-head .crumbs {
  margin: 0 0 0.85rem;
  font-size: 13px;
  color: var(--muted);
}

.schools-neo.page:not(.home) .page-head h1 {
  max-width: 740px;
  margin: 0 0 1.5rem;
  color: var(--primary-color);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  text-align: left;
}

.schools-neo.page:not(.home) .page-body {
  padding: 2.25rem 0 4.5rem;
}

.schools-neo.page:not(.home) .page-body .container {
  max-width: 740px;
  margin: 0 auto;
}

.schools-neo.page:not(.home) .page-body h2 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 2rem 0 0.7rem;
  color: var(--primary-color);
}

.schools-neo.page:not(.home) .page-body h3 {
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 1.5rem 0 0.5rem;
}

.schools-neo.page:not(.home) .page-body p,
.schools-neo.page:not(.home) .page-body li {
  font-size: 17px;
  line-height: 1.7;
  color: var(--primary-color);
}

.schools-neo.page:not(.home) .page-body ul,
.schools-neo.page:not(.home) .page-body ol {
  margin: 0.75rem 0 1.25rem;
}

.schools-neo.page:not(.home) .hero,
.schools-neo.page:not(.home) .page__wrapper,
.schools-neo.page:not(.home) .page-body .mobius-wrapper,
.schools-neo.page:not(.home) #degree-finder {
  display: none;
}

.schools-neo .page-kicker {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--highlight-color);
}

.schools-neo .page-dek {
  margin: 0.65rem 0 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--muted);
}

.schools-neo.neo-method .method-head,
.schools-neo.neo-index .index-head {
  padding: 2.25rem 0 2rem;
  background: var(--primary-color);
  border-bottom: 0;
  color: #fff;
}

.schools-neo.neo-method .method-head .crumbs,
.schools-neo.neo-index .index-head .crumbs,
.schools-neo.neo-method .method-head .crumbs a,
.schools-neo.neo-index .index-head .crumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.schools-neo.neo-method .method-head h1,
.schools-neo.neo-index .index-head h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
}

.schools-neo.neo-method .method-head .page-dek,
.schools-neo.neo-index .index-head .page-dek {
  color: rgba(255, 255, 255, 0.82);
}

.schools-neo.neo-method .method-head .page-kicker,
.schools-neo.neo-index .index-head .page-kicker {
  color: #ffb59a;
}

.schools-neo .method-weights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 520px;
  margin-top: 1.35rem;
}

.schools-neo .method-weights div {
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.schools-neo .method-weights strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
}

.schools-neo .method-weights span {
  display: block;
  margin-top: 0.3rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.schools-neo.neo-method .page-body .container {
  max-width: 800px;
}

.schools-neo .method-card {
  margin: 0 0 1rem;
  padding: 1.25rem 1.3rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(0, 41, 68, 0.1);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 41, 68, 0.04);
}

.schools-neo .method-card__head {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin-bottom: 0.55rem;
}

.schools-neo .method-card__weight {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--highlight-color);
  letter-spacing: -0.03em;
}

.schools-neo .method-card h2 {
  margin: 0 !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
}

.schools-neo .method-card p {
  margin: 0 0 0.7rem !important;
  color: var(--muted) !important;
  font-size: 15px !important;
}

.schools-neo .method-card ul {
  margin: 0 !important;
  padding-left: 1.15rem;
}

.schools-neo .method-card li {
  margin: 0.35rem 0;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.schools-neo .method-note {
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem;
  background: #f4f7fa;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 12px 12px 0;
}

.schools-neo .method-note p {
  margin: 0 !important;
  font-size: 15px !important;
  color: var(--primary-color) !important;
}

.schools-neo.neo-index .page-body {
  padding-top: 0;
}

.schools-neo.neo-index .page-body .container {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding-top: 1.5rem;
}

.schools-neo.neo-index .page-body .container > h2,
.schools-neo.neo-index .page-body .container > p,
.schools-neo.neo-index .az-nav,
.schools-neo.neo-index .letter-mark {
  grid-column: 1 / -1;
}

.schools-neo.neo-index .page-body h2.wp-block-heading {
  margin: 0 0 0.35rem;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.schools-neo.neo-index .page-body h2.wp-block-heading a {
  display: block;
  margin: 0 0 0.5rem;
  padding: 1.15rem 1.25rem;
  background: var(--primary-color);
  color: #fff !important;
  border-radius: 12px;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.schools-neo.neo-index .page-body h2.wp-block-heading a:hover {
  opacity: 0.92;
}

.schools-neo .az-nav {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.35rem 0 0.5rem;
  padding: 0.75rem 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.schools-neo .az-nav a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color) !important;
  background: #f4f7f9;
  text-decoration: none !important;
}

.schools-neo .az-nav a:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.schools-neo .letter-mark {
  margin: 1.1rem 0 0.15rem !important;
  font-size: 1.65rem !important;
  line-height: 1 !important;
  color: var(--primary-color);
}

.schools-neo .degree-card {
  padding: 1.05rem 1.1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 41, 68, 0.1);
  border-radius: 12px;
}

.schools-neo .degree-card:hover {
  border-color: var(--primary-color);
}

.schools-neo .degree-card h3 {
  margin: 0 0 0.35rem !important;
  font-size: 1.05rem !important;
  line-height: 1.3 !important;
}

.schools-neo .degree-card h3 a {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.schools-neo .degree-card h3 a:hover {
  color: var(--highlight-color) !important;
}

.schools-neo .degree-card p {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  color: var(--muted) !important;
}

@media (max-width: 800px) {
  .schools-neo .method-weights {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .schools-neo.neo-index .page-body .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .schools-neo .colo-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .schools-neo .foot-cta .container,
  .schools-neo .sticky-convert .container {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .schools-neo .footer-links { grid-template-columns: 1fr 1fr; }
  .schools-neo .sticky-convert .button,
  .schools-neo .foot-cta .button { width: 100%; }
}

@media (max-width: 560px) {
  .schools-neo .colo-grid {
    grid-template-columns: 1fr !important;
  }

  .schools-neo .footer-links { grid-template-columns: 1fr; }
}
