/* Public website refinements layered after the legacy compact stylesheet. */

.feature-page {
  --feature-page-accent: #2f6ecb;
  --feature-page-ink: #0f172a;
  --feature-page-muted: #526173;
  --feature-page-border: #e3e8f2;
  --feature-page-border-soft: rgba(113, 132, 161, 0.18);
  --feature-page-surface: #ffffff;
  --feature-page-primary: #3e2fa4;
  --feature-page-blue: #2f6fdd;
  --feature-page-teal: #0f8b6f;
  --feature-page-gradient: linear-gradient(90deg, #3e2fa4 0%, #3b63d9 58%, #34b6a4 100%);
  --feature-page-gradient-diag: linear-gradient(135deg, #3e2fa4 0%, #3b63d9 58%, #34b6a4 100%);
  --feature-page-spectrum: linear-gradient(100deg, #7a73ff 0%, #00d4ff 42%, #fdd66f 72%, #ff5f7e 100%);
  --feature-page-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
  --feature-icon-success: #20755d;
  --feature-icon-teal: #0f766e;
  --feature-icon-blue: #2767d8;
  --feature-icon-amber: #b86616;
  --feature-icon-rose: #be3455;
  --feature-icon-slate: #526175;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(50% - 590px), rgba(10, 37, 64, 0.035) calc(50% - 590px), rgba(10, 37, 64, 0.035) calc(50% - 589px), transparent calc(50% - 589px)),
    linear-gradient(90deg, transparent calc(50% + 589px), rgba(10, 37, 64, 0.035) calc(50% + 589px), rgba(10, 37, 64, 0.035) calc(50% + 590px), transparent calc(50% + 590px)),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 28%, #ffffff 72%);
  color: var(--feature-page-ink);
  font-family: "Poppins", "Montserrat", sans-serif;
  padding: 5.2rem 1.25rem 0 !important;
}

.feature-page::before {
  content: "";
  position: absolute;
  top: 5.2rem;
  right: max(-8vw, -6rem);
  z-index: -1;
  width: min(760px, 58vw);
  height: 320px;
  background: linear-gradient(100deg, rgba(62, 47, 164, 0.11), rgba(59, 99, 217, 0.09) 48%, rgba(52, 182, 164, 0.12));
  transform: skewY(-10deg);
  transform-origin: right bottom;
}

.feature-page *,
.feature-page *::before,
.feature-page *::after {
  box-sizing: border-box;
}

.feature-page + .site-footer {
  margin-top: 0;
}

.feature-page > section {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.feature-page > section:not(.feature-hero) {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-top: 1px solid var(--feature-page-border-soft);
}

.feature-page > section:nth-of-type(2) {
  padding-top: clamp(2.4rem, 4vw, 3.4rem);
}

.feature-page .feature-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: clamp(2rem, 5vw, 4.25rem);
  align-items: center;
  min-height: 590px;
  padding: clamp(2.15rem, 4vw, 3.35rem) 0 clamp(3rem, 5vw, 4.4rem);
  overflow: visible;
  text-align: left;
}

.feature-page .feature-hero::before {
  content: "";
  position: absolute;
  inset: -1rem calc(50% - 50vw) 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 37, 64, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 37, 64, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  opacity: 0.68;
}

.feature-page .feature-hero-content {
  max-width: 690px !important;
}

.feature-page .feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #4d43be;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature-page .feature-eyebrow i {
  color: inherit;
}

.feature-page .feature-hero-content h1 {
  margin: 0;
  color: var(--feature-page-ink);
  font-size: clamp(2.35rem, 4.25vw, 3.75rem) !important;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
}

.feature-page .feature-hero-content > p,
.feature-page p {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: var(--feature-page-muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem) !important;
  line-height: 1.7;
}

.feature-page .feature-hero-content > p {
  max-width: 690px;
  margin-top: 1.35rem !important;
}

.feature-page .feature-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.85rem;
}

.feature-page .feature-hero-actions .button2,
.feature-page .feature-hero-actions .hero-cta-primary,
.feature-page .feature-cta-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.12rem !important;
  border-radius: 8px !important;
  font-family: "Poppins", "Montserrat", sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feature-page .feature-hero-actions .button2,
.feature-page .feature-hero-actions .hero-cta-primary {
  min-width: 156px;
  border: 1px solid rgba(62, 47, 164, 0.78) !important;
  background: var(--feature-page-gradient-diag) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(62, 47, 164, 0.24);
}

.feature-page .feature-hero-actions .button2:hover,
.feature-page .feature-hero-actions .hero-cta-primary:hover,
.feature-page .feature-cta-button:hover {
  transform: translateY(-1px);
}

.feature-page .feature-highlight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--feature-page-primary) !important;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.feature-page .feature-highlight-link:hover {
  text-decoration: underline;
}

