/* File generated by shrinker.ch - DateTime: 2026-01-29, 05:22:09 */
:root {
  --poster-blue: #0b1b3b;
  --poster-bg: #fff;
  --poster-line: #0b1b3b;
  --poster-radius: 18px;
  --poster-radius-small: 12px;
  --mcd-text-main: #111827;
  --mcd-muted: #6b7280;
  --mcd-border: #e5e7eb;
  --mcd-accent: #dc2626
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

html,
body {
  font-size: 1rem;
  /* or 16px */
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--poster-blue);
  display: flex;
  flex-direction: column
}

img {
  max-width: 100%;
  display: block
}

a {
  color: var(--poster-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em
}

a:hover {
  text-decoration: underline
}

body::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  width: 5vw;
  transform: skewY(-6deg);
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: -2
}

#bg-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none
}

body::after {
  content: "";
  position: fixed;
  inset: -40vh -40vw;
  opacity: .45;
  pointer-events: none;
  z-index: -3
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

.poster-frame {
  flex: 1;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 40px;
  padding-inline: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0
}

.poster-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0
}

@media(max-width:768px) {
  .poster-frame {
    margin-bottom: 24px
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease
}

.nav-overlay.visible {
  opacity: 1;
  visibility: visible
}

.nav-fullpanel {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1001;
  transform: translateY(-100%);
  opacity: 0;
  display: none;
  transition: transform .26s ease-out, opacity .18s ease-out;
  display: flex;
  flex-direction: column
}

.nav--open+.nav-overlay+.nav-fullpanel,
.nav--open~.nav-fullpanel {
  transform: translateY(0);
  opacity: 1
}

.nav-fullpanel-header {
  padding: 18px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--mcd-border)
}

.nav-fullpanel-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--poster-blue)
}

.nav-fullpanel-close {
  border: 0;
  background: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 4px
}

.nav-fullpanel-close-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative
}

.nav-fullpanel-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 24px
}

.nav-fullpanel-brand-kicker {
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--mcd-muted);
  margin-bottom: 4px
}

.nav-fullpanel-brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--poster-blue);
  margin-bottom: 14px
}

.nav-fullpanel-divider {
  height: 1px;
  background: var(--mcd-border);
  margin: 12px 0 16px
}

.nav-fullpanel-section {
  margin-bottom: 18px
}

.nav-fullpanel-section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--mcd-muted);
  margin-bottom: 8px
}

.nav-fullpanel-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 6px
}

.nav-fullpanel-link-main {
  font-size: 15px;
  color: var(--mcd-text-main);
  font-weight: 600;
  text-decoration: none
}

.nav-fullpanel-link-main:hover {
  text-decoration: underline
}

.nav-fullpanel-link-sub {
  font-size: 12px;
  color: var(--mcd-muted);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--mcd-border)
}

.nav-fullpanel-pill-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px
}

.nav-fullpanel-pill-links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(15, 23, 42, 0.25);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--poster-blue)
}

.nav-fullpanel-pill-links a:hover {
  background: #f9fafb
}

.nav-fullpanel-lang-row {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  margin-top: 12px
}

.nav-fullpanel-lang {
  cursor: pointer;
  color: #111827
}

.nav-fullpanel-lang--active {
  color: var(--mcd-accent)
}

.nav {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  background: rgba(250, 252, 255, 0.98);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(6px)
}

.nav-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative
}

.nav-toprow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 14px
}



.nav-brand-text-main {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--poster-line);
  font-stretch: condensed;
  white-space: nowrap
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  color: var(--poster-line);
  text-transform: uppercase;
  letter-spacing: .16em;
  white-space: nowrap
}

.nav-controls-label {
  margin-right: 4px;
  opacity: .9
}

.nav-toggle-group {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--poster-line);
  background: rgba(255, 255, 255, 0.9)
}

.nav-toggle-btn {
  padding: 3px 12px;
  border: 0;
  background: transparent;
  font-size: 10px;
  cursor: pointer;
  color: var(--poster-line);
  min-width: 30px;
  text-transform: uppercase;
  letter-spacing: .16em
}

.nav-toggle-btn.active {
  background: var(--poster-line);
  color: #fff
}

.nav-toggle-btn:not(.active):hover {
  background: rgba(11, 27, 59, 0.06)
}

.nav-hamburger {
  display: none;
  width: 42px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--poster-line);
  border-radius: 10px;
  background: #fff;
  color: var(--poster-line);
  cursor: pointer;
  position: relative
}

.nav-hamburger .bar {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: var(--poster-line);
  transition: transform .2s ease, opacity .2s ease
}

.nav-hamburger .bar:nth-child(1) {
  top: 10px
}

.nav-hamburger .bar:nth-child(2) {
  top: 17px
}

.nav-hamburger .bar:nth-child(3) {
  top: 24px
}

.nav--open .nav-hamburger .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.nav--open .nav-hamburger .bar:nth-child(2) {
  opacity: 0
}

.nav--open .nav-hamburger .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.nav-bottomrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-top: 1px solid rgba(11, 27, 59, 0.35)
}

.nav-main {
  display: flex;
  gap: 26px;
  font-size: 12px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .18em
}

.nav-item {
  position: relative
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 2px;
  color: #020617;
  font-weight: 600;
  border-bottom: 1px solid transparent
}

.nav-link .caret {
  font-size: 9px;
  transform: translateY(1px);
  opacity: .7
}

.nav-link:hover {
  border-bottom-color: #0b1b3b;
  text-decoration: none
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100%+4px);
  min-width: 220px;
  padding: 6px;
  background: #fff;
  border-radius: var(--poster-radius-small);
  border: 1px solid var(--poster-line);
  box-shadow: 8px 10px 0 rgba(11, 27, 59, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 60
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.nav-dropdown a {
  display: block;
  padding: 7px 10px;
  font-size: 11px;
  color: var(--poster-line);
  white-space: nowrap;
  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
  text-transform: uppercase;
  letter-spacing: .16em
}

/* .nav-dropdown a:hover {
  background: rgba(11, 27, 59, 0.06);
  text-decoration: none;
  transform: translateX(3px)
} */

.nav-dropdown a:not(:last-child) {
  margin-bottom: 2px
}

@media(max-width:960px) {
  .nav-shell {
    padding-inline: 12px
  }

  .nav-controls {
    display: none
  }

  .nav-toprow {
    align-items: center
  }

  .nav-hamburger {
    display: inline-flex;
    margin-left: auto
  }

  .nav-bottomrow {
    display: none
  }
}

@media(max-width:960px) {
  .hero {
    margin-top: 60px
  }
}

.hero-overlay-bottom {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  pointer-events: none
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.section-kicker,
.whatsnew-kicker,
.video-kicker,
.recruit-kicker {
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--poster-blue);
  margin-bottom: 5px
}

.section-title,
.whatsnew-title,
.video-title-en-main,
.recruit-title {
  font-size: 20px;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 4px
}

.recruit-title-en {
  font-size: 11px;
  color: var(--poster-blue);
  text-transform: uppercase;
  letter-spacing: .2em;
  opacity: .7
}

.whatsnew {
  background: var(--poster-bg);
  padding: 42px 16px 46px;
  border-bottom: 1px solid var(--poster-line)
}

.whatsnew-header {
  text-align: center;
  margin-bottom: 26px
}

.whatsnew-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px
}

.whatsnew-card {
  position: relative;
  border-radius: var(--poster-radius-small);
  background: #fff;
  border: 1px solid var(--poster-line);
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.18);
  transform: translateY(0);
  transition: transform .16s ease, box-shadow .16s ease
}

.whatsnew-card::before {
  content: "";
  position: absolute;
  inset: 8px 40% 10px 8px;
  border-radius: var(--poster-radius-small);
  border-right: 1px dashed rgba(11, 27, 59, 0.35);
  pointer-events: none
}

.whatsnew-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 14px 14px 0 rgba(11, 27, 59, 0.24)
}

.whatsnew-card--red {
  background: #fff;
  border-style: dashed
}

.whatsnew-card-ribbon {
  position: absolute;
  top: 10px;
  right: -62px;
  transform: rotate(35deg);
  border: 1px solid var(--poster-line);
  color: var(--poster-blue);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 3px 46px;
  background: #fff;
  text-align: center
}

.whatsnew-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--poster-radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 4px;
  border: 1px solid var(--poster-line);
  color: var(--poster-blue);
  background: radial-gradient(circle at 30% 20%, rgba(11, 27, 59, 0.06), transparent 60%);
  position: relative;
  overflow: hidden
}

.whatsnew-card-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 16px;
  height: 22px;
  border-radius: 8px;
  border: 1px solid var(--poster-line);
  border-top: 0;
  transform: translateX(-50%)
}

.whatsnew-card-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid var(--poster-line);
  transform: translateX(-50%)
}

.whatsnew-card-body {
  flex: 1;
  position: relative;
  z-index: 1
}

.whatsnew-tag {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: .85
}

.whatsnew-card-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 4px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.whatsnew-card-text {
  font-size: 12px;
  color: var(--poster-blue);
  margin: 0 0 6px;
  line-height: 1.5
}

.whatsnew-meta span {
  font-size: 11px;
  opacity: .7
}

.whatsnew-link {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--poster-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px
}

.whatsnew-link::after {
  content: "→";
  font-size: 10px
}

.whatsnew-link:hover {
  text-decoration: underline
}

.whatsnew-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  font-size: 12px
}

.whatsnew-list li+li {
  margin-top: 2px
}

.whatsnew-btn {
  margin-top: 8px;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  background: #fff;
  color: var(--poster-blue);
  border: 1px solid var(--poster-line);
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.4);
  transition: transform .16s ease, box-shadow .16s ease
}

.whatsnew-btn:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 rgba(11, 27, 59, 0.45)
}

@media(max-width:640px) {
  .whatsnew {
    padding-top: 32px
  }

  .whatsnew-grid {
    grid-template-columns: minmax(0, 1fr)
  }

  .whatsnew-card::before {
    inset-inline: 10px
  }
}

.video-section {
  background: var(--poster-bg);
  padding: 36px 16px 44px
}

.video-header {
  text-align: center;
  margin-bottom: 20px
}

.video-title-en-main {
  font-size: 18px
}

.video-frame {
  border-radius: var(--poster-radius);
  background: #fff;
  border: 1px solid var(--poster-line);
  padding: 10px 10px 12px;
  box-shadow: 12px 12px 0 rgba(11, 27, 59, 0.3);
  position: relative;
  overflow: hidden
}

.video-frame::before {
  content: "PUBLIC SERVICE LINE 01";
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .24em;
  opacity: .7
}

.video-frame--centered {
  max-width: 760px;
  margin: 0 auto
}

.video-aspect {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--poster-line)
}

.video-aspect iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.recruit-progress {
  background: var(--poster-bg);
  border-top: 1px solid var(--poster-line);
  border-bottom: 1px solid var(--poster-line);
  padding: 40px 16px 48px
}

.recruit-shell {
  max-width: 1120px;
  margin: 0 auto
}

.recruit-header {
  border-left: 3px solid var(--poster-line);
  padding-left: 14px;
  margin-bottom: 22px
}

.recruit-intro {
  margin-top: 8px;
  font-size: 12px;
  color: var(--poster-blue);
  max-width: 520px;
  line-height: 1.5
}

.recruit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 26px;
  margin-top: 10px
}

.recruit-timeline {
  position: relative;
  padding-left: 22px;
  border-left: 2px solid var(--poster-line);
  display: grid;
  gap: 16px
}

.recruit-timeline::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -6px;
  width: 14px;
  border-radius: 999px;
  border: 2px solid var(--poster-line);
  border-right: 0;
  opacity: .6
}

.recruit-stage {
  display: flex;
  gap: 10px;
  position: relative
}

.recruit-stage-dot {
  position: absolute;
  left: -9px;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 2px solid var(--poster-line);
  background: #fff
}

.recruit-stage-body {
  margin-left: 6px;
  padding: 8px 10px 8px 12px;
  border-radius: var(--poster-radius-small);
  border: 1px solid var(--poster-line);
  background: #fff;
  box-shadow: 6px 6px 0 rgba(11, 27, 59, 0.18)
}

.recruit-stage-label {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: .8
}

.recruit-stage-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 2px;
  text-transform: uppercase
}

.recruit-stage-date {
  font-size: 12px;
  margin-bottom: 2px
}

.recruit-stage-status {
  font-size: 11px;
  opacity: .85
}

.recruit-stage-status--open {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em
}

.recruit-summary {
  display: flex;
  align-items: stretch
}

.recruit-summary-block {
  border-radius: var(--poster-radius);
  background: #fff;
  border: 1px solid var(--poster-line);
  padding: 16px 18px 18px;
  box-shadow: 12px 12px 0 rgba(11, 27, 59, 0.24);
  position: relative;
  overflow: hidden
}

.recruit-summary-block::before {
  content: "";
  position: absolute;
  inset: 16px 32px auto 32px;
  border-top: 1px dashed rgba(11, 27, 59, 0.4)
}

.recruit-summary-block::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 80px;
  height: 60px;
  border-radius: 18px;
  border: 2px solid rgba(11, 27, 59, 0.75);
  transform: skewX(-10deg) skewY(-4deg);
  box-shadow: -10px -10px 0 rgba(11, 27, 59, 0.18);
  background-image: linear-gradient(to bottom, transparent 0, transparent 16px, rgba(11, 27, 59, 0.1) 16px, rgba(11, 27, 59, 0.1) 17px, transparent 17px, transparent 100%);
  opacity: .7
}

.recruit-summary-label {
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.recruit-summary-main {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  max-width: 20em
}

.recruit-summary-text {
  font-size: 12px;
  margin: 0 0 8px
}

.recruit-summary-list {
  font-size: 12px;
  margin: 6px 0 10px;
  padding-left: 18px
}

.recruit-summary-list li+li {
  margin-top: 3px
}

.recruit-summary-link {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--poster-blue);
  text-decoration: none
}

.recruit-summary-link:hover {
  text-decoration: underline
}

@media(max-width:960px) {
  .recruit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px
  }

  .recruit-timeline {
    padding-left: 16px
  }

  .recruit-summary-block::after {
    opacity: .4
  }
}

footer {
  position: static;
  background: #102740;
  color: #f9fafb;
  padding: 32px 16px 40px;
  font-size: 12px;
  border-top: 0
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center
}

.footer-text {
  margin: 0 0 6px;
  line-height: 1.5
}

.footer-text-small {
  margin: 0 0 16px
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px
}

.footer-badge img {
  display: block;
  max-height: 36px
}

.lock-scroll {
  overflow: hidden;
  touch-action: none
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.ebanner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px
}

.ebanner-title {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: .16em
}

.ebanner-desc {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff
}

.ebanner-btn {
  display: inline-block;
  padding: 11px 28px;
  background: #fff;
  color: #b91c1c;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: .08em;
  transition: background .15s, color .15s
}

.ebanner-btn:hover {
  background: #b91c1c;
  color: #fff;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.09)
}


.main-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.main-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 26px 26px 32px;
  font-size: 14px;
  line-height: 1.7
}

.section-divider {
  margin: 34px 0;
  border-top: 1px solid #d1d5db
}

.content-section {
  margin-bottom: 0
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #eaf6fb;
  border-radius: 14px;
  box-shadow: 0 2px 18px 3px rgba(19, 56, 88, 0.06);
  overflow: hidden;
  border: 1px solid rgba(68, 124, 198, 0.09);
  transition: transform .14s, box-shadow .18s;
  text-decoration: none
}


.news-card--blue {
  background: #eaf4fb
}

.news-card--green {
  background: #e8f9f0
}

.news-card--purple {
  background: #f6f1fa
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: transparent;
  padding-top: 14px
}

.news-card-img img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto
}

.news-card-caption {
  background: #4074b3;
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  letter-spacing: .13em;
  padding: 17px 0;
  border-radius: 0 0 10px 10px
}

.news-card--blue .news-card-caption {
  background: #2584b3
}

.news-card--green .news-card-caption {
  background: #27a367
}

.news-card--purple .news-card-caption {
  background: #615da7
}

.video-section {
  background: #fff;
  padding: 12px 28px 28px;
  margin: 0 auto 24px auto;
  max-width: 900px;
  text-align: center
}

.video-title {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #b91c1c;
  margin-bottom: 18px
}

.video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.video-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #222;
  box-shadow: 0 2px 18px 4px rgba(30, 50, 90, 0.09)
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px
}

.video-desc {
  margin-top: 10px;
  color: #234064;
  font-size: 1.08rem;
  font-weight: 600
}

.main-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.4);
  background: rgba(11, 27, 59, 0.06);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 1rem;
  margin: 0 0 16px
}

.main-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-text {
  margin: 0 0 8px
}

.main-buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.main-btn-primary,
.main-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #b91c1c;
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.3)
}

.main-btn-primary {
  background: #b91c1c;
  color: #fff
}

.main-btn-secondary {
  background: #fff;
  color: #b91c1c
}

.main-btn-primary:hover,
.main-btn-secondary:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.35)
}

@media(max-width:900px) {
  .news-card-row {
    flex-direction: column;
    gap: 20px
  }

  .news-card {
    width: 100%;
    max-width: 440px;
    min-width: 0;
    margin: 0 auto
  }

  .main-panel,
  .video-section {
    padding-left: 8px;
    padding-right: 8px
  }
}

.ebanner-inner,
.ebanner-content {
  position: relative;
  z-index: 2
}

.news-title--centered {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 32px;
  color: #0b1b3b;
  margin-top: 0
}

.news-title--centered::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-title {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 1.2rem;
  margin: 0 auto 32px auto;
  padding: 3px 14px;
  border-radius: 16px;
  border: 1px solid #c5c8cf;
  background: #f5f6f7;
  color: #0b1b3b;
  box-shadow: none;
  justify-content: center
}

.content-section {
  text-align: center
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: none
}

.news-card--blue {
  border-color: rgba(37, 132, 179, 0.3);
  box-shadow: 10px 10px 0 rgba(37, 132, 179, 0.15)
}

.news-card--green {
  border-color: rgba(39, 163, 103, 0.3);
  box-shadow: 10px 10px 0 rgba(39, 163, 103, 0.15)
}

.news-card--purple {
  border-color: rgba(97, 93, 167, 0.3);
  box-shadow: 10px 10px 0 rgba(97, 93, 167, 0.15)
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%)
}

.news-card-img img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1))
}

.news-card-body {
  padding: 24px
}

.news-card-caption {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0b1b3b;
  margin: 0;
  line-height: 1.4
}

.nav {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.05);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  border-bottom: 1px solid #e5e7eb
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #e0e5eb;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #2a3548;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e5e9f3;
  color: #b91c1c;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #283443;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eff2f5
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #343f55;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s
}

.nav-link:focus,
.nav-link:hover {
  color: #b91c1c;
  border-bottom: 2.5px solid #b91c1c
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6eb;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .10);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s
}

/* 
.nav-dropdown a:hover {
  background: #f2f5fa;
  color: #b91c1c
} */

@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(63, 66, 80, 0.15);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav-fullpanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 60;
  overflow-y: auto;
  padding: 40px 0 0;
  box-shadow: 0 6px 32px rgba(24, 36, 46, 0.12)
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #b91c1c;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #b91c1c;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #888eac;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 18px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #f3f6fa;
  border-radius: 18px;
  color: #243049;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #eaf0fa;
  color: #b91c1c
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eae9;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 16px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #b91c1c;
  font-weight: 700;
  opacity: .65
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.nav {
  background: rgba(243, 246, 251, 0.96);
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.04);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e2e7f1
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-controls-label {
  color: #4166a1;
  font-size: 13px;
  margin-right: 4px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #d4dae8;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #16396e;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e7f0fb;
  color: #143569;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #143569;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8eaf3;
  background: 0
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #143569;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s, background .12s;
  border-radius: 7px 7px 0 0
}

.nav-link:focus,
.nav-link:hover {
  color: #143569;
  background: #e3eafd;
  border-bottom: 2.5px solid #143569
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6eaf3;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .09);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s, color .12s
}


@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(17, 34, 54, 0.13);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav-fullpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7fafd;
  z-index: 60;
  overflow-y: auto;
  padding: 5px 0 0;
  box-shadow: 0 6px 32px rgba(24, 36, 46, 0.12)
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #143569;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #143569;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #5f7384;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 5px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #e3eafd;
  border-radius: 18px;
  color: #143569;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #143569;
  color: #fff
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eaf3;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 18px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #143569;
  font-weight: 700;
  opacity: .7
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 1
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

@media(max-width:800px) {
  .header-redblocks-bg-svg svg {
    height: 44px
  }

  .header-redblocks-bg {
    min-height: 41px
  }
}


.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2
}

.nav-dropdown {
  z-index: 80
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.nav-controls-label {
  color: #0b1b3b;
  font-size: 13px;
  margin-right: 4px
}

.nav-item {
  position: relative
}

.nav-dropdown {
  z-index: 80
}

.nav-dropdown {
  z-index: 200
}

.nav,
.nav-shell,
.nav-toprow,
.nav-bottomrow {
  overflow: visible !important
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .95;
  filter: saturate(0.95)
}

.nav.header-redblocks-bg .nav-shell {
  position: relative;
  z-index: 2
}

.nav.header-redblocks-bg .nav-link {
  color: #0b1b3b;
  font-weight: 750;
  padding: 16px 10px;
  border-radius: 10px 10px 0 0;
  transition: border-color .14s ease, background .14s ease;
  text-decoration: none
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: rgba(11, 27, 59, .05);
  border-bottom-color: rgba(11, 27, 59, .55);
  outline: 0
}

.nav.header-redblocks-bg .nav-main,
.nav.header-redblocks-bg .nav-bottomrow {
  justify-content: flex-start
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease
}

.nav-overlay.visible {
  opacity: 1;
  visibility: visible
}

.nav-fullpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7fafd;
  z-index: 1001;
  overflow-y: auto;
  padding: 0;
  box-shadow: 0 10px 32px rgba(24, 36, 46, 0.12);
  flex-direction: column;
  transition: opacity .18s, transform .26s
}

.nav--open+.nav-overlay+.nav-fullpanel,
.nav--open~.nav-fullpanel,
.nav--open .nav-fullpanel,
.nav.nav--open+.nav-overlay+.nav-fullpanel,
header.nav--open+.nav-overlay+.nav-fullpanel {
  display: flex;
  opacity: 1;
  transform: translateY(0)
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 18px;
  min-height: 82px;
  border-bottom: 1px solid #e3e9ef;
  background: #fff;
  z-index: 2
}

.nav-fullpanel-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 900;
  font-size: 1.11rem;
  letter-spacing: .16em;
  color: #0b1b3b;
  vertical-align: middle
}

.nav-brand-logo {
  width: 46px;
  height: 46px;
  background: url("https://www.icac.org.hk/icac/recruitment/images/icac-logo.png") center/contain no-repeat;
  flex-shrink: 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  padding: 3px 13px;
  font-size: 2.2rem;
  line-height: 1;
  color: #16396e;
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  outline: 0
}

.nav-fullpanel-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 14px 22px;
  background: #f7fafd
}

.nav-fullpanel-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
  margin-top: 12px
}

.nav-fullpanel-btn,
.nav-fullpanel-list a {
  height: 44px;
  border: 1.2px dotted #b3bacf;
  background: #f7fafd;
  color: #142452;
  font-size: 15px;
  font-family: inherit;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .14em;
  border-radius: 13px;
  padding: 0 18px;
  margin: 0;
  transition: border-color .15s, background .13s, color .15s;
  display: flex;
  align-items: center;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  text-decoration: none
}

.nav-fullpanel-btn:focus,
.nav-fullpanel-btn:hover,
.nav-fullpanel-list a:focus,
.nav-fullpanel-list a:hover {
  background: #eaf1fa;
  border-color: #7ca0df;
  color: #0b1b3b;
  text-decoration: none
}

.nav-fullpanel-expbtn {
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  outline: 0;
  border-width: 1.2px
}

.nav-fullpanel-expbtn[aria-expanded="true"] {
  background: #f2f6fb;
  border-color: #7ca0df
}

.nav-fullpanel-caret {
  margin-left: 10px;
  color: #2a3959;
  font-size: 1.1em;
  transition: transform .2s
}

.nav-fullpanel-expbtn[aria-expanded="true"] .nav-fullpanel-caret {
  transform: rotate(180deg)
}

.nav-fullpanel-expsubmenu[hidden] {
  display: none !important
}

.nav-fullpanel-expsubmenu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 2px;
  margin-left: 7px
}

.nav-fullpanel-subbtn {
  height: 38px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .11em;
  background: #f7fafd;
  color: #1a2438;
  border-radius: 10px;
  border: 1px dotted #c6cbde;
  padding-left: 32px;
  margin-left: 8px;
  box-shadow: none;
  display: flex;
  align-items: center;
  text-decoration: none
}

.nav-fullpanel-subbtn:hover,
.nav-fullpanel-subbtn:focus {
  background: #e3eafd;
  border-color: #7ca0df;
  color: #143569
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eae9;
  margin: 20px 0 16px
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 12px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  background: 0;
  border: 0;
  color: #0b1b3b;
  font-size: 1.03em;
  font-weight: 700;
  cursor: pointer;
  padding: 7px 14px;
  opacity: .77;
  border-radius: 8px;
  transition: background .14s, color .14s;
  outline: 0
}

.nav-fullpanel-lang--active,
.nav-fullpanel-lang:focus {
  background: #e3eaf7;
  color: #0b1b3b;
  opacity: 1;
  outline: 0
}

@media(max-width:400px) {

  .nav-fullpanel-btn,
  .nav-fullpanel-list a {
    height: 48px;
    font-size: 15px
  }

  .nav-fullpanel-subbtn {
    height: 42px;
    font-size: 13.5px
  }
}

.nav-fullpanel-btn:active,
.nav-fullpanel-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #b2d4ff
}

.nav-fullpanel,
.nav-overlay {
  z-index: 1100
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .18s;
  border-radius: 8px;
  font-size: 1.88rem;
  color: #143569;
  outline: 0;
  padding: 0
}

.nav-fullpanel-close:focus,
.nav-fullpanel-close:hover {
  background: #e3eafd
}

.nav-fullpanel-close-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23143569" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 6l12 12M6 18L18 6"></path></svg>') no-repeat center/contain
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .18s;
  border-radius: 8px;
  color: #143569;
  outline: 0;
  padding: 0
}

.nav-fullpanel-close:focus,
.nav-fullpanel-close:hover {
  background: #e3eafd
}

.nav-fullpanel-close-icon {
  font-size: 1.88rem;
  color: #143569;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle
}

