.features article .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10em;
}

@media screen and (max-width: 980px) {
  .features article .content {
    min-height: 8em;
  }
}

@media screen and (max-width: 480px) {
  .features article .content {
    min-height: 6em;
    justify-content: center;
  }
}

.posts article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.posts article .image {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin: 0 0 2em 0;
}

.posts article .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#banner .image.object {
  overflow: hidden;
}

#banner .image.object img {
  transition: transform 0.5s ease;
}

#banner .image.object:hover img {
  transform: scale(1.03);
}

.posts article .program-card-title {
  display: flex;
  align-items: flex-end;
  min-height: 3.2em;
  margin: 0 0 1em;
  line-height: 1.2;
}

.posts article .paragraph-justify {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
}

.posts article .actions {
  margin-top: auto;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.posts article .actions li {
  padding-left: 0;
}

.logo-link {
  display: inline-block;
  border-bottom: 0;
  line-height: 0;
}

@media screen and (min-width: 1681px) {
  .posts.program-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6em;
    margin: 0 0 2em;
    width: 100%;
  }

  .posts.program-list article {
    width: auto;
    margin: 0;
  }

  .posts.program-list article:nth-child(3n + 1)::before {
    display: none;
  }

  .posts.program-list article:nth-child(3n + 1)::after {
    width: 100%;
  }

  .posts.program-list article:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  .posts.program-list article:nth-last-child(-n + 3)::before {
    height: 100%;
  }

  .posts.program-list article:nth-last-child(-n + 3)::after {
    display: none;
  }

  .posts.program-list article:nth-last-child(2),
  .posts.program-list article:nth-last-child(3) {
    margin-bottom: 0;
  }

  .posts.program-list article:nth-last-child(2)::before,
  .posts.program-list article:nth-last-child(3)::before {
    height: 100%;
  }

  .posts.program-list article:nth-last-child(2)::after,
  .posts.program-list article:nth-last-child(3)::after {
    display: block;
  }

  .posts.program-list article:nth-last-child(1)::after {
    display: none;
  }

}

@media screen and (max-width: 980px) {
  .posts article .program-card-title {
    min-height: 2.8em;
  }
}

@media screen and (max-width: 736px) {
  #banner .actions,
  #banner .actions li,
  #banner .actions .button {
    width: 100%;
  }

  #banner .actions .button {
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
  }

  .posts article .actions {
    display: flex;
    width: 100%;
  }

  .posts article .actions li {
    display: flex;
    width: 100%;
  }

  .posts article .actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}


.blog-title {
  margin-bottom: 0;
}

.blog-subtitle {
  font-weight: normal;
}

.more-programs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.more-programs-button .actions {
  margin: 0;
}

.more-blog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 8rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-column: 1 / -1;
}

.more-blog-button .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.more-blog-button .actions li {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

.more-blog-button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 3.5em;
  margin: 0;
  padding: 0 2.25em;
  border-radius: 0.8rem;
  background-color: #004aad;
  box-shadow: none;
  color: #ffffff !important;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  text-align: center;
  text-transform: uppercase;
  transition: none;
}

.more-blog-button .button:hover {
  background-color: #444141;
}

.more-blog-button .button:active {
  background-color: #6a6969;
}

.article-blogs {
  align-items: flex-start !important;
  margin-bottom: 2em !important;
}

.blog-page {
  display: block;
}

.blog-hero {
  margin: 0 0 2rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #edf4ff 50%, #f7faff 100%);
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(13, 62, 143, 0.06);
}

.blog-hero-copy {
  max-width: 100%;
}

.blog-hero-copy h1 {
  margin: 0 0 0.6rem;
}

.blog-hero-copy p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.blog-grid.features {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.blog-grid.features article {
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(20, 33, 52, 0.04);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(20, 33, 52, 0.08);
}

.blog-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.blog-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  margin: 0 !important;
  padding: 0;
  border-radius: 0.9rem 0.9rem 0 0;
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 10px !important;
}

.blog-card .icon:before {
  color: #ffffff;
}

