:root { --jp-green: #008a33; --jp-green-forest: #228b22; --jp-green-dark: #0a4f24; --jp-green-legacy: #12571e; --jp-green-hover: #9bc61a; --jp-gold: #fed100; --jp-gold-deep: #b87115; --jp-button-hover-blue: #0066cc; --jp-black: #111111; --jp-charcoal: #242125; --jp-page: #eeeeee; --jp-surface: #ffffff; --jp-surface-soft: #fbfaf5; --jp-accent-soft: #eef8f1; --jp-border: #cdcdcd; --jp-text: #333333; --jp-text-muted: #666666; --jp-radius-sm: 3px; --jp-radius-md: 6px; --jp-radius-lg: 12px; --jp-radius-button: 20px; --jp-shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1); --jp-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15); --jp-cta-min-width: 10.75rem; --jp-font-body: "cartogothic_stdregular", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; --jp-font-ui: "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; --jp-font-display: "Montserrat", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* ==========================================================
   Base Refinement
   ========================================================== */
html { scroll-behavior: smooth; }
body { background: var(--jp-page); color: var(--jp-text); font-family: var(--jp-font-body); -webkit-font-smoothing: antialiased; }
a { transition: all 0.2s ease; }
/* ==========================================================
   Skip Link
   ========================================================== */
.jp-skip-link { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); background: var(--jp-green-legacy); color: #fff; padding: 10px 20px; z-index: 9999; border-radius: 0 0 8px 8px; font-weight: bold; }
.jp-skip-link:focus { top: 0; }
/* ==========================================================
   Header Shell Isolation
   This keeps the shared header from inheriting legacy layout
   rules that can push the page wider than the viewport.
   ========================================================== */
#header-container.jps-header, #header-container.jps-header header { float: none !important; background: none !important; border: none !important; box-shadow: none !important; width: auto !important; }
#header-container.jps-header { background: #111 !important; border-bottom: 3px solid var(--jp-gold) !important; padding: 15px 0 !important; width: 100% !important; position: relative !important; z-index: 9999 !important; }
.jps-header-inner { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; max-width: 1070px !important; margin: 0 auto !important; padding: 0 10px !important; box-sizing: border-box !important; position: relative !important; }
.jps-header-inner, .jps-header-inner a, .jps-header-inner button, .jps-header-inner input { font-family: var(--jp-font-ui); }
/* Logo column */
.jps-logo-col { flex: 0 0 auto !important; }
.jps-logo-col img { max-width: 100%; height: auto; }
.jps-desktop-logo { display: block !important; max-width: 250px; }
.jps-mobile-logo { display: none !important; }
/* Right column stack */
.jps-right-col { flex: 1 !important; display: flex !important; flex-direction: column !important; min-width: 0; padding-left: 30px; padding-right: 15px !important; align-items: stretch !important; }
/* Minimal Header Mode */
#header-container.jps-header--minimal, #header-container.jps-header--minimal header { background: #111012 !important; border: none !important; box-shadow: none !important; width: auto !important; }
#header-container.jps-header--minimal { padding: 0 !important; width: 100% !important; position: relative !important; z-index: 9999 !important; }
#header-container.jps-header--minimal .jps-header-inner { justify-content: center !important; align-items: center !important; max-width: none !important; margin: 0 !important; padding: 14px 18px 13px !important; min-height: 62px !important; }
#header-container.jps-header--minimal .jps-logo-col { flex: 0 0 auto !important; padding: 0 !important; margin: 0 auto !important; display: flex !important; justify-content: center !important; width: 100% !important; }
#header-container.jps-header--minimal .jps-desktop-logo { display: block !important; max-width: 260px !important; margin: 0 auto !important; }
#header-container.jps-header--minimal .jps-mobile-logo,
#header-container.jps-header--minimal .jps-mobile-toggles,
#header-container.jps-header--minimal .jps-right-col { display: none !important; }
/* ==========================================================
   Desktop Auth Links
   ========================================================== */
.jps-desktop-auth-link, .jps-desktop-auth-link:link, .jps-desktop-auth-link:visited, .jps-desktop-auth-link:active { color: #ffffff !important; text-decoration: none !important; font-weight: normal !important; font-size: 0.9em !important; }
.jps-desktop-auth-link:hover { text-decoration: underline !important; color: var(--jp-green-hover) !important; }
.jps-desktop-auth-link:first-child::after { content: "|" !important; margin: 0 10px !important; color: #555 !important; text-decoration: none !important; display: inline-block !important; }
/* ==========================================================
   Mobile Auth Buttons
   ========================================================== */
.jps-mobile-auth-btn-log { background: var(--jp-green-forest) !important; color: #ffffff !important; padding: 10px 20px !important; border-radius: 4px !important; font-weight: bold !important; text-decoration: none !important; font-size: 0.9em !important; border: 1px solid var(--jp-green-forest) !important; display: block !important; text-align: center !important; flex: 1 !important; }
.jps-mobile-auth-btn-reg { color: #ffffff !important; padding: 10px 18px !important; border-radius: 4px !important; font-weight: bold !important; text-decoration: none !important; font-size: 0.9em !important; border: 1px solid #ffffff !important; display: block !important; text-align: center !important; flex: 1 !important; }
.jps-mobile-auth-btn-log:hover { background: var(--jp-green-legacy) !important; }
.jps-mobile-auth-btn-reg:hover { background: rgba(255, 255, 255, 0.1) !important; }
/* ==========================================================
   Account Row
   ========================================================== */
.jps-account-row { display: flex; justify-content: flex-end; align-items: center; gap: 20px; margin-bottom: 12px; }
.jps-auth-links { display: flex !important; gap: 12px !important; align-items: center !important; }
.jps-notify-wrap, .jps-user-wrap, .jps-mobile-notify, .jps-mobile-user { position: relative !important; }
/* ==========================================================
   User Controls
   ========================================================== */
.jps-user-toggle { color: #fff !important; background: rgba(255, 255, 255, 0.1) !important; padding: 5px 15px !important; border-radius: 20px !important; font-size: 0.9em !important; font-weight: bold !important; text-decoration: none !important; display: inline-block !important; border: 1px solid rgba(255, 255, 255, 0.3) !important; }
.jps-user-toggle:hover { background: var(--jp-green-legacy) !important; border-color: var(--jp-green-hover) !important; }
/* ==========================================================
   Dropdown Panels
   ========================================================== */
.jps-user-dropdown { position: absolute; top: 100%; right: 0; background: #fff !important; border-radius: 8px !important; box-shadow: var(--jp-shadow-md) !important; list-style: none !important; margin: 10px 0 0 0 !important; padding: 10px 0; min-width: 160px; max-width: calc(100vw - 20px); box-sizing: border-box; z-index: 10001 !important; }
.jps-user-dropdown li a { display: block; padding: 10px 20px; color: #333 !important; font-size: 0.9em; text-decoration: none; }
.jps-user-dropdown li a:hover { background: #f4f4f4; color: var(--jp-green-legacy) !important; }
.jps-user-dropdown li form { margin: 0 !important; }
.jps-user-dropdown-button { display: block !important; width: 100% !important; padding: 10px 20px !important; border: 0 !important; background: transparent !important; color: #333 !important; font-size: 0.9em !important; font-family: inherit !important; text-align: left !important; cursor: pointer !important; appearance: none !important; -webkit-appearance: none !important; }
.jps-user-dropdown-button:hover { background: #f4f4f4 !important; color: var(--jp-green-legacy) !important; }
.jps-notify-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(380px, calc(100vw - 24px));
  max-width: min(380px, calc(100vw - 24px));
  box-sizing: border-box;
  z-index: 10001 !important;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
}
.jps-notify-dropdown .dropdown-content {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}
.jps-notify-dropdown .arrow-up {
  position: absolute !important;
  top: -9px !important;
  right: 22px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid #ffffff !important;
  margin: 0 !important;
  float: none !important;
}
.jps-notify-dropdown h6 {
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  margin: 0 !important;
  font-size: 1rem !important;
  color: #1d1d1d !important;
  font-weight: 800 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}
.jps-notify-dropdown ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: min(420px, calc(100vh - 220px)) !important;
  overflow-y: auto !important;
}
.jps-notify-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  display: block !important;
}
.jps-notify-dropdown li.unread {
  background: rgba(172, 232, 164, 0.12) !important;
}
.jps-notify-dropdown li a {
  display: flex !important;
  padding: 14px 16px !important;
  gap: 12px !important;
  text-decoration: none !important;
  align-items: flex-start !important;
}
.jps-notify-dropdown li a:hover {
  background: rgba(155, 198, 26, 0.08) !important;
}
.jps-notify-dropdown .img-icon img {
  width: 32px !important;
  height: auto !important;
  border-radius: 8px !important;
}
.jps-notify-dropdown .notify-content {
  flex: 1 !important;
  min-width: 0 !important;
}
.jps-notify-dropdown .notify-content em.heading {
  display: block !important;
  font-style: normal !important;
  font-weight: 800 !important;
  color: #111 !important;
  font-size: 0.95em !important;
  margin-bottom: 4px !important;
}
.jps-notify-dropdown .notify-content p {
  margin: 0 !important;
  font-size: 0.86em !important;
  color: #555 !important;
  line-height: 1.45 !important;
  word-break: break-word !important;
}
.jps-notify-dropdown .notify-content .date {
  display: block !important;
  font-size: 0.74em !important;
  color: #8d8d8d !important;
  margin-top: 6px !important;
}
.jps-notify-dropdown .link-all {
  display: block !important;
  text-align: center !important;
  padding: 13px 16px !important;
  background: rgba(0, 0, 0, 0.02) !important;
  font-size: 0.9em !important;
  font-weight: 800 !important;
  color: var(--jp-green-legacy) !important;
  text-decoration: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.jps-notify-dropdown .link-all:hover {
  background: rgba(155, 198, 26, 0.08) !important;
  text-decoration: none !important;
}
.jps-notify-dropdown p.empty {
  padding: 28px 20px !important;
  text-align: center !important;
  color: #777 !important;
  font-style: italic !important;
  margin: 0 !important;
}
@media (max-width: 960px) {
  #jps-mobile-notify-dropdown.jps-notify-dropdown {
    position: fixed !important;
    top: 88px !important;
    left: 50% !important;
    right: auto !important;
    width: min(380px, calc(100vw - 32px)) !important;
    max-width: min(380px, calc(100vw - 32px)) !important;
    transform: translateX(-50%) !important;
  }

  #jps-mobile-notify-dropdown.jps-notify-dropdown .arrow-up {
    display: none !important;
  }

  #jps-mobile-notify-dropdown.jps-notify-dropdown ul {
    max-height: calc(100vh - 220px) !important;
  }
}
@media (max-width: 640px) {
  #jps-mobile-notify-dropdown.jps-notify-dropdown {
    top: 82px !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    transform: translateX(-50%) !important;
  }

  #jps-mobile-notify-dropdown.jps-notify-dropdown li a {
    padding: 13px 14px !important;
  }
}
/* ==========================================================
   Bell + Badge
   ========================================================== */
#jps-notify-click, #jps-mobile-notify-click { display: block; position: relative; }
#jps-notify-click img, #jps-mobile-notify-click img { width: 26px; height: auto; }
.notify-num { position: absolute; top: -5px; right: -8px; background: #e42929; color: #fff; font-size: 0.7em; padding: 2px 5px; border-radius: 10px; font-weight: bold; line-height: 1; }
@media (max-width: 960px) {
  .jps-notify-dropdown {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }

  .jps-notify-dropdown .arrow-up {
    right: 28px !important;
  }
}
@media (max-width: 640px) {
  .jps-notify-dropdown {
    top: 70px;
    right: 10px;
    left: 10px;
  }

  .jps-notify-dropdown ul {
    max-height: calc(100vh - 180px) !important;
  }

  .jps-notify-dropdown li a {
    padding: 13px 14px !important;
  }
}
/* ==========================================================
   Main Navigation
   ========================================================== */
.jps-nav-row { margin-bottom: 15px; max-width: 100%; }
.jps-nav-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 28px !important; list-style: none; margin: 0; padding: 0; max-width: 100%; }
.jps-nav-list a { color: #bbb; font-size: 0.95em; font-weight: bold; text-decoration: none; }
.jps-nav-list a:hover { color: var(--jp-green-hover); }
/* ==========================================================
   CTA System
   Shared low, medium, high, and god-tier promo blocks.
   ========================================================== */
/* --- Inline Promo Card --- */
.inline-cta-card { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.85fr); gap: 1.25rem; align-items: center; margin: 1rem 0; padding: 1.5rem 1.5rem 1.5rem 1.6rem; border: 0; border-radius: var(--jp-radius-lg); background: #1a1d1b; color: #fff; box-shadow: var(--jp-shadow-sm); }
.inline-cta-content { min-width: 0; }
.inline-cta-content h2 { margin: 0 0 0.4rem; color: #fff; font-family: "Montserrat", sans-serif; font-size: 1.35rem; font-weight: 900; line-height: 1.18; letter-spacing: -0.03em; }
.inline-cta-content p { margin: 0; color: rgba(255, 255, 255, 0.82); }
.inline-cta-side { display: grid; justify-items: center; gap: 0.85rem; align-self: center; }

/* ==========================================================
   Bunny Player
   Shared iframe shell used by sales pages and the Vault.
   ========================================================== */
.jp-bunny-player {
  width: 100%;
  margin: 1.25rem 0;
}

.jp-bunny-player--landscape {
  max-width: 100%;
}

.jp-bunny-player--portrait {
  width: min(100%, 22rem);
  margin-left: auto;
  margin-right: auto;
}

.jp-bunny-player__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--jp-radius-lg);
  background: #101113;
  box-shadow: var(--jp-shadow-md);
}

.jp-bunny-player--landscape .jp-bunny-player__frame {
  aspect-ratio: 16 / 9;
}

.jp-bunny-player--portrait .jp-bunny-player__frame { aspect-ratio: 9 / 16; }
.jp-bunny-player__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #101113;
}

.jp-bunny-player__fallback {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(10, 79, 36, 0.14);
  border-radius: var(--jp-radius-lg);
  background: var(--jp-accent-soft);
  box-shadow: var(--jp-shadow-sm);
}

.jp-bunny-player__fallback strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--jp-charcoal);
  font-family: var(--jp-font-ui);
  font-size: 1rem;
  font-weight: 800;
}

.jp-bunny-player__fallback p {
  margin: 0;
  color: var(--jp-text-muted);
  line-height: 1.6;
}
.inline-cta-media { width: min(220px, 100%); }
.inline-cta-media img { display: block; width: 100%; height: auto; border-radius: var(--jp-radius-lg); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }
.inline-cta-actions { display: flex; justify-content: center; }
.inline-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-width: var(--jp-cta-min-width); padding: 0.8rem 1.3rem; border-radius: var(--jp-radius-button); background: var(--jp-gold); color: #111111; font-size: 0.9rem; font-weight: 800; text-decoration: none; box-shadow: var(--jp-shadow-sm); }
.inline-cta-btn:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
/* ==========================================================
   Blog Video Section
   Generic two-up video card rail for reusable content areas.
   ========================================================== */
.blog_video_sec { padding: 0 0 18px; }
.blog_video_sec,
.blog_video_sec * { box-sizing: border-box; }
.blog_video_sec .blog_video_sec__shell { max-width: 1140px; margin: 0 auto; padding: 20px; border: 1px solid rgba(216, 222, 222, 0.95); border-radius: var(--jp-radius-md); background: var(--jp-surface); box-shadow: var(--jp-shadow-sm); }
.blog_video_sec .blog_video_sec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.blog_video_sec .blog_video_sec__head h3 { margin: 0; color: #1a1d1b; font-family: var(--jp-font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.12; letter-spacing: -0.04em; font-weight: 900; }
.blog_video_sec .blog_video_sec__view-all { display: inline-flex; align-items: center; gap: 8px; color: var(--jp-green); font-size: .95rem; font-weight: 800; text-decoration: none; }
.blog_video_sec .blog_video_sec__view-all:hover { color: var(--jp-green-dark); }
.blog_video_sec .blog_video_sec__layout { display: block; }
.blog_video_sec .blog_video_sec__rail { display: grid; gap: 12px; }
.blog_video_sec .blog_video_sec__footer { display: flex; justify-content: flex-end; margin-top: 14px; }
.blog_video_sec .blog_video_sec__item { display: grid; overflow: hidden; color: inherit; border: 1px solid rgba(216, 222, 222, 0.95); border-radius: var(--jp-radius-md); background: var(--jp-surface); box-shadow: 0 1px 2px rgba(0, 0, 0, .03); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.blog_video_sec .blog_video_sec__item:hover { transform: translateY(-2px); border-color: rgba(0, 138, 51, 0.22); box-shadow: 0 10px 24px rgba(0, 0, 0, .07); }
.blog_video_sec .blog_video_sec__item-media { background: #ecebe6; }
.blog_video_sec .blog_video_sec__item em { display: block; padding: 12px 12px 13px; color: #1a1d1b; font-size: .95rem; line-height: 1.34; font-style: normal; font-weight: 900; }
.blog_video_sec .ty-video,
.blog_video_sec .ty-video youtube-embed { display: block; }
.blog_video_sec .blog_video_sec__media youtube-embed,
.blog_video_sec .blog_video_sec__item-media youtube-embed { pointer-events: none; }
@media screen and (min-width: 721px) {
  .blog_video_sec .blog_video_sec__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
@media screen and (max-width: 720px) {
  .blog_video_sec .blog_video_sec__shell { padding: 18px 16px; }
  .blog_video_sec .blog_video_sec__head { flex-direction: column; align-items: flex-start; }
  .blog_video_sec .blog_video_sec__rail { grid-template-columns: 1fr; }
  .blog_video_sec .blog_video_sec__footer { justify-content: flex-start; }
}
/* --- Search Learning CTA --- */
.search-learning-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1.25rem; padding: 1.5rem; border: 0; border-radius: var(--jp-radius-lg); background: #222222; color: #fff; box-shadow: var(--jp-shadow-sm); }
.search-learning-cta > div { flex: 1 1 0; min-width: 0; }
.search-learning-cta .jp-search-section-label { color: #fff; }
.search-learning-cta h2 { margin: 0; color: #fff; font-family: "Montserrat", sans-serif; font-size: clamp(1.35rem, 3vw, 1.85rem); font-weight: 900; letter-spacing: -0.03em; }
.search-learning-cta p { max-width: 620px; margin: 0.6rem 0 0; color: rgba(255, 255, 255, 0.88); }
.search-learning-actions { display: grid; gap: 0.75rem; min-width: 220px; margin: 0; }
.search-learning-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: var(--jp-cta-min-width); padding: 0.85rem 1.3rem; border-radius: var(--jp-radius-button); background: var(--jp-gold); color: #111111; font-weight: 800; text-decoration: none; }
.search-learning-actions a:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.search-learning-actions a + a { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, 0.75); }
.search-learning-actions a + a:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
/* --- Search No Results CTA --- */
.cant-find { margin-top: 1.25rem; padding: 1.25rem; background: var(--jp-accent-soft); border: 1px solid rgba(0, 138, 51, 0.18); border-radius: var(--jp-radius-lg); box-shadow: var(--jp-shadow-sm); }
.cant-find h2 { margin: 0; color: #111111; font-family: "Montserrat", sans-serif; font-weight: 900; letter-spacing: -0.03em; }
.cant-find fieldset { display: flex; gap: 0.75rem; align-items: center; margin: 1rem 0 0; padding: 0; border: 0; }
.cant-find input { flex: 1; min-width: 0; padding: 0.85rem 0.95rem; border: 1px solid var(--jp-border); border-radius: var(--jp-radius-md); background: #fff; color: var(--jp-text); font: inherit; }
.cant-find input:focus { outline: 2px solid rgba(0, 138, 51, 0.25); outline-offset: 1px; }
.cant-find fieldset a { display: inline-flex; align-items: center; justify-content: center; min-width: var(--jp-cta-min-width); padding: 0.85rem 1.2rem; border-radius: var(--jp-radius-button); background: var(--jp-green); color: #fff; font-weight: 800; text-decoration: none; }
.cant-find fieldset a:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.cant-find-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.55rem; margin: 1rem 0 0; padding: 0; border: 0; color: var(--jp-text-muted); }
.cant-find-submit span { display: inline-flex; align-items: center; }
.cant-find-submit button { display: inline-flex; align-items: center; padding: 0; border: 0; background: transparent; color: var(--jp-green); font: inherit; font-weight: 800; cursor: pointer; text-decoration: none; }
.cant-find-submit button:hover { color: var(--jp-green-dark); text-decoration: underline; }
/* --- Search Result Actions --- */
.search-result-actions { margin: 0.85rem 0 0; text-align: right; }
.search-result-actions a { display: inline; padding: 0; border-radius: 0; background: transparent; color: var(--jp-green); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.01em; text-decoration: none; }
.search-result-actions a:hover { color: var(--jp-green-dark); text-decoration: underline; }
/* --- Supporting Results --- */
.search-supporting-results li a { display: inline; color: var(--jp-green); font-size: 0.92rem; font-weight: 700; line-height: 1.35; text-decoration: none; transition: color 0.15s ease; }
.search-supporting-results li a:hover { color: var(--jp-green-dark); text-decoration: underline; }
.search-supporting-results li p { margin: 0.3rem 0 0; color: var(--jp-text-muted); font-size: 0.88rem; }
/* --- Add Word CTA --- */
.jp-add-word-cta { display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: center; justify-items: center; margin: 1.25rem 0; padding: 1.5rem; border: 0; border-radius: var(--jp-radius-lg); background: #1a1d1b; color: #fff; box-shadow: var(--jp-shadow-sm); text-align: center; }
.jp-add-word-cta__copy { display: grid; gap: 0.65rem; justify-items: center; min-width: 0; }
.jp-add-word-cta__copy h2 { margin: 0; color: #fff; font-family: "Montserrat", sans-serif; font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.04em; }
.jp-add-word-cta__count { margin: 0; color: var(--jp-gold); font-size: 0.92rem; font-weight: 800; letter-spacing: 0.02em; }
.jp-add-word-cta__copy p { margin: 0; color: rgba(255, 255, 255, 0.84); line-height: 1.7; }
.jp-add-word-cta__button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-width: var(--jp-cta-min-width); padding: 0.85rem 1.35rem; border-radius: var(--jp-radius-button); background: var(--jp-gold); color: #111111; font-size: 0.95rem; font-weight: 800; text-decoration: none; box-shadow: var(--jp-shadow-sm); justify-self: center; }
.jp-add-word-cta__button:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
/* --- Bundle Hero CTA --- */
.jps-bundle-cta { background: linear-gradient(135deg, #1b7908 0%, #0a4f24 100%); border-radius: var(--jp-radius-lg); padding: 3.5rem; color: #fff; display: grid; grid-template-columns: 1fr 340px; gap: 2rem 4rem; align-items: center; margin-top: 3rem; }
.jps-bundle-title { grid-column: 1; font-family: "Montserrat", sans-serif; font-size: 2.25rem; font-weight: 800; margin: 0; line-height: 1.25; color: #fff; }
.jps-bundle-title span { display: block; }
.jps-bundle-content { grid-column: 1; }
.jps-bundle-content p { font-size: 1.15rem; color: rgba(255, 255, 255, 0.85); margin-bottom: 2rem; max-width: 500px; }
.jps-btn-gold { background: var(--jp-gold); color: #000 !important; min-width: var(--jp-cta-min-width); padding: 1.1rem 2.65rem; border-radius: var(--jp-radius-button); text-decoration: none !important; font-weight: 900; display: inline-block; font-size: 1.1rem; transition: transform 0.2s ease; }
.jps-btn-gold:hover { background: var(--jp-button-hover-blue); color: #fff !important; text-decoration: none !important; transform: translateY(-2px); }
.jps-bundle-visual { grid-column: 2; grid-row: 1 / span 2; }
.jps-bundle-visual img { width: 100%; border-radius: 10px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); }
/* ==========================================================
   Bundle Tier Cards
   Shared structure for god, high, medium, and low bundle promos.
   ========================================================== */
.jp-bundle-tier { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.25rem; padding: 1.5rem; border: 1px solid var(--jp-border); border-radius: var(--jp-radius-lg); background: #ffffff; box-shadow: var(--jp-shadow-sm); }
.jp-bundle-tier-copy { display: flex; flex-direction: column; min-width: 0; }
.jp-bundle-tier-kicker { order: 1; margin: 0 0 0.6rem; color: var(--jp-green); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.jp-bundle-tier-title { order: 2; margin: 0; color: var(--jp-text); font-family: "Montserrat", sans-serif; font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; }
.jp-bundle-tier-media { order: 3; display: block; width: min(240px, 100%); margin-top: 0.35rem; text-decoration: none; color: inherit; }
.jp-bundle-tier-media img { display: block; width: 100%; height: auto; border-radius: var(--jp-radius-lg); border: 1px solid rgba(0, 0, 0, 0.08); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); }
.jp-bundle-tier-text { order: 4; margin: 0.95rem 0 0; color: var(--jp-text-muted); line-height: 1.65; max-width: 44rem; }
.jp-bundle-tier-btn { order: 5; display: inline-flex; align-items: center; justify-content: center; margin-top: 1.15rem; width: fit-content; min-width: var(--jp-cta-min-width); padding: 0.85rem 1.35rem; border-radius: var(--jp-radius-button); background: var(--jp-green); color: #ffffff; font-weight: 800; text-decoration: none; box-shadow: var(--jp-shadow-sm); }
.jp-bundle-tier-btn:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.jp-bundle-tier--god { background: var(--jp-gold); border-color: rgba(0, 0, 0, 0.08); }
.jp-bundle-tier--god .jp-bundle-tier-media { width: min(300px, 100%); }
.jp-bundle-tier--god .jp-bundle-tier-kicker, .jp-bundle-tier--god .jp-bundle-tier-title, .jp-bundle-tier--god .jp-bundle-tier-text { color: #1a1d1b; }
.jp-bundle-tier--god .jp-bundle-tier-title { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.08; }
.jp-bundle-tier--god .jp-bundle-tier-btn { background: #1a1d1b; color: #ffffff; }
.jp-bundle-tier--god .jp-bundle-tier-btn:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.jp-bundle-tier--high { background: #1a1d1b; border-color: rgba(255, 255, 255, 0.08); }
.jp-bundle-tier--high .jp-bundle-tier-kicker, .jp-bundle-tier--high .jp-bundle-tier-title, .jp-bundle-tier--high .jp-bundle-tier-text { color: #ffffff; }
.jp-bundle-tier--high .jp-bundle-tier-btn { background: var(--jp-gold); color: #111111; }
.jp-bundle-tier--high .jp-bundle-tier-btn:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.jp-bundle-tier--medium { background: #1f5c31; border-color: rgba(255, 255, 255, 0.08); }
.jp-bundle-tier--medium .jp-bundle-tier-media { width: min(300px, 100%); }
.jp-bundle-tier--medium .jp-bundle-tier-kicker, .jp-bundle-tier--medium .jp-bundle-tier-title, .jp-bundle-tier--medium .jp-bundle-tier-text { color: #ffffff; }
.jp-bundle-tier--medium .jp-bundle-tier-title { font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.jp-bundle-tier--medium .jp-bundle-tier-text { font-size: 0.96rem; line-height: 1.6; max-width: 34rem; }
.jp-bundle-tier--medium .jp-bundle-tier-btn { background: var(--jp-gold); color: #111111; }
.jp-bundle-tier--medium .jp-bundle-tier-btn:hover { background: var(--jp-button-hover-blue); color: #fff; text-decoration: none; }
.jp-bundle-tier--low { padding: 1rem 1.1rem; background: #ffffff; }
.jp-bundle-tier--low .jp-bundle-tier-text { font-size: 0.95rem; }
.jp-bundle-tier--low .jp-bundle-tier-btn { align-self: center; margin-top: 0; }
/* --- Bundle Tier Responsive --- */
@media screen and (min-width: 900px) {
  .jp-bundle-tier-copy {
    display: grid;
    align-items: start;
    column-gap: 1.75rem;
    row-gap: 1rem;
  }
  .jp-bundle-tier--god .jp-bundle-tier-copy, .jp-bundle-tier--high .jp-bundle-tier-copy, .jp-bundle-tier--medium .jp-bundle-tier-copy {
    grid-template-columns: minmax(0, 1.2fr) minmax(210px, 0.8fr);
    grid-template-areas: "kicker kicker" "title media" "text media" "button media";
  }
  .jp-bundle-tier--god .jp-bundle-tier-copy {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr);
  }
  .jp-bundle-tier--low .jp-bundle-tier-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "kicker kicker" "title title" "text button";
    column-gap: 1rem;
    align-items: center;
  }
  .jp-bundle-tier-kicker {
    grid-area: kicker;
  }
  .jp-bundle-tier-title {
    grid-area: title;
  }
  .jp-bundle-tier--god .jp-bundle-tier-title {
    font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  }
  .jp-bundle-tier-media {
    grid-area: media;
    align-self: center;
    justify-self: end;
    width: min(240px, 100%);
    margin-top: 0;
  }
  .jp-bundle-tier--god .jp-bundle-tier-media {
    width: min(340px, 100%);
  }
  .jp-bundle-tier--medium .jp-bundle-tier-media {
    width: min(220px, 100%);
  }
  .jp-bundle-tier-text {
    grid-area: text;
    max-width: 42rem;
  }
  .jp-bundle-tier-btn {
    grid-area: button;
    justify-self: start;
    margin-top: 0.25rem;
  }
  .jp-bundle-tier--medium .jp-bundle-tier-copy {
    grid-template-columns: minmax(0, 1.15fr) minmax(180px, .7fr);
  }
  .jp-bundle-tier--medium .jp-bundle-tier-btn {
    justify-self: start;
  }
  .jp-bundle-tier--low .jp-bundle-tier-btn {
    justify-self: end;
    align-self: center;
  }
}
/* --- Definition Bundle Promo --- */
.jp-definition-page .jp-definition-bundle { display: flex; flex-direction: column; margin-bottom: 60px; padding: 60px; background: linear-gradient(135deg, var(--jp-gold) 0%, var(--jp-gold-deep) 100%); color: #1a1d1b; border: none; border-radius: 32px; overflow: hidden; }
.jp-definition-page .jp-definition-bundle-title { margin: 0 0 40px; color: #1a1d1b; font-size: 3rem; font-family: "Montserrat", sans-serif; font-weight: 900; letter-spacing: -0.04em; line-height: 1.1; text-align: center; }
.jp-definition-page .jp-definition-bundle-main { display: flex; align-items: center; gap: 60px; }
.jp-definition-page .jp-definition-bundle-img { flex: 0 0 340px; display: block; text-decoration: none; }
.jp-definition-page .jp-definition-bundle-img img { width: 100%; height: auto; border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.3); transform: rotate(-3deg); transition: transform 0.2s ease; }
.jp-definition-page .jp-definition-bundle-img:hover img { transform: rotate(0deg) scale(1.05); }
.jp-definition-page .jp-definition-bundle-content { flex: 1; }
.jp-definition-page .jp-definition-bundle-content p { margin: 0 0 32px; color: #423812; font-size: 1.25rem; font-weight: 600; line-height: 1.5; }
.jp-definition-page .jp-definition-bundle-action a { display: inline-flex; align-items: center; justify-content: center; min-width: var(--jp-cta-min-width); height: 64px; padding: 0 52px; border-radius: var(--jp-radius-button); background: #1a1d1b; color: #fff; font-weight: 900; font-size: 1.1rem; text-decoration: none; text-transform: uppercase; letter-spacing: 0.1em; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.jp-definition-page .jp-definition-bundle-action a:hover { transform: translateY(-6px); background: #000; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); text-decoration: none; }
.jp-definition-page .jp-definition-academy-lock { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 48px; padding: 40px; border-radius: 24px; background: #1a1d1b; color: #fff; border: none; position: relative; overflow: hidden; }
.jp-definition-page .jp-definition-academy-cta, .jp-definition-page .jp-definition-academy-play { display: inline-flex; align-items: center; justify-content: center; min-width: var(--jp-cta-min-width); height: 60px; padding: 0 36px; border-radius: var(--jp-radius-button); background: var(--jp-definition-accent); color: #fff; font-size: 0.9rem; font-weight: 800; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; transition: var(--jp-definition-transition); z-index: 1; }
.jp-definition-page .jp-definition-academy-cta:hover, .jp-definition-page .jp-definition-academy-play:hover { transform: translateY(-3px); background: #0f5f1f; text-decoration: none; }
/* --- Definition Bundle Responsive --- */
@media (max-width: 900px) {
  .jps-bundle-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2.5rem 1.5rem;
  }
  .jps-bundle-title {
    font-size: 1.75rem;
  }
  .jps-bundle-visual {
    grid-column: auto;
    grid-row: auto;
    max-width: 240px;
    margin: 0 auto;
  }
  .jps-bundle-content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
  }
  .jp-definition-page .jp-definition-bundle {
    text-align: center;
    padding: 40px 24px;
    gap: 0;
  }
  .jp-definition-page .jp-definition-bundle-title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  .jp-definition-page .jp-definition-bundle-main {
    flex-direction: column;
    gap: 32px;
  }
  .jp-definition-page .jp-definition-bundle-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .jp-bundle-tier {
    text-align: center;
  }
  .jp-bundle-tier-title {
    margin-bottom: 0.85rem;
  }
  .jp-bundle-tier-media {
    width: min(240px, 100%);
    margin: 0.95rem auto 0;
  }
  .jp-bundle-tier--medium .jp-bundle-tier-media {
    width: min(240px, 100%);
  }
  .inline-cta-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .inline-cta-content {
    width: 100%;
  }
  .inline-cta-side {
    width: 100%;
    justify-items: center;
  }
  .inline-cta-media {
    width: min(220px, 78%);
  }
  .search-learning-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .search-learning-actions {
    min-width: 0;
  }
  .search-learning-actions a, .cant-find fieldset a {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .search-learning-cta, .cant-find {
    text-align: center;
  }
  .cant-find fieldset {
    flex-direction: column;
    align-items: stretch;
  }
  .jp-bundle-tier-btn {
    width: auto;
    align-self: center;
  }
  .jp-bundle-tier--low .jp-bundle-tier-btn {
    margin-top: 1rem;
  }
}
/* ==========================================================
   Search Row
   ========================================================== */
.jps-search-inner { display: flex; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); width: 100%; }
.jps-search-row input.text { flex: 1; border: none; padding: 10px 15px; font-size: 1.1rem; outline: none; }
.jps-search-row button.btn { background: var(--jp-green-forest); border: none; padding: 0 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.jps-search-row button.btn img { width: 20px; height: auto; filter: brightness(0) invert(1); }
/* ==========================================================
   Mobile Trigger Icons
   ========================================================== */
.jps-mobile-toggles { display: none; }
/* ==========================================================
   Desktop Breakpoint
   ========================================================== */
@media screen and (min-width: 841px) {
  .jps-logo-col {
    margin-right: 60px !important;
  }
  .jps-desktop-logo {
    display: block !important;
  }
  .jps-mobile-logo {
    display: none !important;
  }
  .jps-nav-row {
    display: flex !important;
  }
  .jps-search-row {
    display: flex !important;
    width: 100%;
  }
  .jps-mobile-auth-group {
    display: none !important;
  }
}
/* ==========================================================
   Mobile Breakpoint
   This is the section that restores the compact drawer and
   keeps the header from expanding beyond the viewport.
   ========================================================== */
@media screen and (max-width: 840px) {
  .jps-header-inner {
    align-items: center !important;
    flex-wrap: wrap !important;
  }
  .jps-logo-col {
    flex: 1 1 auto !important;
    min-width: 0;
  }
  .jps-desktop-logo {
    display: none !important;
  }
  .jps-mobile-logo {
    display: block !important;
    max-width: 220px !important;
  }
  .jps-mobile-toggles {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 8px;
    margin-left: auto !important;
  }
  .jps-mobile-icon-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .jps-mobile-toggles a#jps-mobile-search-btn, .jps-mobile-toggles a#jps-mobile-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 30px;
    background: none !important;
  }
  .jps-mobile-toggles img {
    width: 30px !important;
  }
  .jps-right-col {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    z-index: 100;
  }
  .jps-account-row {
    display: none !important;
  }
  .jps-nav-row {
    display: none;
    background: #1a1a1a;
    border-bottom: 1px solid #222;
  }
  .jps-nav-list {
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
  }
  .jps-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0;
  }
  .jps-nav-list li a {
    display: block !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid #222 !important;
    text-align: center !important;
    color: #fff !important;
    line-height: 1.2 !important;
    font-size: 1em !important;
  }
  .jps-nav-list li.jps-mobile-auth-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 20px 15px 30px !important;
    justify-content: space-between !important;
    background: #111 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .jps-nav-list li.jps-mobile-auth-group a {
    flex: 1 !important;
    display: block !important;
    text-align: center !important;
    padding: 10px 5px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 0.85em !important;
  }
  .jps-mobile-auth-btn-log {
    background: var(--jp-green-forest) !important;
    color: #ffffff !important;
    border: 1px solid var(--jp-green-forest) !important;
  }
  .jps-mobile-auth-btn-reg {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  .jps-search-row {
    display: none;
    padding: 10px;
    background: #111;
  }
  #jps-mobile-notify-dropdown {
    position: absolute !important;
    top: calc(100% + 10px);
    right: -12px;
    left: auto;
    width: min(350px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    margin-top: 0;
    box-sizing: border-box;
  }
}
/* ==========================================================
   Footer Rebuild
   The old footer was heavy, flat, and a common overflow source.
   This version gives it more visual weight, clearer hierarchy,
   and a cleaner mobile stack while still using the same HTML.
   ========================================================== */
footer.jp-shell-footer { position: relative; margin-top: 4rem; color: #cfcfcf; background: linear-gradient(180deg, #18171b 0%, #111012 100%); border-top: 3px solid var(--jp-green-hover); overflow: hidden; }
footer.jp-shell-footer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top center, rgba(155, 198, 26, 0.08), transparent 38%), linear-gradient(135deg, rgba(254, 209, 0, 0.03), transparent 40%); pointer-events: none; }
footer.jp-shell-footer #footer-sec { position: relative; max-width: 1070px; margin: 0 auto; padding: 3rem 1rem 2rem; }
footer.jp-shell-footer, footer.jp-shell-footer a, footer.jp-shell-footer li, footer.jp-shell-footer p, footer.jp-shell-footer span { font-family: var(--jp-font-ui); }
footer.jp-shell-footer .footer-top { display: grid; grid-template-columns: 1.1fr 1.4fr; gap: 2rem; align-items: start; margin-bottom: 1.75rem; }
footer.jp-shell-footer .footer-brand { padding-right: 1rem; }
footer.jp-shell-footer .footer-kicker { display: inline-block; margin-bottom: 0.75rem; color: var(--jp-green-hover); font-weight: bold; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.74em; }
footer.jp-shell-footer .footer-brand h2 { margin: 0 0 0.85rem; color: #fff; font-size: 1.7em; line-height: 1.15; font-family: var(--jp-font-display); }
footer.jp-shell-footer .footer-summary { margin: 0; color: #b6b6b6; font-size: 0.96em; line-height: 1.7; max-width: 34rem; }
footer.jp-shell-footer .footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 0; }
footer.jp-shell-footer .item { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 16px; padding: 1.25rem 1.25rem 1rem; box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18); backdrop-filter: blur(2px); }
footer.jp-shell-footer .item .title { display: block; margin-bottom: 1rem; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 0.82em; letter-spacing: 0.08em; }
footer.jp-shell-footer .item ul { list-style: none; padding: 0; margin: 0; }
footer.jp-shell-footer .item li { margin-bottom: 0.7rem; }
footer.jp-shell-footer .item li a { color: #b6b6b6; font-size: 0.92em; text-decoration: none; }
footer.jp-shell-footer .item li a:hover { color: #fff; }
footer.jp-shell-footer .item li a.add { color: var(--jp-green-hover); font-weight: bold; }
footer.jp-shell-footer .footer-links-row { margin: 0 0 1.75rem; padding: 1rem 0 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
footer.jp-shell-footer .footer-links-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.6rem; list-style: none; margin: 0; padding: 0; }
footer.jp-shell-footer .footer-links-list li { margin: 0; }
footer.jp-shell-footer .footer-links-list a { display: inline; color: #d7d7d7; font-size: 0.92em; text-decoration: none; }
footer.jp-shell-footer .footer-links-list a:hover { color: #fff; text-decoration: underline; }
footer.jp-shell-footer .social-links { margin-bottom: 1.75rem; }
footer.jp-shell-footer .social-links ul { display: flex; justify-content: center; gap: 16px; list-style: none; margin: 0 0 1.5rem; padding: 0; }
footer.jp-shell-footer .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); opacity: 0.8; transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease; }
footer.jp-shell-footer .social-links a:hover { opacity: 1; transform: translateY(-2px); background: rgba(155, 198, 26, 0.16); }
footer.jp-shell-footer .social-links a img { display: block; width: 30px; height: 30px; }
footer.jp-shell-footer .footnote { position: relative; display: block; text-align: center; font-size: 0.82em; color: #8f8f8f; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 1.5rem; line-height: 1.7; }
footer.jp-shell-footer .footnote a.link { color: var(--jp-gold); text-decoration: none; }
footer.jp-shell-footer .footnote a.link:hover { color: #fff; }
footer.jp-shell-footer--minimal { margin-top: 0; background: #111012; border-top: 3px solid var(--jp-green-hover); }
footer.jp-shell-footer--minimal::before { display: none; }
footer.jp-shell-footer--minimal #footer-sec { padding: 1rem 1rem 1.5rem; }
footer.jp-shell-footer--minimal .footer-top,
footer.jp-shell-footer--minimal .social-links { display: none !important; }
footer.jp-shell-footer--minimal .footer-links-row { margin: 0 0 1rem; padding: 0.75rem 0 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
footer.jp-shell-footer--minimal .footnote { padding-top: 1rem; }
@media screen and (max-width: 900px) {
  footer.jp-shell-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  footer.jp-shell-footer .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  footer.jp-shell-footer #footer-sec {
    padding: 2.5rem 1rem 2rem;
  }
  footer.jp-shell-footer .footer-top {
    grid-template-columns: 1fr;
  }
  footer.jp-shell-footer .footer-brand {
    display: none;
  }
  footer.jp-shell-footer .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  footer.jp-shell-footer .item {
    padding: 0.95rem 0.9rem 0.85rem;
  }
  footer.jp-shell-footer .item .title {
    font-size: 0.76em;
    margin-bottom: 0.85rem;
  }
  footer.jp-shell-footer .item li {
    margin-bottom: 0.55rem;
  }
  footer.jp-shell-footer .item li a {
    font-size: 0.86em;
  }
  footer.jp-shell-footer .footer-links-list {
    gap: 0.5rem 1.2rem;
  }
  footer.jp-shell-footer .footer-links-list a {
    width: auto;
  }
  footer.jp-shell-footer .social-links ul {
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  footer.jp-shell-footer .social-links a {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  footer.jp-shell-footer .social-links a img {
    width: 30px;
    height: 30px;
  }
}