.nav-fullpanel-header {
  background: linear-gradient(135deg, #fff 76%, #e3eafd 100%);
  border-bottom: 1px solid #e3e9ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 18px;
  z-index: 2
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 24px 0 18px;
  background: linear-gradient(135deg, #fff 76%, #e3eafd 100%);
  border-bottom: 1px solid #e3e9ef
}

.nav-fullpanel-title,
.nav-fullpanel-close {
  margin: 0;
  padding: 0;
  line-height: 1
}

.nav-brand-logo {
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0
}

.nav-fullpanel-close {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.nav-fullpanel-close-icon {
  font-size: 1.7rem;
  line-height: 1;
  width: 1em;
  height: 1em
}

@media(max-width:600px) {
  .nav-fullpanel-header {
    min-height: 56px;
    padding: 0 12px 0 10px
  }

  .nav-brand-logo {
    height: 32px;
    width: 32px
  }
}

.nav-controls-label {
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #0b1b3b;
  margin-right: 5px;
  opacity: 1;
  line-height: 1.2
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.current-hero {
  position: relative;
  height: 10vh;
  min-height: 100px;
  display: flex;
  align-items: center
}

@media(max-width:960px) {
  .current-hero {
    height: 14vh;
    min-height: 90px
  }
}

.exp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%
}

.exp-kicker {
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 700
}

.current-title-wrapper {
  display: inline-block;
  position: relative;
  margin: 0
}




.current-title-wrapper:hover::after {
  transform: scaleX(1.05)
}

@media(max-width:960px) {
  .current-title {
    font-size: 2.2rem
  }

  .current-title-wrapper::after {
    bottom: -10px;
    height: 3px
  }
}



.jobs-panel {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 20px 22px 26px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  font-size: 14px;
  line-height: 1.7
}



.jobs-note {
  margin: 0 0 4px
}

.jobs-note--spaced {
  margin-top: 1rem
}

.exp-lang-link {
  color: #06c;
  font-weight: 600;
  text-decoration: underline
}

.exp-lang-link:hover {
  text-decoration: underline;
  opacity: .8
}

footer {
  margin-top: auto;
  flex-shrink: 0
}

.nav-fullpanel {
  display: none
}

.nav--open+.nav-overlay+.nav-fullpanel,
.nav--open~.nav-fullpanel,
.nav--open .nav-fullpanel,
.nav.nav--open+.nav-overlay+.nav-fullpanel,
header.nav--open+.nav-overlay+.nav-fullpanel {
  display: block;
  opacity: 1;
  transform: translateY(0)
}

.nav-fullpanel-cta-btn {
  font-family: inherit;
  display: block;
  width: 90%;
  margin: 14px auto 30px auto;
  text-align: center;
  background: linear-gradient(90deg, #0b1b3b 75%, #4e5b8d);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 15px 0;
  box-shadow: 0 2px 18px 0 rgba(11, 27, 59, 0.16);
  letter-spacing: .13em;
  font-size: 1.05rem;
  transition: background .16s, color .16s, box-shadow .16s;
  border: 0;
  text-decoration: none
}

.nav-fullpanel-cta-btn:hover,
.nav-fullpanel-cta-btn:focus {
  background: linear-gradient(90deg, #385488, #0b1b3b 85%);
  color: #fff;
  text-decoration: underline;
  box-shadow: 0 4px 24px 0 rgba(11, 27, 59, 0.20)
}

.nav-fullpanel-pill-links a {
  font-size: 15px;
  font-weight: 650;
  padding: 12px 16px;
  border-radius: 10px;
  gap: 9px;
  background: #f5f7fa;
  margin-bottom: 9px
}

.nav-fullpanel-pill-links a i {
  color: #4e5b8d
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 22px
}

.nav-fullpanel-lang {
  background: 0;
  border: 0;
  color: #0b1b3b;
  font-size: 1.03em;
  font-weight: 700;
  cursor: pointer;
  padding: 7px 10px;
  opacity: .77;
  border-radius: 8px;
  transition: background .14s, color .14s
}

.nav-fullpanel-lang--active,
.nav-fullpanel-lang:focus {
  background: #e3eaf7;
  color: #0b1b3b;
  opacity: 1;
  outline: 0
}

.nav-fullpanel-expgroup {
  width: 100%
}

.nav-fullpanel-expbtn {
  width: 100%;
  text-align: left;
  background: #f3f6fa;
  color: #243049;
  font-weight: 700;
  border: 0;
  padding: 11px 20px;
  border-radius: 18px;
  cursor: pointer;
  font-size: 1em;
  transition: background .14s;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.nav-fullpanel-expbtn[aria-expanded="true"] {
  background: #eaf0fa
}

.nav-fullpanel-caret {
  font-size: 1.08em;
  transition: transform .2s
}

.nav-fullpanel-expbtn[aria-expanded="true"] .nav-fullpanel-caret {
  transform: rotate(180deg)
}

.nav-fullpanel-expsubmenu {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 7px
}

.nav-fullpanel-expsubmenu a {
  background: 0;
  border-radius: 12px;
  padding: 7.5px 12px;
  color: #143569;
  font-size: .98em;
  font-weight: 650;
  letter-spacing: .06em
}

.nav-fullpanel-expsubmenu a:hover {
  background: #e3eafd;
  color: #143569
}

.nav-fullpanel-expsubmenu[hidden] {
  display: none !important
}

.nav-fullpanel-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 10px
}

.nav-fullpanel-btn,
.nav-fullpanel-list a {
  height: 54px;
  border: 1.5px dotted #b3bacf;
  background: #f7fafd;
  color: #19284a;
  font-size: 1.23rem;
  font-weight: 800;
  text-align: left;
  border-radius: 16px;
  padding: 0 22px;
  letter-spacing: .02em;
  transition: border-color .18s, background .16s, box-shadow .16s;
  display: flex;
  align-items: center;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none
}

.nav-fullpanel-btn:focus,
.nav-fullpanel-btn:hover,
.nav-fullpanel-list a:focus,
.nav-fullpanel-list a:hover {
  background: #eaf1fa;
  border-color: #7ca0df;
  color: #0b1b3b;
  text-decoration: none
}

.nav-fullpanel-expbtn {
  justify-content: space-between;
  position: relative
}

.nav-fullpanel-expbtn[aria-expanded="true"] {
  background: #f0f5fb;
  border-color: #7ca0df
}

.nav-fullpanel-caret {
  margin-left: 10px;
  color: #233259;
  font-size: 1.12em;
  transition: transform .2s
}

.nav-fullpanel-expbtn[aria-expanded="true"] .nav-fullpanel-caret {
  transform: rotate(180deg)
}

.nav-fullpanel-expsubmenu[hidden] {
  display: none !important
}

.nav-fullpanel-expsubmenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 5px;
  margin-left: 7px
}

.nav-fullpanel-subbtn {
  height: 46px;
  font-size: 1.08rem;
  font-weight: 700;
  background: #f2f6fb;
  color: #1b2640;
  border-radius: 13px;
  border: 1.3px dotted #c6cbde;
  padding-left: 32px;
  margin-left: 12px;
  box-shadow: none
}

.nav-fullpanel-subbtn:hover,
.nav-fullpanel-subbtn:focus {
  background: #e3eafd;
  border-color: #7ca0df;
  color: #143569
}

.nav-fullpanel-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px
}

.nav-fullpanel-btn,
.nav-fullpanel-list a {
  height: 44px;
  border: 1.2px dotted #b3bacf;
  background: #f7fafd;
  color: #142452;
  font-size: 15px;
  font-family: inherit;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .14em;
  border-radius: 13px;
  padding: 0 18px;
  transition: border-color .15s, background .13s, color .15s;
  display: flex;
  align-items: center;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none
}

.nav-fullpanel-btn:focus,
.nav-fullpanel-btn:hover,
.nav-fullpanel-list a:focus,
.nav-fullpanel-list a:hover {
  background: #eaf1fa;
  border-color: #7ca0df;
  color: #0b1b3b;
  text-decoration: none
}

.nav-fullpanel-expbtn {
  justify-content: space-between;
  position: relative
}

.nav-fullpanel-expbtn[aria-expanded="true"] {
  background: #f2f6fb;
  border-color: #7ca0df
}

.nav-fullpanel-caret {
  margin-left: 10px;
  color: #2a3959;
  font-size: 1.1em;
  transition: transform .2s
}

.nav-fullpanel-expbtn[aria-expanded="true"] .nav-fullpanel-caret {
  transform: rotate(180deg)
}

.nav-fullpanel-expsubmenu[hidden] {
  display: none !important
}

.nav-fullpanel-expsubmenu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 2px;
  margin-left: 7px
}

.nav-fullpanel-subbtn {
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .11em;
  background: #f7fafd;
  color: #1a2438;
  border-radius: 10px;
  border: 1px dotted #c6cbde;
  padding-left: 32px;
  margin-left: 8px;
  box-shadow: none;
  display: flex;
  align-items: center
}

.nav-fullpanel-subbtn:hover,
.nav-fullpanel-subbtn:focus {
  background: #e3eafd;
  border-color: #7ca0df;
  color: #143569
}

.career-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08)
}

@media(max-width:960px) {
  .career-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.career-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.career-kicker {
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px
}

.career-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.career-title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.career-main {
  padding: 26px 16px 48px
}

.career-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px
}

.career-panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 20px 22px 22px;
  font-size: 14px;
  line-height: 1.7
}

.career-section-title {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.32);
  background: rgba(11, 27, 59, 0.04);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  margin: 0 0 10px
}

.career-section-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.career-text {
  margin: 0 0 8px;
  text-align: justify;
  color: #111827
}

.career-highlight {
  border-radius: 12px;
  padding: 10px 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  margin: 12px 0 10px;
  text-align: center
}

.career-highlight strong {
  color: #111827
}

.career-subheading {
  font-size: 15px;
  font-weight: 800;
  margin: 16px 0 8px;
  color: #0b1b3b
}

.career-path-text {
  margin: 0 0 8px;
  text-align: justify;
  color: #111827;
  font-size: 14px;
  line-height: 1.7
}

.career-path-link {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600
}

.career-path-link:hover {
  text-decoration: underline
}

.areas-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}

.career-area-toggle {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 8px 10px
}

.career-area-toggle summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.career-area-toggle summary::-webkit-details-marker {
  display: none
}

.career-area-header {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.career-area-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #d4d4d8;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #4b5563;
  flex-shrink: 0
}

.career-area-title {
  font-size: 14px;
  font-weight: 800;
  color: #111827;
  white-space: normal
}

.career-area-chevron {
  font-size: 11px;
  color: #6b7280;
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.career-area-toggle[open] .career-area-chevron {
  transform: rotate(90deg)
}

.career-area-body {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e5e7eb
}

.career-area-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #4b5563
}

.career-area-list li+li {
  margin-top: 2px
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.ebanner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px
}

.ebanner-title {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: .16em
}

.ebanner-desc {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff
}

.ebanner-btn {
  display: inline-block;
  padding: 11px 28px;
  background: #fff;
  color: #b91c1c;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: .08em;
  transition: background .15s, color .15s
}

.ebanner-btn:hover {
  background: #b91c1c;
  color: #fff;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.09)
}

.main-content {
  padding: 26px 16px 48px
}

.main-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.main-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 26px 26px 32px;
  font-size: 14px;
  line-height: 1.7
}

.section-divider {
  margin: 34px 0;
  border-top: 1px solid #d1d5db
}

.content-section {
  margin-bottom: 0
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #eaf6fb;
  border-radius: 14px;
  box-shadow: 0 2px 18px 3px rgba(19, 56, 88, 0.06);
  overflow: hidden;
  border: 1px solid rgba(68, 124, 198, 0.09);
  transition: transform .14s, box-shadow .18s;
  text-decoration: none
}


.news-card--blue {
  background: #eaf4fb
}

.news-card--green {
  background: #e8f9f0
}

.news-card--purple {
  background: #f6f1fa
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: transparent;
  padding-top: 14px
}

.news-card-img img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto
}

.news-card-caption {
  background: #4074b3;
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  letter-spacing: .13em;
  padding: 17px 0;
  border-radius: 0 0 10px 10px
}

.news-card--blue .news-card-caption {
  background: #2584b3
}

.news-card--green .news-card-caption {
  background: #27a367
}

.news-card--purple .news-card-caption {
  background: #615da7
}

.video-section {
  background: #fff;
  padding: 12px 28px 28px;
  margin: 0 auto 24px auto;
  max-width: 900px;
  text-align: center
}

.video-title {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #b91c1c;
  margin-bottom: 18px
}

.video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.video-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #222;
  box-shadow: 0 2px 18px 4px rgba(30, 50, 90, 0.09)
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px
}

.video-desc {
  margin-top: 10px;
  color: #234064;
  font-size: 1.08rem;
  font-weight: 600
}

.main-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.4);
  background: rgba(11, 27, 59, 0.06);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 1rem;
  margin: 0 0 16px
}

.main-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-text {
  margin: 0 0 8px
}

.main-buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.main-btn-primary,
.main-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #b91c1c;
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.3)
}

.main-btn-primary {
  background: #b91c1c;
  color: #fff
}

.main-btn-secondary {
  background: #fff;
  color: #b91c1c
}

.main-btn-primary:hover,
.main-btn-secondary:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.35)
}

@media(max-width:900px) {
  .news-card-row {
    flex-direction: column;
    gap: 20px
  }

  .news-card {
    width: 100%;
    max-width: 440px;
    min-width: 0;
    margin: 0 auto
  }

  .main-panel,
  .video-section {
    padding-left: 8px;
    padding-right: 8px
  }
}

.ebanner-inner,
.ebanner-content {
  position: relative;
  z-index: 2
}

.news-title--centered {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 32px;
  color: #0b1b3b;
  margin-top: 0
}

.news-title--centered::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-title {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 1.45rem;
  margin: 0 auto 32px auto;
  padding: 3px 14px;
  border-radius: 16px;
  border: 1px solid #c5c8cf;
  background: #f5f6f7;
  color: #0b1b3b;
  box-shadow: none;
  justify-content: center
}

.content-section {
  text-align: center
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: none
}

.news-card--blue {
  border-color: rgba(37, 132, 179, 0.3);
  box-shadow: 10px 10px 0 rgba(37, 132, 179, 0.15)
}

.news-card--green {
  border-color: rgba(39, 163, 103, 0.3);
  box-shadow: 10px 10px 0 rgba(39, 163, 103, 0.15)
}

.news-card--purple {
  border-color: rgba(97, 93, 167, 0.3);
  box-shadow: 10px 10px 0 rgba(97, 93, 167, 0.15)
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%)
}

.news-card-img img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1))
}

.news-card-body {
  padding: 24px
}

.news-card-caption {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0b1b3b;
  margin: 0;
  line-height: 1.4
}

.nav {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.05);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  border-bottom: 1px solid #e5e7eb
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #e0e5eb;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #2a3548;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e5e9f3;
  color: #b91c1c;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #283443;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eff2f5
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #343f55;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s
}

.nav-link:focus,
.nav-link:hover {
  color: #b91c1c;
  border-bottom: 2.5px solid #b91c1c
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6eb;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .10);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s
}



@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(63, 66, 80, 0.15);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav-fullpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 60;
  overflow-y: auto;
  box-shadow: 0 6px 32px rgba(24, 36, 46, 0.12)
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #b91c1c;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #b91c1c;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #888eac;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 18px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #f3f6fa;
  border-radius: 18px;
  color: #243049;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #eaf0fa;
  color: #b91c1c
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eae9;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 16px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #b91c1c;
  font-weight: 700;
  opacity: .65
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

/* .nav-link:focus,
.nav-toggle-btn:focus,
.nav-dropdown a:focus,
.nav-fullpanel-close:focus,
.nav-fullpanel-pill-links a:focus {
  outline: 2.5px solid #b91c1c;
  outline-offset: 2px
} */

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.nav {
  background: rgba(243, 246, 251, 0.96);
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.04);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e2e7f1
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-controls-label {
  color: #4166a1;
  font-size: 13px;
  margin-right: 4px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #d4dae8;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #16396e;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e7f0fb;
  color: #143569;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #143569;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8eaf3;
  background: 0
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #143569;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s, background .12s;
  border-radius: 7px 7px 0 0
}

.nav-link:focus,
.nav-link:hover {
  color: #143569;
  background: #e3eafd;
  border-bottom: 2.5px solid #143569
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6eaf3;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .09);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s, color .12s
}



@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(17, 34, 54, 0.13);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav-fullpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7fafd;
  z-index: 60;
  overflow-y: auto;
  box-shadow: 0 6px 32px rgba(24, 36, 46, 0.12)
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #143569;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #143569;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #5f7384;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 18px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #e3eafd;
  border-radius: 18px;
  color: #143569;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #143569;
  color: #fff
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eaf3;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 18px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #143569;
  font-weight: 700;
  opacity: .7
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 1
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

@media(max-width:800px) {
  .header-redblocks-bg-svg svg {
    height: 44px
  }

  .header-redblocks-bg {
    min-height: 41px
  }
}

.nav.header-redblocks-bg .nav-main {
  gap: 18px
}

.nav.header-redblocks-bg .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #fff;
  border: 1.5px solid rgba(2, 6, 23, .70);
  border-radius: 4px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: background .14s ease, transform .14s ease, border-color .14s ease, color .14s ease
}

.nav.header-redblocks-bg .nav-link::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(2, 6, 23, .35);
  border-radius: 2px;
  pointer-events: none
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: rgba(11, 27, 59, .04);
  transform: translateY(-1px);
  outline: 0
}

.nav.header-redblocks-bg .nav-link .caret {
  margin-left: 6px;
  opacity: .7
}

.nav-bottomrow {
  justify-content: flex-start !important
}

.nav-main {
  justify-content: flex-start
}

.nav.header-redblocks-bg .nav-shell,
.nav.header-redblocks-bg .nav-toprow,
.nav.header-redblocks-bg .nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2
}

.nav-dropdown {
  z-index: 80
}

.header-redblocks-bg {
  position: relative;
  background: #fff;
  overflow: visible;
  min-height: 70px
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.header-redblocks-bg {
  position: relative;
  background: #fff;
  overflow: visible;
  min-height: 70px
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.nav-controls-label {
  color: #0b1b3b;
  font-size: 13px;
  margin-right: 4px
}

.nav-item {
  position: relative
}

.nav-dropdown {
  z-index: 80
}

.nav-dropdown {
  z-index: 200
}

.nav,
.nav-shell,
.nav-toprow,
.nav-bottomrow {
  overflow: visible !important
}

.header-redblocks-bg {
  position: relative;
  overflow: visible
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .95;
  filter: saturate(0.95)
}

.nav.header-redblocks-bg {
  position: sticky;
  top: 0;
  z-index: 40;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .08)
}

.nav.header-redblocks-bg .nav-shell {
  position: relative;
  z-index: 2
}

.nav.header-redblocks-bg .nav-link {
  color: #0b1b3b;
  font-weight: 750;
  padding: 16px 10px;
  border-radius: 10px 10px 0 0;
  transition: border-color .14s ease, background .14s ease;
  text-decoration: none
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: rgba(11, 27, 59, .05);
  border-bottom-color: rgba(11, 27, 59, .55);
  outline: 0
}

.nav.header-redblocks-bg .nav-main,
.nav.header-redblocks-bg .nav-bottomrow {
  justify-content: flex-start
}

.jobs-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center
}

@media(max-width:960px) {
  .jobs-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.jobs-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.jobs-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #0b1b3b
}

.jobs-title::after {
  content: "";
  display: block;
  margin: 12px auto 0 auto;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.jobs-subtitle {
  font-size: 16px;
  color: #4b5563;
  max-width: 700px;
  margin: 10px auto 0 auto;
  line-height: 1.6
}


.jobs-panel {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 20px 22px 26px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  font-size: 14px;
  line-height: 1.7
}

.jobs-panel:last-of-type {
  margin-bottom: 0
}


.jobs-note {
  margin: 0 0 4px
}

.jobs-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 18px
}

.jobs-list li+li {
  margin-top: 6px
}

.jobs-post-title {
  font-weight: 700
}

.jobs-visual-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  margin-top: 4px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(11, 27, 59, 0.03);
  font-size: 11px;
  color: #4b5563;
  letter-spacing: .04em
}

.jobs-visual-note i.fa-file-word {
  font-size: 14px;
  color: #185abd
}

.jobs-apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  text-decoration: none;
  color: #0b1b3b;
  border-radius: 999px;
  border: 1px solid #0b1b3b;
  padding: 10px 26px;
  box-shadow: 6px 6px 0 rgba(11, 27, 59, 0.2);
  background: #fff
}

.jobs-apply-link:hover {
  text-decoration: underline
}

a {
  color: #0b1b3b
}

@media(max-width:900px) {
  .jobs-panel {
    padding-left: 8px;
    padding-right: 8px
  }
}

.current-hero {
  position: relative;
  height: 10vh;
  min-height: 100px;
  display: flex;
  align-items: center
}

@media(max-width:960px) {
  .current-hero {
    height: 14vh;
    min-height: 90px
  }
}

.exp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%
}

.exp-kicker {
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 700
}

.current-title-wrapper {
  display: inline-block;
  position: relative;
  margin: 0
}

.current-title {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin: 0 0 8px;
  text-transform: uppercase
}


.current-title-wrapper:hover::after {
  transform: scaleX(1.05)
}

@media(max-width:960px) {
  .current-title {
    font-size: 2.2rem
  }

  .current-title-wrapper::after {
    bottom: -10px;
    height: 3px
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

footer {
  flex-shrink: 0
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

footer {
  flex-shrink: 0
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.tips-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08)
}

@media(max-width:960px) {
  .tips-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.tips-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.tips-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.tips-title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.tips-subtitle {
  font-size: 14px;
  color: #4b5563;
  max-width: 720px;
  line-height: 1.6;
  margin: 0
}

.tips-main {
  padding: 26px 16px 48px
}

.tips-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px
}

.tips-panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 20px 22px 22px;
  font-size: 14px;
  line-height: 1.7
}

.tips-section-title {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.32);
  background: rgba(11, 27, 59, 0.04);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  margin: 0 0 10px
}

.tips-section-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.tips-text {
  margin: 0 0 8px;
  color: #111827
}

.tips-text--justify {
  text-align: justify
}

.tips-placeholder {
  margin: 0 0 6px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px dashed #d1d5db;
  background: #f9fafb;
  font-size: 13px;
  color: #6b7280
}

.tips-subheading {
  font-size: 15px;
  font-weight: 800;
  margin: 16px 0 8px;
  color: #0b1b3b
}

.tips-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}

@media(max-width:768px) {
  .tips-card-grid {
    grid-template-columns: minmax(0, 1fr)
  }
}

.tips-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  flex-direction: column
}

.tips-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-color: #ddd
}

.tips-card-body {
  padding: 6px 8px 8px;
  font-size: 12px;
  color: #111827
}

.tips-card-title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}

.tips-link {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600
}

.tips-link:hover {
  text-decoration: underline
}

.note-file-link.pdf-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  text-decoration: none;
  color: #0b1b3b;
  box-shadow: none;
  font-size: 14px
}

.note-file-link.pdf-pill:hover,
.note-file-link.pdf-pill:focus {
  background: #fff;
  border-color: #cfe0ff;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(37, 99, 235, 0.06)
}

.note-file-icon.pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #dc2626;
  color: #fff;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1
}

.note-file-icon.pdf-icon i {
  font-size: 16px
}

.note-file-name {
  color: #0b1b3b;
  text-decoration: none;
  white-space: nowrap
}

@media(max-width:420px) {
  .note-file-link.pdf-pill {
    padding: 6px 10px;
    gap: 8px
  }

  .note-file-icon.pdf-icon {
    width: 32px;
    height: 32px;
    font-size: 14px
  }

  .note-file-name {
    font-size: 13px
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.tips-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08)
}

@media(max-width:960px) {
  .tips-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.tips-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.tips-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.tips-title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.tips-subtitle {
  font-size: 14px;
  color: #4b5563;
  max-width: 720px;
  line-height: 1.6;
  margin: 0
}

.tips-main {
  padding: 26px 16px 48px
}

.tips-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px
}

.tips-panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 20px 22px 22px;
  font-size: 14px;
  line-height: 1.7
}

.tips-section-title {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.32);
  background: rgba(11, 27, 59, 0.04);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  margin: 0 0 10px
}

.tips-section-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.tips-text {
  margin: 0 0 8px;
  color: #111827
}

.tips-text--justify {
  text-align: justify
}

.tips-placeholder {
  margin: 0 0 6px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px dashed #d1d5db;
  background: #f9fafb;
  font-size: 13px;
  color: #6b7280
}

.tips-subheading {
  font-size: 15px;
  font-weight: 800;
  margin: 16px 0 8px;
  color: #0b1b3b
}

.tips-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}

@media(max-width:768px) {
  .tips-card-grid {
    grid-template-columns: minmax(0, 1fr)
  }
}

.tips-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  flex-direction: column
}

.tips-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-color: #ddd
}

.tips-card-body {
  padding: 6px 8px 8px;
  font-size: 12px;
  color: #111827
}

.tips-card-title {
  margin: 0;
  font-weight: 600
}

.tips-link {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600
}

.tips-link:hover {
  text-decoration: underline
}

.note-file-link.pdf-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  text-decoration: none;
  color: #0b1b3b;
  box-shadow: none;
  font-size: 14px
}

.note-file-link.pdf-pill:hover,
.note-file-link.pdf-pill:focus {
  background: #fff;
  border-color: #cfe0ff;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(37, 99, 235, 0.06)
}

.note-file-icon.pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #dc2626;
  color: #fff;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1
}

.note-file-icon.pdf-icon i {
  font-size: 16px
}

.note-file-name {
  color: #0b1b3b;
  text-decoration: none;
  white-space: nowrap
}

@media(max-width:420px) {
  .note-file-link.pdf-pill {
    padding: 6px 10px;
    gap: 8px
  }

  .note-file-icon.pdf-icon {
    width: 32px;
    height: 32px;
    font-size: 14px
  }

  .note-file-name {
    font-size: 13px
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  display: flex;
  flex-direction: column
}

.ebanner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px
}

.ebanner-title {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: .16em
}

.ebanner-desc {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff
}

.ebanner-btn {
  display: inline-block;
  padding: 11px 28px;
  background: #fff;
  color: #b91c1c;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: .08em;
  transition: background .15s, color .15s
}

.ebanner-btn:hover {
  background: #b91c1c;
  color: #fff;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.09)
}

.main-content {
  /* padding: 26px 16px 48px */
  padding: 50px 16px 48px
}

.main-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.main-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 26px 26px 32px;
  font-size: 14px;
  line-height: 1.7
}

.section-divider {
  margin: 34px 0;
  border-top: 1px solid #d1d5db
}

.content-section {
  margin-bottom: 0
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #eaf6fb;
  border-radius: 14px;
  box-shadow: 0 2px 18px 3px rgba(19, 56, 88, 0.06);
  overflow: hidden;
  border: 1px solid rgba(68, 124, 198, 0.09);
  transition: transform .14s, box-shadow .18s;
  text-decoration: none
}


.news-card--blue {
  background: #eaf4fb
}

.news-card--green {
  background: #e8f9f0
}

.news-card--purple {
  background: #f6f1fa
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: transparent;
  padding-top: 14px
}

.news-card-img img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto
}

.news-card-caption {
  background: #4074b3;
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  letter-spacing: .13em;
  padding: 17px 0;
  border-radius: 0 0 10px 10px
}

.news-card--blue .news-card-caption {
  background: #2584b3
}

.news-card--green .news-card-caption {
  background: #27a367
}

.news-card--purple .news-card-caption {
  background: #615da7
}

.video-section {
  background: #fff;
  padding: 12px 28px 28px;
  margin: 0 auto 24px auto;
  max-width: 900px;
  text-align: center
}

.video-title {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #b91c1c;
  margin-bottom: 18px
}

.video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.video-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #222;
  box-shadow: 0 2px 18px 4px rgba(30, 50, 90, 0.09)
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px
}

.video-desc {
  margin-top: 10px;
  color: #234064;
  font-size: 1.08rem;
  font-weight: 600
}

.main-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.4);
  background: rgba(11, 27, 59, 0.06);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 1rem;
  margin: 0 0 16px
}

.main-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-text {
  margin: 0 0 8px
}

.main-buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.main-btn-primary,
.main-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #b91c1c;
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.3)
}

.main-btn-primary {
  background: #b91c1c;
  color: #fff
}

.main-btn-secondary {
  background: #fff;
  color: #b91c1c
}

.main-btn-primary:hover,
.main-btn-secondary:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.35)
}

@media(max-width:900px) {
  .news-card-row {
    flex-direction: column;
    gap: 20px
  }

  .news-card {
    width: 100%;
    max-width: 440px;
    min-width: 0;
    margin: 0 auto
  }

  .main-panel,
  .video-section {
    padding-left: 8px;
    padding-right: 8px
  }
}

.ebanner-inner,
.ebanner-content {
  position: relative;
  z-index: 2
}

.news-title--centered {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 32px;
  color: #0b1b3b;
  margin-top: 0
}

.news-title--centered::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.main-title {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: .12em;
  font-size: 1.45rem;
  margin: 0 auto 32px auto;
  padding: 3px 14px;
  border-radius: 16px;
  border: 1px solid #c5c8cf;
  background: #f5f6f7;
  color: #0b1b3b;
  box-shadow: none;
  justify-content: center
}

.content-section {
  text-align: center
}

.news-section {
  margin-bottom: 0
}

.news-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: .13em;
  color: #0b1b3b;
  text-align: center
}

.news-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  min-width: 210px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: none
}

.news-card--blue {
  border-color: rgba(37, 132, 179, 0.3);
  box-shadow: 10px 10px 0 rgba(37, 132, 179, 0.15)
}

.news-card--green {
  border-color: rgba(39, 163, 103, 0.3);
  box-shadow: 10px 10px 0 rgba(39, 163, 103, 0.15)
}

.news-card--purple {
  border-color: rgba(97, 93, 167, 0.3);
  box-shadow: 10px 10px 0 rgba(97, 93, 167, 0.15)
}

.news-card-img {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%)
}

.news-card-img img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1))
}

.news-card-body {
  padding: 24px
}

.news-card-caption {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0b1b3b;
  margin: 0;
  line-height: 1.4
}

.nav {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.05);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  border-bottom: 1px solid #e5e7eb
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #e0e5eb;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #2a3548;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e5e9f3;
  color: #b91c1c;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #283443;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eff2f5
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #343f55;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s
}

.nav-link:focus,
.nav-link:hover {
  color: #b91c1c;
  border-bottom: 2.5px solid #b91c1c
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6eb;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .10);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s
}



@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(63, 66, 80, 0.15);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #b91c1c;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #b91c1c;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #888eac;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 18px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #f3f6fa;
  border-radius: 18px;
  color: #243049;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #eaf0fa;
  color: #b91c1c
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eae9;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 16px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #b91c1c;
  font-weight: 700;
  opacity: .65
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

/* .nav-link:focus,
.nav-toggle-btn:focus,
.nav-dropdown a:focus,
.nav-fullpanel-close:focus,
.nav-fullpanel-pill-links a:focus {
  outline: 2.5px solid #b91c1c;
  outline-offset: 2px
} */

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.nav {
  background: rgba(243, 246, 251, 0.96);
  box-shadow: 0 2px 12px 0 rgba(24, 36, 46, 0.04);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e2e7f1
}

.nav-shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

.nav-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 0
}

.nav-brand-block {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-controls {
  display: flex;
  gap: 16px
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px
}

.nav-controls-label {
  color: #4166a1;
  font-size: 13px;
  margin-right: 4px
}

.nav-toggle-group {
  display: flex;
  border-radius: 22px;
  background: #f1f5f9;
  border: 1px solid #d4dae8;
  overflow: hidden
}

.nav-toggle-btn {
  background: 0;
  border: 0;
  font-weight: 700;
  color: #16396e;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s, color .16s
}

.nav-toggle-btn.active,
.nav-toggle-btn:focus {
  background: #e7f0fb;
  color: #143569;
  outline: 0
}

.nav-hamburger {
  display: none;
  background: 0;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer
}

.nav-hamburger .bar {
  display: block;
  height: 3.5px;
  width: 26px;
  background: #143569;
  margin: 4.5px 0;
  border-radius: 2px;
  transition: .3s
}

.nav-bottomrow {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8eaf3;
  background: 0
}

.nav-main {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 15px
}

.nav-item {
  position: relative
}

.nav-link {
  color: #143569;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  letter-spacing: .03em;
  border-bottom: 2.5px solid transparent;
  transition: border .12s, color .12s, background .12s;
  border-radius: 7px 7px 0 0
}

.nav-link:focus,
.nav-link:hover {
  color: #143569;
  background: #e3eafd;
  border-bottom: 2.5px solid #143569
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6eaf3;
  box-shadow: 0 8px 20px rgba(30, 50, 90, .09);
  border-radius: 0 0 12px 12px;
  min-width: 164px;
  z-index: 20;
  padding: 8px 0
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block
}

.nav-dropdown a {
  display: block;
  padding: 10px 28px 10px 18px;
  color: #243049;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  transition: background .12s, color .12s
}


@media(max-width:980px) {
  .nav-hamburger {
    display: block
  }

  .nav-controls {
    display: none
  }

  .nav-bottomrow {
    display: none
  }
}

.nav--open .nav-overlay {
  display: block;
  background: rgba(17, 34, 54, 0.13);
  z-index: 50;
  position: fixed;
  inset: 0
}

.nav-overlay {
  display: none
}

.nav-fullpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7fafd;
  z-index: 60;
  overflow-y: auto;
  box-shadow: 0 6px 32px rgba(24, 36, 46, 0.12)
}

.nav--open .nav-fullpanel {
  display: block
}

.nav-fullpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.nav-fullpanel-title {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .13em;
  color: #143569;
  padding: 16px 0
}

.nav-fullpanel-close {
  background: 0;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  color: #143569;
  cursor: pointer
}

.nav-fullpanel-body {
  padding: 30px 24px
}

.nav-fullpanel-section {
  margin-bottom: 24px
}

.nav-fullpanel-section-label {
  font-size: .98rem;
  color: #5f7384;
  margin-bottom: 10px;
  font-weight: 700
}

.nav-fullpanel-pill-links {
  display: flex;
  gap: 18px;
  flex-direction: column
}

.nav-fullpanel-pill-links a {
  padding: 11px 20px;
  background: #e3eafd;
  border-radius: 18px;
  color: #143569;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em
}

.nav-fullpanel-pill-links a:hover,
.nav-fullpanel-pill-links a:focus {
  background: #143569;
  color: #fff
}

.nav-fullpanel-divider {
  border-top: 1px solid #e8eaf3;
  margin: 18px 0
}

.nav-fullpanel-lang-row {
  display: flex;
  gap: 18px;
  padding-bottom: 30px;
  font-size: 1rem
}