.blog-card .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem 1.25rem 1.25rem;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  background: rgba(0, 74, 173, 0.08);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 999px;
  color: #004aad;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-meta time {
  color: #67768a;
  font-size: 0.77rem;
}

.blog-title {
  margin: 0 0 0.7rem;
  color: #12263d;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.blog-summary,
.blog-full-content {
  color: #4e5968;
  line-height: 1.7;
}

.blog-summary {
  margin: 0 0 1rem;
}

.blog-full-content {
  display: none;
  margin: 0 0 1rem;
}

.blog-modal[hidden] {
  display: none;
}

.blog-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.blog-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 33, 55, 0.62);
}

.blog-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  max-height: min(calc(100vh - 3rem), 760px);
  overflow: hidden;
  padding: 2rem 2.25rem 2.25rem;
  border: 1px solid rgba(13, 62, 143, 0.12);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(8, 24, 45, 0.24);
}

.blog-modal-header {
  position: relative;
  flex: 0 0 auto;
  padding-right: 4.5rem;
}

.blog-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 50%;
  background: rgba(0, 74, 173, 0.08);
  color: #004aad !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(13, 62, 143, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-modal-close:hover {
  background: #004aad !important;
  color: #ffffff !important;
  transform: rotate(90deg);
}

.blog-modal-panel .blog-meta {
  padding-right: 0;
  gap: 1rem;
}

.blog-modal-date {
  display: block;
  margin-top: 0.65rem;
  margin-bottom: 0.35rem;
  color: #67768a;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog-modal-panel h2 {
  margin: 0 0 1rem;
  color: #12263d;
  line-height: 1.2;
}

.blog-modal-panel #blog-modal-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-top: 0.15rem;
  color: #4e5968;
  line-height: 1.8;
  text-align: justify;
}

.blog-modal-panel #blog-modal-content p {
  margin: 0;
}

.blog-modal-panel #blog-modal-content p + p {
  margin-top: 1rem;
}

.blog-modal-open {
  overflow: hidden;
}

.blog-full-content p,
.blog-summary p {
  margin: 0;
}

.blog-full-content p + p,
.blog-summary p + p {
  margin-top: 0.9rem;
}

.blog-actions {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 0;
}

.blog-actions li {
  display: flex;
  width: 100%;
  padding-left: 0;
}

.blog-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 736px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  .blog-hero {
    padding: 1.3rem 1rem;
  }

  .blog-card-icon {
    padding: 0.9rem 0.9rem 0;
  }

  .blog-card .content {
    padding: 0.9rem 0.9rem 1rem;
  }

  .blog-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .blog-actions {
    display: flex;
    justify-content: center;
  }

  .blog-actions .button {
    width: 100%;
    min-width: 0;
  }

  .blog-modal {
    align-items: flex-end;
    padding: 0.75rem;
  }

  .blog-modal-panel {
    max-height: calc(100vh - 1.5rem);
    padding: 1.5rem 1.1rem 1.4rem;
    border-radius: 1rem 1rem 0.8rem 0.8rem;
  }
}

.about-intro {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  margin: 0 0 2.5em;
  padding: 1.25rem;
  background: linear-gradient(180deg, #fafbff 0%, #f3f7ff 100%);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 12px 26px rgba(23, 45, 80, 0.06);
}

.about-image {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  margin: 0;
  padding: 0;
  float: none;
  overflow: hidden;
  border-radius: 1rem;
}

.about-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  transition: transform 0.5s ease;
}

.about-image:hover img {
  transform: scale(1.03);
}

.about-intro-copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  width: auto;
  padding: 0.35rem 0;
}

.about-intro-copy h2 {
  margin: 0 0 0.8rem;
  color: #0d3e8f;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
}

.about-intro-copy .paragraph-justify {
  margin: 0 0 0.75em;
  align-self: stretch;
  color: #4f5a66;
  line-height: 1.7;
}

.about-intro-copy .paragraph-justify:last-child {
  margin-bottom: 0;
}

