.service-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #c9e2e7; }
.service-links > span { flex-basis: 100%; color: #073a56; font-size: .9rem; font-weight: 800; }
.service-links a { display: inline-flex; align-items: center; gap: 12px; padding: 10px 15px; border: 1px solid #85cbd2; border-radius: 999px; background: #effbfc; color: #073a56; font-size: .87rem; font-weight: 800; text-decoration: none; }
.service-links a:hover { background: #d1f5f7; }
.detail-header .header-inner { min-height: 82px; height: auto; padding-top: 12px; padding-bottom: 12px; }
.detail-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.detail-nav a { font-size: .88rem; font-weight: 800; text-decoration: none; }
.detail-nav a:hover { color: #007f93; text-decoration: underline; }
.detail-hero { padding: 77px 0 83px; background: #12cbd5; }
.detail-hero.school-choice-theme { background: #ffe11b; }
.detail-hero.partner-theme { background: #073a56; color: #fff; }
.detail-hero .wrap { max-width: 1184px; }
.detail-breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 30px; font-size: .86rem; font-weight: 700; }
.detail-breadcrumb a { text-underline-offset: 3px; }
.detail-hero .kicker { color: #073a56; }
.detail-hero h1 { max-width: 880px; margin: 0 0 22px; color: #073a56; font-size: clamp(3rem, 6vw, 5rem); }
.detail-hero .detail-lede { max-width: 740px; margin-bottom: 29px; color: #123e56; font-size: 1.2rem; line-height: 1.6; }
.detail-hero.partner-theme h1, .detail-hero.partner-theme .detail-lede { color: #fff; }
.detail-hero.partner-theme .kicker { color: #5beaf0; }
.detail-hero.school-choice-theme .button-yellow { background: #073a56; color: #fff; }
.detail-hero.school-choice-theme .button-yellow:hover { background: #075270; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.detail-actions .button-outline { background: #fff; }
.detail-hero.partner-theme .button-outline { border-color: #fff; color: #fff; background: transparent; }
.detail-hero.partner-theme .button-outline:hover { background: #fff; color: #073a56; }
.detail-section { padding: 76px 0 84px; }
.detail-section-muted { background: #e9f9fa; }
.detail-section h2 { max-width: 850px; margin: 0 0 28px; color: #073a56; font-size: clamp(2.3rem, 4vw, 3.6rem); }
.detail-intro { max-width: 800px; margin-bottom: 30px; color: #31566a; font-size: 1.08rem; line-height: 1.7; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.detail-card { padding: 28px 30px; border-radius: 20px; background: #dcf8f9; }
.detail-card:nth-child(4n + 2), .detail-card:nth-child(4n + 3) { background: #fff2a1; }
.detail-card h3 { margin: 0 0 12px; color: #073a56; font-size: 1.6rem; }
.detail-card p, .detail-card li { color: #244d61; font-size: 1rem; line-height: 1.6; }
.detail-card p:last-child { margin-bottom: 0; }
.detail-card ul { padding-left: 20px; margin: 0; }
.detail-card li + li { margin-top: 10px; }
.detail-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.detail-step { padding-top: 20px; border-top: 3px solid #11bfc9; }
.detail-step span { display: block; margin-bottom: 20px; color: #007f93; font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.detail-step h3 { margin: 0 0 12px; color: #073a56; font-size: 1.5rem; }
.detail-step p { max-width: 360px; margin: 0; color: #31566a; line-height: 1.65; }
.detail-action { padding: 67px 0 74px; background: #073a56; color: #fff; }
.detail-action .wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.detail-action h2 { max-width: 690px; margin: 0 0 12px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.detail-action p { max-width: 690px; margin: 0; color: #d5f1f4; font-size: 1.07rem; }
.detail-action .button { flex: none; }
.detail-related { display: flex; flex-wrap: wrap; gap: 16px 28px; padding: 34px 0; }
.detail-related a { color: #006f87; font-weight: 800; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .service-links { align-items: stretch; flex-direction: column; }
  .service-links > span { flex-basis: auto; }
  .service-links a { justify-content: space-between; }
  .detail-header .header-inner { flex-direction: column; align-items: flex-start; gap: 13px; }
  .detail-nav { gap: 10px 19px; }
  .detail-hero { padding: 45px 0 58px; }
  .detail-section { padding: 58px 0 66px; }
  .detail-grid, .detail-steps { grid-template-columns: 1fr; }
  .detail-action .wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 510px) {
  .detail-hero h1 { font-size: 3rem; }
  .detail-actions .button { width: 100%; }
  .detail-card { padding: 24px; }
}