.nav-fullpanel-lang {
  color: #143569;
  font-weight: 700;
  opacity: .7
}

.nav-fullpanel-lang--active {
  text-decoration: underline;
  opacity: 1
}

@media(max-width:600px) {
  .nav-shell {
    padding: 0 7px
  }

  .nav-fullpanel-header,
  .nav-fullpanel-body {
    padding-left: 12px;
    padding-right: 12px
  }
}

.header-redblocks-bg {
  position: relative;
  background: #fff;
  min-height: 70px;
  overflow: visible;
  border-bottom: 0
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 1
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

@media(max-width:800px) {
  .header-redblocks-bg-svg svg {
    height: 44px
  }

  .header-redblocks-bg {
    min-height: 41px
  }
}

.nav.header-redblocks-bg {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 8px 22px rgba(2, 6, 23, .08)
}

.nav.header-redblocks-bg .nav-main {
  gap: 18px
}

.nav.header-redblocks-bg .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #fff;
  border: 1.5px solid rgba(2, 6, 23, .70);
  border-radius: 4px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: background .14s ease, transform .14s ease, border-color .14s ease, color .14s ease
}

.nav.header-redblocks-bg .nav-link::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(2, 6, 23, .35);
  border-radius: 2px;
  pointer-events: none
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: rgba(11, 27, 59, .04);
  transform: translateY(-1px);
  outline: 0
}

.nav.header-redblocks-bg .nav-link .caret {
  margin-left: 6px;
  opacity: .7
}

.nav-bottomrow {
  justify-content: flex-start !important
}

.nav-main {
  justify-content: flex-start
}

.nav.header-redblocks-bg {
  position: sticky;
  top: 0;
  z-index: 40;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .08)
}

.nav.header-redblocks-bg .nav-shell,
.nav.header-redblocks-bg .nav-toprow,
.nav.header-redblocks-bg .nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2
}

.nav-dropdown {
  z-index: 80
}

.header-redblocks-bg {
  position: relative;
  background: #fff;
  overflow: visible;
  min-height: 70px
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.header-redblocks-bg {
  position: relative;
  background: #fff;
  overflow: visible;
  min-height: 70px
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 72px;
  pointer-events: none;
  z-index: 0;
  display: block !important
}

.header-redblocks-bg-svg svg {
  width: 100%;
  height: 72px;
  display: block
}

.nav-shell,
.nav-toprow,
.nav-bottomrow {
  position: relative;
  z-index: 2;
  background: transparent
}

.nav-dropdown {
  z-index: 200
}

@media(max-width:800px) {
  .header-redblocks-bg {
    min-height: 44px
  }

  .header-redblocks-bg-svg,
  .header-redblocks-bg-svg svg {
    height: 48px
  }
}

.nav-controls-label {
  color: #0b1b3b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-right: 4px
}

.nav-item {
  position: relative
}

.nav-dropdown {
  z-index: 80
}

.nav-dropdown {
  z-index: 200
}

.nav,
.nav-shell,
.nav-toprow,
.nav-bottomrow {
  overflow: visible !important
}

.header-redblocks-bg {
  position: relative;
  overflow: visible
}

.header-redblocks-bg-svg {
  position: absolute;
  inset: 0;
  height: 72px;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .95;
  filter: saturate(0.95)
}

.nav.header-redblocks-bg {
  position: sticky;
  top: 0;
  z-index: 40;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .08)
}

.nav.header-redblocks-bg .nav-shell {
  position: relative;
  z-index: 2
}

.nav.header-redblocks-bg .nav-brand-text-main {
  color: #0b1b3b
}

.nav.header-redblocks-bg .nav-link {
  color: #0b1b3b;
  font-weight: 750;
  padding: 16px 10px;
  border-radius: 10px 10px 0 0;
  transition: border-color .14s ease, background .14s ease;
  text-decoration: none
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: rgba(11, 27, 59, .05);
  border-bottom-color: rgba(11, 27, 59, .55);
  outline: 0
}

.nav.header-redblocks-bg .nav-main,
.nav.header-redblocks-bg .nav-bottomrow {
  justify-content: flex-start
}

.jobs-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center
}

@media(max-width:960px) {
  .jobs-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.jobs-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.jobs-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #0b1b3b
}

.jobs-title::after {
  content: "";
  display: block;
  margin: 12px auto 0 auto;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.jobs-subtitle {
  font-size: 16px;
  color: #4b5563;
  max-width: 700px;
  margin: 10px auto 0 auto;
  line-height: 1.6
}

.jobs-panel-section {
  padding: 26px 16px 178px
}

.jobs-panel {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 20px 22px 26px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  font-size: 14px;
  line-height: 1.7
}

.jobs-panel:last-of-type {
  margin-bottom: 0
}

.jobs-block-title {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.32);
  background: rgba(11, 27, 59, 0.04);
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 0 10px
}

.jobs-block-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.jobs-note {
  margin: 0 0 4px;
  font-size: 14px;
}

.jobs-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 18px
}

.jobs-list li+li {
  margin-top: 6px
}

.jobs-post-title {
  font-weight: 700
}

.jobs-visual-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  margin-top: 4px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(11, 27, 59, 0.03);
  font-size: 11px;
  color: #4b5563;
  letter-spacing: .04em
}

.jobs-visual-note i.fa-file-word {
  font-size: 14px;
  color: #185abd
}

.jobs-apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  text-decoration: none;
  color: #0b1b3b;
  border-radius: 999px;
  border: 1px solid #0b1b3b;
  padding: 10px 26px;
  box-shadow: 6px 6px 0 rgba(11, 27, 59, 0.2);
  background: #fff
}

.jobs-apply-link:hover {
  text-decoration: underline
}

a {
  color: #0b1b3b
}

@media(max-width:900px) {
  .jobs-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.exp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%
}

.exp-kicker {
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 700
}

.current-title-wrapper {
  display: inline-block;
  position: relative;
  margin: 0
}

.current-title {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin: 0 0 8px;
  text-transform: uppercase
}



.current-title-wrapper:hover::after {
  transform: scaleX(1.05)
}

@media(max-width:960px) {
  .current-title {
    font-size: 2.2rem
  }

  .current-title-wrapper::after {
    bottom: -10px;
    height: 3px
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

footer {
  flex-shrink: 0
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

footer {
  flex-shrink: 0
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #0b1b3b;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.page-shell {
  flex: 1;
  margin-top: 140px;
  display: flex;
  flex-direction: column
}

.exp-hero {
  padding: 120px 16px 40px;
  background: radial-gradient(circle at 10% 0, #f9fbff 0, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08)
}

@media(max-width:960px) {
  .exp-hero {
    padding-top: 110px;
    padding-bottom: 32px
  }
}

.exp-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative
}

.exp-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.exp-title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: #0b1b3b
}

.exp-main {
  padding: 26px 16px 48px
}

.exp-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px
}

.exp-panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 10px 10px 0 rgba(15, 23, 42, 0.12);
  padding: 20px 22px 22px;
  font-size: 14px;
  line-height: 1.7
}

.exp-section-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.4);
  background: rgba(11, 27, 59, 0.06);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 14px;
  margin: 0 0 16px
}

.exp-section-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px
}

.exp-text {
  margin: 0 0 8px
}

.exp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px
}

.exp-table th,
.exp-table td {
  border: 1px solid #d1d5db;
  padding: 6px 8px;
  vertical-align: top
}

.exp-table th {
  background: #f3f4f6;
  text-align: left;
  white-space: nowrap
}

.note-list {
  margin: 0;
  padding-left: 20px
}

.note-list li+li {
  margin-top: 4px
}

.exp-buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.exp-btn-primary,
.exp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #b91c1c;
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.3)
}

.exp-btn-primary {
  background: #b91c1c;
  color: #fff
}

.exp-btn-secondary {
  background: #fff;
  color: #b91c1c
}

.exp-btn-primary:hover,
.exp-btn-secondary:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.35)
}

.exp-activity-group {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 14px 16px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb
}

.exp-activity-group--required {
  border-color: #374151;
  background: #f3f4f6
}

.exp-activity-group--optional {
  border-color: #374151;
  background: #f3f4f6
}

.exp-activity-group--fitness {
  border-color: #374151;
  background: #f3f4f6
}

.exp-activity-group--exhibition {
  border-color: #374151;
  background: #f3f4f6
}

.exp-activity-group-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.exp-activity-group-title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 800
}

.exp-activity-group--required .exp-activity-group-title-badge {
  background: #374151;
  color: #fff
}

.exp-activity-group--optional .exp-activity-group-title-badge {
  background: #374151;
  color: #fff
}

.exp-activity-group--fitness .exp-activity-group-title-badge {
  background: #374151;
  color: #fff
}

.exp-activity-group--exhibition .exp-activity-group-title-badge {
  background: #374151;
  color: #fff
}

.exp-activity-subtitle {
  margin: 0 0 6px;
  /* font-size: 13px; */
  color: #4b5563
}

.exp-activity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 8px
}

.exp-activity-table th,
.exp-activity-table td {
  border: 1px solid #9ca3af;
  padding: 8px 10px;
  vertical-align: top
}

.exp-activity-table thead th {
  background: #828a95;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-weight: 600
}

.exp-activity-table tbody tr>:first-child {
  background: #dbeafe;
  color: #111827;
  white-space: nowrap;
  font-weight: 600
}

.exp-activity-note {
  margin-top: 6px;
  /* font-size: 12px; */
  color: #4b5563
}

.exp-section-divider {
  margin: 30px 0 26px;
  border-top: 1px solid #d1d5db
}

.exp-highlight {
  margin: 14px 0 20px;
  padding-left: 14px;
  border-left: 4px solid #b91c1c
}

.exp-highlight-label {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b91c1c
}

.exp-highlight-text {
  margin: 0 0 4px;
  font-size: 13px;
  color: #111827
}

.exp-highlight-text:last-child {
  margin-bottom: 0
}

.exp-tip {
  display: flex;
  align-items: flex-start;
  margin: 14px 0 18px;
  padding: 8px 0 6px;
  border-bottom: 2px solid #f97373;
  background: #fff5f5
}

.exp-tip-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f97373;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0
}

.exp-tip-body {
  font-size: 13px;
  color: #111827
}

.exp-tip-label {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #e11d48
}

.exp-tip-list {
  margin: 0;
  padding-left: 18px
}

.exp-tip-text {
  margin: 0 0 4px
}

.exp-tip-text:last-child {
  margin-bottom: 0
}

.note-files {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.note-file-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-size: 13px
}

.note-file-link:hover {
  background: #eef2ff;
  border-color: #4f46e5
}

.note-file-icon {
  width: 26px;
  height: 32px;
  border-radius: 4px;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px
}

.note-file-name {
  color: #111827
}

.exp-map-block {
  margin-top: 10px
}

.exp-map-frame {
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  padding: 8px;
  box-shadow: 6px 6px 0 rgba(11, 27, 59, 0.16);
  max-width: 100%
}

.exp-map-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px
}

.exp-buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.exp-activity-venue-small {
  font-size: 12px;
  font-weight: 400;
  opacity: .8
}

.exp-activity-table {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #1f2937;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden
}

.exp-activity-table td,
.exp-activity-table th {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  border: 1px solid #9ca3af;
  vertical-align: top
}

.exp-activity-table tbody tr:last-child td,
.exp-activity-table tbody tr:last-child th {
  border-bottom: 0
}

@media(max-width:640px) {

  .exp-activity-table td,
  .exp-activity-table th {
    padding: 10px 12px
  }

  .exp-activity-table thead th {
    font-size: 13px
  }
}

.exp-activity-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #f3f4f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04)
}

.exp-activity-table tbody tr>:first-child {
  position: relative;
  padding-left: 20px
}

.exp-activity-table tbody tr>:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 0 4px 4px 0
}

.exp-activity-table tbody tr>:first-child .exp-activity-dot {
  display: inline-block;
  vertical-align: middle
}

.exp-activity-table tbody tr>:first-child .exp-activity-venue-small {
  display: block;
  margin-top: 6px;
  margin-left: 15px;

  opacity: .8
}

.exp-activity-table tbody tr.row--enforcement>:first-child::before {
  background: #b91c1c
}

.exp-activity-table tbody tr.row--prevention>:first-child::before {
  background: #2563eb
}

.exp-activity-table tbody tr.row--education>:first-child::before {
  background: #047857
}

.exp-activity-table tbody tr.row--info>:first-child::before {
  background: #7c3aed
}

.exp-activity-table tbody tr>:first-child {
  text-align: left
}

.exp-activity-table tbody tr:has(.exp-activity-dot)>:first-child {
  text-align: left
}

.exp-activity-table tbody tr:has(.exp-activity-dot)>:first-child .exp-activity-dot {
  display: inline-block;
  vertical-align: middle
}

.exp-activity-table tbody tr:has(.exp-activity-dot)>:first-child .exp-activity-venue-small {
  display: block;
  margin-top: 6px;
  margin-left: 15px;
  text-align: left
}

.exp-activity-table tbody tr:not(:has(.exp-activity-dot))>:first-child {
  text-align: center
}

.exp-activity-table tbody tr:not(:has(.exp-activity-dot))>:first-child .exp-activity-venue-small {
  display: block;
  margin-top: 6px;
  margin-left: 0;
  text-align: center
}

.exp-activity-table tbody tr.row--has-dot>:first-child {
  text-align: left
}

.exp-activity-table tbody tr.row--has-dot>:first-child .exp-activity-venue-small {
  display: block;
  margin-top: 6px;
  margin-left: 15px;
  text-align: left
}

.exp-activity-table tbody tr.row--no-dot>:first-child {
  text-align: center
}

.exp-activity-table tbody tr.row--no-dot>:first-child .exp-activity-venue-small {
  display: block;
  margin-top: 6px;
  margin-left: 0;
  text-align: center
}

.exp-activity-table tbody tr>:first-child:not(:has(.exp-activity-dot)) {
  text-align: center !important
}

.exp-activity-table tbody tr>:first-child:not(:has(.exp-activity-dot)) .exp-activity-venue-small {
  text-align: center !important;
  margin-left: 0 !important
}

.exp-activity-table tbody tr:not(.row--has-dot)>:first-child {
  text-align: center !important
}

.exp-activity-table tbody tr:not(.row--has-dot)>:first-child .exp-activity-venue-small {
  text-align: center !important;
  margin-left: 0 !important
}

.exp-activity-table thead th {
  background: #828a95;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 600
}

.exp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%
}

.exp-kicker {
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
  font-weight: 700
}

.current-title-wrapper {
  display: inline-block;
  position: relative;
  margin: 0
}

.current-title {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin: 0 0 8px;
  text-transform: uppercase
}

.current-title-wrapper::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--poster-blue) 0, rgba(11, 27, 59, 0.8) 50%, transparent 100%);
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(11, 27, 59, 0.4);
  transform-origin: left;
  transform: scaleX(1);
  transition: transform .4s cubic-bezier(0.175, 0.885, 0.32, 1)
}

.current-title-wrapper:hover::after {
  transform: scaleX(1.05)
}

@media(max-width:960px) {
  .current-hero {
    height: 14vh;
    min-height: 90px
  }

  .current-title {
    font-size: 1.3rem
  }

  .current-title-wrapper::after {
    bottom: -10px;
    height: 3px
  }
}

.exp-activity-table tbody tr:has(.exp-activity-dot--enforcement)>:first-child {
  /* background: linear-gradient(90deg, #fff5f5 0, #ffd3d3 100%) */
  background: #9d2f38;
  color: #fff;
}

.exp-activity-table tbody tr:has(.exp-activity-dot--prevention)>:first-child {
  /* background: linear-gradient(90deg, #f0f8ff 0, #b8e3fa 100%) */

  background: #28388e;
  color: #fff;
}

.exp-activity-table tbody tr:has(.exp-activity-dot--education)>:first-child {
  /* background: linear-gradient(90deg, #ebfff5 0, #bffad2 100%) */

  background: #246343;
  color: #fff;
}

.exp-activity-table tbody tr:has(.exp-activity-dot--info)>:first-child {
  /* background: linear-gradient(90deg, #f8f3ff 0, #e4d5fb 100%) */

  background: #4f4577;
  color: #fff;
}

.exp-activity-table tbody tr>:first-child {
  background: #f9f6f2;
  color: #111827;
  white-space: nowrap;
  font-weight: 600
}

.current-hero {
  position: relative;
  height: 10vh;
  min-height: 100px;
  display: flex;
  align-items: center
}

.nav-dropdown {
  background: #222d3b !important;
  color: #fff !important;
  border: 1px solid #a548e6;
  box-shadow: 0 8px 32px rgba(32, 34, 43, 0.16)
}

.nav-dropdown a {
  color: #fff !important;
  background: transparent;
  transition: background .22s, color .22s
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: #4861a8;
  color: #ffe066
}

.ebanner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  padding: 48px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px
}

.ebanner-title,
.ebanner-subtitle,
.ebanner-buttons {
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box
}

@media(max-width:900px) {
  .ebanner-inner {
    padding: 20px 8px;
    gap: 14px
  }
}

@media(max-width:600px) {
  .ebanner-title {
    font-size: 1.3rem
  }

  .ebanner-subtitle {
    font-size: 1.1rem
  }
}

.icac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  height: 56px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .02em;
  transition: all .24s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer
}