.about-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.about-step {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.25rem 1.3rem;
  border: 1px solid rgba(210, 215, 217, 0.8);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 10px 24px rgba(28, 45, 80, 0.05);
  opacity: 0;
  transform: translateY(18px);
  animation: fadeInUp 0.7s ease forwards;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-step:nth-child(2) { animation-delay: 0.08s; }
.about-step:nth-child(3) { animation-delay: 0.16s; }
.about-step:nth-child(4) { animation-delay: 0.24s; }

.about-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(28, 45, 80, 0.08);
}

.about-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  background: #0d3e8f;
  border-radius: 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

.about-step h3 {
  margin: 0 0 0.8rem;
  color: #1d2a36;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  line-height: 1.2;
}

.about-step p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.about-step p + p {
  margin-top: 0.8rem;
}

@media screen and (max-width: 736px) {
  .about-intro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .about-image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 220px;
  }

  .about-intro-copy {
    width: 100%;
  }

  .about-vision-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mission-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
  margin: 0;
}

.mission-paragraph {
  margin: 0;
  padding: 1.5rem 1.2rem 1.2rem;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  text-align: justify;
  text-align-last: left;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.mission-title {
  margin: 0 0 0.8rem;
  color: #0d3e8f;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.mission-paragraph p {
  margin: 0;
}

.mission-paragraph p + p {
  margin-top: 0.8rem;
}

.insurance-page {
  display: block;
}

.insurance-hero {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #edf4ff 50%, #eef4ff 100%);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(13, 62, 143, 0.08);
}

.insurance-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insurance-hero-copy h1 {
  margin: 0 0 0.75rem;
}

.insurance-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.25rem 0 1.1rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #48607a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.trust-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #004aad;
  font-weight: 700;
}

.insurance-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 12px 22px rgba(31, 52, 84, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insurance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(31, 52, 84, 0.09);
}

.insurance-card-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.insurance-card-header .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #004aad 0%, #0a5cc7 100%);
  color: #ffffff;
  font-size: 1.5rem;
}

.insurance-card-header .icon:before {
  color: #ffffff;
}

.insurance-badge {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: #004aad;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insurance-card h3 {
  margin: 0;
}

.insurance-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.insurance-stats div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.9rem 0.75rem;
  background: #f2f7ff;
  border: 1px solid rgba(0, 74, 173, 0.06);
  border-radius: 0.9rem;
}

.insurance-stats strong {
  color: #0d3e8f;
  font-size: 1.2rem;
  line-height: 1.1;
}

.insurance-stats span {
  color: #55667d;
  font-size: 0.78rem;
}

.insurance-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 0 2rem;
}

.insurance-summary .box {
  margin: 0;
  padding: 1.5rem 1.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 28px rgba(31, 52, 84, 0.04);
}

.insurance-summary .box h3 {
  margin: 0 0 0.7rem;
  color: #0d3e8f;
  font-size: 1.3rem;
}

.insurance-summary .box p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.insurance-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 0 0 2rem;
  width: 100%;
}

.insurance-features article {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  padding: 1.35rem 1.25rem 1.15rem;
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 14px 30px rgba(29, 44, 68, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.insurance-features article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 1rem 0 0 1rem;
  background: linear-gradient(180deg, #0d3e8f 0%, #4da3ff 100%);
}

.insurance-features article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(29, 44, 68, 0.08);
}

.insurance-features article .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0 1rem;
  border-radius: 0.8rem;
  background: rgba(13, 62, 143, 0.08);
  border: 1px solid rgba(13, 62, 143, 0.08);
}

.insurance-features article .icon:before {
  color: #004aad;
  font-size: 1.45rem;
}

.insurance-features article .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 0;
}

.insurance-features article .content h3 {
  margin: 0 0 0.6rem;
  color: #0f2137;
  font-size: 1.2rem;
}

.insurance-features article .content p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.insurance-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 2rem;
}

.insurance-step {
  position: relative;
  padding: 1.35rem 1.2rem 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-top: 4px solid #004aad;
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.insurance-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(16, 24, 40, 0.05);
}

.insurance-step h3 {
  margin: 0 0 0.7rem;
  color: #0d3e8f;
}

.insurance-step p {
  margin: 0;
  color: #4e5968;
  line-height: 1.6;
}