.feature-page .feature-hero-panel {
  width: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--feature-page-shadow);
}

.feature-page .feature-hero-list {
  display: grid;
  gap: 1rem;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.feature-page .feature-hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: var(--feature-page-ink);
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 0.98rem;
  font-weight: 600 !important;
  line-height: 1.5;
}

.feature-page .feature-hero-list i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.08rem;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--feature-page-teal) !important;
  font-size: 0.78rem;
}

.feature-page h2 {
  margin: 0 0 2rem;
  color: var(--feature-page-ink);
  font-size: clamp(1.8rem, 3.3vw, 2.65rem) !important;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
}

.feature-page .feature-detail-grid,
.feature-page .feature-highlights-grid {
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 !important;
}

.feature-page .feature-detail-card,
.feature-page .feature-highlight-card {
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(203, 213, 225, 0.76);
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.feature-page .feature-highlight-card {
  display: grid;
  gap: 0.72rem;
  align-content: start;
  color: inherit !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.feature-page .feature-highlight-card:hover {
  transform: translateY(-1px);
  border-color: rgba(62, 47, 164, 0.3);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.feature-page .feature-highlight-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
}

.feature-page .feature-detail-card h3,
.feature-page .feature-highlight-card h3 {
  margin: 0;
  color: var(--feature-page-ink);
  font-size: 1.05rem !important;
  line-height: 1.35;
  font-weight: 800;
}

.feature-page .feature-detail-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-page .feature-detail-card h3 > i {
  margin-right: 0 !important;
}

.feature-page .feature-detail-card p,
.feature-page .feature-highlight-card p {
  margin: 0 !important;
  color: var(--feature-page-muted);
  font-size: 0.95rem !important;
  line-height: 1.65;
}

.feature-page .feature-cta-band {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 0 !important;
  padding: clamp(1.5rem, 4vw, 2rem) !important;
  border: 1px solid rgba(62, 47, 164, 0.18);
  border-radius: 8px !important;
  background: linear-gradient(135deg, #0a2540 0%, #25306f 52%, #3e2fa4 100%);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.feature-page .feature-cta-band h2 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  text-align: left;
}

.feature-page .feature-cta-band p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78);
}

.feature-page .feature-cta-button {
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  background: #ffffff !important;
  color: #17172f !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1040px) {
  .feature-page .feature-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .feature-page .feature-hero-panel {
    max-width: 620px;
  }

  .feature-page .feature-detail-grid,
  .feature-page .feature-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .feature-page {
    padding: 5rem 1rem 0 !important;
  }

  .feature-page::before {
    display: none;
  }

  .feature-page .feature-hero::before {
    opacity: 0.42;
    background-size: 92px 92px;
  }

  .feature-page .feature-detail-grid,
  .feature-page .feature-highlights-grid,
  .feature-page .feature-cta-band {
    grid-template-columns: 1fr;
  }

  .feature-page .feature-cta-band h2 {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .feature-page .feature-hero {
    gap: 1.6rem;
  }

  .feature-page .feature-hero-content h1 {
    font-size: 2rem !important;
  }

  .feature-page .feature-hero-actions,
  .feature-page .feature-hero-actions .button2,
  .feature-page .feature-hero-actions .hero-cta-primary,
  .feature-page .feature-cta-button {
    width: 100%;
  }

  .feature-page .feature-cta-band {
    text-align: center;
  }
}

.feature-page,
.tutoring-page,
.reward-feature-page,
.site-footer {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100vw !important;
}

.feature-page *,
.tutoring-page *,
.reward-feature-page *,
.site-footer * {
  min-width: 0;
}

.tutoring-shell,
.reward-feature-shell {
  max-width: 100% !important;
}

.feature-page--study-plan .feature-plan-preview,
.feature-page--pacing .pacing-report-preview,
.tutoring-page .tutoring-product,
.tutoring-page .tutoring-proof,
.reward-feature-page .reward-feature-product,
.site-footer .footer-cta {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px !important;
}

.feature-page--study-plan .feature-plan-preview__top strong,
.feature-page--study-plan .feature-plan-task b,
.feature-page--study-plan .feature-plan-next strong,
.feature-page--pacing .pacing-pattern-card strong,
.feature-page--pacing .pacing-next-drill strong,
.tutoring-page .tutoring-proof h2,
.tutoring-page .tutoring-proof p,
.tutoring-page .tutoring-proof-tile,
.site-footer .footer-cta h4,
.site-footer .footer-cta p,
.site-footer .footer-btn {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

.feature-page--study-plan .feature-plan-preview__top span,
.feature-page--study-plan .feature-plan-task span,
.feature-page--study-plan .feature-plan-next span,
.feature-page--pacing .pacing-report-preview__top span,
.feature-page--pacing .pacing-pattern-card span,
.feature-page--pacing .pacing-next-drill span {
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
}

.feature-page--study-plan .feature-plan-preview__top b,
.feature-page--study-plan .feature-plan-task small {
  font-size: 0.86rem !important;
  line-height: 1.2 !important;
}

.feature-page--study-plan .feature-plan-task {
  min-height: 5.25rem !important;
  font-size: 16px !important;
}

.feature-page--study-plan .feature-plan-task b {
  margin-top: 0.35rem !important;
  color: inherit !important;
  font-size: 0.98rem !important;
  line-height: 1.28 !important;
}

.feature-page--study-plan .feature-plan-next strong,
.feature-page--pacing .pacing-pattern-card strong,
.feature-page--pacing .pacing-next-drill strong {
  font-size: 1rem !important;
  line-height: 1.35 !important;
}

.feature-page--pacing .pacing-breakdown {
  font-size: 16px !important;
}

.feature-page--pacing .pacing-breakdown span,
.feature-page--pacing .pacing-breakdown b {
  color: #0f172a !important;
  font-size: 0.95rem !important;
  line-height: 1.25 !important;
}

.tutoring-page .tutoring-proof-tile {
  min-height: 5.75rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.tutoring-page .tutoring-product__top,
.tutoring-page .tutoring-tutor-card strong,
.tutoring-page .tutoring-product__metric strong,
.tutoring-page .tutoring-quick-stat strong {
  font-size: 1rem !important;
  line-height: 1.3 !important;
}

.tutoring-page .tutoring-tutor-card span,
.tutoring-page .tutoring-product__metric span,
.tutoring-page .tutoring-quick-stat span {
  font-size: 0.94rem !important;
  line-height: 1.45 !important;
}

.tutoring-page .tutoring-step__number {
  font-size: clamp(2.25rem, 5vw, 4.2rem) !important;
  line-height: 0.9 !important;
}

.reward-feature-page .reward-feature-progress__label,
.reward-feature-page .reward-feature-ledger__label,
.reward-feature-page .reward-feature-card-label,
.reward-feature-page .reward-feature-box-label,
.reward-feature-page .reward-feature-gift-card span,
.reward-feature-page .reward-feature-choice__tag {
  font-size: 0.82rem !important;
  line-height: 1.22 !important;
}

.site-footer .footer-actions {
  width: 100% !important;
}

.site-footer .footer-btn {
  min-height: 2.75rem !important;
  font-size: 0.96rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 48rem) {
  .feature-page {
    overflow-x: hidden !important;
  }

  .feature-page--study-plan .feature-hero,
  .feature-page--pacing .feature-hero,
  .tutoring-page .tutoring-hero,
  .tutoring-page .tutoring-proof,
  .reward-feature-page .reward-feature-hero,
  .reward-feature-page .reward-feature-proof {
    grid-template-columns: 1fr !important;
  }

  .feature-page .feature-hero,
  .feature-page .feature-detail-grid,
  .feature-page--study-plan .feature-plan-preview__grid,
  .feature-page--pacing .pacing-report-preview__body,
  .feature-page--pacing .pacing-breakdown,
  .tutoring-page .tutoring-product__body,
  .tutoring-page .tutoring-proof-grid,
  .tutoring-page .tutoring-support-grid,
  .tutoring-page .tutoring-session-grid,
  .tutoring-page .tutoring-faq-grid,
  .reward-feature-page .reward-feature-proof-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }
}

.feature-page .feature-eyebrow i,
.feature-page .feature-highlight-link i {
  color: var(--feature-page-accent) !important;
}

.feature-page .feature-hero-list i.fa-check,
.feature-page li > i.fa-check {
  color: var(--feature-icon-success) !important;
}

.feature-page .feature-detail-card {
  --feature-detail-icon: var(--feature-page-accent);
}

.feature-page .feature-detail-card:nth-child(3n + 1) {
  --feature-detail-icon: var(--feature-icon-teal);
}

.feature-page .feature-detail-card:nth-child(3n + 2) {
  --feature-detail-icon: var(--feature-icon-blue);
}

.feature-page .feature-detail-card:nth-child(3n) {
  --feature-detail-icon: var(--feature-icon-amber);
}

.feature-page .feature-detail-card h3 > i {
  color: var(--feature-detail-icon) !important;
}

.feature-page--study-plan .feature-detail-card:nth-child(1) {
  --feature-detail-icon: #0f766e;
}

.feature-page--study-plan .feature-detail-card:nth-child(2) {
  --feature-detail-icon: #2767d8;
}

.feature-page--study-plan .feature-detail-card:nth-child(3) {
  --feature-detail-icon: #526175;
}

.feature-page .feature-highlight-card {
  --feature-card-accent: #2767d8;
  --feature-card-soft: #eef6ff;
  --feature-card-border: #cfe1f7;
}

.feature-page .feature-highlight-card:nth-child(2) {
  --feature-card-accent: #6d4cc2;
  --feature-card-soft: #f3efff;
  --feature-card-border: #ddd1fb;
}

.feature-page .feature-highlight-card:nth-child(3) {
  --feature-card-accent: #0f766e;
  --feature-card-soft: #e9f8f6;
  --feature-card-border: #c6ece8;
}

.feature-page .feature-highlight-card:nth-child(4) {
  --feature-card-accent: #a7641d;
  --feature-card-soft: #fff5e9;
  --feature-card-border: #ead5bd;
}

.feature-page .feature-highlight-card:nth-child(5) {
  --feature-card-accent: #15803d;
  --feature-card-soft: #edf8ef;
  --feature-card-border: #c8e8d0;
}

.feature-page .feature-highlight-card:nth-child(6) {
  --feature-card-accent: #be3455;
  --feature-card-soft: #fff0f4;
  --feature-card-border: #f2cad5;
}

.feature-page .feature-highlight-card:nth-child(7) {
  --feature-card-accent: #256a9e;
  --feature-card-soft: #edf7ff;
  --feature-card-border: #cfe5f7;
}

.feature-page .feature-highlight-card:nth-child(8) {
  --feature-card-accent: #2767d8;
  --feature-card-soft: #eef4ff;
  --feature-card-border: #cfdef8;
}

.feature-page .feature-highlight-card:nth-child(9) {
  --feature-card-accent: #b86616;
  --feature-card-soft: #fff4e8;
  --feature-card-border: #eed7bd;
}

.feature-page .feature-highlight-card:nth-child(10) {
  --feature-card-accent: #526175;
  --feature-card-soft: #f1f4f7;
  --feature-card-border: #d7dee7;
}

.feature-page .feature-highlight-card:nth-child(11) {
  --feature-card-accent: #9a5c12;
  --feature-card-soft: #fff8e7;
  --feature-card-border: #eadcbd;
}

.feature-page .feature-highlight-icon {
  background: var(--feature-card-soft) !important;
  border: 1px solid var(--feature-card-border) !important;
  color: var(--feature-card-accent) !important;
  box-shadow: none !important;
}

.feature-page .feature-highlight-icon i {
  color: currentColor !important;
}

.mission-page {
  --mission-support-icon: #2767d8;
  --mission-practice-icon: #0f766e;
  --mission-human-icon: #b86616;
}

.mission-page .mission-eyebrow i {
  color: var(--mission-support-icon) !important;
}

.mission-page .mission-proof__row:nth-child(1) i,
.mission-page .mission-tile:nth-child(1) > i {
  color: var(--mission-support-icon) !important;
}

.mission-page .mission-proof__row:nth-child(2) i,
.mission-page .mission-tile:nth-child(2) > i {
  color: var(--mission-practice-icon) !important;
}

.mission-page .mission-proof__row:nth-child(3) i,
.mission-page .mission-tile:nth-child(3) > i {
  color: var(--mission-human-icon) !important;
}

.mission-page .mission-list i.fa-check {
  color: #20755d !important;
}

.contact-page {
  --contact-email-icon: #2767d8;
  --contact-tutoring-icon: #0f766e;
  --contact-school-icon: #b86616;
}

.contact-page .contact-route:nth-child(1) > i,
.contact-page .contact-support__card:nth-child(1) > i {
  color: var(--contact-email-icon) !important;
}

.contact-page .contact-route:nth-child(2) > i,
.contact-page .contact-support__card:nth-child(2) > i {
  color: var(--contact-tutoring-icon) !important;
}

.contact-page .contact-route:nth-child(3) > i,
.contact-page .contact-support__card:nth-child(3) > i {
  color: var(--contact-school-icon) !important;
}

.pricing-page .check-icon i,
.pricing-page .platform-feature i {
  color: #20755d !important;
}

@media (max-width: 992px) {
  html:has(.feature-page),
  html:has(.mission-page),
  html:has(.contact-page),
  html:has(.pricing-page),
  body:has(.feature-page),
  body:has(.mission-page),
  body:has(.contact-page),
  body:has(.pricing-page) {
    width: auto !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body:has(.feature-page) .top-menu,
  body:has(.mission-page) .top-menu,
  body:has(.contact-page) .top-menu,
  body:has(.pricing-page) .top-menu {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 992px) {
  html body.bodyNoScroll {
    overflow: hidden !important;
  }

  html body #topnavCont.topnavCont {
    position: fixed !important;
    inset: 0 !important;
    left: 100% !important;
    display: none !important;
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    z-index: 10055 !important;
  }

  html body #topnavCont.topnavCont[aria-hidden="false"] {
    left: 0 !important;
    display: flex !important;
  }

  html body #topnavCont.topnavCont[aria-hidden="true"] {
    left: 100% !important;
    display: none !important;
  }

  html body #topnavCont.topnavCont::after {
    content: "" !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 5 !important;
    height: calc(112px + env(safe-area-inset-bottom)) !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 42%) !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav {
    box-sizing: border-box !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 14px clamp(14px, 4vw, 22px) calc(122px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    text-align: left !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    scrollbar-gutter: stable;
    scroll-padding-bottom: calc(122px + env(safe-area-inset-bottom)) !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav > * {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__header {
    position: sticky !important;
    top: -14px !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    min-height: 60px !important;
    margin: -14px 0 4px !important;
    padding: 14px 0 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(219, 226, 241, 0.9) !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__logo {
    width: auto !important;
    max-width: calc(100vw - 96px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(1.5rem, 7vw, 1.9rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__close {
    display: inline-grid !important;
    flex: 0 0 48px !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d9dded !important;
    border-radius: 8px !important;
    background: #f1effa !important;
    color: #3e2fa4 !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__close i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 1.45rem !important;
    line-height: 1 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__intro {
    display: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__section,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__section--main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    order: 4 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__section--cta {
    position: fixed !important;
    right: 16px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    left: 16px !important;
    z-index: 6 !important;
    display: block !important;
    margin: 0 !important;
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav:has(.mobile-nav__footer) .mobile-nav__section--cta {
    right: calc(50% + 5px) !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer {
    position: fixed !important;
    right: 16px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    left: calc(50% + 5px) !important;
    z-index: 6 !important;
    display: block !important;
    margin: 0 !important;
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 1px solid #dfe6f4 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #0a2540 !important;
    box-shadow: 0 12px 26px -24px rgba(31, 42, 68, 0.38) !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link:hover,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link:focus-visible,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle:hover,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle:focus-visible {
    background: #ffffff !important;
    border-color: #cbd8ef !important;
    color: #3e2fa4 !important;
    outline: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__icon {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    place-self: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 8px !important;
    background: #eef4ff !important;
    color: #2767d8 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__icon i,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 1em !important;
    line-height: 1 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__text {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__text strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    color: inherit !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__text small {
    display: block !important;
    margin-top: 2px !important;
    color: #64748b !important;
    font-size: 0.76rem !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle {
    order: 2 !important;
    cursor: pointer !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle > i {
    justify-self: end !important;
    color: #3e2fa4 !important;
    font-size: 0.92rem !important;
    transform: rotate(-90deg) !important;
    transition: transform 180ms ease !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle[aria-expanded="true"] > i {
    transform: rotate(0deg) !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    order: 3 !important;
    max-height: 0 !important;
    margin: -2px 0 0 clamp(0px, 8vw, 48px) !important;
    padding: 0 0 0 8px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    border-left: 2px solid #e3e8f3 !important;
    transition: max-height 220ms ease, opacity 160ms ease, padding 180ms ease !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu.is-open {
    max-height: 860px !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
    overflow: hidden !important;
    opacity: 1 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__link {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    min-height: 48px !important;
    padding: 7px 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 8px !important;
    background: #f7fafc !important;
    font-size: 0.9rem !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__text strong {
    font-size: 0.94rem !important;
    font-weight: 760 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link:nth-child(3n + 1) .mobile-nav__icon,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__link:nth-child(3n + 1) .mobile-nav__icon {
    background: #edf8f6 !important;
    color: #0f766e !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link:nth-child(3n + 2) .mobile-nav__icon,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__link:nth-child(3n + 2) .mobile-nav__icon {
    background: #eef4ff !important;
    color: #2767d8 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link:nth-child(3n) .mobile-nav__icon,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu .mobile-nav__link:nth-child(3n) .mobile-nav__icon {
    background: #fff4e8 !important;
    color: #b86616 !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #3e2fa4 0%, #3b63d9 100%) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__icon,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__text small {
    display: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__text,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__text strong {
    text-align: center !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__text strong {
    color: #ffffff !important;
    font-size: 1rem !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta .mobile-nav__text strong::before {
    content: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__link {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    background: #ffffff !important;
    border: 1px solid #d9dded !important;
    color: #3e2fa4 !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__icon,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__text small {
    display: none !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__text,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__text strong {
    color: #3e2fa4 !important;
    text-align: center !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__text strong {
    font-size: 1rem !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__text strong::before {
    content: none !important;
  }

  html body .hamburger {
    display: inline-grid !important;
    place-items: center !important;
    position: fixed !important;
    top: 12px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0a2540 !important;
    box-shadow: none !important;
    z-index: 10060 !important;
  }

  html body .hamburger i {
    color: inherit !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 380px) {
  html body #topnavCont.topnavCont .topnav.mobile-nav {
    gap: 8px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__link,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__toggle {
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    column-gap: 10px !important;
    min-height: 54px !important;
    padding: 7px 8px !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    font-size: 0.9rem !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__submenu {
    margin-left: 18px !important;
  }

  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__cta,
  html body #topnavCont.topnavCont .topnav.mobile-nav .mobile-nav__footer .mobile-nav__link {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 50px !important;
    padding: 0 10px !important;
  }
}