.icac-btn-primary {
  background: linear-gradient(95deg, #d32f2f 55%, #ef5350 110%);
  color: #fff;
  border: 0;
  box-shadow: 0 2px 8px rgba(211, 47, 47, 0.12)
}

.icac-btn-primary:hover,
.icac-btn-primary:focus {
  background: linear-gradient(95deg, #e57373 45%, #f48c96 110%);
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 5px 16px rgba(211, 47, 47, 0.20)
}

.icac-btn-secondary {
  background: #fff;
  color: #d32f2f;
  border: 2.5px solid #d32f2f;
  font-size: 1.08rem
}

.icac-btn-secondary:hover,
.icac-btn-secondary:focus {
  background: #fff8f8;
  border-color: #e57373;
  color: #e57373;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 3px 12px rgba(211, 47, 47, 0.10)
}

.icac-btn-arrow {
  margin-left: 16px;
  font-size: 1.32rem;
  font-weight: 400;
  transition: transform .28s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.icac-btn-secondary:hover .icac-btn-arrow,
.icac-btn-secondary:focus .icac-btn-arrow {
  transform: translateX(6px)
}

.ebanner-img {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  display: block
}

.ebanner-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none
}

.fa,
[class*="fa-"],
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro", sans-serif !important;
  font-weight: 900 !important;
  speak: none;
  line-height: 1
}

.news-card {
  border-radius: 22px;
  border: 2px solid #46b2ff;
  background: linear-gradient(180deg, #78beff 60%, #d7f6ff 100%);
  box-shadow: 0 4px 24px rgba(50, 105, 200, 0.11);
  width: 380px;
  overflow: hidden;
  margin: 2rem auto
}

.news-icon-area {
  width: 100%;
  height: 120px;
  background: #78beff;
  position: relative;
  overflow: hidden
}

.news-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}

.news-content {
  padding: 32px 24px;
  background: linear-gradient(180deg, #e8f7ff 0, #c6edfa 100%);
  text-align: center
}

.news-title {
  color: #1867b1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px
}

.news-excerpt {
  color: #515e6c;
  font-size: 1.2rem
}

@media(max-width:480px) {
  .news-card {
    width: 97vw
  }

  .news-icon-area {
    height: 85px
  }

  .news-content {
    padding: 18px 12px
  }

  .news-title {
    font-size: 1.2rem
  }

  .news-excerpt {
    font-size: 1rem
  }
}

.news-card {
  border-radius: 22px;
  border: 2px solid #46b2ff;
  background: #f5fafe;
  box-shadow: 0 4px 24px rgba(50, 105, 200, 0.11);
  width: 380px;
  overflow: hidden;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s;
  text-decoration: none
}

.news-card-banner {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.news-card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.news-card-caption {
  padding: 28px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1867b1;
  background: linear-gradient(180deg, #e8f7ff 0, #c6edfa 100%)
}

@media(max-width:480px) {
  .news-card {
    width: 97vw
  }

  .news-card-banner {
    height: 120px
  }

  .news-card-caption {
    font-size: 1.2rem;
    padding: 16px 0
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
  justify-items: stretch
}

.news-card {
  border-radius: 22px;
  border: 2px solid #46b2ff;
  background: #f5fafe;
  box-shadow: 0 4px 24px rgba(50, 105, 200, 0.11);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .2s;
  width: 100%
}



.news-card-banner {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.news-card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.news-card-caption {
  padding: 28px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #38bdfa 0, #4896f5 60%, #b173fe 100%);
  color: #fff;
  border-top: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 -4px 20px #40a6fb22 inset;
  margin-top: auto
}

.news-card--green .news-card-caption {
  background: linear-gradient(90deg, #27e1a1 0, #5df8c3 100%);
  color: #0b5530;
  text-shadow: 0 2px 8px #fff6
}

.news-card--purple .news-card-caption {
  background: linear-gradient(90deg, #9d71ff 0, #ff5b69 100%);
  color: #fff;
  text-shadow: 0 2px 8px #473284cc
}

@media(max-width:900px) {
  .news-card-row {
    grid-template-columns: 1fr;
    gap: 1.5rem
  }

  .news-card {
    max-width: 450px;
    margin: 0 auto
  }

  .news-card-banner {
    height: 150px
  }

  .news-card-caption {
    font-size: 1.2rem;
    padding: 18px 0
  }
}

.news-card-row.fancy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 2.5rem 0;
  justify-items: center
}

.news-card {
  border-radius: 26px;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 32px -4px rgba(60, 85, 155, 0.19), 0 1.5px 16px 0 rgba(254, 148, 128, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 350px;
  min-height: 370px;
  transition: box-shadow .26s, transform .22s;
  position: relative
}



.news-card-banner {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #fceabb 0, #fcc58e 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

.news-card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px
}

.news-card-caption {
  margin-top: auto;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  padding: 2.1rem 1rem 1.4rem 1rem;
  background: linear-gradient(110deg, #ffd9b3 0, #fff8eb 40%, #fceabb 100%);
  color: #d15f00;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  text-shadow: 0 1px 8px #ffc87654;
  position: relative;
  z-index: 1;
  font-family: 'Poppins', 'Microsoft JhengHei', sans-serif
}

.card-orange .news-card-banner {
  background: linear-gradient(90deg, #ffe1c2 0, #ffca7a 100%)
}

.card-orange .news-card-caption {
  background: linear-gradient(110deg, #ffecd2 0, #fbcb8f 78%);
  color: #bf5406;
  text-shadow: 0 2px 12px #ffe9c7a9
}

.card-teal .news-card-banner {
  background: linear-gradient(90deg, #b2fbf7 0, #3ddeca 100%)
}

.card-teal .news-card-caption {
  background: linear-gradient(110deg, #c3fafe 0, #23ccb7 80%);
  color: #037b64;
  text-shadow: 0 2px 12px #9ff3ede2
}

.card-pink .news-card-banner {
  background: linear-gradient(90deg, #ffe3f7 0, #f9bee5 100%)
}

.card-pink .news-card-caption {
  background: linear-gradient(110deg, #fccef6 0, #f7bee5 88%);
  color: #a4406a;
  text-shadow: 0 2px 12px #ffe1f7cf
}

.news-card-pill {
  position: absolute;
  bottom: 13px;
  right: 14px;
  background: linear-gradient(84deg, #ffb156, #ff79c3);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: .16em .95em .11em .95em;
  border-radius: 20px;
  box-shadow: 0 2px 14px #ffd1983b;
  z-index: 2;
  letter-spacing: .06em;
  font-family: 'Poppins', 'Microsoft JhengHei', sans-serif;
  transition: background .3s;
  user-select: none;
  pointer-events: none
}

.card-orange .news-card-pill {
  background: linear-gradient(84deg, #ffb156, #ff9158, #fec287)
}

.card-teal .news-card-pill {
  background: linear-gradient(86deg, #27e1a1, #40aace 90%)
}

.card-pink .news-card-pill {
  background: linear-gradient(82deg, #e6a0e9, #fc78ba 60%)
}

@media(max-width:1050px) {
  .news-card-row.fancy-cards {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }
}

@media(max-width:720px) {
  .news-card-row.fancy-cards {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin: 1.4rem 0
  }

  .news-card {
    width: 98vw;
    min-width: 0;
    max-width: 480px;
    margin: 0 auto
  }

  .news-card-banner {
    height: 120px
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  height: auto
}

.news-card-banner {
  height: 170px;
  overflow: hidden
}

.news-card-caption {
  margin-top: 0
}

.news-card {
  min-height: unset;
  height: auto;
  display: flex;
  flex-direction: column
}

.news-card-caption {
  margin-top: 0
}

.news-card-row.fancy-cards.center-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin: 2.5rem auto;
  justify-content: center;
  width: 100%;
  max-width: 1200px
}

.news-card {
  margin: 0 auto
}

@media(max-width:700px) {
  .news-card-row.fancy-cards.center-cards {
    grid-template-columns: 1fr
  }

  .news-card {
    width: 99vw;
    max-width: 430px
  }
}

.news-card-row.fancy-cards.center-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin: 2.5rem auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  justify-items: center
}

.news-card {
  margin: 0 auto
}

@media(max-width:700px) {
  .news-card-row.fancy-cards.center-cards {
    grid-template-columns: 1fr
  }

  .news-card {
    width: 99vw;
    max-width: 430px
  }
}

.card-deep-blue .news-card-banner,
.card-deep-blue .news-card-caption {
  background: linear-gradient(135deg, #001f5c 0, #036 100%) !important;
  color: #fff !important
}

.card-icac-red .news-card-banner,
.card-icac-red .news-card-caption {
  background: linear-gradient(135deg, #c8102e 0, #d32f2f 100%) !important;
  color: #fff !important
}

.card-prestige-gold .news-card-banner,
.card-prestige-gold .news-card-caption {
  background: linear-gradient(135deg, #b8860b 0, #c0a062 100%) !important;
  color: #1a1a1a !important
}

.card-slate-professional .news-card-banner,
.card-slate-professional .news-card-caption {
  background: linear-gradient(135deg, #374151 0, #4b5563 100%) !important;
  color: #fff !important
}

.card-charcoal-modern .news-card-banner,
.card-charcoal-modern .news-card-caption {
  background: linear-gradient(135deg, #1f2937 0, #111827 100%) !important;
  color: #f3f4f6 !important
}

.card-deep-teal .news-card-banner,
.card-deep-teal .news-card-caption {
  background: linear-gradient(135deg, #0f4c5c 0, #1d7874 100%) !important;
  color: #fff !important
}

.card-bright-red-light .news-card-pill {
  background: #fff;
  color: #f84d3a !important
}

.card-light-peach-light .news-card-pill {
  background: #f84d3a;
  color: #fff !important
}

.card-dark-navy-light .news-card-pill {
  background: #fcdabe;
  color: #28436d !important
}

.card-burgundy-light .news-card-pill {
  background: #f7c69b;
  color: #82324b !important
}

.card-dark-brown-light .news-card-pill {
  background: #fcdabe;
  color: #24131e !important
}

.news-card-row.fancy-cards.center-cards>.news-card {
  height: 100%;
  display: flex;
  flex-direction: column
}

.news-card-row.fancy-cards.center-cards {
  justify-content: center
}

.news-card-row.fancy-cards.center-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin: 2.5rem auto;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  grid-auto-flow: row
}

.news-card-caption,
.news-card-caption *,
.news-card-caption u {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important
}

.news-card-caption,
.news-card-caption *,
.news-card-caption u {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important
}

.news-card,
.news-card a,
.news-card-caption,
.news-card-caption *,
.news-card-caption u,
.news-card-caption::before,
.news-card-caption::after {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important
}

:root {
  --site-font: "Source Sans Pro", "Montserrat", "Poppins", "Futura", "Avenir", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

html,
body,
input,
textarea,
select,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
div,
section,
header,
footer,
label {
  font-family: var(--site-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa,
[class*="fa-"],
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro", sans-serif !important;
  font-weight: 900 !important;
  speak: none;
  line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: capitalize
}

p,
li,
a,
button {
  font-weight: 400;
  line-height: 1.5
}

.nav-toggle-btn,
.nav-link,
.main-title {
  letter-spacing: .08em
}

@media(max-width:720px) {
  .news-card-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 12px;
    margin: 1.2rem auto;
    width: 100%;
    box-sizing: border-box
  }

  .news-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(11, 27, 59, 0.08);
    transition: transform .12s ease, box-shadow .12s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05)
  }


  .news-card-banner {
    height: 140px
  }

  .news-card-banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block
  }

  .news-card-caption {
    padding: 14px 12px;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .06em;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
  }

  .news-card-pill {
    bottom: 12px;
    right: 12px;
    font-size: .9rem;
    padding: .18em .9em
  }
}

@media(max-width:720px) {
  .news-card-row.scroll-x {
    display: flex;
    gap: 12px;
    padding: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0
  }

  .news-card-row.scroll-x .news-card {
    flex: 0 0 auto;
    width: 84%;
    max-width: 360px;
    border-radius: 14px;
    scroll-snap-align: start;
    box-shadow: 0 8px 28px rgba(11, 27, 59, 0.08)
  }

  .news-card-row.scroll-x .news-card-banner {
    height: 140px
  }

  .news-card-row.scroll-x::after {
    content: "";
    display: block;
    width: 12px;
    flex: 0 0 12px
  }
}

@media(max-width:420px) {
  .news-card-banner {
    height: 120px
  }

  .news-card-caption {
    font-size: 1rem;
    padding: 12px
  }

  .news-card-row {
    gap: 10px;
    padding: 0 10px
  }

  .news-card-pill {
    font-size: .85rem;
    padding: .14em .7em
  }
}

.news-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px
}

@media(max-width:720px) {
  .news-card-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 12px;
    margin: 1.2rem auto;
    width: 100%;
    box-sizing: border-box
  }

  .news-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(11, 27, 59, 0.08);
    transition: transform .12s ease, box-shadow .12s ease
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  justify-items: center;
  margin: 2.5rem auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box
}

.news-card-row .news-card {
  width: 350px;
  max-width: 100%;
  margin: 0 auto
}

@media(max-width:900px) {
  .news-card-row {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin: 1.4rem 0;
    padding: 0 12px;
    max-width: 100vw
  }

  .news-card-row .news-card {
    width: 100%;
    max-width: 430px;
    margin: 0 auto
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  justify-items: center
}

.news-card-row .news-card:nth-child(4):nth-last-child(1) {
  grid-column: 2 / span 1
}

@media(max-width:720px) {
  .news-card-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 12px;
    margin: 1.2rem auto;
    width: 100%;
    box-sizing: border-box;
    justify-items: stretch
  }

  .news-card-row .news-card {
    grid-column: auto !important
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 980px;
  margin: 2rem auto;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  justify-items: center
}

.news-card {
  width: 100%;
  max-width: 340px
}

.news-card-row>.news-card {
  margin: 0
}

.news-card-row:has(.news-card:nth-child(2)):not(:has(.news-card:nth-child(3))) {
  grid-template-columns: 1fr 1fr
}

.news-card-row:has(.news-card:nth-child(2)):not(:has(.news-card:nth-child(3)))>.news-card {
  grid-column: span 1
}

@media(max-width:720px) {
  .news-card-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 12px;
    margin: 1.2rem auto;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    justify-items: stretch
  }

  .news-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(11, 27, 59, 0.08)
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto
}

.news-card {
  width: 100%;
  max-width: 340px;
  margin: 0
}

@media(max-width:720px) {
  .news-card-row {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 1.2rem auto;
    padding: 0 12px;
    justify-items: stretch
  }

  .news-card {
    max-width: none
  }
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 24px;
  justify-items: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 2rem auto
}

.news-card {
  margin: 0;
  width: 100%;
  max-width: 340px
}

@media(max-width:720px) {
  .news-card-row {
    grid-template-columns: 1fr;
    padding: 0 12px;
    margin: 1.2rem auto
  }
}

.news-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: 2.5rem auto;
  max-width: 1200px;
  padding: 0 1rem
}

.news-card {
  flex: 0 1 350px;
  min-width: 260px;
  margin: 0
}

@media(max-width:720px) {
  .news-card-row {
    gap: 1.2rem;
    margin: 1.4rem auto;
    padding: 0 12px
  }

  .news-card {
    flex-basis: 100%
  }
}

.news-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: 2.5rem auto;
  max-width: 1200px;
  padding: 0 1rem
}

.news-card {
  flex: 0 1 calc((100% - 5rem) / 3);
  min-width: 300px;
  max-width: 380px;
  border-radius: 26px;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 32px -4px rgba(60, 85, 155, 0.19), 0 1.5px 16px 0 rgba(254, 148, 128, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .26s, transform .22s;
  position: relative
}



.news-card-banner {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #fceabb 0, #fcc58e 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

.news-card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px
}

.news-card-caption {
  /* margin-top: auto; */
  font-size: 1.35rem;
  height: auto;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  padding: 2.1rem 1rem 1.4rem 1rem;
  background: linear-gradient(110deg, #ffd9b3 0, #fff8eb 40%, #fceabb 100%);
  color: #d15f00;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  text-shadow: 0 1px 8px #ffc87654;
  position: relative;
  z-index: 1
}

.news-card--green .news-card-caption {
  background: linear-gradient(90deg, #27e1a1 0, #5df8c3 100%);
  color: #0b5530;
  text-shadow: 0 2px 8px #fff6
}

.news-card--purple .news-card-caption {
  background: linear-gradient(90deg, #9d71ff 0, #ff5b69 100%);
  color: #fff;
  text-shadow: 0 2px 8px #473284cc
}

@media(max-width:900px) {
  .news-card-row {
    gap: 1.5rem;
    margin: 1.5rem auto
  }

  .news-card {
    min-width: 280px
  }
}

@media(max-width:768px) {
  .news-card-row {
    gap: 1.2rem;
    margin: 1.4rem auto;
    padding: 0 12px
  }

  .news-card {
    flex-basis: 100%;
    max-width: none
  }

  .news-card-banner {
    height: 150px
  }

  .news-card-caption {
    font-size: 1.2rem;
    padding: 18px 0
  }
}

.ebanner-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px
}

.ebanner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
  box-shadow: 0 12px 26px rgba(2, 6, 23, .16)
}

.ebanner-cta:focus {
  outline: 2.5px solid var(--mcd-accent);
  outline-offset: 3px
}

.ebanner-cta--primary {
  background: var(--poster-blue);
  color: #fff;
  border-color: rgba(255, 255, 255, .10)
}

.ebanner-cta--primary:hover {
  background: #112c58
}

.ebanner-cta--secondary {
  background: rgba(227, 234, 253, .22);
  color: #fff;
  border-color: rgba(227, 234, 253, .55)
}

.ebanner-cta--secondary:hover {
  background: rgba(227, 234, 253, .30);
  border-color: rgba(255, 255, 255, .65)
}

.ebanner-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(2, 6, 23, .20)
}

@media(max-width:520px) {
  .ebanner-cta {
    width: min(92vw, 420px)
  }
}

.ebanner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 24px auto 8px;
  max-width: 580px
}

.ebanner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .18s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden
}

.ebanner-cta:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 5px #fd0, 0 0 0 8px #000
}

.ebanner-cta--primary {
  background: linear-gradient(135deg, #003087 0, #001f5c 100%);
  color: #fff;
  border: 2px solid #fd0
}

.ebanner-cta--primary:hover,
.ebanner-cta--primary:focus {
  background: linear-gradient(135deg, #0040c0 0, #003087 100%);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  border-color: #ff6
}

.ebanner-cta--secondary {
  background: linear-gradient(135deg, #00c4b4 0, #009688 100%);
  color: #000;
  border: 2px solid #000;
  box-shadow: 0 10px 24px rgba(0, 196, 180, 0.35)
}

.ebanner-cta--secondary:hover,
.ebanner-cta--secondary:focus {
  background: linear-gradient(135deg, #00e0cc 0, #00b8a8 100%);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 196, 180, 0.50);
  color: #000
}

.ebanner-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.30) 50%, transparent 100%);
  transition: left .6s ease
}

.ebanner-cta:hover::before {
  left: 150%
}

@media(max-width:520px) {
  .ebanner-actions {
    flex-direction: column;
    gap: 18px
  }

  .ebanner-cta {
    width: 100%;
    max-width: 380px;
    padding: 0 24px
  }
}

.ebanner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 28px auto 12px;
  max-width: 620px
}

.ebanner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  position: relative
}

.ebanner-cta:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px #fd0, 0 0 0 8px #001f5c
}

.ebanner-cta--primary {
  background-color: #001f5c;
  color: #fff;
  border: 2px solid #c0a062
}

.ebanner-cta--primary:hover,
.ebanner-cta--primary:focus {
  background-color: #002b7f;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  border-color: #e6c874
}

.ebanner-cta--secondary {
  background-color: #fff;
  color: #001f5c;
  border: 2px solid #001f5c;
  box-shadow: 0 8px 20px rgba(0, 31, 92, 0.12)
}

.ebanner-cta--secondary:hover,
.ebanner-cta--secondary:focus {
  background-color: #f5f8ff;
  color: #002b7f;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 31, 92, 0.20);
  border-color: #002b7f
}

.ebanner-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18) 0, transparent 60%);
  opacity: 0;
  transition: opacity .4s ease
}

.ebanner-cta:hover::before {
  opacity: 1
}

@media(max-width:520px) {
  .ebanner-actions {
    flex-direction: column;
    gap: 18px
  }

  .ebanner-cta {
    width: 100%;
    max-width: 420px;
    padding: 0 28px
  }
}

.ebanner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 28px auto 12px;
  max-width: 640px
}

.ebanner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .22s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
  position: relative
}

.ebanner-cta:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px #ffeb3b, 0 0 0 8px #06c
}

.ebanner-cta--primary {
  background: linear-gradient(135deg, #06c 0, #05a 100%);
  color: #fff;
  border: 2px solid #ffeb3b
}

.ebanner-cta--primary:hover,
.ebanner-cta--primary:focus {
  background: linear-gradient(135deg, #07e 0, #06c 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 102, 204, 0.28);
  border-color: #fff176
}

.ebanner-cta--secondary {
  background-color: #fff;
  color: #004080;
  border: 2.5px solid #004080;
  box-shadow: 0 6px 16px rgba(0, 64, 128, 0.10)
}

.ebanner-cta--secondary:hover,
.ebanner-cta--secondary:focus {
  background-color: #f0f7ff;
  color: #05a;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 64, 128, 0.18);
  border-color: #06c
}

.ebanner-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0, transparent 60%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.ebanner-cta:hover::after {
  opacity: 1
}

@media(max-width:520px) {
  .ebanner-actions {
    flex-direction: column;
    gap: 18px
  }

  .ebanner-cta {
    width: 100%;
    max-width: 420px
  }
}



.hero-banner-img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.hero-banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 32px;
  background: linear-gradient(90deg, rgba(16, 39, 64, 0.7) 18%, rgba(11, 27, 59, 0.3) 100%);
  box-shadow: 0 8px 48px rgba(17, 34, 54, 0.09);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.hero-banner-title {
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 28px #0b1b3bcc;
  margin: 0 0 22px;
  text-align: center
}

.hero-banner-desc {
  font-size: 1.30rem;
  font-weight: 500;
  color: #f6faff;
  line-height: 1.6;
  margin-bottom: 28px;
  text-align: center;
  text-shadow: 0 2px 18px #0b1b3b1a
}

.hero-banner-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center
}

.hero-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 40px;
  min-height: 55px;
  border-radius: 999px;
  font-size: 1.06rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .10em;
  text-decoration: none;
  transition: background-color .18s, color .18s, box-shadow .18s, border-color .18s;
  box-shadow: 0 2px 14px rgba(10, 30, 60, 0.15);
  border: 2.5px solid transparent
}

.hero-banner-cta--primary {
  background: linear-gradient(95deg, #0b1b3b 60%, #385488 100%);
  color: #ffd900;
  border-color: #ffd900
}

.hero-banner-cta--primary:hover,
.hero-banner-cta--primary:focus {
  background: linear-gradient(95deg, #183266 60%, #4571b2 100%);
  color: #fff;
  border-color: #ffe066;
  box-shadow: 0 4px 28px rgba(11, 27, 59, 0.23)
}

.hero-banner-cta--secondary {
  background: #fff;
  color: #143569;
  border-color: #75b4fa;
  font-weight: 700
}

.hero-banner-cta--secondary:hover,
.hero-banner-cta--secondary:focus {
  background: #e3eafd;
  color: #183266;
  border-color: #4896f5;
  box-shadow: 0 2px 18px rgba(17, 34, 54, 0.14)
}

.hero-banner-img-bg {
  position: relative
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: flex;
  gap: 16px;
  z-index: 2
}

@media(max-width:700px) {
  .hero-banner-cta-overlay {
    left: 10px;
    bottom: 12px;
    flex-direction: column;
    gap: 10px
  }
}

.hero-banner-img-bg {
  position: relative
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 2
}

@media(max-width:700px) {
  .hero-banner-cta-overlay {
    bottom: 12px;
    gap: 10px;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    align-items: center
  }
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  gap: 22px;
  z-index: 2
}


.hero-banner-btn span {
  position: relative;
  z-index: 1
}

.hero-banner-btn--primary {
  background: linear-gradient(95deg, #0b1b3b 60%, #385488 100%);
  color: #ffd900;
  border: 2.5px solid #ffd900
}

.hero-banner-btn--primary:hover,
.hero-banner-btn--primary:focus-visible {
  background: linear-gradient(95deg, #183266 60%, #4571b2 100%);
  color: #fff;
  border-color: #ffe066;
  box-shadow: 0 8px 28px 0 rgba(11, 27, 59, 0.21)
}

.hero-banner-btn--secondary {
  background: #fffbe6;
  color: #143569;
  border: 2.5px solid #143569
}

.hero-banner-btn--secondary:hover,
.hero-banner-btn--secondary:focus-visible {
  background: #e3eafd;
  color: #183266;
  border-color: #4896f5;
  box-shadow: 0 5px 22px 0 rgba(17, 34, 54, 0.15)
}

.hero-banner-btn::before {
  content: "";
  position: absolute;
  left: -60%;
  top: 0;
  height: 100%;
  width: 60%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 100%);
  transition: left .5s;
  z-index: 0;
  pointer-events: none
}

.hero-banner-btn:hover::before,
.hero-banner-btn:focus-visible::before {
  left: 120%
}

@media(max-width:700px) {
  .hero-banner-cta-overlay {
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    flex-direction: column;
    gap: 13px
  }

  .hero-banner-btn {
    width: 90vw;
    min-width: 0;
    padding: 0;
    height: 50px;
    font-size: 1.01rem
  }
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  gap: 22px;
  z-index: 2
}



.hero-banner-btn span {
  position: relative;
  z-index: 1
}

.hero-banner-btn--primary {
  background: linear-gradient(98deg, #b91c1c 40%, #d32f2f 98%);
  color: #fff;
  border: 2.5px solid #ffd900
}

.hero-banner-btn--primary:hover,
.hero-banner-btn--primary:focus-visible {
  background: linear-gradient(95deg, #7a1313 30%, #b91c1c 100%);
  color: #fffbe1;
  border-color: #ffe066;
  box-shadow: 0 8px 32px rgba(185, 28, 28, 0.17), 0 2px 16px 0 rgba(185, 28, 28, 0.17)
}

.hero-banner-btn--secondary {
  background: #fff;
  color: #b91c1c;
  border: 2.5px solid #b91c1c
}

.hero-banner-btn--secondary:hover,
.hero-banner-btn--secondary:focus-visible {
  background: #fff1f1;
  color: #b91c1c;
  border-color: #dc2626;
  box-shadow: 0 6px 20px rgba(185, 28, 28, 0.13)
}

.hero-banner-btn::before {
  content: "";
  position: absolute;
  left: -60%;
  top: 0;
  height: 100%;
  width: 60%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 100%);
  transition: left .47s;
  z-index: 0;
  pointer-events: none
}

.hero-banner-btn:hover::before,
.hero-banner-btn:focus-visible::before {
  left: 120%
}

@media(max-width:700px) {
  .hero-banner-cta-overlay {
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    flex-direction: column;
    gap: 13px
  }

  .hero-banner-btn {
    width: 90vw;
    min-width: 0;
    padding: 0;
    height: 50px;
    font-size: 1.01rem
  }
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 90%;
  max-width: 780px;
  padding: 0 16px;
  box-sizing: border-box
}

@media(max-width:760px) {
  .hero-banner-cta-overlay {
    bottom: 6%;
    flex-direction: column;
    gap: 16px
  }
}


.hero-banner-btn span {
  position: relative;
  z-index: 2
}

.hero-banner-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px #fd0, 0 0 0 8px #001f5c
}

.hero-banner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.18) 50%, transparent 70%);
  transform: translateX(-150%);
  transition: transform .7s ease;
  z-index: 1;
  pointer-events: none
}

.hero-banner-btn:hover::before,
.hero-banner-btn:focus-visible::before {
  transform: translateX(150%)
}

.hero-banner-btn--primary {
  background: linear-gradient(135deg, #001f5c 0, #036 100%);
  border: 2px solid #fd0
}

.hero-banner-btn--primary:hover,
.hero-banner-btn--primary:focus-visible {
  background: linear-gradient(135deg, #036 0, #004080 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 31, 92, 0.38);
  border-color: #ffe066
}

.hero-banner-btn--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #001f5c;
  border: 2.5px solid #001f5c;
  box-shadow: 0 6px 20px rgba(0, 31, 92, 0.18)
}

.hero-banner-btn--secondary:hover,
.hero-banner-btn--secondary:focus-visible {
  background: #f8fbff;
  color: #002b7f;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 31, 92, 0.28);
  border-color: #036
}

@media(max-width:760px) {
  .hero-banner-btn {
    width: 100%;
    min-width: unset;
    max-width: 420px;
    height: 60px;
    font-size: 1.06rem;
    padding: 0 24px
  }
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 90%;
  max-width: 780px;
  padding: 0 16px;
  box-sizing: border-box
}

@media(max-width:760px) {
  .hero-banner-cta-overlay {
    bottom: 6%;
    flex-direction: column;
    gap: 18px
  }
}


.hero-banner-btn span {
  position: relative;
  z-index: 2
}

.hero-banner-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px #8eb69b, 0 0 0 9px #212842
}

.hero-banner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 35%, rgba(255, 255, 255, 0.14) 52%, transparent 68%);
  transform: translateX(-160%);
  transition: transform .75s ease;
  z-index: 1;
  pointer-events: none
}

.hero-banner-btn:hover::before,
.hero-banner-btn:focus-visible::before {
  transform: translateX(160%)
}

.hero-banner-btn--primary {
  background: #212842
}

.hero-banner-btn--primary:hover,
.hero-banner-btn--primary:focus-visible {
  background: #2a334f;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(33, 40, 66, 0.36);
  border-color: #a8c5b3
}

.hero-banner-btn--secondary {
  background: rgba(255, 255, 255, 0.94);
  color: #212842;
  border: 2.5px solid #8eb69b;
  box-shadow: 0 6px 22px rgba(33, 40, 66, 0.20)
}

.hero-banner-btn--secondary:hover,
.hero-banner-btn--secondary:focus-visible {
  background: #f8fafc;
  color: #1a2235;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(33, 40, 66, 0.28);
  border-color: #2a334f
}

@media(max-width:760px) {
  .hero-banner-btn {
    width: 100%;
    min-width: unset;
    max-width: 440px;
    height: 60px;
    font-size: 1.08rem;
    padding: 0 28px
  }
}

.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 90%;
  max-width: 780px;
  padding: 0 16px;
  box-sizing: border-box
}

@media(max-width:760px) {
  .hero-banner-cta-overlay {
    bottom: 6%;
    flex-direction: column;
    gap: 18px
  }
}

.hero-banner-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 64px;
  padding: 0 36px;
  border-radius: 12px;
  /* font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif; */
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: .11em;
  /* text-transform: capitalize; */
  text-decoration: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: all .24s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18)
}

.hero-banner-btn span {
  position: relative;
  z-index: 2
}

.hero-banner-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px #b8860b, 0 0 0 8px #001f5c
}

.hero-banner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 35%, rgba(255, 255, 255, 0.08) 52%, transparent 68%);
  transform: translateX(-160%);
  transition: transform .75s ease;
  z-index: 1;
  pointer-events: none
}

.hero-banner-btn:hover::before,
.hero-banner-btn:focus-visible::before {
  transform: translateX(160%)
}

.hero-banner-btn--primary {
  /* background: linear-gradient(135deg, #001f5c 0, #036 100%) */
  background: #b91c1c;
  color: #fff;
}

.hero-banner-btn--primary:hover,
.hero-banner-btn--primary:focus-visible {
  /* background: linear-gradient(135deg, #036 0, #004080 100%);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 31, 92, 0.28);
  border-color: #c0a062 */

  background: #931111;
  color: #fff;
}

.hero-banner-btn--secondary {
  /* background: rgba(255, 255, 255, 0.96);
  color: #001f5c; */

  background: #fff;
  color: #b91c1c;
  border: 2.5px solid #001f5c;
  border-color: #931111;
  box-shadow: 0 6px 22px rgba(0, 31, 92, 0.14)
}

.hero-banner-btn--secondary:hover,
.hero-banner-btn--secondary:focus-visible {
  /* background: #f8fafc;
  color: #002b7f; */

  background: #fbeaea;
  color: #a91515;
  border-color: #931111;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 31, 92, 0.22);
}

@media(max-width:760px) {
  .hero-banner-btn {
    width: 100%;
    min-width: unset;
    max-width: 440px;
    height: 60px;
    font-size: 1.08rem;
    padding: 0 28px
  }
}

.nav,
.nav.header-redblocks-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000
}

footer {
  padding: 35px 20px 25px;
  background: #102740;
  border-top: 1px solid #e5e7eb;
  text-align: center
}

.footer-text {
  font-size: 1.18rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px
}

.footer-text-small {
  font-size: 1rem;
  color: #fff;
  margin: 0
}

.footer-badge img {
  height: 48px;
  margin-top: 24px
}


.nav.header-redblocks-bg::before,
.nav.header-redblocks-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(11, 27, 59, .95) 0%, rgba(11, 27, 59, .95) 44%, rgba(11, 27, 59, 0) 44%);
  width: max(0px, calc((100vw - (1160px + 44px)) / 1.7));
  pointer-events: none;
  z-index: 1;
}



/* Base font improvements */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  /* 16px base for better readability */
  line-height: 1.6;
  /* Improved line spacing */
}

/* Navigation improvements */
.nav-brand-text-main {
  font-size: 1.375rem;
  /* 22px, up from 20px */
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--poster-line);
  font-stretch: condensed;
  white-space: nowrap;
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.875rem;
  /* 14px, up from 10px */
  color: var(--poster-line);
  text-transform: uppercase;
  letter-spacing: .16em;
  white-space: nowrap;
}

.nav-toggle-btn {
  padding: 3px 12px;
  border: 0;
  background: transparent;
  font-size: 0.95rem;
  /* 14px, up from 10px */
  cursor: pointer;
  color: var(--poster-line);
  min-width: 30px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.nav-main {
  display: flex;
  gap: 26px;
  font-size: 0.875rem;
  /* 14px, up from 12px */
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.nav-dropdown a {
  display: block;
  padding: 7px 10px;
  font-size: 0.875rem;
  /* 14px, up from 11px */
  color: var(--poster-line);
  white-space: nowrap;
  border-radius: 999px;
  transition: background .15s ease, transform .15s ease;
  text-transform: uppercase;
  letter-spacing: .16em;
}

/* Section titles and kickers */
.section-kicker,
.whatsnew-kicker,
.video-kicker,
.recruit-kicker {
  font-size: 0.875rem;
  /* 14px, up from 10px */
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--poster-blue);
  margin-bottom: 5px;
}

.section-title,
.whatsnew-title,
.video-title-en-main,
.recruit-title {
  font-size: 1.75rem;
  /* 28px, up from 20px/18px */
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.recruit-title-en {
  font-size: 0.875rem;
  /* 14px, up from 11px */
  color: var(--poster-blue);
  text-transform: uppercase;
  letter-spacing: .2em;
  opacity: .7;
}

/* What's New section */
.whatsnew-tag {
  font-size: 0.875rem;
  /* 14px, up from 10px */
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: .85;
}

.whatsnew-card-title {
  font-size: 1.125rem;
  /* 18px, up from 14px */
  font-weight: 800;
  margin: 0 0 4px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whatsnew-card-text {
  font-size: 0.875rem;
  /* 14px, up from 12px */
  color: var(--poster-blue);
  margin: 0 0 6px;
  line-height: 1.5;
}

.whatsnew-meta span {
  font-size: 0.8125rem;
  /* 13px, up from 11px */
  opacity: .7;
}

.whatsnew-link {
  margin-top: 2px;
  font-size: 0.875rem;
  /* 14px, up from 10px */
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--poster-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Recruit section */
.recruit-intro {
  margin-top: 8px;
  font-size: 0.875rem;
  /* 14px, up from 12px */
  color: var(--poster-blue);
  max-width: 520px;
  line-height: 1.5;
}

.recruit-stage-label {
  font-size: 0.875rem;
  /* 14px, up from 10px */
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: .8;
}

.recruit-stage-title {
  font-size: 1rem;
  /* 16px, up from 13px */
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.recruit-stage-date {
  font-size: 0.875rem;
  /* 14px, up from 12px */
  margin-bottom: 2px;
}

.recruit-stage-status {
  font-size: 0.8125rem;
  /* 13px, up from 11px */
  opacity: .85;
}

/* Footer */
.footer-text {
  font-size: 1.125rem;
  /* 18px, up from 1.18rem (~19px, but standardized) */
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}

.footer-text-small {
  font-size: 1rem;
  /* 16px, up from 1rem (but ensured) */
  color: #fff;
  margin: 0;
}

/* Jobs page specific (from jobs.html context) */
.jobs-block-title {
  font-size: 1rem;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.jobs-note {
  font-size: 1rem;
  /* 16px base */
  line-height: 1.6;
  margin-bottom: 12px;
}

.jobs-post-title {
  font-size: 0.95rem;
  /* 18px */
  font-weight: 700;
}

.jobs-visual-note {
  font-size: 0.875rem;
  /* 14px */
  color: var(--mcd-muted);
}

.jobs-apply-link {
  font-size: 1rem;
  /* 16px */
  font-weight: 700;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    font-size: 0.9375rem;
    /* 15px base on mobile */
  }

  .section-title,
  .whatsnew-title {
    font-size: 1.5rem;
    /* 24px on mobile */
  }

  .nav-brand-text-main {
    font-size: 1.25rem;
    /* 20px on mobile */
  }
}


.exp-detail-text {
  font-size: 1rem;
  line-height: 1.7;
}


.nav-dropdown a:hover,
.nav-dropdown a:focus,
.nav-dropdown a.active {
  border-radius: 0 !important;
}


.nav-dropdown a,
.nav-dropdown a:hover,
.nav-dropdown a:focus {
  border-radius: 0 !important;
}



.storytelling-mode {
  background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
  padding: 60px 0;
}

.story-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-chapter {
  margin-bottom: 80px;
  position: relative;
}

.chapter-title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--poster-blue);
  margin-bottom: 1.2rem;
  text-align: center;
}

.chapter-text,
.chapter-lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #1f2937;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.chapter-image-wrapper {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.18);
  margin: 2rem 0;
}

.chapter-image,
.pillar-image,
.journey-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.chapter-image:hover,
.pillar-image:hover,
.journey-image:hover {
  transform: scale(1.03);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 2.5rem;
}

.pillar-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(11, 27, 59, 0.12);
  transition: all 0.3s ease;
  text-align: center;
}

.pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(11, 27, 59, 0.2);
}

.pillar-card h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.8rem;
  color: var(--poster-blue);
}

.journey-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.journey-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
  color: white;
  padding: 2.5rem 2rem 1.5rem;
}

.journey-caption p {
  font-size: 1.1rem;
  margin: 0.6rem 0;
}

.final-line {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.2rem !important;
  color: #ffd700;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: 2.5rem auto 0;
  padding: 1rem 2.5rem;
  background: var(--poster-blue);
  color: white;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(11, 27, 59, 0.25);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #0a1834;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.35);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .chapter-title {
    font-size: 1.8rem;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }
}


.career-panel-enhanced {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.1);
  transition: box-shadow 0.3s ease;
}

.career-panel-enhanced:hover {
  box-shadow: 0 8px 24px rgba(11, 27, 59, 0.15);
}

.career-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.career-area-card {
  background: linear-gradient(135deg, #f9fafb, #fff);
  border: 1px solid var(--mcd-border);
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.2s ease;
}

.career-area-card:hover {
  transform: translateY(-4px);
}

.career-area-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.career-area-icon {
  font-size: 1.5rem;
  /* Larger icons for better vis */
  color: var(--poster-blue);
}

.career-path-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

.career-path-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--poster-blue);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s ease;
}

.career-path-btn:hover {
  background: #0a1834;
}


.career-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.career-horizontal-card {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 27, 59, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(11, 27, 59, 0.08);
}

.career-horizontal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.18);
}

.card-left {
  flex: 0 0 40%;
  /* or 35-45% depending on preference */
  min-width: 160px;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-right {
  flex: 1;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 1.5rem;
  /* ~24px */
  font-weight: 800;
  color: var(--poster-blue);
  margin: 0 0 16px 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #334155;
}

.card-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.card-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--poster-blue);
  font-weight: bold;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .career-horizontal-card {
    flex-direction: column;
  }

  .card-left {
    flex: 0 0 auto;
    height: 180px;
    /* fixed height on mobile for consistency */
  }

  .card-right {
    padding: 20px;
  }
}

.skeleton-card .skeleton-image,
.skeleton-title,
.skeleton-line {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.skeleton-image {
  height: 100%;
}

.skeleton-title {
  height: 28px;
  width: 60%;
  border-radius: 6px;
  margin-bottom: 16px;
}

.skeleton-line {
  height: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.skeleton-line.short {
  width: 40%;
}


.career-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 28px;
  margin: 32px 0 16px;
}

.career-horizontal-card {
  display: flex;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 27, 59, 0.10);
  transition: all 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1px solid rgba(11, 27, 59, 0.06);
  height: 260px;
  /* fixed height for visual consistency */
}

.career-horizontal-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 16px 40px rgba(11, 27, 59, 0.18);
}

.card-visual {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.career-horizontal-card:hover .card-image {
  transform: scale(1.08);
}

.card-content {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to right, #ffffff 0%, #f8fafc 100%);
}

.card-title {
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: var(--poster-blue);
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #1e293b;
}

.card-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}

.card-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #047857;
  /* green check for positive feel */
  font-weight: bold;
}

/* Category accent colors (optional subtle left border) */
.enforcement .card-title {
  border-left: 5px solid #dc2626;
  padding-left: 12px;
}

.prevention .card-title {
  border-left: 5px solid #0891b2;
  padding-left: 12px;
}

.education .card-title {
  border-left: 5px solid #059669;
  padding-left: 12px;
}

.international .card-title {
  border-left: 5px solid #7c3aed;
  padding-left: 12px;
}

.corporate .card-title {
  border-left: 5px solid #d97706;
  padding-left: 12px;
}

/* Mobile: stack vertically */
@media (max-width: 900px) {
  .career-horizontal-card {
    flex-direction: column;
    height: auto;
    min-height: 380px;
  }

  .card-visual {
    flex: 0 0 220px;
  }

  .card-content {
    padding: 24px;
  }
}

@media (max-width: 500px) {
  .career-areas-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


.career-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 32px;
  margin: 40px 0 20px;
}

.career-horizontal-card {
  display: flex;
  flex-direction: column;
  /* Changed to vertical for better multi-image flow */
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.12);
  transition: all 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1px solid rgba(11, 27, 59, 0.07);
}

.career-horizontal-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(11, 27, 59, 0.20);
}

.card-visual {
  height: 220px;
  /* Fixed height for gallery consistency */
  overflow: hidden;
  position: relative;
}

.image-gallery {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.image-gallery:hover {
  transform: translateX(-33.33%);
  /* Gentle slide on hover to show more images */
}

.gallery-img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.image-gallery:hover .gallery-img {
  transform: scale(1.06);
}

.card-content {
  padding: 28px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #ffffff, #f9fafc);
}

.card-title {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--poster-blue);
  padding-left: 14px;
  border-left: 6px solid;
}

/* Category accent borders */
.enforcement .card-title {
  border-left-color: #dc2626;
}

.prevention .card-title {
  border-left-color: #0891b2;
}

.education .card-title {
  border-left-color: #059669;
}

.international .card-title {
  border-left-color: #7c3aed;
}

.corporate .card-title {
  border-left-color: #d97706;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.85;
  color: #1e293b;
}

.card-list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
}

.card-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  color: #047857;
  font-size: 1.3rem;
  font-weight: bold;
}

/* Mobile adjustments */
@media (max-width: 900px) {
  .career-horizontal-card {
    flex-direction: column;
  }

  .image-gallery {
    transition: none;
    /* Disable slide on small screens */
  }

  .image-gallery:hover {
    transform: none;
  }

  .card-visual {
    height: 260px;
  }
}