.insurance-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, #004aad 0%, #1d6ce8 100%);
  border-radius: 0.8rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.insurance-cta {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr auto;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  padding: 1.55rem 1.5rem;
  background: linear-gradient(135deg, #004aad 0%, #0a5cc7 100%);
  border: 0;
  color: #ffffff;
}

.insurance-cta h3,
.insurance-cta p,
.insurance-cta .eyebrow {
  color: #ffffff;
}

.insurance-cta h3 {
  margin: 0.25rem 0 0;
}

.insurance-cta p {
  margin: 0;
  line-height: 1.7;
}

.insurance-cta .actions {
  margin: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 980px) {
  .insurance-hero,
  .insurance-summary,
  .insurance-process,
  .insurance-cta {
    grid-template-columns: 1fr;
  }

  .insurance-hero {
    padding: 1.5rem;
  }

  .insurance-card {
    min-height: auto;
  }

  .insurance-cta .actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 736px) {
  .insurance-hero {
    gap: 1.25rem;
    padding: 1.2rem;
  }

  .insurance-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .insurance-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .insurance-stats {
    grid-template-columns: 1fr;
  }

  .insurance-features article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .insurance-features article .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.8rem;
    margin: 0;
    border-radius: 0;
  }

  .insurance-features article .content {
    width: 100%;
    min-width: 0;
    padding: 1rem 1rem 1.15rem;
    box-sizing: border-box;
  }

  .insurance-features article .content h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 0.6rem;
  }

  .insurance-features article .content p {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .insurance-process {
    grid-template-columns: 1fr;
  }

  .insurance-cta {
    width: min(100%, 560px);
    margin: 3.25rem auto 0;
    text-align: center;
    justify-items: center;
  }

  .insurance-cta > div,
  .insurance-cta > p,
  .insurance-cta .actions {
    width: 100%;
  }

  .insurance-cta .actions {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0.8rem;
  }

  .insurance-cta .actions li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .insurance-cta .button {
    width: auto;
    min-width: 220px;
  }
}

.program-page {
  display: block;
}

.not-found-page {
  display: block;
}

.not-found-hero {
  min-height: 24rem;
}

.not-found-card {
  justify-content: center;
}

.not-found-number {
  color: #004aad;
  font-family: "Roboto Slab", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.9;
}

.not-found-card h3 {
  margin: 0;
}

.not-found-card p {
  margin: 0;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .not-found-hero {
    min-height: 0;
  }

  .not-found-number {
    font-size: 4.5rem;
  }
}

.program-hero {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.program-hero-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-hero-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.9rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #004aad 0%, #1d6ce8 100%);
  color: #ffffff;
  font-size: 1.4rem;
}

.program-hero-card .icon:before {
  color: #ffffff;
}

.program-hero-card h3 {
  margin: 0 0 0.55rem;
}

.program-hero-card p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.program-visual-story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 2rem;
  padding: 1.4rem;
  background: linear-gradient(180deg, #fafbff 0%, #f3f7ff 100%);
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.4rem;
  box-shadow: 0 14px 28px rgba(31, 52, 84, 0.05);
}

.program-visual-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.program-visual-copy h2 {
  margin: 0 0 0.8rem;
  color: #0d3e8f;
  font-size: clamp(1.9rem, 2vw, 2.5rem);
  line-height: 1.2;
}

.program-visual-copy p {
  margin: 0;
  color: #4e5968;
  line-height: 1.8;
}

.program-visual-copy .check-list {
  margin-top: 1rem;
}

.program-feature-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 320px;
  border-radius: 1.2rem;
  box-shadow: 0 16px 30px rgba(31, 52, 84, 0.12);
}

.program-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-feature-image:hover img {
  transform: scale(1.03);
}

.program-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 2rem;
}

