/* ===== School SEO blocks (shared for all cities) ===== */

.long-long-article,
.long-faq {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
  color: #1f2937;
  font-size: 15px;
}

/* spacing */
.long-long-article { margin-top: 22px; }
.long-faq { margin-top: 22px; margin-bottom: 40px; }

/* headings */
.long-long-article h2,
.long-faq h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 18px 0 10px 0;
  letter-spacing: 0.2px;
}

.long-faq h2 {
  margin-top: 0;
}

/* paragraphs */
.long-long-article p {
  margin: 0 0 12px 0;
}

.long-long-article strong {
  font-weight: 800;
}

/* CTA box */
.long-cta {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fafafa;
  margin-top: 10px;
}

.long-cta p { margin: 0 0 10px 0; }
.long-cta p:last-child { margin-bottom: 0; }

.long-link {
  font-weight: 800;
  text-decoration: underline;
  color: inherit;
}

/* FAQ details */
.long-faq details {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 10px 0;
  background: #ffffff;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.long-faq details:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

.long-faq summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.long-faq summary::-webkit-details-marker {
  display: none;
}

/* plus/minus icon */
.long-faq summary::after {
  content: "+";
  float: right;
  font-weight: 900;
  opacity: 0.7;
}

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

.faq-body {
  margin-top: 10px;
  color: #374151;
}

/* bottom blue CTA */
.long-faq-cta {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #0b3b83;
  color: #ffffff;
}

.long-faq-cta-title {
  font-weight: 900;
  margin-bottom: 6px;
}

.long-faq-cta-body {
  opacity: 0.95;
}

.long-faq-cta-link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}

/* mobile */
@media (max-width: 768px) {
  .long-long-article,
  .long-faq {
    padding-left: 14px;
    padding-right: 14px;
  }

  .long-long-article h2,
  .long-faq h2 {
    font-size: 18px;
  }
}



/* ===== School Page Hero (banner) ===== */
.page-banner-section {
  position: relative;
  padding: 48px 0 30px 0;
}

/* dark overlay to improve readability on the skyline image */
.page-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);  /* adjust 0.35 - 0.55 */
  z-index: 0;
}

.page-banner-section .container,
.page-banner-section .row,
.page-banner-section .col-12 {
  position: relative;
  z-index: 1;
}

.page-banner-section .school-count {
  font-weight: 800;
  font-size: 18px;
  margin-top: 6px;
  opacity: 0.95;
}


.page-banner-section h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-banner-section p {
  color: rgba(255,255,255,0.92);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.page-banner-section a {
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
}

/* optional: glass card for the hero text */
.seo-hero-intro {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 14px 16px;
  backdrop-filter: blur(6px);
  margin-top: 10px;
}

.table {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.table td:first-child {
  font-weight: 900;
  color: #0b3b83;
}

.city-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.city-link:hover {
  text-decoration: underline;
}