@media (max-width: 500px) {
  .career-areas-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .card-content {
    padding: 24px;
  }
}

.career-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 32px;
  margin: 40px 0 20px;
}

.career-horizontal-card {
  display: flex;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(11, 27, 59, 0.10);
  border: 1px solid rgba(11, 27, 59, 0.06);
}

.card-visual {
  flex: 0 0 45%;
  background: #f8fafc;
}

.image-gallery.static-gallery {
  display: flex;
  height: 100%;
  width: 100%;
}

.gallery-img {
  flex: 1;
  width: 33.333%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.gallery-img:last-child {
  border-right: none;
}

.card-content {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: var(--poster-blue);
  padding-left: 12px;
  border-left: 5px solid #0b1b3b;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #1f2937;
}

.card-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}

.card-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--poster-blue);
  font-size: 1.4rem;
  line-height: 1;
}

/* Mobile: make gallery scrollable if needed */
@media (max-width: 900px) {
  .career-horizontal-card {
    flex-direction: column;
  }

  .card-visual {
    flex: 0 0 240px;
    width: 100%;
  }

  .image-gallery.static-gallery {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .gallery-img {
    scroll-snap-align: start;
  }
}

@media (max-width: 500px) {
  .career-areas-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .card-content {
    padding: 24px;
  }
}


.career-areas-accordion {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(11, 27, 59, 0.12);
  box-shadow: 0 4px 16px rgba(11, 27, 59, 0.08);
}

.accordion-item {
  border-bottom: 1px solid rgba(11, 27, 59, 0.08);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 20px 28px;
  background: white;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease;
}

.accordion-header:hover {
  background: #f8fafc;
}

.accordion-header[aria-expanded="true"] {
  background: #f1f5f9;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  background: #0b1b3b;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.accordion-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0b1b3b;
  margin: 0;
  letter-spacing: 0.02em;
}

.accordion-toggle {
  font-size: 1.6rem;
  color: #64748b;
  transition: transform 0.3s ease;
}

.accordion-header[aria-expanded="true"] .accordion-toggle {
  transform: rotate(180deg);
}

.accordion-panel {
  background: #fafcff;
  padding: 0 28px 28px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-panel[hidden] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.panel-inner {
  padding-top: 24px;
}

.gallery-row {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.gallery-thumb {
  flex: 0 0 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
}

.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #1e293b;
}

.role-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}

.role-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
  .accordion-header {
    padding: 18px 20px;
  }

  .accordion-title {
    font-size: 1.35rem;
  }

  .gallery-row {
    gap: 10px;
  }

  .gallery-thumb {
    flex: 0 0 180px;
    height: 120px;
  }
}


.career-areas-accordion.pro-compact {
  margin: 24px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 14px 20px;
  background: #ffffff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.18s ease;
}

.accordion-header:hover {
  background: #f8fafc;
}

.accordion-header[aria-expanded="true"] {
  background: #f1f5f9;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-wrapper {
  width: 38px;
  height: 38px;
  background: #1e40af;
  /* deep professional blue */
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.accordion-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: 0.01em;
}

.accordion-toggle {
  font-size: 1.4rem;
  color: #6b7280;
  transition: transform 0.25s ease;
}

.accordion-header[aria-expanded="true"] .accordion-toggle {
  transform: rotate(180deg);
}

.accordion-panel {
  background: #fcfdfe;
  padding: 0 20px 20px;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}

.accordion-panel[hidden] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.panel-inner {
  padding-top: 16px;
}

.gallery-row.compact-gallery {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.gallery-thumb {
  flex: 0 0 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
}

.role-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}

.role-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #0f766e;
  /* muted professional teal */
  font-weight: 600;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .accordion-header {
    padding: 12px 16px;
  }

  .accordion-title {
    font-size: 1.15rem;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .gallery-thumb {
    flex: 0 0 140px;
    height: 88px;
  }
}


/* Container for the three parallelograms */
.gallery-container {
  display: flex;
  gap: 10px;
  /* vertical gap between panels */
  margin-bottom: 16px;
  padding: 4px 0;
  border-radius: 8px;
  /* slightly rounded corners for the whole group */
  overflow: hidden;
  /* helps with skewed edges */
  background: #f8fafc;
  /* subtle background to define the group */
  border: 1px solid #e2e8f0;
}

/* Individual parallelogram panel */
.parallelogram-panel {
  position: relative;
  flex: 1;
  height: 100px;
  /* compact height – adjust if needed */
  overflow: hidden;
  border: 1px solid #cbd5e1;
  /* thin border */
  border-radius: 4px;
  background: white;
}

/* Left panel – slight left lean (optional subtle effect) */
.parallelogram-panel.left {
  transform: skewX(-6deg);
}

/* Middle panel – neutral */
.parallelogram-panel.middle {
  /* no skew */
}

/* Right panel – leans to the right */
.parallelogram-panel.right {
  transform: skewX(8deg);
  /* positive value = right lean */
}

/* Image inside each panel */
.panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  /* Counter-skew to make image look normal */
  transform: skewX(calc(-1 * var(--skew, 0deg)));
  transform-origin: center;
}

/* Apply correct counter-skew per panel */
.parallelogram-panel.left .panel-img {
  --skew: -6deg;
}

.parallelogram-panel.right .panel-img {
  --skew: 8deg;
}

/* Mobile – stack vertically when space is limited */
@media (max-width: 640px) {
  .gallery-container {
    flex-direction: column;
    gap: 8px;
    padding: 6px;
  }

  .parallelogram-panel {
    height: 110px;
    transform: none !important;
    /* remove skew on small screens */
  }

  .panel-img {
    transform: none !important;
  }
}


.gallery-simple {
  display: flex;
  gap: 10px;
  margin: 0 0 16px 0;
  padding: 0;
  height: 100px;
  /* compact fixed height */
}

.photo-frame {
  flex: 1;
  border: 1px solid #d1d5db;
  /* thin light gray border */
  background: #ffffff;
  overflow: hidden;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile: allow horizontal scroll if needed */
@media (max-width: 640px) {
  .gallery-simple {
    overflow-x: auto;
    height: auto;
    padding-bottom: 4px;
  }

  .photo-frame {
    flex: 0 0 140px;
    height: 90px;
  }
}


.gallery-simple {
  display: flex;
  gap: 12px;
  /* a bit more space between photos */
  margin: 0 0 18px 0;
  padding: 0;
  height: 160px;
  /* larger photo height */
}

.photo-frame {
  flex: 1;
  min-width: 0;
  border: 1px solid #d1d5db;
  background: #ffffff;
  overflow: hidden;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile – larger scrollable thumbnails */
@media (max-width: 640px) {
  .gallery-simple {
    overflow-x: auto;
    height: auto;
    padding-bottom: 6px;
    gap: 12px;
  }

  .photo-frame {
    flex: 0 0 180px;
    /* larger width on mobile */
    height: 110px;
    /* slightly taller for better view */
  }
}


.career-areas-accordion.pro-compact {
  margin: 28px 0 24px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 18px 26px;
  background: linear-gradient(135deg, #f1f5f9 0%, #cbd5e1 100%);
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.22s ease;
}

.accordion-header:hover {
  background: #f8fafc;
}

.accordion-header[aria-expanded="true"] {
  background: linear-gradient(to bottom, #1e293b, #0f172a);
  /* deep charcoal to navy */
  color: white;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

/* Default state icon */
.icon-wrapper {
  background: #1d4ed8;
  /* rich royal blue */
  color: white;
}

/* When expanded — icon becomes white on deep navy */
.accordion-header[aria-expanded="true"] .icon-wrapper {
  background: white;
  color: #0f172a;
}

.accordion-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: 0.02em;
  transition: color 0.22s ease;
}

.accordion-header[aria-expanded="true"] .accordion-title {
  color: #ffffff;
}

.accordion-toggle {
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.22s ease;
  color: #64748b;
}

.accordion-header[aria-expanded="true"] .accordion-toggle {
  transform: rotate(180deg);
  color: #60a5fa;
}

.accordion-panel {
  background: #ffffff;
  padding: 0 26px 28px;
  border-top: 1px solid #e2e8f0;
}

.accordion-panel[hidden] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.panel-inner {
  padding-top: 22px;
}

/* Gallery - slightly larger & premium */
.gallery-simple {
  display: flex;
  gap: 14px;
  margin: 0 0 20px 0;
  height: 160px;
}

.photo-frame {
  flex: 1;
  border: 1.5px solid #cbd5e1;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.photo-frame:hover img {
  transform: scale(1.04);
}

/* Role list bullets - deep teal for elegance */
.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #1e293b;
}

.role-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.role-list li::before {
  position: absolute;
  left: 0;
  color: #0d9488;
  /* deep teal diamond - premium touch */
  font-size: 1.1rem;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
  .accordion-header {
    padding: 16px 20px;
  }

  .accordion-title {
    font-size: 1.18rem;
  }

  .icon-wrapper {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .gallery-simple {
    height: 120px;
  }
}




.tips-video-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 24px;
  margin-bottom: 2.5rem;
}

.video-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 22px 0 rgba(30, 40, 90, 0.09);
  padding: 16px 14px 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s;
}

.video-card:hover {
  box-shadow: 0 8px 34px 0 rgba(30, 40, 90, 0.18);
}

.video-aspect {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(10, 30, 60, 0.06);
}

.video-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.video-caption {
  text-align: center;
  font-size: 1.06rem;
  color: #184267;
  font-weight: 700;
  margin-top: 0.2em;
  letter-spacing: .04em;
  padding: 7px 0 0 0;
}

@media (max-width: 800px) {
  .tips-video-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}


.tips-video-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 2.5rem;
}

@media (max-width: 800px) {
  .tips-video-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}


.tips-video-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.tips-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(30, 40, 90, 0.10);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  padding: 0 0 8px 0;
}

.tips-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ddd;
  background-size: cover;
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  /* remove padding for proper fit */
}

.tips-card-thumb iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  aspect-ratio: 16/9;
}

.tips-card-title {
  font-size: 1.05rem;
  text-align: center;
  font-weight: 700;
  padding: 12px 0 2px 0;
}

@media (max-width: 800px) {
  .tips-video-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}


.tips-card-body {
  background: linear-gradient(90deg, #f3f5fb 0%, #e9edfa 100%);
  border-radius: 0 0 12px 12px;
  padding: 0 12px;
}

.tips-card {
  background: linear-gradient(90deg, #d0d7d2 0%, #a8b2ac 100%);
}

.tips-card-body {
  background: linear-gradient(90deg, #d0d7d2 0%, #a8b2ac 100%);
  color: #393e37;
}





/* Global font stack: Helvetica + Chinese fallbacks (placed at end to override) */
:root {
  --site-font: "Helvetica Neue", Helvetica, Arial,
    "PingFang HK", "PingFang TC", "PingFang SC",
    "Microsoft JhengHei",
    "Noto Sans CJK TC", "Noto Sans CJK SC",
    "Source Han Sans",
    "Hiragino Sans GB",
    "Heiti TC", "Heiti SC",
    sans-serif;
}

/* Apply everywhere (override earlier declarations) */
html,
body,
input,
textarea,
select,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
div,
section,
header,
footer,
label {
  font-family: var(--site-font) !important;
}



/* ===== Global font stack (Helvetica with Chinese fallbacks) ===== */
:root {
  --site-font: "Helvetica Neue", Helvetica, Arial,
    "Microsoft JhengHei", "PingFang TC", "Noto Sans CJK TC",
    "Source Han Sans", "Noto Sans", sans-serif;
}

/* Apply globally */
html,
body,
input,
textarea,
select,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
div,
section,
header,
footer,
label {
  font-family: var(--site-font);
}

/* ===== Hero banner: keep CTA text single line and right-sized ===== */
.hero-banner-cta-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  /* keep in one row on larger screens */
}

.hero-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 12px 20px;
  font-size: clamp(0.92rem, 2.3vw, 1.15rem);
  /* scales down so EN fits on one line */
  white-space: nowrap;
  /* prevents wrapping */
}

.hero-banner-btn span {
  white-space: nowrap;
  /* extra guard so label never wraps */
}

/* Mobile-friendly tweaks (keeps desktop unchanged) */
@media (max-width: 700px) {
  .hero-banner-cta-overlay {
    flex-wrap: wrap;
    /* allow wrap on very narrow screens to avoid overflow */
    gap: 10px;
  }

  .hero-banner-btn {
    padding: 10px 14px;
    font-size: 0.98rem;
    letter-spacing: .06em;
  }
}





/* -----------------------------
   Mobile Nav v2 – 2026-02-02
   Keeps mobile header compact and panel reliable
   Append to end of file
------------------------------ */

:root {
  --nav-mobile-height: 60px;
  --nav-mobile-z: 1000;
}

@media (max-width: 980px) {

  /* Header container */
  .nav,
  .nav.header-redblocks-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-mobile-height);
    min-height: var(--nav-mobile-height);
    z-index: var(--nav-mobile-z);
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 6px 16px rgba(2, 6, 23, 0.06);
    backdrop-filter: blur(6px);
  }

  .nav-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 8px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav-toprow {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: calc(var(--nav-mobile-height) - 8px);
    padding: 0;
  }

  .nav-brand-logo {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: url("https://www.icac.org.hk/icac/recruitment/images/icac-logo.png") center/contain no-repeat;
  }

  .nav-brand-text-main {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0b1b3b;
    /* Prevents crush when text is long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100vw - 160px);
  }

  .nav-controls,
  .nav-bottomrow {
    display: none !important;
  }

  .nav-hamburger {
    display: inline-flex;
    margin-left: auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #0b1b3b;
    border-radius: 10px;
    background: #fff;
    color: #0b1b3b;
    cursor: pointer;
    position: relative;
  }

  .nav-hamburger .bar {
    position: absolute;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #0b1b3b;
    border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
  }

  .nav-hamburger .bar:nth-child(1) {
    top: 12px;
  }

  .nav-hamburger .bar:nth-child(2) {
    top: 20px;
  }

  .nav-hamburger .bar:nth-child(3) {
    top: 28px;
  }

  .nav--open .nav-hamburger .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav--open .nav-hamburger .bar:nth-child(2) {
    opacity: 0;
  }

  .nav--open .nav-hamburger .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Push page down so header doesn’t overlap */
  .page-shell {
    margin-top: var(--nav-mobile-height) !important;
  }

  /* Overlay */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 34, 54, 0.25);
    backdrop-filter: blur(2px);
    z-index: calc(var(--nav-mobile-z) + 1);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .nav-overlay.visible {
    opacity: 1;
    visibility: visible;
  }

  /* Full panel – reliable slide from top */
  .nav-fullpanel {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px));
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100svh - env(safe-area-inset-top, 0px));
    background: #fff;
    z-index: calc(var(--nav-mobile-z) + 2);
    display: block;
    /* always in DOM for animation */
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .26s ease-out, opacity .18s ease-out;
    overscroll-behavior: contain;
  }

  /* Open state via header class */
  header.nav--open~.nav-fullpanel,
  .nav.nav--open~.nav-fullpanel,
  .nav--open+.nav-overlay+.nav-fullpanel {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-fullpanel-header {
    padding: 14px 16px;
    min-height: 60px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .nav-fullpanel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .1em;
    color: #0b1b3b;
  }

  .nav-fullpanel-close {
    background: 0;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    cursor: pointer;
    color: #143569;
  }

  .nav-fullpanel-body {
    padding: 16px;
    height: calc(100% - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-fullpanel-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .nav-fullpanel-btn,
  .nav-fullpanel-list a {
    height: 48px;
    border: 1px solid #d1d5db;
    background: #f7fafd;
    color: #142452;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .nav-fullpanel-btn:hover,
  .nav-fullpanel-list a:hover {
    background: #eef4ff;
    border-color: #9fbef2;
    color: #0b1b3b;
  }

  /* Expandable submenu */
  .nav-fullpanel-expgroup {
    width: 100%;
  }

  .nav-fullpanel-expbtn {
    width: 100%;
    justify-content: space-between;
  }

  .nav-fullpanel-expsubmenu {
    padding: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .nav-fullpanel-expsubmenu[hidden] {
    display: none !important;
  }

  .nav-fullpanel-subbtn {
    height: 42px;
    border-radius: 10px;
    border: 1px dashed #c6cbde;
    background: #fff;
    color: #143569;
    font-weight: 650;
    letter-spacing: .06em;
    padding-left: 22px;
  }

  .nav-fullpanel-lang-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
  }

  .nav-fullpanel-lang {
    background: 0;
    border: 1px solid #e3e9ef;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 700;
    color: #0b1b3b;
  }

  .nav-fullpanel-lang--active {
    background: #eaf1fa;
    border-color: #9fbef2;
  }

  /* Prevent background scroll when open */
  .lock-scroll {
    overflow: hidden !important;
    touch-action: none !important;
  }
}


/* Mobile Icon Buttons — alignment + color polish (2026‑02‑02) */
:root {
  --nav-icon: #0b1b3b;
  /* deep navy */
  --nav-btn-bg: #fff;
  --nav-btn-border: #0b1b3b;
  --nav-btn-bg-hover: #f3f6fb;
  --nav-focus-ring: #ffd900;
  /* gold focus */
}

@media (max-width: 980px) {

  /* Uniform button chrome for hamburger and close */
  .nav-hamburger,
  .nav-fullpanel-close {
    background: var(--nav-btn-bg) !important;
    border: 2px solid var(--nav-btn-border) !important;
    border-radius: 12px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(11, 27, 59, 0.08) !important;
    color: var(--nav-icon) !important;
  }

  .nav-hamburger:hover,
  .nav-fullpanel-close:hover,
  .nav-hamburger:focus,
  .nav-fullpanel-close:focus {
    background: var(--nav-btn-bg-hover) !important;
  }

  .nav-hamburger:focus-visible,
  .nav-fullpanel-close:focus-visible {
    outline: 0 !important;
    box-shadow:
      0 0 0 3px var(--nav-focus-ring),
      0 0 0 6px #00000022 !important;
  }

  /* Hamburger: perfectly centered lines */
  .nav-hamburger {
    position: relative !important;
  }

  .nav-hamburger .bar {
    position: absolute !important;
    left: 50% !important;
    width: 22px !important;
    height: 3px !important;
    margin: 0 !important;
    background: var(--nav-icon) !important;
    border-radius: 2px !important;
    transform: translate(-50%, -50%) !important;
    transition: transform .22s ease, opacity .18s ease, background .18s ease !important;
  }

  /* Equal spacing around the vertical center */
  .nav-hamburger .bar:nth-child(1) {
    top: calc(50% - 8px) !important;
  }

  .nav-hamburger .bar:nth-child(2) {
    top: 50% !important;
  }

  .nav-hamburger .bar:nth-child(3) {
    top: calc(50% + 8px) !important;
  }

  /* Open state → animate to X (keeps perfect centering) */
  .nav--open .nav-hamburger .bar:nth-child(1) {
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .nav--open .nav-hamburger .bar:nth-child(2) {
    opacity: 0 !important;
  }

  .nav--open .nav-hamburger .bar:nth-child(3) {
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  /* Close button: draw a crisp X with same stroke as hamburger lines */
  .nav-fullpanel-close {
    position: relative !important;
  }

  /* Hide the FA glyph so sizing quirks don’t show */
  .nav-fullpanel-close-icon {
    display: none !important;
  }

  .nav-fullpanel-close::before,
  .nav-fullpanel-close::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 22px !important;
    height: 3px !important;
    background: var(--nav-icon) !important;
    border-radius: 2px !important;
    transform-origin: center !important;
  }

  .nav-fullpanel-close::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .nav-fullpanel-close::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  /* Slight color feedback on hover */
  .nav-hamburger:hover .bar,
  .nav-fullpanel-close:hover::before,
  .nav-fullpanel-close:hover::after {
    background: #183266 !important;
    /* slightly lighter navy on hover */
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

  .nav-hamburger .bar,
  .nav-fullpanel-close::before,
  .nav-fullpanel-close::after {
    transition: none !important;
  }
}


/* Mobile: stack photo-frame vertically and animate in */
@media (max-width: 640px) {
  .gallery-simple {
    display: flex;
    flex-direction: column;
    /* vertical stack */
    gap: 12px;
    height: auto;
    overflow: visible;
  }

  .photo-frame {
    flex: 0 0 auto;
    width: 100%;
    height: 160px;
    /* adjust to taste */
    opacity: 0;
    /* hidden before reveal */
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
  }

  .photo-frame.is-visible {
    opacity: 1;
    transform: none;
  }
}


/* Jobs Apply Link – compact pill redesign (2026-02-03) */
.jobs-apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  /* no underline by default */
  color: #0b1b3b;
  background: #fff;
  border: 1px solid #0b1b3b;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(11, 27, 59, 0.08);
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .12s ease;
}

.jobs-apply-link:hover,
.jobs-apply-link:focus {
  background: #f3f6fb;
  color: #0b1b3b;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(11, 27, 59, 0.14);
}

.jobs-apply-link .icon {
  font-size: 0.95em;
  /* slightly smaller icon */
  line-height: 1;
}

/* Responsive: slightly smaller on narrow screens */
@media (max-width: 600px) {
  .jobs-apply-link {
    padding: 7px 12px;
    font-size: 0.8125rem;
    /* 13px */
    letter-spacing: .10em;
  }
}


/* Jobs Apply Link – premium button (2026-02-03) */
.jobs-apply-link {
  --btn-bg-1: #0b1b3b;
  --btn-bg-2: #1e3a8a;
  --btn-fg: #ffffff;
  --btn-border: #0b1b3b;
  --btn-ring: #ffd900;
  --btn-shadow: rgba(11, 27, 59, 0.18);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-fg);

  background: linear-gradient(135deg, var(--btn-bg-1) 0%, var(--btn-bg-2) 100%);
  border: 1.5px solid var(--btn-border);
  border-radius: 12px;
  box-shadow: 0 6px 18px var(--btn-shadow);

  position: relative;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.jobs-apply-link .label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.jobs-apply-link .icon {
  font-size: 1.05rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: transform .18s ease, opacity .18s ease;
}

/* Subtle shine sweep on hover */
.jobs-apply-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18) 50%, transparent 80%);
  transform: translateX(-160%);
  transition: transform .6s ease;
  pointer-events: none;
  z-index: 0;
}

.jobs-apply-link:hover::before,
.jobs-apply-link:focus-visible::before {
  transform: translateX(160%);
}

/* Hover/Focus states */
.jobs-apply-link:hover,
.jobs-apply-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(11, 27, 59, 0.24);
}

.jobs-apply-link:hover .icon,
.jobs-apply-link:focus .icon {
  transform: translateX(4px);
}

/* Keyboard focus ring */
.jobs-apply-link:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px var(--btn-ring),
    0 0 0 6px rgba(0, 0, 0, 0.18),
    0 10px 26px rgba(11, 27, 59, 0.24);
}

/* Active/pressed */
.jobs-apply-link:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.20);
}

/* Disabled (via aria-disabled="true") */
.jobs-apply-link[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
}

/* Outline variant */
.jobs-apply-link.jobs-apply-link--outline {
  background: #fff;
  color: var(--btn-bg-1);
  border-color: var(--btn-bg-1);
  box-shadow: 0 2px 8px rgba(11, 27, 59, 0.10);
}

.jobs-apply-link.jobs-apply-link--outline:hover,
.jobs-apply-link.jobs-apply-link--outline:focus {
  background: #f3f6fb;
}

/* Responsive */
@media (max-width: 600px) {
  .jobs-apply-link {
    padding: 10px 14px;
    font-size: 0.875rem;
    letter-spacing: .08em;
    border-radius: 10px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

  .jobs-apply-link,
  .jobs-apply-link .icon,
  .jobs-apply-link::before {
    transition: none !important;
  }
}


/* Jobs Apply Link – ICAC Red (2026-02-03) */
.jobs-apply-link {
  --btn-bg-1: #b91c1c;
  /* ICAC red */
  --btn-bg-2: #931111;
  /* deeper red */
  --btn-fg: #ffffff;
  --btn-border: #b91c1c;
  --btn-ring: #ffd900;
  /* gold focus ring */
  --btn-shadow: rgba(185, 28, 28, 0.22);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-fg);

  background: linear-gradient(135deg, var(--btn-bg-1) 0%, var(--btn-bg-2) 100%);
  border: 1.5px solid var(--btn-border);
  border-radius: 12px;
  box-shadow: 0 6px 18px var(--btn-shadow);

  position: relative;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.jobs-apply-link .label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  
}

.jobs-apply-link .icon {
  font-size: 1.05rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: transform .18s ease, opacity .18s ease;
}

/* Shine sweep */
.jobs-apply-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18) 50%, transparent 80%);
  transform: translateX(-160%);
  transition: transform .6s ease;
  pointer-events: none;
  z-index: 0;
}

.jobs-apply-link:hover::before,
.jobs-apply-link:focus-visible::before {
  transform: translateX(160%);
}

/* Hover/Focus */
.jobs-apply-link:hover,
.jobs-apply-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(185, 28, 28, 0.28);
}

.jobs-apply-link:hover .icon,
.jobs-apply-link:focus .icon {
  transform: translateX(4px);
}

/* Keyboard focus ring */
.jobs-apply-link:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px var(--btn-ring),
    0 0 0 6px rgba(0, 0, 0, 0.18),
    0 10px 26px rgba(185, 28, 28, 0.28);
}

/* Active */
.jobs-apply-link:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(185, 28, 28, 0.20);
}

/* Disabled */
.jobs-apply-link[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
}

/* Outline variant (red) */
.jobs-apply-link.jobs-apply-link--outline {
  background: #fff;
  color: var(--btn-bg-1);
  border-color: var(--btn-bg-1);
  box-shadow: 0 2px 8px rgba(185, 28, 28, 0.12);
}

.jobs-apply-link.jobs-apply-link--outline:hover,
.jobs-apply-link.jobs-apply-link--outline:focus {
  background: #fff1f1;
  /* pale red */
}

/* Responsive */
@media (max-width: 600px) {
  .jobs-apply-link {
    padding: 10px 14px;
    font-size: 0.875rem;
    letter-spacing: .08em;
    border-radius: 10px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  .jobs-apply-link,
  .jobs-apply-link .icon,
  .jobs-apply-link::before {
    transition: none !important;
  }
}



/* Enhanced Section Group */
.exp-section-group--enhanced {
  padding: 20px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.08);
}

/* Section Icon */
.exp-section-icon {
  margin-right: 8px;
  color: #0b1b3b;
}

/* Intro Block */
.exp-intro-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.exp-text--intro {
  flex: 1;
}

/* Details List */
.exp-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.exp-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d1d5db;
}

.exp-detail-item:last-child {
  border-bottom: none;
}

.exp-detail-icon {
  font-size: 18px;
  color: #0b1b3b;
  margin-top: 2px;
}

.exp-detail-content {
  flex: 1;
}

.exp-time-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 20px;
}

/* Enhanced Tip */
.exp-tip--enhanced {
  border: 1px solid #f97373;
  border-radius: 8px;
  background: #fff5f5;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(249, 115, 115, 0.1);
}

.exp-tip-icon i {
  font-size: 14px;
}

/* Graphic Placeholder */
.exp-graphic-placeholder {
  text-align: center;
  margin: 16px 0;
}

.exp-graphic {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.12);
}

.exp-graphic-placeholder--bottom {
  margin-top: 24px;
}

/* Modern Card Container */
.exp-section-group--modern-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  border: 1px solid rgba(229, 231, 235, 0.8);
  position: relative;
  overflow: hidden;
}

/* Hero Intro Layout */
.exp-hero-intro {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.exp-hero-content {
  flex: 1;
  min-width: 320px;
}

.exp-title-gradient {
  background: linear-gradient(90deg, var(--poster-blue), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.1rem;
  margin: 0 0 16px;
}

.exp-title-icon {
  margin-right: 10px;
  font-size: 1.9rem;
  color: var(--poster-blue);
}

.highlight-date {
  color: #dc2626;
  font-weight: 800;
}

.exp-hero-graphic-card {
  width: 360px;
  height: 240px;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.18);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: white;
  border: 8px solid white;
  transition: transform 0.3s ease;
}

.exp-hero-graphic-card:hover {
  transform: rotate(-1deg) scale(1.06);
}

.exp-hero-graphic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.graphic-badge {
  position: absolute;
  bottom: 12px;
  right: 16px;
  background: rgba(11, 27, 59, 0.75);
  color: white;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

/* Details Grid – card-like items */
.exp-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.exp-detail-card {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.exp-detail-card--wide {
  grid-column: span 2;
}

.exp-detail-icon {
  font-size: 2.1rem;
  color: var(--poster-blue);
}

.exp-detail-label {
  font-size: 0.95rem;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 4px;
}

.exp-detail-value {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

/* Alert Card (like a prominent notification) */
.exp-alert-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
  border: 1px solid #fecaca;
  border-radius: 14px;
  padding: 13px;
}

.exp-alert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.exp-alert-icon {
  font-size: 1.6rem;
  color: #dc2626;
}

.exp-alert-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #991b1b;
}

.exp-hero-text {
  font-size: 1rem;
  font-weight: 500;
}

.exp-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.6;
}

.exp-alert-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}

.exp-alert-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

/* Schedule tabs (kept as-is) */
.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
}

.schedule-tab {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.schedule-tab:hover {
  color: #0b1b3b;
}

.schedule-tab.active {
  color: var(--poster-blue);
  background: white;
}

.schedule-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
}

.tab-panel {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .schedule-tabs {
    flex-direction: column;
  }

  .schedule-tab {
    text-align: center;
  }
}

.hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-image h3 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.tab-panel {
  animation: fadeInTab 0.5s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.schedule-tabs-wrapper {
  margin: 2.5rem 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.schedule-tabs {
  display: flex;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e0e7ff;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tab {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 1.25rem 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #64748b;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.schedule-tab i {
  font-size: 1.35rem;
  color: #3b82f6;
  opacity: 0.9;
  transition: all 0.25s ease;
}

.schedule-tab:hover {
  color: #1e40af;
  background: rgba(59, 130, 246, 0.07);
}

.schedule-tab:hover i {
  opacity: 1;
  transform: scale(1.1);
}

.schedule-tab.active {
  color: #1e40af;
  background: white;
  box-shadow: 0 -3px 0 0 #3b82f6 inset;
}

.schedule-tab.active i {
  color: #1e40af;
  opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .schedule-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .schedule-tab {
    padding: 1.1rem 1rem;
    font-size: 0.98rem;
  }

  .schedule-tab i {
    font-size: 1.25rem;
  }
}

.schedule-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.schedule-tab.active::after {
  width: 60%;
}

/* Tabs container (variant used on this page) */
.schedule-tabs-container {
  margin: 2rem 0 3rem;
  background: #343843;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(40, 40, 60, 0.08);
  overflow: hidden;
  border: none;
  padding: 0;
}

.schedule-tabs {
  display: flex;
  background: #343843;
  border-bottom: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tab {
  flex: 1;
  min-width: 136px;
  padding: 1.1rem 0.7rem;
  font-size: 1.10rem;
  font-weight: 800;
  color: #edeef1;
  background: #343843;
  border: none;
  border-bottom: 6px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.14s, color 0.14s, border-bottom-color 0.18s;
  position: relative;
  z-index: 1;
  outline: none;
  letter-spacing: .02em;
  box-shadow: none;
}

.schedule-tab:not(.active):hover,
.schedule-tab:not(.active):focus-visible {
  background: #757980;
  color: #fff;
}

.schedule-tab.active {
  background: #ececec;
  color: #212126;
  border-bottom: 6px solid #bcbcc3;
  z-index: 2;
  font-weight: 900;
  box-shadow: 0 2px 12px 0 rgba(160, 160, 170, 0.08);
}

.schedule-tab i {
  font-size: 1.3rem;
  color: inherit;
  opacity: 0.93;
  transition: color 0.19s, opacity 0.19s;
}

/* Panel container visuals */
.tab-panel {
  display: none;
  background: #f8fafc;
  border-radius: 0 0 14px 14px;
}

.tab-panel.active {
  display: block;
  animation: fadeInTab 0.5s cubic-bezier(.4, 2, .6, 1);
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Unified title sizing */
.exp-section-title,
.exp-title-gradient {
  font-size: 1.3rem !important;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, var(--poster-blue, #0b1b3b), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.exp-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.exp-btn-primary,
.exp-btn-secondary {
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* Mobile UX overrides – 2026‑02‑03 */
@media (max-width: 768px) {
  :root {
    --mobile-pad: 12px;
    --mobile-gap: 12px;
    --touch-min: 44px;
  }

  .nav,
  .nav.header-redblocks-bg {
    height: 60px;
    min-height: 60px;
    box-shadow: 0 6px 16px rgba(2, 6, 23, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .12);
  }

  .nav-shell {
    padding: 8px var(--mobile-pad);
  }

  .nav-toprow {
    min-height: 52px;
    gap: 10px;
  }

  .nav-brand-text-main {
    font-size: 18px;
    max-width: calc(100vw - 160px);
  }

  .nav-hamburger,
  .nav-fullpanel-close {
    width: 44px;
    height: 44px;
  }

  .page-shell {
    margin-top: 60px !important;
  }


  .hero-banner-inner {
    padding: 16px var(--mobile-pad);
    border-radius: 16px;
  }

  .hero-banner-title {
    font-size: 1.08rem;
    margin-bottom: 6px;
    letter-spacing: .08em;
  }

  .hero-banner-desc {
    font-size: .96rem;
    margin-bottom: 10px;
  }

  .hero-banner-cta-overlay {
    bottom: 14px;
    gap: 10px;
    flex-direction: column;
    width: 92vw;
    padding: 0 var(--mobile-pad);
  }

  .hero-banner-btn {
    width: 100%;
    height: 50px;
    font-size: 1.02rem;
  }

  .exp-hero-intro {
    flex-direction: column;
    gap: var(--mobile-gap);
    margin-bottom: 18px;
  }

  .exp-hero-content {
    min-width: 0;
  }

  .exp-hero-graphic-card {
    width: 100%;
    height: 46vw;
    min-height: 180px;
    max-height: 240px;
    transform: none;
    border-width: 6px;
  }

  .exp-hero-graphic-card:hover {
    transform: scale(1.02);
  }

  .exp-details-grid {
    grid-template-columns: 1fr;
    gap: var(--mobile-gap);
    margin-bottom: 20px;
  }

  .exp-detail-card {
    padding: 14px;
    gap: 12px;
  }

  .schedule-tabs-container {
    margin: 1.2rem 0 1.6rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(11, 27, 59, .08);
  }

  .schedule-tabs {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
  }

  .schedule-tab {
    flex: 0 0 auto;
    min-width: 120px;
    padding: .95rem .6rem;
    font-size: .98rem;
    font-weight: 800;
    scroll-snap-align: start;
    line-height: 1;
  }

  .schedule-tab i {
    font-size: 1.1rem;
  }

  .schedule-tab:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px #ffd900, 0 0 0 6px #0002;
  }

  .schedule-tab-content-area {
    padding: 0;
    min-height: 280px;
  }

  .tab-panel {
    border-radius: 0 0 12px 12px;
  }

  .hero-image {
    height: 220px !important;
  }

  .hero-image h3 {
    font-size: 1.4rem;
  }

  .exp-activity-table {
    font-size: .95rem;
    border-radius: 10px;
  }

  .exp-activity-table td,
  .exp-activity-table th {
    padding: 10px 12px;
  }

  .exp-activity-venue-small {
    display: block;
    margin-left: 0;
    margin-top: 6px;
    font-size: .92em;
  }

  .exp-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .exp-btn-primary,
  .exp-btn-secondary {
    width: 100%;
    max-width: 460px;
    min-height: var(--touch-min);
    font-size: 1rem;
    padding: 12px 18px;
    letter-spacing: .06em;
  }

  footer {
    padding: 22px var(--mobile-pad) 28px;
    text-align: center;
  }

  .footer-text {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .footer-text-small {
    font-size: .95rem;
  }

  .footer-badge img {
    height: 40px;
    margin-top: 16px;
  }

  .gallery-simple {
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding-bottom: 4px;
  }

  .photo-frame {
    height: 140px;
  }
}

/* Touch targets */
@media (max-width: 768px) {

  .nav-fullpanel-btn,
  .nav-fullpanel-subbtn,
  .jobs-apply-link,
  .exp-detail-card,
  .schedule-tab {
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .exp-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .exp-detail-card,
  .exp-detail-card--wide {
    grid-column: auto;
    width: 100%;
  }
}

/* ================================
       Moved from inline styles (no new classes)
       ================================ */
.nav-shell {
  position: relative;
  z-index: 2;
}

.hero-image {
  height: 280px;
  background-position: center;
  background-size: cover;
  position: relative;
}

#tab-required .hero-image {
  background-image: url('../images/common/lecture-auditorium.jpg');
}

#tab-optional .hero-image {
  background-image: url('../images/common/simulation-training.jpg');
}

#tab-exhibition .hero-image {
  background-image: url('../images/common/exhibition-booth.jpg');
}

#tab-fitness .hero-image {
  background-image: url('../images/common/fitness-test.jpg');
}

.hero-image>div:nth-child(1) {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15));
}

.hero-image>div:nth-child(2) {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-image>div:nth-child(2) h3 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 800;
}

.hero-image>div:nth-child(2) p {
  margin: 10px 0 0;
  font-size: 1.15rem;
  opacity: 0.98;
}

/* Content wrapper after hero-image in each tab panel */
.tab-panel>div:nth-child(2) {
  padding: 2rem;
}

@media (max-width: 768px) {
  .tab-panel>div:nth-child(2) {
    padding: var(--mobile-pad);
  }
}

/* Venue label */
.exp-activity-venue-small {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.95em;
  color: #212126;
  font-weight: 800;
  letter-spacing: .01em;
  vertical-align: middle;
}

.exp-activity-dot--info+.exp-activity-venue-small,
.exp-activity-dot--prevention+.exp-activity-venue-small,
.exp-activity-dot--education+.exp-activity-venue-small,
.exp-activity-dot--enforcement+.exp-activity-venue-small {
  color: white;
  font-weight: 800;
}

/* Exhibition group follows required group styling */
.exp-activity-group--exhibition {
  margin-top: 0;
}

.exp-activity-group--exhibition .exp-activity-group-title,
.exp-activity-group--exhibition .exp-activity-group-title-badge {
  display: none;
}

.exp-activity-group--exhibition .exp-activity-subtitle {
  margin: 0 0 12px;
  font-size: 1rem;
  /* font-weight: 600; */
  color: #374151;
}

.exp-activity-group--exhibition .exp-activity-table {
  border-radius: 10px;
  box-shadow: none;
}

@media (max-width: 768px) {
  .exp-activity-group--exhibition .exp-activity-subtitle {
    font-size: .98rem;
  }
}

/* CLEANED final mobile table rules (wrap + balanced columns) */
@media (max-width: 768px) {
  .exp-activity-table {
    table-layout: auto !important;
    width: 100%;
  }

  .exp-activity-table th,
  .exp-activity-table td {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
  }

  /* 活動 32% / 場次 68% */
  .exp-activity-table thead th:nth-child(1),
  .exp-activity-table tbody th:nth-child(1) {
    width: 32% !important;
    padding-right: 8px;
  }

  .exp-activity-table thead th:nth-child(2),
  .exp-activity-table tbody td:nth-child(2) {
    width: 68% !important;
    padding-left: 12px;
  }
}

@media (max-width: 400px) {

  /* 活動 30% / 場次 70% */
  .exp-activity-table thead th:nth-child(1),
  .exp-activity-table tbody th:nth-child(1) {
    width: 30% !important;
  }

  .exp-activity-table thead th:nth-child(2),
  .exp-activity-table tbody td:nth-child(2) {
    width: 70% !important;
  }
}




/* CTA under the hero intro */
.exp-hero-cta {
  margin-top: 10px;
}





/* Inner panel scroll fix: scroll inside the active tab on all breakpoints */
.schedule-tabs-container {
  overflow: hidden;
  /* ok to keep hidden borders/shadows if desired */
}

/* Constrain the content area height so it can scroll internally */
.schedule-tab-content-area {
  max-height: 72vh;
  /* desktop */
  overflow: hidden;
  /* panel will handle the scroll */
}

/* Make panels scroll inside the constrained area */
.tab-panel {
  max-height: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}

/* Mobile: a bit tighter so the tabs remain visible */
@media (max-width: 768px) {
  .schedule-tab-content-area {
    max-height: 65vh;
    /* previously only the panel had max-height */
  }

  .tab-panel {
    max-height: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* ===== Interactive Recruitment Map (hover-driven, portal tooltips) ===== */

.process-map {
  position: relative;
  max-width: 1100px;
  margin: 14px auto;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(11, 27, 59, .08);
  overflow: visible;
  isolation: isolate;
  z-index: 0;
}

.process-map-picture,
.process-map-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Hotspot pins */
.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -60%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  width: 44px;
  height: 44px;
  z-index: 10;
}

.hotspot-pin {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0b1b3b;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(11, 27, 59, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.hotspot:hover .hotspot-pin {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(11, 27, 59, .25);
}

.hotspot:focus-visible .hotspot-pin {
  box-shadow: 0 0 0 3px #cfe0ff, 0 0 0 6px #1e40af;
}

/* Category colors for pins (visual) */
.hotspot--written .hotspot-pin {
  background: #2563eb;
}

/* blue */
.hotspot--assessment .hotspot-pin {
  background: #fb923c;
}

/* orange */
.hotspot--final .hotspot-pin {
  background: #10b981;
}

/* green */
.hotspot--vetting .hotspot-pin {
  background: #7c3aed;
}

/* purple */
.hotspot--medical .hotspot-pin {
  background: #0ea5e9;
}

/* cyan */
.hotspot--offer .hotspot-pin {
  background: #b91c1c;
}

/* red  */

/* In-button tooltip (kept hidden; we portal the same node on hover) */
.hotspot-tooltip {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -100%);
  min-width: 220px;
  max-width: 360px;
  padding: 12px 14px;
  background: #fff;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  /* Proper color for dialog: use an accent color variable carried onto the tooltip element */
  border-top: 4px solid var(--accent, #0b1b3b);
  box-shadow: 0 14px 28px rgba(11, 27, 59, .18);
  display: none;
  z-index: 1;
  text-align: left;
}

/* IMPORTANT: disable any hover show in-place; the portal shows it */
.hotspot:hover .hotspot-tooltip {
  display: none !important;
}

/* Colorize dialog heading with accent */
.hotspot-title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent, #0b1b3b);
}

.hotspot-list {
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: .95rem;
  line-height: 1.6;
}

.hotspot-text {
  margin: 0 0 8px;
  font-size: .95rem;
}

.hotspot-meta {
  font-size: .85rem;
  color: #64748b;
}

.hotspot-tag {
  display: inline-block;
  margin-top: 6px;
  font-size: .8rem;
  font-weight: 700;
  color: #7c3aed;
  background: #f5f3ff;
  border: 1px solid #e9d5ff;
  border-radius: 999px;
  padding: 4px 8px;
}

@media (max-width: 800px) {
  .hotspot-tooltip {
    max-width: 92vw;
    transform: translate(-50%, -110%);
  }
}

/* Global portal layer (always on top) */
#map-tooltip-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483647;
}

#map-tooltip-layer .hotspot-tooltip {
  position: absolute;
  display: block !important;
  pointer-events: auto;
  z-index: 2147483647;
}

/* When any dialog is open (hovered), sink pins under the portal tooltip to avoid overlap */
.process-map.map--dialog-open .hotspot {
  z-index: 0 !important;
}

.process-map.map--dialog-open .hotspot-pin {
  z-index: 0 !important;
  transform: none !important;
}

/* Fallback text */
.process-fallback {
  margin-top: 14px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 14px 16px;
  background: #f9fafb;
}

.process-fallback summary {
  font-weight: 800;
  cursor: pointer;
}

.process-fallback h3 {
  margin: 12px 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0b1b3b;
}

.process-fallback p,
.process-fallback li {
  font-size: 1rem;
  line-height: 1.75;
  color: #111827;
}

/* Levitate pins (gentle up/down float) */
@keyframes pin-levitate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.hotspot-pin {
  animation: pin-levitate 2.4s ease-in-out infinite;
  will-change: transform;
}

/* Keep hover visual without overriding levitation */
.hotspot:hover .hotspot-pin {
  transform: none;
  /* prevent hover transform from cancelling the animation */
  box-shadow: 0 10px 22px rgba(11, 27, 59, 0.25);
}

/* Pause levitation and ensure stacking when a hover dialog is open */
.process-map.map--dialog-open .hotspot-pin {
  animation: none !important;
  transform: none !important;
}

/* Portal layer still shows the dialog */
#map-tooltip-layer .hotspot-tooltip {
  display: block !important;
}

/* Hide hotspot pins on mobile but keep buttons clickable and tooltip positioning intact */
@media (max-width: 800px) {
  .hotspot-pin {
    opacity: 0;
    /* visually hidden */
    box-shadow: none;
    border: 0;
    animation: none;
    /* stop levitation when hidden */
  }
}


/* Enhanced Section Group */
.exp-section-group--enhanced {
  padding: 20px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.08);
}

/* Section Icon */
.exp-section-icon {
  margin-right: 8px;
  color: #0b1b3b;
}

/* Intro Block */
.exp-intro-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.exp-text--intro {
  flex: 1;
}

/* Details List */
.exp-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.exp-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d1d5db;
}

.exp-detail-item:last-child {
  border-bottom: none;
}

.exp-detail-icon {
  font-size: 18px;
  color: #0b1b3b;
  margin-top: 2px;
}

.exp-detail-content {
  flex: 1;
}

.exp-time-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 20px;
}

/* Enhanced Tip */
.exp-tip--enhanced {
  border: 1px solid #f97373;
  border-radius: 8px;
  background: #fff5f5;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(249, 115, 115, 0.1);
}

.exp-tip-icon i {
  font-size: 14px;
}

/* Graphic Placeholder */
.exp-graphic-placeholder {
  text-align: center;
  margin: 16px 0;
}

.exp-graphic {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.12);
}

.exp-graphic-placeholder--bottom {
  margin-top: 24px;
}

/* Modern Card Container */
.exp-section-group--modern-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  border: 1px solid rgba(229, 231, 235, 0.8);
  position: relative;
  overflow: hidden;
}

/* Hero Intro Layout */
.exp-hero-intro {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.exp-hero-content {
  flex: 1;
  min-width: 320px;
}

.exp-title-gradient {
  background: linear-gradient(90deg, var(--poster-blue), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.1rem;
  margin: 0 0 16px;
}

.exp-title-icon {
  margin-right: 10px;
  font-size: 1.9rem;
  color: var(--poster-blue);
}

.highlight-date {
  color: #dc2626;
  font-weight: 800;
}

.exp-hero-graphic-card {
  width: 360px;
  height: 240px;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.18);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: white;
  border: 8px solid white;
  transition: transform 0.3s ease;
}

.exp-hero-graphic-card:hover {
  transform: rotate(-1deg) scale(1.06);
}

.exp-hero-graphic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.graphic-badge {
  position: absolute;
  bottom: 12px;
  right: 16px;
  background: rgba(11, 27, 59, 0.75);
  color: white;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

/* Details Grid – card-like items */
.exp-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.exp-detail-card {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

/* .exp-detail-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(11, 27, 59, 0.1);
    } */

.exp-detail-card--wide {
  grid-column: span 2;
}

.exp-detail-icon {
  font-size: 2.1rem;
  color: var(--poster-blue);
}

.exp-detail-label {
  font-size: 0.95rem;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 4px;
}

.exp-detail-value {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

/* Alert Card (like a prominent notification) */
.exp-alert-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
  border: 1px solid #fecaca;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.12);
}

.exp-alert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.exp-alert-icon {
  font-size: 1.6rem;
  color: #dc2626;
}

.exp-alert-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #991b1b;
}

.exp-hero-text {
  font-size: 1rem;
  font-weight: 500;
}


.exp-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.6;
}

.exp-alert-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}

.exp-alert-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

/* Pricing Table – inspired by modern Envato-style cards */
.pricing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.pricing-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(11, 27, 59, 0.14);
}

.pricing-card.highlighted {
  border-color: var(--poster-blue);
  box-shadow: 0 12px 36px rgba(59, 130, 246, 0.2);
  transform: scale(1.04);
}

.pricing-ribbon {
  position: absolute;
  top: 12px;
  right: -38px;
  background: #dc2626;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 6px 40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pricing-header {
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  padding: 32px 24px 24px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.plan-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b1b3b;
  margin-bottom: 8px;
}

.plan-desc {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 16px;
}

.plan-price {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--poster-blue);
}

.plan-price span {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6b7280;
}

.pricing-features {
  padding: 24px;
  min-height: 260px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e7eb;
  font-size: 1.05rem;
  color: #374151;
}

.feature-item i {
  font-size: 1.3rem;
  width: 24px;
  text-align: center;
}

.feature-item.disabled {
  color: #9ca3af;
  text-decoration: line-through;
}

.pricing-cta {
  padding: 0 24px 32px;
  text-align: center;
}

.pricing-cta a {
  display: inline-block;
  min-width: 180px;
}

/* Responsive */
@media (max-width: 960px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card.highlighted {
    transform: scale(1.02);
  }
}

/* Replace the old gradient with image background */
.pricing-header {
  background: linear-gradient(rgba(11, 27, 59, 0.65), rgba(11, 27, 59, 0.75)),
    url('https://images.unsplash.com/photo-1557683316-973673baf926?w=800') center/cover no-repeat;
  padding: 40px 24px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  /* important for readability */
  position: relative;
}

.pricing-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
}

.pricing-header>* {
  position: relative;
  z-index: 2;
}

/* Optional: different image per card level */
.pricing-card.standard .pricing-header {
  background-image: linear-gradient(rgba(11, 27, 59, 0.7), rgba(30, 64, 175, 0.6)),
    url('https://images.unsplash.com/photo-1557683316-973673baf926?w=1200');
}

.pricing-card.pro .pricing-header {
  background-image: linear-gradient(rgba(11, 27, 59, 0.75), rgba(30, 64, 175, 0.7)),
    url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=1200');
}

.pricing-card.highlighted .pricing-header {
  border-top: 4px solid #3b82f6;
}

.pricing-card.corporate .pricing-header {
  background-image: linear-gradient(rgba(11, 27, 59, 0.8), rgba(30, 64, 175, 0.75)),
    url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200');
}

/* Make text stand out more */
.plan-name {
  font-size: 1.9rem;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.plan-desc {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.plan-price {
  color: #60a5fa;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
}

.schedule-tab {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.schedule-tab:hover {
  color: #0b1b3b;
}

.schedule-tab.active {
  color: var(--poster-blue);
  background: white;
}

.schedule-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  /* background: var(--poster-blue); */
}

.tab-panel {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .schedule-tabs {
    flex-direction: column;
  }

  .schedule-tab {
    text-align: center;
  }
}

.hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-image h3 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.tab-panel {
  animation: fadeInTab 0.5s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.schedule-tabs-wrapper {
  margin: 2.5rem 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.schedule-tabs {
  display: flex;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e0e7ff;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.schedule-tab {
  flex: 1 1 auto;
  min-width: 120px;
  /* prevent too narrow on mobile */
  padding: 1.25rem 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #64748b;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.schedule-tab i {
  font-size: 1.35rem;
  color: #3b82f6;
  opacity: 0.9;
  transition: all 0.25s ease;
}

.schedule-tab:hover {
  color: #1e40af;
  background: rgba(59, 130, 246, 0.07);
}

.schedule-tab:hover i {
  opacity: 1;
  transform: scale(1.1);
}

.schedule-tab.active {
  color: #1e40af;
  background: white;
  box-shadow: 0 -3px 0 0 #3b82f6 inset;
}

.schedule-tab.active i {
  color: #1e40af;
  opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .schedule-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .schedule-tab {
    padding: 1.1rem 1rem;
    font-size: 0.98rem;
  }

  .schedule-tab i {
    font-size: 1.25rem;
  }
}

/* Optional: add subtle underline animation for active tab */
.schedule-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  /* background: #3b82f6; */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.schedule-tab.active::after {
  width: 60%;
}


.schedule-tabs-container {
  margin: 2rem 0 3rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.schedule-tabs {
  display: flex;
  background: linear-gradient(to right, #f8fafc, #f1f5f9);
  border-bottom: 4px solid #e2e8f0;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tab {
  flex: 1;
  min-width: 140px;
  padding: 1.4rem 1.2rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #1f2937;
  background: transparent;
  border: none;
  border-right: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.schedule-tab:last-child {
  border-right: none;
}

.schedule-tab i {
  font-size: 1.5rem;
  transition: transform 0.25s ease;
}

/* Category-specific vivid colors */
.tab-required {
  --color: #1d4ed8;
  --light: #3b82f6;
  --hover: #dbeafe;
}


.schedule-tab:hover {
  background: var(--hover);
  color: var(--color);
}

.schedule-tab:hover i {
  transform: scale(1.15);
}

.schedule-tab.active {
  background: white;
  color: var(--color);
  font-weight: 800;
  box-shadow: inset 0 -6px 0 0 var(--light);
}

.schedule-tab.active i {
  color: var(--light);
  transform: scale(1.12);
}

/* Content area */
.schedule-tab-content-area {
  background: white;
  padding: 0;
  min-height: 320px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Optional: stronger visual separation */
.hero-image {
  border-bottom: 1px solid #e5e7eb;
}

/* 簡潔專業深藍色tab，active時變淡亮強調，hover僅輕微變亮 */

.schedule-tabs-container {
  margin: 2rem 0 3rem;
  background: #1e293b;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(30, 40, 70, 0.12);
  overflow: hidden;
  border: none;
  padding: 0;
}

.schedule-tabs {
  display: flex;
  background: #1e293b;
  border-bottom: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

/* base tab: dark, active > lighter, underline stays blue */
.schedule-tab {
  flex: 1;
  min-width: 136px;
  padding: 1.1rem 0.7rem;
  font-size: 1.10rem;
  font-weight: 800;
  color: #e2e8f0;
  background: #273052;
  border: none;
  border-bottom: 6px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.19s,
    color 0.19s,
    border-bottom-color 0.22s,
    box-shadow 0.17s;
  position: relative;
  z-index: 1;
  outline: none;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.schedule-tab i {
  font-size: 1.3rem;
  margin-right: 7px;
  color: #94a3b8;
  opacity: 0.93;
  transition: color 0.19s, opacity 0.19s;
}

/* hover: 輕微變亮, 字更白 */
.schedule-tab:not(.active):hover,
.schedule-tab:not(.active):focus-visible {
  background: #34435f;
  color: #fff;
}

.schedule-tab:not(.active):hover i,
.schedule-tab:not(.active):focus-visible i {
  color: #cbd5e1;
  opacity: 1;
}

/* active: 有明顯更亮藍/灰色底，但仍非白色，主色下劃線強調 */
.schedule-tab.active {
  background: #e8eefb;
  color: #102040;
  border-bottom: 6px solid #60a5fa;
  z-index: 2;
  box-shadow: 0 2px 18px 0 rgba(96, 165, 250, 0.10);
}

.schedule-tab.active i {
  color: #2563eb;
  opacity: 1;
}

.schedule-tab:not(.active) i {
  color: #82a3df;
}

/* 下劃線 controllable, 無多餘裝飾 */
.schedule-tab.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 23%;
  right: 23%;
  bottom: 0;
  height: 0;
  border-radius: 2px 2px 0 0;
}

/* mobile 和寬度自動調整 */
@media (max-width: 800px) {
  .schedule-tabs {
    flex-wrap: nowrap;
  }

  .schedule-tab {
    padding: 0.75rem 0.2rem;
    min-width: 90px;
    font-size: .98rem;
  }

  .schedule-tab i {
    font-size: 1rem;
  }
}

/* 內容面板動畫和標準 */
.tab-panel {
  display: none;
  background: #f8fafc;
  border-radius: 0 0 14px 14px;
}

.tab-panel.active {
  display: block;
  animation: fadeInTab 0.5s cubic-bezier(.4, 2, .6, 1);
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.exp-section-title,
.exp-title-gradient {
  font-size: 1.3rem !important;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, var(--poster-blue, #0b1b3b), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tabs Container: dark grey */
.schedule-tabs-container {
  margin: 2rem 0 3rem;
  background: #343843;
  /* dark grey */
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(40, 40, 60, 0.08);
  overflow: hidden;
  border: none;
  padding: 0;
}

/* Tabs Row: no gradient, consistent dark grey */
.schedule-tabs {
  display: flex;
  background: #343843;
  /* dark grey */
  border-bottom: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

/* Tab button: dark grey, light grey when active */
.schedule-tab {
  flex: 1;
  min-width: 136px;
  padding: 1.1rem 0.7rem;
  font-size: 1.10rem;
  font-weight: 800;
  color: #edeef1;
  /* light text on dark */
  background: #343843;
  border: none;
  border-bottom: 6px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.14s,
    color 0.14s,
    border-bottom-color 0.18s;
  position: relative;
  z-index: 1;
  outline: none;
  letter-spacing: .02em;
  box-shadow: none;
}

.schedule-tab:not(.active):hover,
.schedule-tab:not(.active):focus-visible {
  background: #757980;
  /* slightly lighter grey on hover */
  color: #fff;
}

.schedule-tab.active {
  background: #ececec;
  /* light grey */
  color: #212126;
  /* dark text on light */
  border-bottom: 6px solid #bcbcc3;
  /* subtle border, light grey */
  z-index: 2;
  font-weight: 900;
  box-shadow: 0 2px 12px 0 rgba(160, 160, 170, 0.08);
}

.schedule-tab i {
  font-size: 1.3rem;
  margin-right: 7px;
  color: inherit;
  opacity: 0.93;
  transition: color 0.19s, opacity 0.19s;
}

.exp-activity-venue-small {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.92em;
  /* Match .exp-activity-dot text size */
  color: #212126;
  font-weight: 700;
  letter-spacing: .01em;
  vertical-align: middle;
}


/* Lighter color for .exp-activity-venue-small immediately after .exp-activity-dot--xxx */
.exp-activity-dot--info+.exp-activity-venue-small,
.exp-activity-dot--prevention+.exp-activity-venue-small,
.exp-activity-dot--education+.exp-activity-venue-small,
.exp-activity-dot--enforcement+.exp-activity-venue-small {
  color: white;
  /* Much lighter (Tailwind slate-300), adjust as needed */
  font-weight: 700;
}

.exp-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.exp-btn-primary,
.exp-btn-secondary {
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .06em;
  /* ... other styles */
}

/* Image Lightbox – click to view larger (mobile-friendly, accessible) */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  /* hidden by default */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(2px);
}

.lightbox-overlay.visible {
  display: flex;
}

.lightbox-inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 16px;
  box-sizing: border-box;
  overflow: auto;
  /* allow panning on mobile */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
  object-fit: contain;
  /* contain within viewport */
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #0b1b3b;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(11, 27, 59, 0.18);
  cursor: pointer;
}

.lightbox-close:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #ffd900, 0 0 0 6px #0002;
}

/* Make the inline trigger look like a plain image but clickable */
.map-lightbox-trigger {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: zoom-in;
}

.map-lightbox-trigger img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Mobile: fit neatly */
@media (max-width: 768px) {
  .lightbox-image {
    max-height: calc(100vh - 72px);
    border-radius: 6px;
  }
}


/* ===== Interactive Recruitment Map (hover-driven, portal tooltips) ===== */

.exp-section-group {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(11, 27, 59, .08);
}

.jobs-block-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .32);
  background: rgba(11, 27, 59, .04);
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: .1em;
  font-size: 16px;
  margin: 0 0 10px;
}

.jobs-block-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0b1b3b;
  margin-right: 8px;
}

.process-map {
  position: relative;
  max-width: 1100px;
  margin: 14px auto;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 18px rgba(11, 27, 59, .08);
  overflow: visible;
  isolation: isolate;
  z-index: 0;
}

.process-map-picture,
.process-map-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Hotspot pins */
.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -60%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  width: 44px;
  height: 44px;
  z-index: 10;
}

.hotspot-pin {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0b1b3b;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(11, 27, 59, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.hotspot:hover .hotspot-pin {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(11, 27, 59, .25);
}

.hotspot:focus-visible .hotspot-pin {
  box-shadow: 0 0 0 3px #cfe0ff, 0 0 0 6px #1e40af;
}

/* Category colors */
/* Append these professional, accessible hotspot colors at the END of styles.css to override earlier rules */
.hotspot--written .hotspot-pin {
  background: #1e3a8a;
  /* deep royal blue — professional and confident */
}

.hotspot--assessment .hotspot-pin {
  background: #b45309;
  /* deep amber — warm and steady */
}

.hotspot--final .hotspot-pin {
  background: #047857;
  /* deep emerald — trustworthy and composed */
}

.hotspot--vetting .hotspot-pin {
  background: #5b21b6;
  /* dark violet — elegant and dignified */
}

.hotspot--medical .hotspot-pin {
  background: #0284c7;
  /* strong cyan — clear yet calm */
}

.hotspot--offer .hotspot-pin {
  background: #991b1b;
  /* deep red — serious and decisive */
}

/* red  */

/* In-button tooltip (kept hidden; we portal the same node on hover) */
.hotspot-tooltip {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -100%);
  min-width: 220px;
  max-width: 360px;
  padding: 12px 14px;
  background: #fff;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(11, 27, 59, .18);
  display: none;
  z-index: 1;
  text-align: left;
}

/* IMPORTANT: remove/override any rule that shows tooltip on :hover in-place */
.hotspot:hover .hotspot-tooltip {
  display: none !important;
}

.hotspot-title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: #0b1b3b;
}

.hotspot-list {
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: .95rem;
  line-height: 1.6;
}

.hotspot-text {
  margin: 0 0 8px;
  font-size: .95rem;
}

.hotspot-meta {
  font-size: .85rem;
  color: #64748b;
}

.hotspot-tag {
  display: inline-block;
  margin-top: 6px;
  font-size: .8rem;
  font-weight: 700;
  color: #7c3aed;
  background: #f5f3ff;
  border: 1px solid #e9d5ff;
  border-radius: 999px;
  padding: 4px 8px;
}

@media (max-width: 800px) {
  .hotspot-tooltip {
    max-width: 92vw;
    transform: translate(-50%, -110%);
  }
}

/* Global portal layer (always on top) */
#map-tooltip-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2147483647;
}

#map-tooltip-layer .hotspot-tooltip {
  position: absolute;
  display: block !important;
  pointer-events: auto;
  z-index: 2147483647;
}

/* When any dialog is open (hovered), sink pins under the portal tooltip to avoid overlap */
.process-map.map--dialog-open .hotspot {
  z-index: 0 !important;
}

.process-map.map--dialog-open .hotspot-pin {
  z-index: 0 !important;
  transform: none !important;
}

/* Text fallback */
/* Fallback text block */
.process-fallback {
  margin-top: 14px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 14px 16px;
  background: #f9fafb;
}

.process-fallback summary {
  font-weight: 800;
  cursor: pointer;
}

.process-fallback h3 {
  margin: 12px 0 6px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0b1b3b;
}

.process-fallback p,
.process-fallback li {
  font-size: 1rem;
  line-height: 1.75;
  color: #111827;
}


/* Disable hover tooltips — use click dialog only */
.hotspot-tooltip {
  display: none !important;
}

.hotspot:hover .hotspot-tooltip {
  display: none !important;
}

/* Levitate pins (gentle up/down float) */
@keyframes pin-levitate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.hotspot-pin {
  animation: pin-levitate 2.4s ease-in-out infinite;
  will-change: transform;
}

/* Keep hover visual without overriding levitation */
.hotspot:hover .hotspot-pin {
  transform: none;
  /* prevent hover transform from cancelling the animation */
  box-shadow: 0 10px 22px rgba(11, 27, 59, 0.25);
}

/* Pause levitation and ensure stacking when a click dialog is open */
.process-map.map--dialog-open .hotspot-pin {
  animation: none !important;
  transform: none !important;
}

/* Portal layer still shows the dialog */
#map-tooltip-layer .hotspot-tooltip {
  display: block !important;
}

/* Hide hotspot pins on mobile but keep buttons clickable and tooltip positioning intact */
@media (max-width: 800px) {
  .hotspot-pin {
    opacity: 0;
    /* visually hidden */
    box-shadow: none;
    border: 0;
    animation: none;
    /* stop levitation when hidden */
  }
}





.hero-banner-img-bg {
  position: relative !important;
  width: 100%;
  height: auto !important;
  overflow: visible !important;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  /* shows full image, may have letterbox */
  /* Alternative: object-fit: cover; if you accept minor cropping but want no empty space */
}

.hero-banner-cta-overlay {
  position: absolute !important;
  bottom: 24px !important;
  /* distance from bottom of image */
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 90% !important;
  /* or 100% / max-width: 420px */
  max-width: 420px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 5;
  /* make sure it's above the image */
  pointer-events: auto;
}

.hero-banner-btn {
  width: 100%;
  max-width: 360px;
  padding: 14px 24px;
  font-size: 1.05rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  /* optional: better visibility */
}




/* Enhanced Section Group */
.exp-section-group--enhanced {
  padding: 20px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.08);
}

/* Section Icon */
.exp-section-icon {
  margin-right: 8px;
  color: #0b1b3b;
}

/* Intro Block */
.exp-intro-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.exp-text--intro {
  flex: 1;
}

/* Details List */
.exp-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.exp-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d1d5db;
}

.exp-detail-item:last-child {
  border-bottom: none;
}

.exp-detail-icon {
  font-size: 18px;
  color: #0b1b3b;
  margin-top: 2px;
}

.exp-detail-content {
  flex: 1;
}

.exp-time-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 20px;
}

/* Enhanced Tip */
.exp-tip--enhanced {
  border: 1px solid #f97373;
  border-radius: 8px;
  background: #fff5f5;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(249, 115, 115, 0.1);
}

.exp-tip-icon i {
  font-size: 14px;
}

/* Graphic Placeholder */
.exp-graphic-placeholder {
  text-align: center;
  margin: 16px 0;
}

.exp-graphic {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.12);
}