.program-intro-box {
  position: relative;
  margin: 0;
  padding: 1.6rem 1.5rem;
  background: linear-gradient(180deg, #fafbff 0%, #f3f7ff 100%);
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 28px rgba(31, 52, 84, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-intro-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(31, 52, 84, 0.08);
}

.alt-box {
  background: linear-gradient(180deg, #fafbff 0%, #f3f7ff 100%);
}

.program-intro-box h3 {
  margin: 0.5rem 0 0.9rem;
  color: #0d3e8f;
}

.program-intro-box p {
  margin: 0;
  color: #4e5968;
  line-height: 1.8;
}

.program-intro-box p + p {
  margin-top: 0.9rem;
}

.eyebrow-dark {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.32rem 0.7rem;
  background: rgba(0, 74, 173, 0.08);
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 999px;
  color: #004aad;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-features {
  margin-bottom: 2rem;
}

.program-process {
  margin-bottom: 2rem;
}

@media screen and (max-width: 980px) {
  .program-hero {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  .program-hero {
    padding: 1.3rem 1rem;
  }

  .program-visual-story {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .program-visual-copy h2 {
    font-size: 1.7rem;
  }

  .program-feature-image,
  .program-feature-image img {
    min-height: 220px;
  }

  .program-intro-grid {
    grid-template-columns: 1fr;
  }

  .program-features {
    grid-template-columns: 1fr;
  }

  .program-features article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .program-features article .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.8rem;
    margin: 0;
    border-radius: 0;
  }

  .program-features article .content {
    width: 100%;
    min-width: 0;
    padding: 1rem 1rem 1.15rem;
    box-sizing: border-box;
  }
}

.contact-page {
  display: block;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1.55fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #edf4ff 50%, #eef4ff 100%);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(13, 62, 143, 0.08);
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-hero-copy h1 {
  margin: 0 0 0.75rem;
}

.contact-hero-copy .lead {
  margin: 0;
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.2rem 0 1.3rem;
}

.calendar-actions .button {
  min-width: 180px;
  justify-content: center;
}

.contact-hero-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid rgba(0, 74, 173, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 12px 22px rgba(31, 52, 84, 0.06);
}

.contact-hero-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #004aad 0%, #0a5cc7 100%);
  color: #ffffff;
  font-size: 1.5rem;
}

.contact-hero-card .icon:before {
  color: #ffffff;
}

.contact-hero-card h3 {
  margin: 0 0 0.5rem;
}

.contact-hero-card p {
  margin: 0;
  color: #4e5968;
  line-height: 1.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  width: 100%;
  max-width: none;
  margin: 0 0 2rem;
}

.contact-form-card,
.contact-info-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid rgba(13, 62, 143, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 28px rgba(31, 52, 84, 0.04);
}

.contact-form-card {
  min-width: 0;
}

.contact-info-card {
  min-width: 0;
}

.contact-form-card h2,
.contact-info-card h2 {
  margin: 0;
  color: #0d3e8f;
}

.contact-form-card form {
  margin: 0;
}

.contact-info-card .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-card .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: #4e5968;
}

.contact-info-card .contact-list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  background: rgba(0, 74, 173, 0.08);
  color: #004aad;
}

.contact-info-card .contact-list .icon:before {
  color: #004aad;
}

.contact-info-card .contact-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0f2137;
}

.contact-info-card .contact-list a,
.contact-info-card .contact-list p {
  margin: 0;
  color: #4e5968;
  line-height: 1.6;
}

.contact-map {
  width: 100%;
  max-width: none;
  margin-top: 0.5rem;
  border: 1px solid #004aad2e;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px #004aad14;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 240px;
  border: 0;
}

@media screen and (max-width: 980px) {
  .contact-hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 736px) {
  .contact-hero {
    gap: 1.25rem;
    padding: 1.2rem;
  }

  .calendar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .calendar-actions .button {
    width: 100%;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 1.15rem;
  }

  .contact-map iframe {
    min-height: 180px;
  }
}

.account-blocked-page {
  display: block;
}

.account-hero {
  display: grid;
  grid-template-columns: 1.75fr 1.05fr;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 2rem;
}

.account-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  background: rgba(0, 74, 173, 0.08);
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 999px;
  color: #004aad;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.account-hero-copy h1 {
  margin-bottom: 0.5rem;
}

.lead {
  margin: 0;
  max-width: 48rem;
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.7;
}

.account-hero-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 220px;
  background: linear-gradient(135deg, #f4f8ff 0%, #edf3ff 100%);
  border: 1px solid rgba(0, 74, 173, 0.12);
  box-shadow: 0 14px 32px rgba(0, 74, 173, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.account-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 74, 173, 0.12);
}