.exp-graphic-placeholder--bottom {
  margin-top: 24px;
}

/* Modern Card Container */
.exp-section-group--modern-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  border: 1px solid rgba(229, 231, 235, 0.8);
  position: relative;
  overflow: hidden;
}

/* Hero Intro Layout */
.exp-hero-intro {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.exp-hero-content {
  flex: 1;
  min-width: 320px;
}

.exp-title-gradient {
  background: linear-gradient(90deg, var(--poster-blue), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.1rem;
  margin: 0 0 16px;
}

.exp-title-icon {
  margin-right: 10px;
  font-size: 1.9rem;
  color: var(--poster-blue);
}

.highlight-date {
  color: #dc2626;
  font-weight: 800;
}

.exp-hero-graphic-card {
  width: 360px;
  height: 240px;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: 0 12px 32px rgba(11, 27, 59, 0.18);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: white;
  border: 8px solid white;
  transition: transform 0.3s ease;
}

.exp-hero-graphic-card:hover {
  transform: rotate(-1deg) scale(1.06);
}

.exp-hero-graphic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.graphic-badge {
  position: absolute;
  bottom: 12px;
  right: 16px;
  background: rgba(11, 27, 59, 0.75);
  color: white;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

/* Details Grid – card-like items */
.exp-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.exp-detail-card {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.exp-detail-card--wide {
  grid-column: span 2;
}

.exp-detail-icon {
  font-size: 2.1rem;
  color: var(--poster-blue);
}

.exp-detail-label {
  font-size: 0.95rem;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 4px;
}

.exp-detail-value {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

/* Alert Card (like a prominent notification) */
.exp-alert-card {
  background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
  border: 1px solid #fecaca;
  border-radius: 14px;
  padding: 13px;
}

.exp-alert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.exp-alert-icon {
  font-size: 1.6rem;
  color: #dc2626;
}

.exp-alert-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #991b1b;
}

.exp-hero-text {
  font-size: 1rem;
  font-weight: 500;
}

.exp-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.6;
}

.exp-alert-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}

.exp-alert-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: bold;
}

/* Schedule tabs (kept as-is) */
.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
}

.schedule-tab {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.schedule-tab:hover {
  color: #0b1b3b;
}

.schedule-tab.active {
  color: var(--poster-blue);
  background: white;
}

.schedule-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
}

.tab-panel {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .schedule-tabs {
    flex-direction: column;
  }

  .schedule-tab {
    text-align: center;
  }
}

.hero-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-image h3 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.tab-panel {
  animation: fadeInTab 0.5s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.schedule-tabs-wrapper {
  margin: 2.5rem 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.schedule-tabs {
  display: flex;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border-bottom: 1px solid #e0e7ff;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tab {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 1.25rem 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #64748b;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.schedule-tab i {
  font-size: 1.35rem;
  color: #3b82f6;
  opacity: 0.9;
  transition: all 0.25s ease;
}

.schedule-tab:hover {
  color: #1e40af;
  background: rgba(59, 130, 246, 0.07);
}

.schedule-tab:hover i {
  opacity: 1;
  transform: scale(1.1);
}

.schedule-tab.active {
  color: #1e40af;
  background: white;
  box-shadow: 0 -3px 0 0 #3b82f6 inset;
}

.schedule-tab.active i {
  color: #1e40af;
  opacity: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .schedule-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .schedule-tab {
    padding: 1.1rem 1rem;
    font-size: 0.98rem;
  }

  .schedule-tab i {
    font-size: 1.25rem;
  }
}

.schedule-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.schedule-tab.active::after {
  width: 60%;
}

/* Tabs container (variant used on this page) */
.schedule-tabs-container {
  margin: 2rem 0 3rem;
  background: #343843;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(40, 40, 60, 0.08);
  overflow: hidden;
  border: none;
  padding: 0;
}

.schedule-tabs {
  display: flex;
  background: #343843;
  border-bottom: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tab {
  flex: 1;
  min-width: 136px;
  padding: 1.1rem 0.7rem;
  font-size: 1.10rem;
  font-weight: 800;
  color: #edeef1;
  background: #343843;
  border: none;
  border-bottom: 6px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.14s, color 0.14s, border-bottom-color 0.18s;
  position: relative;
  z-index: 1;
  outline: none;
  letter-spacing: .02em;
  box-shadow: none;
}

.schedule-tab:not(.active):hover,
.schedule-tab:not(.active):focus-visible {
  background: #757980;
  color: #fff;
}

.schedule-tab.active {
  background: #ececec;
  color: #212126;
  border-bottom: 6px solid #bcbcc3;
  z-index: 2;
  font-weight: 900;
  box-shadow: 0 2px 12px 0 rgba(160, 160, 170, 0.08);
}

.schedule-tab i {
  font-size: 1.3rem;
  color: inherit;
  opacity: 0.93;
  transition: color 0.19s, opacity 0.19s;
}

/* Panel container visuals */
.tab-panel {
  display: none;
  background: #f8fafc;
  border-radius: 0 0 14px 14px;
}

.tab-panel.active {
  display: block;
  animation: fadeInTab 0.5s cubic-bezier(.4, 2, .6, 1);
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Unified title sizing */
.exp-section-title,
.exp-title-gradient {
  font-size: 1.3rem !important;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, var(--poster-blue, #0b1b3b), #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.exp-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.exp-btn-primary,
.exp-btn-secondary {
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* Mobile UX overrides – 2026‑02‑03 */
@media (max-width: 768px) {
  :root {
    --mobile-pad: 12px;
    --mobile-gap: 12px;
    --touch-min: 44px;
  }

  .nav,
  .nav.header-redblocks-bg {
    height: 60px;
    min-height: 60px;
    box-shadow: 0 6px 16px rgba(2, 6, 23, .08);
    border-bottom: 1px solid rgba(15, 23, 42, .12);
  }

  .nav-shell {
    padding: 8px var(--mobile-pad);
  }

  .nav-toprow {
    min-height: 52px;
    gap: 10px;
  }

  .nav-brand-text-main {
    font-size: 18px;
    max-width: calc(100vw - 160px);
  }

  .nav-hamburger,
  .nav-fullpanel-close {
    width: 44px;
    height: 44px;
  }

  .page-shell {
    margin-top: 60px !important;
  }


  .hero-banner-inner {
    padding: 16px var(--mobile-pad);
    border-radius: 16px;
  }

  .hero-banner-title {
    font-size: 1.08rem;
    margin-bottom: 6px;
    letter-spacing: .08em;
  }

  .hero-banner-desc {
    font-size: .96rem;
    margin-bottom: 10px;
  }

  .hero-banner-cta-overlay {
    bottom: 14px;
    gap: 10px;
    flex-direction: column;
    width: 92vw;
    padding: 0 var(--mobile-pad);
  }

  .hero-banner-btn {
    width: 100%;
    height: 50px;
    font-size: 1.02rem;
  }

  .exp-hero-intro {
    flex-direction: column;
    gap: var(--mobile-gap);
    margin-bottom: 18px;
  }

  .exp-hero-content {
    min-width: 0;
  }

  .exp-hero-graphic-card {
    width: 100%;
    height: 46vw;
    min-height: 180px;
    max-height: 240px;
    transform: none;
    border-width: 6px;
  }

  .exp-hero-graphic-card:hover {
    transform: scale(1.02);
  }

  .exp-details-grid {
    grid-template-columns: 1fr;
    gap: var(--mobile-gap);
    margin-bottom: 20px;
  }

  .exp-detail-card {
    padding: 14px;
    gap: 12px;
  }

  .schedule-tabs-container {
    margin: 1.2rem 0 1.6rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(11, 27, 59, .08);
  }

  .schedule-tabs {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
  }

  .schedule-tab {
    flex: 0 0 auto;
    min-width: 120px;
    padding: .95rem .6rem;
    font-size: .98rem;
    font-weight: 800;
    scroll-snap-align: start;
    line-height: 1;
  }

  .schedule-tab i {
    font-size: 1.1rem;
  }

  .schedule-tab:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px #ffd900, 0 0 0 6px #0002;
  }

  .schedule-tab-content-area {
    padding: 0;
    min-height: 280px;
  }

  .tab-panel {
    border-radius: 0 0 12px 12px;
  }

  .hero-image {
    height: 220px !important;
  }

  .hero-image h3 {
    font-size: 1.4rem;
  }

  .exp-activity-table {
    font-size: .95rem;
    border-radius: 10px;
  }

  .exp-activity-table td,
  .exp-activity-table th {
    padding: 10px 12px;
  }

  .exp-activity-venue-small {
    display: block;
    margin-left: 0;
    margin-top: 6px;
    font-size: .92em;
  }

  .exp-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .exp-btn-primary,
  .exp-btn-secondary {
    width: 100%;
    max-width: 460px;
    min-height: var(--touch-min);
    font-size: 1rem;
    padding: 12px 18px;
    letter-spacing: .06em;
  }

  footer {
    padding: 22px var(--mobile-pad) 28px;
    text-align: center;
  }

  .footer-text {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .footer-text-small {
    font-size: .95rem;
  }

  .footer-badge img {
    height: 40px;
    margin-top: 16px;
  }

  .gallery-simple {
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding-bottom: 4px;
  }

  .photo-frame {
    height: 140px;
  }
}

/* Touch targets */
@media (max-width: 768px) {

  .nav-fullpanel-btn,
  .nav-fullpanel-subbtn,
  .jobs-apply-link,
  .exp-detail-card,
  .schedule-tab {
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .exp-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .exp-detail-card,
  .exp-detail-card--wide {
    grid-column: auto;
    width: 100%;
  }
}

/* ================================
       Moved from inline styles (no new classes)
       ================================ */
.nav-shell {
  position: relative;
  z-index: 2;
}

.hero-image {
  height: 280px;
  background-position: center;
  background-size: cover;
  position: relative;
}

#tab-required .hero-image {
  background-image: url('../images/common/lecture-auditorium.jpg');
}

#tab-optional .hero-image {
  background-image: url('../images/common/simulation-training.jpg');
}

#tab-exhibition .hero-image {
  background-image: url('../images/common/exhibition-booth.jpg');
}

#tab-fitness .hero-image {
  background-image: url('../images/common/fitness-test.jpg');
}

.hero-image>div:nth-child(1) {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15));
}

.hero-image>div:nth-child(2) {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-image>div:nth-child(2) h3 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 800;
}

.hero-image>div:nth-child(2) p {
  margin: 10px 0 0;
  font-size: 1.15rem;
  opacity: 0.98;
}

/* Content wrapper after hero-image in each tab panel */
.tab-panel>div:nth-child(2) {
  padding: 2rem;
}

@media (max-width: 768px) {
  .tab-panel>div:nth-child(2) {
    padding: var(--mobile-pad);
  }
}

/* Venue label */
.exp-activity-venue-small {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.95em;
  color: #212126;
  font-weight: 800;
  letter-spacing: .01em;
  vertical-align: middle;
}

.exp-activity-dot--info+.exp-activity-venue-small,
.exp-activity-dot--prevention+.exp-activity-venue-small,
.exp-activity-dot--education+.exp-activity-venue-small,
.exp-activity-dot--enforcement+.exp-activity-venue-small {
  color: white;
  font-weight: 800;
}

/* Exhibition group follows required group styling */
.exp-activity-group--exhibition {
  margin-top: 0;
}

.exp-activity-group--exhibition .exp-activity-group-title,
.exp-activity-group--exhibition .exp-activity-group-title-badge {
  display: none;
}

.exp-activity-group--exhibition .exp-activity-subtitle {
  margin: 0 0 12px;
  font-size: 1rem;
  /* font-weight: 600; */
  color: #374151;
}

.exp-activity-group--exhibition .exp-activity-table {
  border-radius: 10px;
  box-shadow: none;
}

@media (max-width: 768px) {
  .exp-activity-group--exhibition .exp-activity-subtitle {
    font-size: .98rem;
  }
}

/* CLEANED final mobile table rules (wrap + balanced columns) */
@media (max-width: 768px) {
  .exp-activity-table {
    table-layout: auto !important;
    width: 100%;
  }

  .exp-activity-table th,
  .exp-activity-table td {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
  }

  /* 活動 32% / 場次 68% */
  .exp-activity-table thead th:nth-child(1),
  .exp-activity-table tbody th:nth-child(1) {
    width: 32% !important;
    padding-right: 8px;
  }

  .exp-activity-table thead th:nth-child(2),
  .exp-activity-table tbody td:nth-child(2) {
    width: 68% !important;
    padding-left: 12px;
  }
}

@media (max-width: 400px) {

  /* 活動 30% / 場次 70% */
  .exp-activity-table thead th:nth-child(1),
  .exp-activity-table tbody th:nth-child(1) {
    width: 30% !important;
  }

  .exp-activity-table thead th:nth-child(2),
  .exp-activity-table tbody td:nth-child(2) {
    width: 70% !important;
  }
}




/* CTA under the hero intro */
.exp-hero-cta {
  margin-top: 10px;
}





/* Inner panel scroll fix: scroll inside the active tab on all breakpoints */
.schedule-tabs-container {
  overflow: hidden;
  /* ok to keep hidden borders/shadows if desired */
}

/* Constrain the content area height so it can scroll internally */
.schedule-tab-content-area {
  max-height: 72vh;
  /* desktop */
  overflow: hidden;
  /* panel will handle the scroll */
}

/* Make panels scroll inside the constrained area */
.tab-panel {
  max-height: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}

/* Mobile: a bit tighter so the tabs remain visible */
@media (max-width: 768px) {
  .schedule-tab-content-area {
    max-height: 65vh;
    /* previously only the panel had max-height */
  }

  .tab-panel {
    max-height: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}



/* Experience Day buttons – subtle gradient border + icon polish */
.exp-hero-cta {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.exp-btn-secondary.exp-btn-secondary--accent {
  position: relative;
  border: 2px solid transparent;
  /* gradient border while keeping white interior */
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #b91c1c, #d32f2f) border-box;
  color: #b91c1c;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(185, 28, 28, 0.12);
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.exp-btn-secondary.exp-btn-secondary--accent:hover,
.exp-btn-secondary.exp-btn-secondary--accent:focus {
  background:
    linear-gradient(#fff7f7, #ffffff) padding-box,
    linear-gradient(135deg, #d32f2f, #b91c1c) border-box;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(185, 28, 28, 0.18);
  text-decoration: none;
  color: #a91515;
}

.exp-btn-secondary.exp-btn-secondary--accent .icon {
  margin-right: 8px;
  font-size: 1.05em;
  color: currentColor;
  line-height: 1;
}


/* Accent variant: Deep Blue */
.exp-btn-secondary.exp-btn-secondary--accent-blue {
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #0b1b3b, #385488) border-box;
  /* poster-blue → slate-blue */
  color: #0b1b3b;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(11, 27, 59, 0.12);
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.exp-btn-secondary.exp-btn-secondary--accent-blue:hover,
.exp-btn-secondary.exp-btn-secondary--accent-blue:focus {
  background:
    linear-gradient(#f3f6fb, #ffffff) padding-box,
    linear-gradient(135deg, #385488, #0b1b3b) border-box;
  color: #183266;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(11, 27, 59, 0.18);
  text-decoration: none;
}

.exp-btn-secondary.exp-btn-secondary--accent-blue .icon {
  margin-right: 8px;
  font-size: 1.05em;
  color: currentColor;
  line-height: 1;
}



@media (min-width: 701px) {
  .hero-banner-section {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    position: relative;
    overflow: visible !important;
  }

  .hero-banner-img-bg {
    position: relative !important;
    width: 100%;
    height: auto !important;
    overflow: visible !important;
  }

  .hero-banner-img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    /* Scales to show full image; may add letterboxing if aspect doesn't match /
/ Alternative: object-fit: cover; + fixed height if you prefer cropping but full fill */
  }

  .hero-banner-cta-overlay {
    position: absolute !important;
    bottom: 5% !important;
    /* Responsive bottom positioning (scales with zoom/image size) /
left: 50% !important;
transform: translateX(-50%) !important;
width: 80% !important;             / Wider on desktop /
max-width: 720px;
padding: 0 24px;
display: flex;
flex-direction: row;               / Side-by-side on desktop */
    justify-content: center;
    gap: 18px;
    z-index: 5;
    pointer-events: auto;
  }

  .hero-banner-btn {
    width: auto;
    padding: 16px 32px;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  /* Optional: semi-transparent backdrop for overlay readability */
  .hero-banner-cta-overlay::before {
    content: "";
    position: absolute;
    inset: -20px -28px;
    /* background: rgba(11, 27, 59, 0.55); */
    border-radius: 20px;
    z-index: -1;
  }
}


@media (max-width: 700px) {

  /* Let the banner take natural height based on image – no forced cropping */
  .hero-banner-section {
    height: auto !important;
    min-height: 55vh !important;
    /* Enough to show most content without dominating screen */
    max-height: 80vh !important;
    /* Prevents extreme tall banners on very narrow phones */
    position: relative;
    overflow: hidden;
    /* Still clip if needed, but less aggressive */
    /* Dark fallback for letterbox areas */
  }

  .hero-banner-img-bg {
    position: relative !important;
    /* Flow naturally, no absolute fill */
    width: 100%;
    height: auto !important;
  }

  .hero-banner-img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    /* Core: always show FULL image */
    object-position: center top;
    /* Keep important top content (logo/text) visible first */
  }

  /* Overlay buttons – placed at bottom of the image container */
  .hero-banner-cta-overlay {
    position: absolute !important;
    bottom: 4vw !important;
    /* Responsive distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    padding: 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    z-index: 5;
    pointer-events: auto;
  }



  .hero-banner-btn {
    width: 100%;
    padding: 0.85rem 1.4rem;
    font-size: 1.02rem;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  }

  /* Extra spacing so "What's New" doesn't stick to banner */
  .main-content {
    margin-top: 2.2rem !important;
  }
}


@media (max-width: 700px) {

  /* Let the banner take natural height based on image – no forced cropping */
  .hero-banner-section {
    height: auto !important;
    min-height: 55vh !important;
    /* Enough to show most content without dominating screen */
    max-height: 80vh !important;
    /* Prevents extreme tall banners on very narrow phones */
    position: relative;
    overflow: hidden;
    /* Still clip if needed, but less aggressive */
    /* Dark fallback for letterbox areas */
  }

  .hero-banner-img-bg {
    position: relative !important;
    /* Flow naturally, no absolute fill */
    width: 100%;
    height: auto !important;
  }

  .hero-banner-img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    /* Core: always show FULL image */
    object-position: center top;
    /* Keep important top content (logo/text) visible first */
  }

  /* Overlay buttons – placed at bottom of the image container */
  .hero-banner-cta-overlay {
    position: absolute !important;
    bottom: 4vw !important;
    /* Responsive distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    padding: 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    z-index: 5;
    pointer-events: auto;
  }


  .hero-banner-btn {
    width: 100%;
    padding: 0.85rem 1.4rem;
    font-size: 1.02rem;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  }

  /* Extra spacing so "What's New" doesn't stick to banner */
  .main-content {
    margin-top: 2.2rem !important;
  }
}


/* ────────────────────────────────────────────────
   New mobile hero banner system – different naming
   ──────────────────────────────────────────────── */
@media (max-width: 700px) {

  /* Main wrapper – controls overall banner height */
  .mobile-hero-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 58vh !important;
    max-height: 82vh !important;
    overflow: hidden;
    background-color: #0b1b3b;
    /* fallback dark */
  }

  /* Image container – centers and scales image */
  .mobile-hero-image-frame {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  /* The actual banner image */
  .mobile-hero-poster {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
  }

  /* Action buttons container – overlay at bottom */
  .mobile-action-panel {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    max-width: 380px;
    z-index: 10;
    pointer-events: auto;
  }

  /* Glass-like background for buttons */
  .mobile-action-panel::before {
    content: '';
    position: absolute;
    inset: -14px -18px;
    background: rgba(11, 27, 59, 0.74);
    border-radius: 16px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: -1;
  }

  /* Individual buttons styling */
  .mobile-cta-button {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 50px;
    margin: 8px 0;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    transition: all 0.18s ease;
  }

  .mobile-cta-button:hover,
  .mobile-cta-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
  }

  /* Breathing room after banner */
  .main-page-content {
    margin-top: 2.5rem !important;
    padding-top: 1rem;
  }
}


/* ────────────────────────────────────────────────
   Unified e-banner: full image visibility on both desktop & mobile
   ──────────────────────────────────────────────── */

/* Base styles (shared desktop + mobile) */
.hero-banner-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 50vh;
  overflow: hidden;
  /* dark fallback */
}

.hero-banner-img-bg {
  width: 100%;
  height: auto;
  position: relative;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  /* prioritize logo + titles */
}

/* Overlay buttons – common styling */
.hero-banner-cta-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 760px;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}



.hero-banner-btn {
  padding: 0.9rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.18s ease;
  min-width: 220px;
  text-align: center;
}

.hero-banner-btn:hover,
.hero-banner-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* ── Desktop (min-width 701px) ── */
@media (min-width: 701px) {
  .hero-banner-section {
    min-height: 65vh;
    max-height: 85vh;
  }

  .hero-banner-cta-overlay {
    bottom: 6%;
    flex-direction: row;
    padding: 0 2rem;
  }

  .hero-banner-btn {
    padding: 1.1rem 2.8rem;
    font-size: 1.15rem;
    min-width: 260px;
  }



  /* ── Mobile (max-width 700px) ── */
  @media (max-width: 700px) {
    .hero-banner-section {
      min-height: 58vh;
      max-height: 82vh;
      /* prevents dominating the whole screen */
    }

    .hero-banner-cta-overlay {
      bottom: 5vw;
      flex-direction: column;
      gap: 0.9rem;
      padding: 1.2rem 1rem;
      width: 92%;
      max-width: 400px;
    }

    .hero-banner-btn {
      width: 100%;
      padding: 0.9rem 1.5rem;
      font-size: 1.02rem;
    }



    /* Extra space below banner */
    .main-content {
      margin-top: 2.2rem !important;
    }
  }
}


/* Mobile: compact hero CTA overlay and buttons (no markup changes) */
@media (max-width: 700px) {
  .hero-banner-section .hero-banner-cta-overlay {
    bottom: 4vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 88% !important;
    max-width: 360px !important;
    gap: 8px !important;
    padding: 8px 10px !important;
  }

  .hero-banner-section .hero-banner-btn {
    width: 100% !important;
    max-width: 360px !important;
    height: 44px !important;
    padding: 0 16px !important;
    font-size: 0.95rem !important;
    letter-spacing: .06em !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22) !important;
  }


}


/* Mobile: glass blur behind CTAs (works below the banner) */
@media (max-width: 700px) {

  .hero-banner-section .hero-banner-cta-overlay {
    position: static !important;
    width: 100% !important;
    margin: 12px auto 0 !important;
    padding: 10px 16px !important;
    display: flex !important;
    max-width: none !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    position: relative !important;
    overflow: visible;
    background:
      url("https://www.icac.org.hk/icac/recruitment/images/banner/background.png") center / cover no-repeat !important;

  }





  /* Glass layer that actually blurs the backdrop */
  .hero-banner-section .hero-banner-cta-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    z-index: 0;
  }

  /* Keep buttons above the glass layer */
  .hero-banner-section .hero-banner-btn {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 350px !important;
    height: 48px !important;
  }
}

/* Mobile: reserve space for CTA so it doesn't overlay the banner image */
/* Mobile: background image behind CTAs + reserved space */
@media (max-width: 700px) {
  .hero-banner-section {
    /* Make the section auto-height and create space for CTAs */
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;


  }

  /* Keep overlay aligned inside the reserved space */
  .hero-banner-cta-overlay {
    bottom: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    max-width: 420px !important;
    gap: 10px !important;
  }
}


/* Hotspot dialog – standardized neutral design */

/* Global neutral accent */
:root {
  --hotspot-accent: #0b1b3b;
  /* deep navy */
  --hotspot-border: #e5e7eb;
  /* light gray */
  --hotspot-shadow: rgba(11, 27, 59, 0.16);
}

/* Base card */
.hotspot-tooltip {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, -100%);
  min-width: 240px;
  max-width: 380px;
  padding: 14px 16px;
  background: #fff;
  color: #111827;
  border: 1px solid var(--hotspot-border);
  border-top: 4px solid var(--hotspot-accent);
  border-radius: 12px;
  box-shadow: 0 14px 30px var(--hotspot-shadow);
  display: none;
  z-index: 1;
  text-align: left;
}

/* Visible when portaled */
#map-tooltip-layer .hotspot-tooltip {
  display: block !important;
  animation: tooltip-pop .2s ease-out;
}

/* Title */
.hotspot-title {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--hotspot-accent);
}

.hotspot-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: var(--hotspot-accent);
  opacity: .18;
  margin-top: 6px;
}

/* Content */
.hotspot-list {
  margin: 0 0 8px;
  padding-left: 18px;
  font-size: .95rem;
  line-height: 1.6;
}

.hotspot-list li {
  margin-bottom: 4px;
}

.hotspot-list li::marker {
  color: var(--hotspot-accent);
}

.hotspot-text {
  margin: 0 0 8px;
}

.hotspot-meta {
  font-size: .85rem;
  color: #64748b;
}

/* Tag (monochrome) */
.hotspot-tag {
  display: inline-block;
  margin-top: 6px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--hotspot-accent);
  background: #f3f6fb;
  /* subtle neutral */
  border: 1px solid var(--hotspot-accent);
  border-radius: 999px;
  padding: 4px 8px;
}

/* Subtle header wash */
.hotspot-tooltip::before {
  content: "";
  position: absolute;
  inset: 6px 10px auto 10px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(11, 27, 59, 0.10), transparent 70%);
  opacity: .10;
  pointer-events: none;
}

/* Pop-in animation */
@keyframes tooltip-pop {
  from {
    opacity: 0;
    transform: translate(-50%, -105%) scale(.97);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1);
  }
}