.account-hero-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #004aad;
  color: #ffffff;
  font-size: 1.4rem;
}

.account-hero-card .icon:before {
  color: #ffffff;
}

.account-hero-card h3 {
  margin: 0 0 0.5rem;
}

.account-hero-card p {
  margin: 0;
  color: #4f5a66;
}

.account-summary,
.account-panels,
.account-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.account-summary .box,
.account-panels .box {
  margin-bottom: 0;
}

.account-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 0 2rem;
  width: 100%;
}

.account-features article {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 215, 217, 0.75);
  border-radius: 0.375em;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.03);
}

.account-features article .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 1.25rem 1.35rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.account-features article .content > :last-child {
  margin-bottom: 0;
}

.account-features article .content p {
  text-align: left;
}

.account-features article .icon {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 10em;
  line-height: normal;
  margin: 0;
  background: rgba(0, 74, 173, 0.08);
}

.account-features article .icon:before {
  color: #004aad;
}

.check-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.check-list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
  color: #4e5968;
  line-height: 1.6;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: -1.05rem;
  color: #004aad;
  font-weight: 700;
}

.account-step {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(210, 215, 217, 0.75);
  border-radius: 0.375em;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.9rem;
  background: #004aad;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.account-step h3 {
  margin: 0 0 0.5rem;
}

.account-step p {
  margin: 0;
  color: #4e5968;
  line-height: 1.6;
}

.cta-box {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr auto;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  padding: 1.6rem 1.5rem;
  background: linear-gradient(135deg, #004aad 0%, #0a5cc7 100%);
  border: 0;
  color: #ffffff;
}

.cta-box h3,
.cta-box p,
.cta-box .eyebrow {
  color: #ffffff;
}

.cta-box h3 {
  margin: 0.25rem 0 0;
}

.cta-box p {
  margin: 0;
  line-height: 1.7;
}

.cta-box .actions {
  margin: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 980px) {
  .account-hero,
  .account-summary,
  .account-panels,
  .account-steps,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-box .actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 736px) {
  .account-hero {
    gap: 1.25rem;
  }

  .account-hero-card {
    min-height: auto;
  }

  .account-summary,
  .account-panels,
  .account-steps,
  .account-features {
    grid-template-columns: 1fr;
  }

  .account-features article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
  }

  .account-features article .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.2rem;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    background: rgba(0, 74, 173, 0.08);
  }

  .account-features article .icon:before {
    font-size: 1.9rem;
  }

  .account-features article .content {
    width: 100%;
    min-height: 0;
    padding: 1rem 1rem 1.25rem;
    text-align: left;
    box-sizing: border-box;
  }

  .account-features article .content h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0.7rem;
    word-break: break-word;
  }

  .account-features article .content p {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .cta-box {
    width: min(100%, 560px);
    margin: 3.75rem auto 0;
    text-align: center;
    justify-items: center;
  }

  .cta-box > div,
  .cta-box > p,
  .cta-box .actions {
    width: 100%;
  }

  .cta-box .actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .cta-box .actions li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cta-box .button {
    width: auto;
    min-width: 220px;
  }

  .contact-map {
    margin-top: 1.5em;
    border-radius: 10px;
  }

  .contact-map iframe {
    min-height: 180px;
  }
}

.article-no-margin {
  margin: 0 !important;
}

#sidebar {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

#menu ul a,
#menu ul span {
  border-radius: 0.35rem;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

#menu ul a:hover,
#menu ul span:hover {
  padding-left: 0.7rem;
}

#menu ul a.opener.active,
#menu ul span.opener.active {
  background: rgba(0, 74, 173, 0.08);
  color: #004aad;
}

#menu > ul > li > ul {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0 0.35rem 1rem;
  border-left: 2px solid rgba(0, 74, 173, 0.2);
  background: rgba(255, 255, 255, 0.42);
}

#menu > ul > li > ul a:hover,
#menu > ul > li > ul span:hover {
  background: rgba(0, 74, 173, 0.07);
}