/* Mobile */
@media (max-width: 800px) {
  #map-tooltip-layer .hotspot-tooltip {
    max-width: 92vw;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .20);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #map-tooltip-layer .hotspot-tooltip {
    animation: none !important;
  }
}



/* Active nav item coloring for the current page (professional navy palette) */
.nav.header-redblocks-bg .nav-link[aria-current="page"],
.nav.header-redblocks-bg .nav-link.is-active {
  color: var(--poster-blue);
  /* use brand navy */
  background: #e3eafd;
  /* soft pale blue highlight */
  border-color: var(--poster-blue);
}

.nav-fullpanel-btn[aria-current="page"],
.nav-fullpanel-list a[aria-current="page"],
.nav-fullpanel-btn.is-active,
.nav-fullpanel-list a.is-active {
  background: #eaf1fa;
  /* subtle pale blue for mobile panel */
  border-color: #143569;
  /* navy border */
  color: #143569;
  /* navy text */
}


/* Modal overlay and dialog (aligned with site palette and components) */
.icac-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.4);
  /* similar to .nav-overlay */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1100;
  /* above header/nav */
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.icac-modal-overlay.open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.icac-modal {
  width: min(640px, calc(100% - 32px));
  border-radius: var(--poster-radius);
  background: #fff;
  border: 1px solid var(--poster-line);
  box-shadow: 12px 12px 0 rgba(11, 27, 59, 0.24);
  overflow: hidden;
}

.icac-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--mcd-border);
  background: linear-gradient(135deg, #fff 76%, #e3eafd 100%);
  /* echo nav-fullpanel header */
}

.icac-modal-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .13em;
  color: var(--poster-blue);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.icac-modal-subtitle {
  font-size: .9rem;
  font-weight: 700;
  color: #5f7384;
  letter-spacing: .05em;
}



.icac-modal-body {
  padding: 16px 18px 20px;
  color: var(--mcd-text-main);
  font-size: 14px;
  line-height: 1.7;
}

.icac-modal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.icac-modal-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--poster-radius-small);
  border: 1px dashed rgba(11, 27, 59, 0.25);
  background: #f7fafd;
}

.icac-modal-list li+li {
  margin-top: 8px;
}

.icac-modal-list i {
  color: #4e5b8d;
}

.icac-modal-date {
  margin-left: auto;
  font-weight: 700;
  color: #143569;
}

.icac-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.icac-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid var(--poster-line);
  color: var(--poster-blue);
  background: #fff;
  box-shadow: 8px 8px 0 rgba(11, 27, 59, 0.3);
  cursor: pointer;
}

.icac-modal-btn--primary {
  border-color: #143569;
  background: #143569;
  color: #fff;
}

.icac-modal-btn:hover,
.icac-modal-btn:focus {
  transform: translate(-2px, -2px);
  text-decoration: none;
  outline: 0;
  box-shadow: 10px 10px 0 rgba(11, 27, 59, 0.35);
}



/* Professional navy palette for header SVG */
:root {
  --nav-navy: #143569;
  /* professional navy */
  --nav-navy-soft: #e3eafd;
  /* pale navy highlight */
}

/* Override gradient stop colors used by the header's SVG banner */
.header-redblocks-bg-svg #jpGlow stop,
.header-redblocks-bg-svg #jpLine stop {
  stop-color: var(--nav-navy);
}

/* Override the dark triangular block in the banner */
.header-redblocks-bg-svg path {
  fill: var(--nav-navy);
}

/* Optional: refine header surface and link styling to match navy palette */
.nav.header-redblocks-bg {
  background: #fff;
  /* clean surface */
  border-bottom: 1px solid #e2e7f1;
  /* subtle divider */
  box-shadow: 0 10px 22px rgba(20, 53, 105, 0.08);
}

/* Nav links: professional hover/active */
.nav.header-redblocks-bg .nav-link {
  color: #111827;
  background: #fff;
  border-color: rgba(2, 6, 23, 0.70);
}

.nav.header-redblocks-bg .nav-link:hover,
.nav.header-redblocks-bg .nav-link:focus {
  background: var(--nav-navy-soft);
  border-bottom-color: var(--nav-navy);
  color: var(--nav-navy);
}

/* Active nav item coloring for current page (desktop) */
.nav.header-redblocks-bg .nav-link[aria-current="page"],
.nav.header-redblocks-bg .nav-link.is-active {
  color: var(--nav-navy);
  background: var(--nav-navy-soft);
  border-color: var(--nav-navy);
}

/* Active item coloring for the mobile full panel */
.nav-fullpanel-btn[aria-current="page"],
.nav-fullpanel-list a[aria-current="page"],
.nav-fullpanel-btn.is-active,
.nav-fullpanel-list a.is-active {
  background: #eaf1fa;
  border-color: var(--nav-navy);
  color: var(--nav-navy);
}




/* Professional deep indigo modal header theme */
:root {
  --modal-deep-bg-1: #0e1f33;
  /* deep indigo */
  --modal-deep-bg-2: #1b2e4b;
  /* slightly lighter indigo */
  --modal-deep-border: #274566;
  /* border/divider on dark header */
  --modal-deep-text: #eaf1fa;
  /* high-contrast text on dark */
  --modal-deep-muted: #b7c7db;
  /* subtitle/secondary */
  --modal-accent: #79b3ff;
  /* focus ring accent */
}

/* Header container */
.icac-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--modal-deep-bg-1) 0%, var(--modal-deep-bg-2) 100%);
  border-bottom: 1px solid var(--modal-deep-border);
  color: var(--modal-deep-text);
  position: relative;
}

/* subtle bottom accent line */
.icac-modal-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(121, 179, 255, 0.45) 35%, rgba(121, 179, 255, 0.6) 65%, transparent 100%);
}

/* Title and subtitle */
.icac-modal-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--modal-deep-text);
}

.icac-modal-subtitle {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--modal-deep-muted);
}

/* Optional: header icon color if you use any */
.icac-modal-header .fa-solid {
  color: var(--modal-deep-muted);
}


/* Professional navy modal header */
.icac-modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* center the title */
  padding: 14px 16px;
  background: linear-gradient(90deg, #0b1b3b 0%, #143569 100%);
  border-bottom: 1px solid #0e2749;
}

.icac-modal-title {
  margin: 0;
  color: #ffffff;
  /* high contrast on navy */
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center;
  /* ensure centered text */
}




/* Center modal actions button(s) */
.icac-modal-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* spacing for multiple buttons, if any */
  margin-top: 16px;
}


















/* Close button anchored to the right */
.icac-modal-close {
  position: absolute;
  right: 12px;

  background: rgba(255, 255, 255, 0.12);
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: background .16s ease, color .16s ease;
}

.icac-modal-close i {
  color: inherit;
  /* icon matches button color */
  color: white;
  font-size: 1.1rem;
}




.icac-modal-close:focus-visible {
  outline: 3px solid #7ca0df;
  /* clear keyboard focus ring */
  outline-offset: 2px;
}

.icac-modal-close:active {
  transform: translateY(1px);
}


/* Modal close button – lighter, higher contrast, and centered vertically */
.icac-modal-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #143569;
  /* navy icon on white for contrast */
  box-shadow: 0 2px 10px rgba(20, 53, 105, 0.12);
  cursor: pointer;
}

.icac-modal-close:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px #ffd900,
    /* gold focus ring */
    0 0 0 6px #00000022,
    0 10px 24px rgba(20, 53, 105, 0.24);
}

.icac-modal-close:active {
  transform: translateY(-50%) translateY(1px);
  box-shadow: 0 4px 12px rgba(20, 53, 105, 0.16);
}

.icac-modal-close i {
  color: inherit;
  /* icon follows button color */
  font-size: 1.1rem;
  line-height: 1;
}




/* Modern jobs info table */
.jobs-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(11, 27, 59, 0.08);
  margin-top: 10px;
}

/* Label column */
.jobs-info-table th {
  width: 32%;
  text-align: left;
  white-space: nowrap;
  background: linear-gradient(90deg, #f8fafc 0%, #eef2ff 100%);
  color: #374151;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}

/* Value column */
.jobs-info-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
}

/* Remove bottom border for last data row (before actions) */
.jobs-info-table tbody tr:last-of-type th,
.jobs-info-table tbody tr:last-of-type td {
  border-bottom: none;
}

/* Actions row (bottom right corner button) */
.jobs-info-table .jobs-info-actions {
  text-align: right;
  background: #f9fafb;
  padding: 10px 12px;
  border-top: 1px solid #e5e7eb;
}

/* 詳情 button inside the actions row */
.jobs-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  border: 1.5px solid #0b1b3b;
  color: #0b1b3b;
  background: #fff;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.10);
  transition: transform .12s ease, box-shadow .16s ease;
}

.jobs-info-btn:hover,
.jobs-info-btn:focus {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 27, 59, 0.16);
}

/* Mobile stacking: ensure readable spacing */
@media (max-width: 640px) {

  .jobs-info-table th,
  .jobs-info-table td {
    padding: 10px;
  }
}


/* Theme: Deep modern based on HEX #3F4E4F (slate‑green charcoal) */
:root {
  --jobs-theme: #3F4E4F;
  /* base */
  --jobs-theme-dark: #2f3d3e;
  /* darker for hover/focus fills */
  --jobs-theme-border: rgba(63, 78, 79, 0.50);
  --jobs-theme-border-strong: rgba(63, 78, 79, 0.35);
  --jobs-theme-shadow: rgba(63, 78, 79, 0.20);
  --jobs-theme-shadow-deep: rgba(63, 78, 79, 0.28);

  /* neutrals tuned to the theme */
  --jobs-neutral-900: #111827;
  --jobs-neutral-800: #1f2937;
  --jobs-neutral-700: #374151;

  /* light surfaces (header/action rows), softly tinted */
  --jobs-surface-1: #cdd6d6;
  /* ~20% darker than original */
  --jobs-surface-2: #bbc7c7;
  --jobs-surface-3: #f3f5f5;
  /* action row */
}

/* Table container */
.jobs-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1.5px solid var(--jobs-theme-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px var(--jobs-theme-shadow);
  margin-top: 10px;
}

/* Label column */
.jobs-info-table th {
  width: 32%;
  text-align: left;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--jobs-surface-1) 0%, var(--jobs-surface-2) 100%);
  color: var(--jobs-neutral-900);
  font-weight: 800;
  letter-spacing: .02em;
  padding: 12px 14px;
  border-bottom: 1px solid var(--jobs-theme-border-strong);
  border-right: 1px solid var(--jobs-theme-border-strong);
}

/* Value column */
.jobs-info-table td {
  padding: 12px 14px;
  color: var(--jobs-neutral-800);
  border-bottom: 1px solid rgba(17, 24, 39, 0.18);
}

/* Remove bottom border for last data row (before actions) */
.jobs-info-table tbody tr:last-of-type th,
.jobs-info-table tbody tr:last-of-type td {
  border-bottom: none;
}

/* Actions row (bottom-right corner button) */
.jobs-info-table .jobs-info-actions {
  text-align: right;
  background: var(--jobs-surface-3);
  padding: 12px 14px;
  border-top: 1px solid var(--jobs-theme-border-strong);
}

/* 詳情 button (theme color) */
.jobs-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  border: 1.8px solid var(--jobs-theme);
  color: var(--jobs-theme);
  background: #fff;
  box-shadow: 0 6px 18px var(--jobs-theme-shadow);
  transition: transform .12s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;

  background: linear-gradient(135deg, var(--jobs-theme-dark) 0%, var(--jobs-theme) 100%);
  color: #fff;
  border-color: var(--jobs-theme-dark);
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 10px 26px var(--jobs-theme-shadow-deep);
}

/* Deep theme hover/focus fill */
.jobs-info-btn:hover,
.jobs-info-btn:focus {}

/* Mobile stacking */
@media (max-width: 640px) {

  .jobs-info-table th,
  .jobs-info-table td {
    padding: 10px 12px;
  }
}

/* Center the 立即投考 button */
.jobs-apply-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  /* spacing above the button */
}

/* Ensure the button sizes to its content when centered */
.jobs-apply-cta .jobs-apply-link {
  width: auto;
}





/* Experience Day: hide toggle-able groups when aria-hidden is true */




/* Hide toggle-able groups by default; reveal when JS adds .active */



/* Ensure headings stop below sticky header when using anchor/hash or scrollIntoView */
.jobs-block-title {
  scroll-margin-top: 92px;
}

/* Prevent nav overlay from blocking clicks/scroll when nav is not open */
.nav-overlay {
  pointer-events: none;
}

.nav--open .nav-overlay {
  pointer-events: auto;
}


.exp-activity-table th:nth-child(2),
.exp-activity-table td:nth-child(2) {
  text-align: center;
}

/* Ensure multi-row (rowspan) cells stay vertically centered */
.exp-activity-table td {
  vertical-align: middle;
}


/* Hero image text: add a little spacing for readability */
.hero-image>div:nth-child(2) p {
  margin: 10px 0 0;
  font-size: 1.15rem;
  opacity: 0.98;
  letter-spacing: 0.02em;
  /* slight space between characters */
  line-height: 1.6;
  /* a bit more vertical breathing room */
}

.note-file-link i {
  margin-right: 8px;
  color: #185abd;
  /* Word blue */
}


.jobs-block-title i {
  margin-right: 10px;
  /* Spacing between icon and text */
  font-size: 0.9em;
  /* Slightly smaller than text for elegance */
  vertical-align: middle;
}


.tips-subheading {
  /* Core typography: slightly more presence than body text, but still understated */
  font-size: 1.25rem;
  /* ≈20px — noticeable but not dominant */
  font-weight: 600;
  /* Semi-bold for quiet authority */
  color: #0b1b3b;
  /* Deep warm espresso brown — matches .hotspot--written pin for cohesion */
  margin: 2rem 0 1.2rem;
  /* Good breathing room above + tighter below */
  padding-bottom: 0.5rem;
  /* Space for the special touch */
  position: relative;
  /* For pseudo-element underline/accent */
  letter-spacing: 0.4px;
  /* Subtle refinement */
  line-height: 1.4;
}

/* Special earthy accent: a short, muted underline in a transitional tone */
.tips-subheading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  /* Short & intentional — not full-width */
  height: 3px;
  /* Gentle thickness */
  background: #0b1b3b;
  /* Warm muted clay-beige — echoes .hotspot--final for progression feel */
  border-radius: 2px;
  opacity: 0.85;
  /* Slightly softened for elegance */
}

/* Optional: Slight left "tab" feel for hierarchy (like a subtle sidebar marker) */
.tips-subheading {
  padding-left: 1.1rem;
  border-left: 4px solid #0b1b3b;
  /* Rich muted golden-taupe — ties to .hotspot--assessment */
  border-left-color: #0b1b3b;
  /* Or swap to #7A8A6E (dusty herbal) for variety */
}

/* Responsive adjustment — keep it clean on mobile */
@media (max-width: 768px) {
  .tips-subheading {
    font-size: 1.15rem;
    padding-left: 0.9rem;
    border-left-width: 3px;
  }

  .tips-subheading::after {
    width: 50px;
  }
}

/* Keep rounded corners (clip children) but remove inner scrollbars */
.exp-main .schedule-tabs-container {
  overflow: hidden !important;
  /* clip to rounded corners */
  border-radius: 18px !important;
  /* ensure round tab container corners */
}

/* Expand content fully (no inner scrolling) */
.exp-main .schedule-tab-content-area {
  max-height: none !important;
  overflow: visible !important;
}

.exp-main .tab-panel {
  max-height: none !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: auto !important;
  padding-bottom: 0 !important;
  /* optional */
  border-radius: 0 0 18px 18px !important;
  /* visually match rounded container */
}

/* Ensure activity groups never clip */
.exp-main .exp-activity-group {
  overflow: visible !important;
}


/* Experience Day: CTA buttons row */
.exp-hero-cta {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}






/* Anchor offset so headings don't hide under sticky header */
:root {
  --nav-anchor-offset: 120px;
  /* desktop default */
}

@media (max-width: 980px) {
  :root {
    --nav-anchor-offset: 64px;
  }

  /* mobile header height */
}

/* Ensure the section headings stop below the header on hash navigation */
#exp-schedule,
#exp-map,
#exp-notes,
.jobs-block-title {
  scroll-margin-top: var(--nav-anchor-offset) !important;
}



/* Simple jobs contact (minimal styles) */
.jobs-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
}

.jobs-contact-icon {
  font-size: 1rem;
  color: #0b1b3b;
  /* brand navy */
}

.jobs-contact-label {
  color: #374151;
  /* slate */
  font-weight: 600;
}

.jobs-contact-number {
  color: #0b1b3b;
  /* brand navy */
  font-weight: 800;
  text-decoration: none;
}

.jobs-contact-number:hover,
.jobs-contact-number:focus {
  text-decoration: underline;
}


/* Existing simple PDF pill styles */
.note-file-link.pdf-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  text-decoration: none;
  color: #0b1b3b;
  box-shadow: none;
  font-size: 14px;
}

.note-file-link.pdf-pill:hover,
.note-file-link.pdf-pill:focus {
  background: #fff;
  border-color: #cfe0ff;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(37, 99, 235, 0.06);
}

.note-file-icon.pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #dc2626;
  color: #fff;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.note-file-icon.pdf-icon i {
  font-size: 16px;
}

.note-file-name {
  color: #0b1b3b;
  text-decoration: none;
  white-space: nowrap;
}




/* Tips document link – polished pill design */
.tips-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #0b1b3b;
  /* brand navy */
  background: #fff;
  color: #0b1b3b;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(11, 27, 59, 0.10);
  transition: transform .12s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.tips-doc-link:hover,
.tips-doc-link:focus {
  background: #f3f6fb;
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 27, 59, 0.16);
}

.tips-doc-link:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px #ffd900,
    /* gold focus ring */
    0 0 0 6px #00000022,
    0 8px 18px rgba(11, 27, 59, 0.22);
}

/* Icon block (file type accent) */
.tips-doc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #b91c1c;
  /* ICAC red for PDF */
  color: #fff;
  flex-shrink: 0;
  font-weight: 700;
}

.tips-doc-icon i {
  font-size: 16px;
  line-height: 1;
}

/* Text */
.tips-doc-name {
  font-weight: 800;
  letter-spacing: .02em;
  color: #0b1b3b;
}

/* Variants for other file types (optional) */
.tips-doc-link--pdf .tips-doc-icon {
  background: #b91c1c;
}

.tips-doc-link--doc .tips-doc-icon {
  background: #185abd;
}

.tips-doc-link--xls .tips-doc-icon {
  background: #157f3b;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .tips-doc-link {
    padding: 8px 12px;
    border-radius: 10px;
  }

  .tips-doc-icon {
    width: 32px;
    height: 32px;
  }

  .tips-doc-name {
    font-size: 0.95rem;
  }
}


/* ===== Selection Accordion – Slate Green theme (base #4F6F69), no hover headers ===== */

/* Palette (no blues) */
:root {
  --acc-base: #4F6F69;
  /* slate green base */
  --acc-header-bg: #F2F5F4;
  /* light surface for collapsed headers */
  --acc-header-fg: #1f2a28;
  /* deep neutral text */
  --acc-header-border: #D6DEDB;
  /* subtle divider */
  --acc-header-expanded-bg: #324D48;
  /* deeper slate green for expanded */
  --acc-header-expanded-fg: #ffffff;
  /* text on deep header */

  --acc-icon-muted: #6E807B;
  /* icons on light header */
  --acc-icon-active: #CFE0DA;
  /* icons on deep header */
  --acc-shadow: rgba(79, 111, 105, 0.18);
}

/* Container */
.icac-accordion {
  border: 1px solid var(--acc-header-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px var(--acc-shadow);
  overflow: hidden;
}

.icac-accordion .accordion-item+.accordion-item {
  border-top: 1px solid var(--acc-header-border);
}

/* Header trigger (no hover change) */
.icac-accordion .accordion-trigger {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: var(--acc-header-bg) !important;
  color: var(--acc-header-fg) !important;
  text-align: left;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
}

.icac-accordion .accordion-trigger:hover {
  background: var(--acc-header-bg) !important;
  /* no hover change */
  color: var(--acc-header-fg) !important;
}

/* Focus ring for accessibility */
.icac-accordion .accordion-trigger:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px #ffd900,
    0 0 0 6px #0002;
  border-radius: 10px;
}

/* Expanded header color */
.icac-accordion .accordion-trigger[aria-expanded="true"] {
  background: var(--acc-header-expanded-bg) !important;
  color: var(--acc-header-expanded-fg) !important;
}

/* Icons and chevron */
.icac-accordion .exp-step-icon {
  color: var(--acc-icon-muted);
  font-size: 1.2rem;
}

.icac-accordion .accordion-toggle {
  color: var(--acc-icon-muted);
  transition: transform .22s ease, color .22s ease;
}

.icac-accordion .accordion-trigger[aria-expanded="true"] .exp-step-icon {
  color: var(--acc-header-expanded-fg) !important;
}

.icac-accordion .accordion-trigger[aria-expanded="true"] .accordion-toggle {
  color: var(--acc-icon-active) !important;
  transform: rotate(180deg);
}

/* Step badge */
.icac-accordion .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #4F6F69 0%, #37544F 100%);
  box-shadow: 0 4px 12px var(--acc-shadow);
}

/* Panel body */
.icac-accordion .accordion-panel {
  background: #fff;
}

.icac-accordion .accordion-panel[hidden] {
  display: none;
}

.icac-accordion .panel-inner {
  padding: 16px 18px 20px;
}

.icac-accordion .panel-subtitle {
  margin: 8px 0 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #2a3a37;
  letter-spacing: .01em;
}

.icac-accordion .panel-text {
  margin: 0 0 8px;
  color: #22302d;
  line-height: 1.7;
  font-size: 1rem;
}

.icac-accordion .panel-list,
.icac-accordion .panel-sublist {
  margin: 6px 0 10px;
  padding-left: 20px;
  color: #22302d;
  font-size: 1rem;
  line-height: 1.75;
}

.icac-accordion .panel-list li+li,
.icac-accordion .panel-sublist li+li {
  margin-top: 4px;
}

.icac-accordion .panel-list li::marker,
.icac-accordion .panel-sublist li::marker {
  color: #4F6F69;
}

/* Notes / callouts in slate theme */
.icac-accordion .panel-note {
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed #cbd5d0;
  background: #f3f6f5;
  color: #2a3a37;
  font-weight: 700;
  letter-spacing: .01em;
}

.icac-accordion .panel-callout {
  margin-top: 8px;
  padding: 10px 12px;
  /* border-left: 4px solid #4F6F69; */
  background: #f3f6f5;
  color: #22302d;
  /* border-radius: 8px; */
}

/* Two-column list responsive */
.icac-accordion .two-columns {
  columns: 2;
  column-gap: 24px;
}

@media (max-width: 680px) {
  .icac-accordion .two-columns {
    columns: 1;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .icac-accordion .accordion-toggle {
    transition: none !important;
  }
}


/* ===== Selection Alert Card (Slate Green theme) ===== */
.icac-accordion .selection-alert-card {
  background: linear-gradient(135deg, #f6f9f8 0%, #ffffff 100%);
  border: 1px solid var(--acc-header-border);
  border-left: 4px solid var(--acc-base);
  border-radius: 12px;
  margin: 16px 18px;
  box-shadow: 0 6px 18px var(--acc-shadow);
}

.icac-accordion .selection-alert-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 0 14px;
}

.icac-accordion .selection-alert-icon {
  width: 32px;
  height: 32px;
  /* border-radius: 8px; */
  background: var(--acc-base);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 3px 10px var(--acc-shadow);
}

.icac-accordion .selection-alert-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--acc-header-fg);
  letter-spacing: .02em;
}

.icac-accordion .selection-alert-body {
  padding: 8px 14px 14px;
}

.icac-accordion .selection-alert-list {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #22302d;
  font-size: 1rem;
  line-height: 1.75;
}

.icac-accordion .selection-alert-list li+li {
  margin-top: 6px;
}

.icac-accordion .selection-alert-list li::marker {
  color: var(--acc-base);
}

/* Compact on mobile */
@media (max-width: 680px) {
  .icac-accordion .selection-alert-card {
    margin: 12px 12px;
    border-radius: 10px;
  }

  .icac-accordion .selection-alert-title {
    font-size: 1rem;
  }
}


/* ===== Selection Alert – Premium ICAC Red theme (outside accordion) ===== */
.selection-alert-card {
  margin: 12px 0 18px;
  border: 1.8px solid #f3c5c7;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #fff7f7 0%, #fff 65%),
    radial-gradient(circle at 6% -10%, #ffe9ea 0%, transparent 50%),
    radial-gradient(circle at 96% 110%, #ffe9ea 0%, transparent 52%);
  box-shadow:
    0 10px 28px rgba(185, 28, 28, 0.10),
    0 2px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.selection-alert-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 10px;
  border-bottom: 1px dashed #f3c5c7;
}

.selection-alert-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #b91c1c 0%, #931111 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(185, 28, 28, 0.22);
  flex-shrink: 0;
}

.selection-alert-icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.selection-alert-title {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: .02em;
  color: #7a1010;
}

.selection-alert-body {
  padding: 10px 16px 16px;
}

.selection-alert-list {
  margin: 0;
  padding: 0 0 0 22px;
  color: #3a2a2a;
  font-size: 1rem;
  line-height: 1.75;
}

.selection-alert-list li+li {
  margin-top: 6px;
}

.selection-alert-list li::marker {
  color: #b91c1c;
}

/* Compact on mobile */
@media (max-width: 720px) {
  .selection-alert-title {
    font-size: 1.05rem;
  }

  .selection-alert-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .selection-alert-body {
    padding: 8px 14px 14px;
  }
}


/* Override at the end of the file */
.jobs-block-title {
  font-size: 1rem;
  /* scales with html font-size */
}

@media (max-width: 768px) {
  .jobs-block-title {
    font-size: 0.9375rem;
  }
}





.news-card-caption {
  /* fixed height so all captions align */
  min-height: 108px;
  max-height: 108px;

}

/* Mobile: slightly smaller fixed height */
@media (max-width: 700px) {
  .news-card-caption {
    min-height: 56px;
    max-height: 56px;
    padding: 12px 10px;
  }
}


/* Make accordion titles bigger (place at end of styles.css to override) */
.accordion-trigger .acc-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

/* Optional: slightly larger on wide screens */
@media (min-width: 1200px) {
  .accordion-trigger .acc-title {
    font-size: 1rem;
  }
}

/* Simple alert variant for fitness note */
.exp-activity-note.exp-activity-note--alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff5f5;              /* pale red */
  border: 1px solid #fecaca;        /* soft red border */
  color: #111827;
  box-shadow: 0 4px 12px rgba(185, 28, 28, 0.10);
}

.exp-activity-note.exp-activity-note--alert .fa-triangle-exclamation {
  color: #b91c1c;
  font-size: 1.05rem;
  line-height: 1;
  margin-top: 2px; /* align with text */
}


/* Panel Callout — eye‑catching, accessible, and simple */
.panel-callout {
  --callout-accent: #b91c1c;                /* default accent (ICAC red) */
  --callout-border: rgba(11, 27, 59, 0.14); /* neutral border */
  --callout-bg-1: #ffffff;                  /* top background */
  --callout-bg-2: #f7f9fc;                  /* bottom background */
  --callout-shadow: rgba(11, 27, 59, 0.16); /* shadow */

  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid var(--callout-border);
  border: 3px solid #4F6F69;
  background: linear-gradient(180deg, var(--callout-bg-1), var(--callout-bg-2));
  box-shadow: 0 8px 24px var(--callout-shadow);
  position: relative;
}

/* Subtle sheen sweep on hover (kept gentle) */
.panel-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 70%, rgba(255, 255, 255, 0.18) 85%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.panel-callout:hover::before,
.panel-callout:focus-within::before {
  opacity: 1;
}

/* Icon + text */
.panel-callout__icon {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--callout-accent);
  margin-top: 2px; /* align to text top */
  flex-shrink: 0;
}

.panel-callout__content {
  flex: 1;
  min-width: 0;
}

.panel-callout__title {
  display: block;
  font-weight: 800;
  letter-spacing: .02em;
  margin: 0 0 4px;
  color: #0b1b3b;
}

.panel-callout__body {
  margin: 0;
  color: #111827;
  line-height: 1.7;
  font-size: 0.98rem;
}

/* Keyboard focus ring */
.panel-callout:focus-within {
  box-shadow:
    0 0 0 3px #ffd900,
    0 0 0 6px rgba(0, 0, 0, 0.08),
    0 10px 28px var(--callout-shadow);
}

/* Variants — switch accent and tint by modifier class */

/* Brand (ICAC Red) */
.panel-callout--brand {
  --callout-accent: #b91c1c;
  --callout-border: rgba(185, 28, 28, 0.25);
  --callout-bg-1: #fff7f7;
  --callout-bg-2: #fff;
  --callout-shadow: rgba(185, 28, 28, 0.18);
}

/* Info (Navy/Blue) */
.panel-callout--info {
  --callout-accent: #1e40af;               /* deep navy */
  --callout-border: rgba(59, 130, 246, 0.28);
  --callout-bg-1: #eef4ff;
  --callout-bg-2: #ffffff;
  --callout-shadow: rgba(59, 130, 246, 0.18);
}

/* Success (Green) */
.panel-callout--success {
  --callout-accent: #047857;               /* emerald */
  --callout-border: rgba(16, 185, 129, 0.28);
  --callout-bg-1: #ecfdf5;
  --callout-bg-2: #ffffff;
  --callout-shadow: rgba(16, 185, 129, 0.18);
}

/* Warning (Amber) */
.panel-callout--warning {
  --callout-accent: #b45309;               /* amber/dark orange */
  --callout-border: rgba(245, 158, 11, 0.30);
  --callout-bg-1: #fff7ed;
  --callout-bg-2: #ffffff;
  --callout-shadow: rgba(245, 158, 11, 0.20);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .panel-callout::before {
    transition: none;
  }
}

.jobs-block-title .no-cap {
  text-transform: none; 
}


/* Mobile: Stack vertically, big tap targets */
@media (max-width: 600px) {
  .jobs-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 1rem;
    text-align: center;
  }

  .jobs-contact-icon {
    font-size: 1.3rem;
    margin: 0;
  }

  .jobs-contact-label {
    font-size: 0.85rem;
    font-weight: 700;
  }

  .jobs-contact-number {
    display: inline-block;
    padding: 8px 16px;
    min-height: 44px; /* iOS/Android tap target */
    line-height: 1.4;
    font-size: 1.1rem;
    border-radius: 8px;
    background: rgba(11, 27, 59, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.12);
  }

  .jobs-contact-separator {
    display: none; /* No slash needed when stacked */
  }
}


