@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'TT Fors';
  src: local('TT Fors'),
    url('../fonts/TT Fors Trial Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Fors';
  src: local('TT Fors Bold'),
    url('../fonts/TT Fors Trial Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-family: 'Raleway', 'TT Fors', sans-serif;
  color: #fff;
}

body {
  min-height: 100vh;
  overflow: hidden;
  background: #010d2e url('../img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 5% 92%, rgba(144, 235, 255, 0.18), transparent 20%),
    linear-gradient(90deg, rgba(0, 16, 70, 0.18), rgba(0, 10, 45, 0.36));
  z-index: 0;
}

.wave-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 200deg at 35% 60%,
      transparent 0deg,
      rgba(80, 160, 255, 0.05) 20deg,
      rgba(120, 200, 255, 0.12) 40deg,
      rgba(80, 160, 255, 0.05) 60deg,
      transparent 80deg,
      transparent 360deg);
  animation: waveRotate 18s linear infinite;
  transform-origin: 25% 45%;
}

.wave2 {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 140%;
  height: 160%;
  background: radial-gradient(ellipse 30% 60% at 40% 55%, rgba(100, 180, 255, 0.11), transparent 70%);
  animation: waveDrift 9s ease-in-out infinite alternate;
}

@keyframes waveRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes waveDrift {
  from {
    transform: translateX(-3%) skewX(-3deg);
  }

  to {
    transform: translateX(3%) skewX(3deg);
  }
}

.news-page {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(620px, min(46vw, 760px)) minmax(0, 1fr);
  box-sizing: border-box;
}

.news-sidebar {
  position: relative;
  min-height: 100vh;
}

.news-logo {
  position: absolute;
  top: clamp(4px, 2vh, 24px);
  left: clamp(0px, 1vw, 18px);
  width: clamp(180px, 14vw, 255px);
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(56, 146, 255, 0.42));
  animation: enterSoft 0.9s ease both, newsLogoPulse 4s ease-in-out 0.9s infinite;
  z-index: 7;
}

.news-logo::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  z-index: 0;
}

.news-logo img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.sidebar-curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.sidebar-curve path {
  fill: none;
  stroke: rgba(232, 247, 255, 0.72);
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgba(91, 174, 255, 0.36));
}

.news-nav {
  position: absolute;
  inset: 0;
  overflow: visible;
  font-size: var(--news-nav-font-size, clamp(1.45rem, 2.05vw, 2.25rem));
  letter-spacing: 0.04em;
  z-index: 5;
  cursor: grab;
  -webkit-mask-image: linear-gradient(to right, transparent 0, transparent 6px, #000 48px, #000 100%), linear-gradient(180deg, transparent 0, #000 7%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, transparent 6px, #000 48px, #000 100%), linear-gradient(180deg, transparent 0, #000 7%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.news-nav.is-dragging {
  cursor: grabbing;
}

.mobile-slider-arrow {
  display: none;
}

.news-nav-scroll {
  height: 100%;
  overflow-y: visible;
  overflow-x: visible;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  position: relative;
  padding: 0;
  scrollbar-width: none;
}

.news-nav-scroll::-webkit-scrollbar {
  display: none;
}

.news-nav a {
  position: absolute;
  display: block;
  width: max-content;
  max-width: clamp(180px, 17vw, 240px);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.12;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 0 0 18px rgba(92, 174, 255, 0.35);
  transition: color 0.25s ease, text-shadow 0.25s ease;
  will-change: left, top, opacity;
}

.news-nav .is-disabled {
  position: absolute;
  display: block;
  width: max-content;
  max-width: clamp(180px, 17vw, 240px);
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.12;
  white-space: normal;
  overflow-wrap: normal;
}

.news-nav a:hover,
.news-nav a.active {
  color: #ffffff;
  text-shadow: 0 0 25px rgba(120, 200, 255, 0.9);
}

.union-sidebar-nav a.active {
  color: rgba(30, 110, 255, 0.72);
}

.document-sidebar-nav a {
  max-width: clamp(230px, 26vw, 390px);
  font-size: clamp(1.05rem, 1.45vw, 1.74rem);
  line-height: 1.14;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.document-sidebar-nav a.active {
  color: rgba(30, 110, 255, 0.72);
}

.team-sidebar-nav a {
  max-width: clamp(190px, 17vw, 245px);
}

@media (min-width: 1181px) {
  .team-sidebar-nav {
    cursor: default;
  }

  .team-sidebar-nav a:nth-child(1) {
    top: 8vh !important;
    left: clamp(320px, 27vw, 430px) !important;
  }

  .team-sidebar-nav a:nth-child(2) {
    top: 21vh !important;
    left: clamp(260px, 23vw, 370px) !important;
  }

  .team-sidebar-nav a:nth-child(3) {
    top: 35vh !important;
    left: clamp(160px, 15vw, 245px) !important;
  }

  .team-sidebar-nav a:nth-child(4) {
    top: 46vh !important;
    left: clamp(10px, 1vw, 30px) !important;
  }
}

.news-stage.content-stage {
  display: block;
  padding-top: clamp(34px, 4vh, 62px);
  padding-left: clamp(32px, 3.5vw, 72px);
  padding-right: clamp(16px, 2.5vw, 48px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.featured-article.content-article {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.content-copy {
  margin-top: 28px;
}

.content-copy p {
  margin-bottom: 18px;
  color: rgba(229, 238, 255, 0.78);
  font-size: clamp(1rem, 1.22vw, 1.36rem);
  line-height: 1.46;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.news-stage.team-overview-stage {
  display: block;
  padding: clamp(70px, 8.5vh, 98px) clamp(36px, 4vw, 72px) 140px clamp(48px, 4.5vw, 82px);
}

.team-overview-article {
  max-width: 720px;
}

.team-overview-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(34px, 5vh, 54px);
  color: rgba(239, 247, 255, 0.9);
  font-size: clamp(0.92rem, 1.08vw, 1.18rem);
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  animation: organizationDirectoryEnter 0.6s cubic-bezier(.22, 1, .36, 1) both;
}

.team-overview-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.team-overview-breadcrumbs a:hover,
.team-overview-breadcrumbs a:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.85);
  outline: none;
}

.team-overview-breadcrumbs span:last-child {
  color: rgba(40, 112, 255, 0.86);
  font-weight: 400;
}

.team-overview-copy {
  max-width: 680px;
  animation: organizationDirectoryEnter 0.65s cubic-bezier(.22, 1, .36, 1) 0.1s both;
}

.team-overview-copy p {
  margin-bottom: clamp(24px, 3.5vh, 34px);
  color: rgba(241, 247, 255, 0.9);
  font-size: clamp(1.02rem, 1.28vw, 1.3rem);
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.team-overview-copy p:last-child {
  margin-bottom: 0;
}

.news-stage.council-stage {
  padding-top: clamp(54px, 7vh, 86px);
  padding-bottom: 150px;
}

.council-article {
  max-width: 1040px;
}

.council-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(30px, 4vh, 46px);
  color: rgba(226, 239, 255, 0.64);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  line-height: 1.3;
  text-transform: uppercase;
}

.council-breadcrumbs a {
  color: rgba(239, 247, 255, 0.86);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.council-breadcrumbs a:hover,
.council-breadcrumbs a:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.85);
  outline: none;
}

.council-breadcrumbs span:last-child {
  color: #72d6eb;
}

.council-header {
  max-width: 860px;
  margin-bottom: clamp(42px, 6vh, 68px);
  animation: councilEnter 0.65s cubic-bezier(.22, 1, .36, 1) both;
}

.council-header .section-kicker {
  margin-bottom: 14px;
  color: #72d6eb;
  font-size: clamp(0.76rem, 0.78vw, 0.9rem);
  font-weight: 700;
}

.council-header h1 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 3.1vw, 4rem);
}

.council-header .lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.16vw, 1.3rem);
}

.council-groups {
  display: grid;
  gap: clamp(38px, 5vh, 58px);
}

.council-group-heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.council-group-heading::after {
  content: '';
  grid-column: 2;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: linear-gradient(90deg, rgba(114, 214, 235, 0.52), rgba(255, 255, 255, 0));
}

.council-group-heading span {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 2px;
  color: #72d6eb;
  font-size: 0.72rem;
  font-weight: 700;
}

.council-group-heading h2 {
  color: rgba(244, 249, 255, 0.88);
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

.council-members {
  display: grid;
  gap: 10px;
}

.council-member {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(182, 219, 255, 0.16);
  border-left-color: rgba(114, 214, 235, 0.82);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(0, 7, 38, 0.2);
  backdrop-filter: blur(9px);
  opacity: 0;
  animation: councilEnter 0.6s cubic-bezier(.22, 1, .36, 1) var(--member-delay, 0.1s) forwards;
}

.council-member-index {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(114, 214, 235, 0.48);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(210, 246, 255, 0.86);
  font-size: 0.68rem;
  line-height: 1;
  box-shadow: 0 0 14px rgba(91, 174, 255, 0.14);
}

.council-member-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 2.5vw, 44px);
  align-items: center;
  min-width: 0;
}

.council-member h3 {
  color: #ffffff;
  font-size: clamp(0.94rem, 1vw, 1.12rem);
  line-height: 1.22;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.council-member p {
  color: rgba(218, 232, 250, 0.76);
  font-size: clamp(0.86rem, 0.92vw, 1.02rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@keyframes councilEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-stage.organization-directory-stage {
  padding-top: clamp(58px, 8vh, 92px);
  padding-bottom: 150px;
}

.organization-directory-article {
  max-width: 980px;
}

.organization-directory-header {
  max-width: 820px;
  margin-bottom: clamp(38px, 5.5vh, 62px);
  animation: organizationDirectoryEnter 0.65s cubic-bezier(.22, 1, .36, 1) both;
}

.organization-directory-header .section-kicker {
  margin-bottom: 14px;
  color: #72d6eb;
  font-size: clamp(0.76rem, 0.78vw, 0.9rem);
  font-weight: 700;
}

.organization-directory-header h1 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 3.1vw, 4rem);
}

.organization-directory-header .lead {
  max-width: 680px;
  font-size: clamp(1rem, 1.16vw, 1.3rem);
}

.organization-type-list {
  display: grid;
  gap: 12px;
}

.organization-entry-list {
  display: grid;
  gap: 10px;
}

.organization-type-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 40px;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  min-width: 0;
  min-height: 108px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(182, 219, 255, 0.16);
  border-left-color: rgba(114, 214, 235, 0.82);
  border-radius: 6px;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 7, 38, 0.2);
  backdrop-filter: blur(9px);
  text-decoration: none;
  opacity: 0;
  animation: organizationDirectoryEnter 0.6s cubic-bezier(.22, 1, .36, 1) var(--type-delay, 0.1s) forwards;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.organization-type-item:hover,
.organization-type-item:focus-visible {
  border-color: rgba(114, 214, 235, 0.58);
  border-left-color: #72d6eb;
  background: rgba(7, 30, 85, 0.68);
  box-shadow: 0 18px 38px rgba(0, 7, 38, 0.3), 0 0 24px rgba(91, 174, 255, 0.12);
  transform: translateX(6px);
  outline: none;
}

.organization-type-index {
  color: #72d6eb;
  font-size: 0.74rem;
  font-weight: 700;
}

.organization-type-item strong {
  min-width: 0;
  font-size: clamp(1.03rem, 1.32vw, 1.48rem);
  line-height: 1.24;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.organization-type-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(114, 214, 235, 0.46);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(220, 248, 255, 0.92);
  font-size: 1.2rem;
  line-height: 1;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.organization-type-item:hover .organization-type-arrow,
.organization-type-item:focus-visible .organization-type-arrow {
  color: #ffffff;
  border-color: #72d6eb;
  transform: translateX(3px);
}

.organization-entry-item {
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  min-height: 82px;
  padding: 15px 18px;
}

.organization-entry-item strong {
  font-size: clamp(0.88rem, 1.02vw, 1.14rem);
}

@keyframes organizationDirectoryEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-detail-stage {
  display: block;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(88px, 11vh, 118px) clamp(40px, 4.4vw, 88px) 9vh clamp(34px, 3.3vw, 68px);
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 200, 255, 0.45) transparent;
}

.news-detail-stage::-webkit-scrollbar {
  width: 6px;
}

.news-detail-stage::-webkit-scrollbar-track {
  background: transparent;
}

.news-detail-stage::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 200, 255, 0.38);
  box-shadow: 0 0 8px rgba(91, 174, 255, 0.28);
}

.news-detail-article {
  width: 100%;
  max-width: none;
}

.news-detail-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(20px, 3vh, 36px);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.92rem, 1.1vw, 1.2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-detail-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.news-detail-breadcrumbs a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}

.news-detail-breadcrumbs span {
  color: rgba(255, 255, 255, 0.55);
}

.news-article-title {
  margin-bottom: clamp(24px, 3.5vh, 36px);
  color: #fff;
  font-size: clamp(1.35rem, 1.8vw, 2.25rem);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(108, 172, 255, 0.35);
}

.news-article-body {
  font-size: clamp(1.02rem, 1.15vw, 1.22rem);
  line-height: 1.62;
  color: rgba(232, 244, 255, 0.92);
}

.news-article-body p {
  margin-bottom: 16px;
  text-align: justify;
  text-justify: inter-word;
}

.news-article-photo {
  margin: clamp(24px, 3.5vh, 38px) auto;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(180, 220, 255, 0.32);
  box-shadow: 0 14px 40px rgba(0, 9, 50, 0.38), 0 0 16px rgba(91, 174, 255, 0.15);
}

.news-article-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
}

.news-article-date {
  text-align: right;
  margin-top: clamp(24px, 3vh, 36px);
  margin-bottom: 12px;
  color: rgba(185, 215, 255, 0.68);
  font-size: clamp(0.85rem, 0.95vw, 1.05rem);
  font-style: italic;
  letter-spacing: 0.02em;
}

.news-detail-org {
  display: block;
  margin-left: clamp(290px, 31vw, 360px);
  margin-bottom: clamp(24px, 3.2vh, 34px);
  max-width: min(720px, calc(100% - 360px));
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.9rem, 1.1vw, 1.18rem);
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: normal;
  word-break: normal;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: clamp(250px, 21vw, 360px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(20px, 2.5vw, 40px);
  width: 100%;
}

.news-detail-media {
  margin-top: 0;
  width: 100%;
}

.news-detail-media img,
.news-detail-media .article-photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 490 / 318;
  object-fit: cover;
  border: 1px solid rgba(180, 220, 255, 0.28);
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0, 9, 50, 0.24);
  background-size: cover;
  background-position: center;
}

.news-detail-copy {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.news-detail-copy .section-kicker {
  margin-bottom: clamp(6px, 1vh, 10px);
  font-size: clamp(0.82rem, 0.92vw, 1rem);
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  text-transform: uppercase;
}

/* ==========================================================================
   SINGLE NEWS ARTICLE FULL-WIDTH READABLE LAYOUT
   ========================================================================== */
.single-news-article {
  max-width: 920px;
  width: 100%;
  box-sizing: border-box;
}

.single-news-header {
  margin-bottom: clamp(18px, 2.5vh, 28px);
}

.single-news-header h1 {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 2.1vw, 2.6rem);
  line-height: 1.22;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(108, 172, 255, 0.3);
  overflow-wrap: break-word;
}

.single-news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(185, 215, 255, 0.75);
  font-size: clamp(0.82rem, 0.88vw, 0.94rem);
}

.single-news-cat-badge {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(114, 214, 235, 0.12);
  border: 1px solid rgba(114, 214, 235, 0.35);
  border-radius: 4px;
  color: #72d6eb;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.single-news-cat-badge:hover {
  background: rgba(114, 214, 235, 0.25);
  color: #ffffff;
}

.single-news-featured-media {
  margin: 0 0 clamp(22px, 3vh, 34px);
  width: 100%;
  max-width: 100%;
}

.single-news-featured-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(180, 220, 255, 0.28);
  box-shadow: 0 14px 34px rgba(0, 9, 50, 0.3);
}

.single-news-body,
.news-detail-content-body {
  width: 100%;
  max-width: 100%;
  color: rgba(229, 238, 255, 0.9);
  font-size: clamp(0.98rem, 1.08vw, 1.18rem);
  line-height: 1.68;
}

.single-news-body p,
.news-detail-content-body p {
  margin-bottom: clamp(14px, 2vh, 22px);
}

.single-news-body h2,
.single-news-body h3,
.single-news-body h4 {
  color: #ffffff;
  margin: 28px 0 14px;
  line-height: 1.25;
  font-weight: 600;
}

.single-news-body blockquote,
.single-news-body .wp-block-quote {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 3px solid #72d6eb;
  background: rgba(15, 34, 78, 0.45);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: rgba(220, 238, 255, 0.95);
}

.single-news-body ul,
.single-news-body ol {
  margin: 14px 0 20px 24px;
}

.single-news-body li {
  margin-bottom: 6px;
}

.single-news-body a,
.news-detail-content-body a {
  color: #72d6eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.single-news-body a:hover,
.news-detail-content-body a:hover {
  color: #ffffff;
}

/* Gutenberg block support */
.single-news-body .wp-block-image,
.single-news-body figure {
  margin: 20px 0;
  max-width: 100%;
}

.single-news-body .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(180, 220, 255, 0.2);
}

.single-news-body .wp-block-columns {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.single-news-body .wp-block-column {
  flex: 1 1 260px;
  min-width: 0;
}

.single-news-body .wp-block-table table,
.single-news-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.single-news-body table th,
.single-news-body table td {
  padding: 10px 14px;
  border: 1px solid rgba(180, 220, 255, 0.2);
}

.single-news-body table th {
  background: rgba(15, 34, 78, 0.6);
  color: #ffffff;
}

.news-detail-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
  margin-top: clamp(24px, 3.5vh, 40px);
  padding-top: 18px;
  border-top: 1px solid rgba(180, 220, 255, 0.16);
}

.news-detail-bottom a {
  font-size: clamp(0.88rem, 0.95vw, 1.05rem);
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.news-detail-bottom a:hover {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.85);
}

.news-detail-arrows {
  display: inline-flex;
  gap: 20px;
  color: #72d6eb;
  font-size: 1.6rem;
  line-height: 1;
}

.news-detail-arrows a {
  color: #72d6eb;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
}

.news-detail-arrows a:hover,
.news-detail-arrows span:hover {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.85);
  transform: scale(1.18);
}

.content-list {
  margin-top: clamp(28px, 4vh, 48px);
  display: grid;
  gap: 12px;
}

.content-list a,
.content-list-disabled {
  display: block;
  padding: 14px 0;
  color: rgba(235, 246, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, padding-left 0.2s ease;
}

.content-list a:hover,
.content-list a:focus-visible {
  color: #fff;
  padding-left: 10px;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.75);
  outline: none;
}

.content-list span span,
.content-list a span {
  display: block;
  font-size: clamp(1rem, 1.2vw, 1.34rem);
  line-height: 1.28;
}

.content-list small {
  display: block;
  margin-top: 6px;
  color: rgba(187, 210, 245, 0.58);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.union-stage {
  display: block;
  padding: clamp(42px, 5.2vh, 70px) clamp(52px, 5.5vw, 112px) 10vh clamp(42px, 4.3vw, 88px);
}

.union-article {
  max-width: min(900px, 100%);
}

.union-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: clamp(28px, 4vh, 44px);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.92rem, 1.05vw, 1.16rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.union-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.union-breadcrumbs a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.85);
}

.union-breadcrumbs .active {
  color: rgba(30, 110, 255, 0.78);
  font-weight: 400;
  border-bottom: none;
}

.union-layout {
  display: grid;
  grid-template-columns: 170px minmax(420px, 1fr);
  gap: clamp(28px, 3vw, 44px);
  align-items: start;
}

.union-profile img {
  display: block;
  width: 160px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 14px;
}

.union-profile strong,
.union-profile span {
  display: block;
  color: #fff;
  line-height: 1.16;
}

.union-profile strong {
  margin-bottom: 14px;
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: uppercase;
}

.union-profile span {
  color: rgba(235, 242, 255, 0.86);
  font-size: 0.98rem;
}

.union-copy h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(1.7rem, 2.15vw, 2.65rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(108, 172, 255, 0.25);
}

.union-copy p {
  max-width: 650px;
  margin-bottom: 18px;
  color: rgba(235, 242, 255, 0.9);
  font-size: clamp(0.95rem, 1.05vw, 1.18rem);
  line-height: 1.28;
}

.union-news-link {
  display: inline-block;
  margin-top: 16px;
  color: rgba(235, 242, 255, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.28rem);
  letter-spacing: 0.04em;
  text-decoration: none;
}

.news-stage.rail-union-stage {
  display: block;
  padding: clamp(52px, 7vh, 82px) clamp(36px, 4vw, 76px) 150px clamp(32px, 3.5vw, 68px);
}

.rail-union-article {
  max-width: 980px;
}

.rail-union-header {
  max-width: 900px;
  margin-bottom: clamp(36px, 5vh, 58px);
  animation: organizationDirectoryEnter 0.65s cubic-bezier(.22, 1, .36, 1) both;
}

.rail-union-header .section-kicker {
  margin-bottom: 14px;
  color: #72d6eb;
  font-size: clamp(0.76rem, 0.78vw, 0.9rem);
  font-weight: 700;
}

.rail-union-header h1 {
  margin: 0;
  font-size: clamp(1.9rem, 2.65vw, 3.35rem);
  line-height: 1.08;
  font-weight: 400;
}

.rail-union-layout {
  display: grid;
  grid-template-columns: clamp(170px, 17vw, 210px) minmax(0, 1fr);
  gap: clamp(30px, 3.2vw, 48px);
  align-items: start;
}

.rail-union-leader {
  position: sticky;
  top: 20px;
  min-width: 0;
  text-align: center;
  animation: organizationDirectoryEnter 0.65s cubic-bezier(.22, 1, .36, 1) 0.1s both;
}

.rail-union-leader img {
  display: block;
  width: min(100%, 200px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  border: 1px solid rgba(183, 224, 255, 0.28);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 24%;
  box-shadow: 0 18px 42px rgba(0, 7, 38, 0.34), 0 0 24px rgba(91, 174, 255, 0.14);
}

.rail-union-leader strong,
.rail-union-leader span {
  display: block;
  overflow-wrap: anywhere;
}

.rail-union-leader strong {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  line-height: 1.22;
  text-transform: uppercase;
}

.rail-union-leader span {
  color: rgba(218, 232, 250, 0.76);
  font-size: clamp(0.84rem, 0.9vw, 0.98rem);
  line-height: 1.4;
}

.rail-union-details {
  min-width: 0;
  animation: organizationDirectoryEnter 0.65s cubic-bezier(.22, 1, .36, 1) 0.18s both;
}

.rail-union-address {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(182, 219, 255, 0.18);
  border-left-color: rgba(114, 214, 235, 0.82);
  border-radius: 6px;
}

.rail-union-address span,
.rail-union-phone-note {
  color: #72d6eb;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rail-union-address p {
  color: rgba(244, 249, 255, 0.92);
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  line-height: 1.35;
}

.rail-union-phone-note {
  margin-bottom: 6px;
}

.rail-union-staff {
  list-style: none;
  border-top: 1px solid rgba(182, 219, 255, 0.15);
}

.rail-union-staff li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(182, 219, 255, 0.13);
}

.rail-union-staff p {
  min-width: 0;
  color: rgba(220, 234, 252, 0.78);
  font-size: clamp(0.84rem, 0.9vw, 0.98rem);
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.rail-union-staff strong {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.rail-union-staff li>span,
.rail-union-staff-phone {
  color: #72d6eb;
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.rail-union-staff-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.rail-union-staff-phone a {
  color: #72d6eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rail-union-staff-phone a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.rail-union-staff-email {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(182, 219, 255, 0.85);
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  text-decoration: none;
  transition: color 0.2s ease;
}

.rail-union-staff-email:hover {
  color: #72d6eb;
  text-decoration: underline;
}

.rail-union-staff-email svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.85;
}

.rail-union-news-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: clamp(34px, 5vh, 56px);
  padding: 20px 22px;
  border-top: 1px solid rgba(114, 214, 235, 0.42);
  border-bottom: 1px solid rgba(114, 214, 235, 0.24);
  color: #ffffff;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, padding-left 0.25s ease;
}

.rail-union-news-link span:last-child {
  color: #72d6eb;
  font-size: 1.4rem;
  line-height: 1;
}

.rail-union-news-link:hover,
.rail-union-news-link:focus-visible {
  padding-left: 30px;
  border-color: #72d6eb;
  background: rgba(7, 38, 100, 0.62);
  outline: none;
}

.content-source {
  margin-top: 34px;
  color: rgba(188, 215, 255, 0.58);
  font-size: 0.92rem;
}

.content-source code {
  color: rgba(235, 248, 255, 0.78);
}

@keyframes drawNewsCurve {
  to {
    stroke-dashoffset: 0;
  }
}



.news-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(430px, 1fr);
  gap: clamp(30px, 3.4vw, 58px);
  height: 100vh;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10vh clamp(52px, 5vw, 110px) 12vh clamp(84px, 6vw, 132px);
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 200, 255, 0.45) transparent;
}

.news-stage::-webkit-scrollbar {
  width: 6px;
}

.news-stage::-webkit-scrollbar-track {
  background: transparent;
}

.news-stage::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 200, 255, 0.38);
  box-shadow: 0 0 8px rgba(91, 174, 255, 0.28);
}

/*
.news-stage::after {
  content: '';
  position: absolute;
  top: -2vh;
  right: 3vw;
  width: min(33vw, 520px);
  height: 70vh;
  opacity: 0.23;
  pointer-events: none;
  background:
    radial-gradient(circle at 12px 12px, rgba(90, 150, 255, 0.65) 1px, transparent 2px) 0 0 / 24px 24px,
    linear-gradient(135deg, transparent 45%, rgba(95, 154, 255, 0.5) 47%, transparent 50%) 0 0 / 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 78%, transparent);
}
*/

.article-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 490 / 318;
  border: 1px solid rgba(180, 220, 255, 0.32);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 35px rgba(0, 9, 50, 0.28);
  overflow: hidden;
  box-sizing: border-box;
}

.article-photo::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  pointer-events: none;
}

.media-arrows {
  position: absolute;
  right: min(25%, 140px);
  bottom: 1.8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 2rem;
  line-height: 1;
}

.media-arrows span,
.media-arrows button,
.arrow-btn {
  cursor: pointer !important;
  pointer-events: auto;
  user-select: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.media-arrows span:hover,
.media-arrows button:hover,
.arrow-btn:hover {
  color: #fff;
  transform: scale(1.25);
  cursor: pointer !important;
}

.featured-article {
  position: relative;
  z-index: 1;
  max-width: 670px;
}

.section-kicker {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  letter-spacing: 0.04em;
}

.section-kicker a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.section-kicker a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.85);
}

.featured-article h1 {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: clamp(2.1rem, 3vw, 4.05rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(108, 172, 255, 0.25);
}

.lead {
  max-width: 980px;
  color: rgba(229, 238, 255, 0.78);
  font-size: clamp(1.08rem, 1.4vw, 1.62rem);
  line-height: 1.45;
}

.read-more {
  display: inline-block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.34rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.read-more:hover {
  color: #fff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.8);
}

.news-actions {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.4vw, 54px);
}

.archive-link {
  display: inline-block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.34rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.archive-link:hover,
.archive-link:focus-visible {
  color: #fff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.8);
  outline: none;
}

.org-news {
  margin-top: clamp(28px, 4vh, 46px);
  padding-top: 24px;
  border-top: 1px solid rgba(235, 250, 255, 0.72);
}

.org-news h2 {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.org-news a {
  display: block;
  margin-bottom: 18px;
  color: rgba(222, 236, 255, 0.84);
  font-size: clamp(0.95rem, 1.1vw, 1.22rem);
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.org-news a:hover,
.org-news a.active {
  color: #fff !important;
  text-shadow: 0 0 14px rgba(120, 200, 255, 0.9);
}

.org-news small {
  display: block;
  margin-top: 8px;
  color: rgba(185, 205, 245, 0.5);
  font-size: 0.78em;
  text-align: center;
}

.news-archive-stage {
  display: block;
  padding-top: clamp(34px, 4vh, 62px);
  padding-left: clamp(24px, 3.5vw, 64px);
  padding-right: clamp(24px, 3.5vw, 64px);
  box-sizing: border-box;
  max-width: 100%;
}

.archive-panel {
  position: relative;
  z-index: 1;
  min-height: 84vh;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.archive-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(28px, 4vh, 42px);
}

.archive-head h1 {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.archive-search {
  position: relative;
  width: min(260px, 32vw);
  display: flex;
  align-items: center;
}

.archive-search input {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(180, 220, 255, 0.35);
  border-radius: 999px;
  padding: 0 42px 0 18px;
  color: #fff;
  background: rgba(14, 32, 75, 0.65);
  backdrop-filter: blur(8px);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.archive-search input::placeholder {
  color: rgba(210, 230, 255, 0.55);
}

.archive-search input:focus {
  border-color: rgba(120, 200, 255, 0.85);
  box-shadow: 0 0 14px rgba(91, 174, 255, 0.45);
  background: rgba(18, 42, 95, 0.85);
}

.archive-search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: rgba(120, 200, 255, 0.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-search-btn:hover {
  background: rgba(120, 200, 255, 0.55);
  box-shadow: 0 0 10px rgba(120, 200, 255, 0.7);
  transform: translateY(-50%) scale(1.08);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3.2vh, 38px) clamp(16px, 2vw, 36px);
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.archive-card {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
}

[hidden],
.archive-card[hidden],
.archive-card.is-hidden {
  display: none !important;
}

.archive-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 0.82;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 6px;
  border: 1px solid rgba(180, 220, 255, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.archive-card:hover img {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(120, 200, 255, 0.6);
  box-shadow: 0 12px 28px rgba(0, 8, 40, 0.45), 0 0 14px rgba(91, 174, 255, 0.3);
}

.archive-card span {
  display: block;
  max-width: 330px;
  font-size: clamp(1rem, 1.22vw, 1.38rem);
  line-height: 1.18;
  text-shadow: 0 0 14px rgba(91, 174, 255, 0.36);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.archive-card:hover span,
.archive-card:focus-visible span {
  color: #fff;
  text-shadow: 0 0 20px rgba(120, 200, 255, 0.9);
}

.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: clamp(24px, 4vh, 42px);
  margin-bottom: 20px;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(180, 220, 255, 0.25);
  background: rgba(15, 34, 78, 0.45);
  color: rgba(225, 240, 255, 0.88);
  font-size: clamp(0.92rem, 1.05vw, 1.12rem);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-page:hover {
  color: #fff;
  border-color: rgba(120, 200, 255, 0.8);
  background: rgba(30, 65, 135, 0.65);
  box-shadow: 0 0 12px rgba(91, 174, 255, 0.4);
  transform: translateY(-2px);
}

.pagination-page.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(45, 110, 220, 0.9), rgba(20, 70, 170, 0.95));
  border-color: rgba(140, 210, 255, 0.9);
  box-shadow: 0 0 16px rgba(91, 174, 255, 0.55);
  font-weight: 700;
  pointer-events: none;
}

.pagination-ellipsis {
  color: rgba(180, 215, 255, 0.6);
  padding: 0 4px;
  font-size: 1.1rem;
}

.pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(180, 220, 255, 0.3);
  background: rgba(15, 34, 78, 0.45);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-arrow:hover:not(.is-disabled) {
  color: #fff;
  border-color: rgba(120, 200, 255, 0.9);
  background: rgba(30, 65, 135, 0.7);
  box-shadow: 0 0 14px rgba(91, 174, 255, 0.5);
  transform: scale(1.08);
}

/* ==========================================================================
   PAGINATION STYLING (WordPress paginate_links / archive-arrows)
   ========================================================================== */
.archive-arrows,
.news-pagination,
.pagination-wrap,
.nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: clamp(24px, 4vh, 40px) !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.archive-arrows a,
.archive-arrows span,
.page-numbers,
.pagination-page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  font-family: 'Raleway', 'TT Fors', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #ffffff !important;
  background: rgba(8, 24, 68, 0.45) !important;
  border: 1px solid rgba(90, 165, 255, 0.25) !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.archive-arrows a:hover,
.page-numbers:hover:not(.current):not(.dots):not(.disabled) {
  color: #ffffff !important;
  background: rgba(24, 75, 180, 0.65) !important;
  border-color: #5ac8fa !important;
  box-shadow: 0 0 14px rgba(90, 200, 250, 0.4) !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

.archive-arrows .current,
.page-numbers.current,
.pagination-page.is-active {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.12rem !important;
  background: #1862e5 !important;
  border: 1.5px solid #64d2ff !important;
  box-shadow: 0 0 14px rgba(90, 200, 250, 0.45) !important;
  pointer-events: none !important;
  transform: none !important;
  cursor: default !important;
}

.archive-arrows .dots,
.page-numbers.dots,
.pagination-ellipsis {
  background: transparent !important;
  border: none !important;
  color: rgba(180, 215, 255, 0.6) !important;
  min-width: 20px !important;
  width: auto !important;
  height: 44px !important;
  padding: 0 4px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: default !important;
}

.archive-arrows .prev,
.archive-arrows .next,
.page-numbers.prev,
.page-numbers.next,
.pagination-arrow {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.archive-arrows .disabled,
.page-numbers.disabled {
  color: rgba(140, 180, 220, 0.28) !important;
  background: rgba(8, 24, 68, 0.2) !important;
  border: 1px solid rgba(100, 175, 255, 0.12) !important;
  cursor: default !important;
  pointer-events: none !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 767.98px) {
  .archive-arrows,
  .news-pagination,
  .pagination-wrap,
  .nav-links {
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 24px !important;
  }

  .archive-arrows a,
  .archive-arrows span,
  .page-numbers,
  .pagination-page {
    min-width: 38px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 0.92rem !important;
    border-radius: 8px !important;
  }

  .archive-arrows .dots,
  .page-numbers.dots,
  .pagination-ellipsis {
    min-width: 14px !important;
    height: 38px !important;
  }
}

.news-footer {
  position: fixed;
  left: clamp(42px, 5.4vw, 82px);
  bottom: clamp(-300px, calc(100vh - 700px), 3.3vh);
  z-index: 4;
  color: rgba(218, 238, 255, 0.82);
  font-size: clamp(0.72rem, 0.75vw, 0.9rem);
  line-height: 1.65;
}

.news-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 4px;
}

.social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(120, 180, 255, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(180, 220, 255, 0.86);
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.social-icon:hover,
.social-icon:focus-visible {
  color: #ffffff;
  border-color: #78c8ff;
  box-shadow: 0 0 10px rgba(91, 174, 255, 0.75), 0 0 18px rgba(120, 200, 255, 0.35);
  transform: translateY(-1px) scale(1.12);
  outline: none;
}

.footer-copy {
  color: rgba(218, 238, 255, 0.66);
}

@keyframes enterSoft {
  from {
    opacity: 0;
    transform: translateY(-18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes newsLogoPulse {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 16px rgba(56, 146, 255, 0.42));
  }

  50% {
    transform: scale(1.018);
    filter: drop-shadow(0 0 26px rgba(104, 190, 255, 0.68));
  }
}

@media (max-width: 1180px) {
  body {
    overflow: auto;
    overflow-x: hidden;
  }

  .news-page {
    min-height: 100vh;
    height: auto;
    display: block;
    padding: 0 16px 24px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .news-sidebar {
    min-height: auto;
    display: grid;
    justify-items: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
  }

  .news-logo {
    position: relative;
    top: auto;
    left: auto;
    width: clamp(120px, 30vmin, 210px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }

  .sidebar-curve {
    display: none;
  }

  .news-nav {
    position: relative;
    top: auto;
    left: auto;
    inset: auto;
    height: clamp(58px, 14vw, 76px);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(0.88rem, 3.4vw, 1.16rem);
    text-align: center;
    cursor: grab;
    touch-action: pan-y;
    z-index: 5;
    background: transparent;
  }

  .mobile-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 30px;
    height: 100%;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(235, 248, 255, 0.9);
    background: transparent !important;
    font: inherit;
    font-size: 2rem;
    line-height: 1;
    text-shadow: 0 0 16px rgba(120, 200, 255, 0.95);
    transform: translateY(-50%);
    cursor: pointer;
    padding-bottom: 2px;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
  }

  .mobile-slider-arrow:focus,
  .mobile-slider-arrow:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .mobile-slider-arrow-prev {
    left: 2px;
  }

  .mobile-slider-arrow-next {
    right: 2px;
  }

  .mobile-slider-arrow:active {
    color: #fff;
    text-shadow: 0 0 24px rgba(120, 200, 255, 1);
  }

  .news-nav-scroll {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 4px, #000 24px, #000 calc(100% - 24px), transparent calc(100% - 4px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 4px, #000 24px, #000 calc(100% - 24px), transparent calc(100% - 4px), transparent 100%);
  }

  .news-nav a:nth-child(n) {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content;
    max-width: min(52vw, 200px);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: clamp(0.95rem, 3.8vw, 1.25rem);
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 0 16px rgba(92, 174, 255, 0.45);
    user-select: none;
    will-change: transform, opacity;
    animation: none;
    transition: color 0.2s ease, text-shadow 0.2s ease;
  }

  .team-sidebar-nav a:nth-child(n) {
    top: 0 !important;
    left: 0 !important;
  }

  .news-nav .is-disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    max-width: min(48vw, 245px);
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .news-nav.is-dragging a {
    pointer-events: none;
  }

  .news-stage {
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 2;
    clear: both;
  }

  .news-stage.content-stage {
    display: block;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .archive-pagination {
    justify-content: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: clamp(6px, 2vw, 12px);
    flex-wrap: wrap;
  }

  .pagination-pages {
    justify-content: center;
    gap: clamp(4px, 1.5vw, 8px);
  }

  .archive-arrows {
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-media {
    display: grid;
    gap: 16px;
    min-height: auto;
    order: 2;
  }

  .article-photo {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .media-arrows {
    position: static;
    justify-content: center;
  }

  .featured-article,
  .content-article {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
  }

  .news-stage.team-overview-stage {
    padding: 24px 0 72px;
  }

  .team-overview-article {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .team-overview-breadcrumbs {
    margin-bottom: 30px;
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }

  .team-overview-copy {
    max-width: none;
  }

  .team-overview-copy p {
    font-size: clamp(1rem, 3.9vw, 1.2rem);
  }

  .news-stage.council-stage {
    padding: 24px 0 72px;
  }

  .council-article {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .council-breadcrumbs {
    margin-bottom: 28px;
  }

  .council-header {
    margin-bottom: 42px;
  }

  .news-stage.organization-directory-stage {
    padding: 24px 0 72px;
  }

  .organization-directory-article {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .organization-directory-header {
    margin-bottom: 42px;
  }

  .union-stage {
    display: block;
    padding: 24px 0 0;
  }

  .union-article {
    max-width: none;
  }

  .union-breadcrumbs {
    margin-bottom: 24px;
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }

  .union-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .union-profile img {
    width: min(180px, 52vw);
    height: auto;
    aspect-ratio: 1.08 / 1;
  }

  .union-copy h1,
  .union-copy p {
    max-width: none;
  }

  .union-copy h1 {
    font-size: clamp(1.8rem, 7vw, 2.7rem);
  }

  .news-stage.rail-union-stage {
    padding: 24px 0 72px;
  }

  .rail-union-article {
    width: min(880px, 100%);
    margin: 0 auto;
  }

  .rail-union-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rail-union-leader {
    position: static;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 10px 24px;
    align-items: center;
    text-align: left;
  }

  .rail-union-leader img {
    grid-row: 1 / span 2;
    width: 170px;
    margin: 0;
  }

  .rail-union-leader strong {
    align-self: end;
    margin-bottom: 0;
  }

  .rail-union-leader span {
    align-self: start;
  }

  .news-detail-stage {
    display: block;
    height: auto;
    overflow: visible;
    padding: 24px 0 0;
  }

  .news-detail-article {
    max-width: none;
  }

  .news-detail-breadcrumbs {
    margin-bottom: 24px;
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }

  .news-detail-org {
    margin-left: 0;
    margin-bottom: 22px;
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-detail-media {
    margin-top: 0;
  }

  .news-detail-copy h1 {
    font-size: clamp(2rem, 8vw, 3.1rem);
  }

  .news-detail-copy {
    min-width: 0;
    max-width: none;
  }

  .news-detail-copy p {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  .news-detail-bottom {
    justify-content: center;
    margin-top: 28px;
  }

  .featured-article h1 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .lead {
    font-size: clamp(1rem, 4.5vw, 1.3rem);
  }

  .news-actions {
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .news-archive-stage {
    display: block;
    padding: 24px 0 0;
  }

  .archive-panel {
    min-height: 0;
  }

  .archive-head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .archive-search {
    width: min(220px, 48vw);
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .archive-card img {
    margin-bottom: 12px;
  }

  .archive-card span {
    max-width: none;
    font-size: clamp(1rem, 4.6vw, 1.3rem);
  }

  .archive-arrows {
    justify-content: center;
    margin-top: 28px;
  }

  .news-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(92vw, 420px);
    margin: 0 auto max(16px, env(safe-area-inset-bottom));
    text-align: center;
    transform: none;
  }

  .footer-socials {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .archive-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .archive-search {
    width: 100%;
  }

  .team-overview-article {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0;
  }

  .team-overview-copy p {
    margin-bottom: 24px;
    line-height: 1.46;
  }

  .council-article {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0;
  }

  .council-header h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .council-groups {
    gap: 34px;
  }

  .council-group-heading {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
  }

  .council-group-heading h2 {
    font-size: 0.82rem;
  }

  .council-member {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    min-height: 0;
    padding: 16px 14px;
  }

  .council-member-index {
    width: 28px;
    height: 28px;
  }

  .council-member-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .council-member h3 {
    font-size: clamp(0.9rem, 4vw, 1.02rem);
  }

  .council-member p {
    font-size: clamp(0.84rem, 3.7vw, 0.96rem);
  }

  .organization-directory-article {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0;
  }

  .organization-directory-header h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .organization-type-item {
    grid-template-columns: 26px minmax(0, 1fr) 34px;
    gap: 10px;
    min-height: 90px;
    padding: 16px 14px;
  }

  .organization-type-item strong {
    font-size: clamp(0.9rem, 4vw, 1.03rem);
  }

  .organization-type-arrow {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .organization-entry-item {
    grid-template-columns: 26px minmax(0, 1fr) 32px;
    min-height: 78px;
    padding: 14px 12px;
  }

  .organization-entry-item strong {
    font-size: clamp(0.82rem, 3.7vw, 0.96rem);
  }

  .rail-union-article {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0;
  }

  .rail-union-header h1 {
    font-size: clamp(1.85rem, 8.7vw, 2.75rem);
  }

  .rail-union-leader {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .rail-union-leader img {
    grid-row: auto;
    width: min(170px, 54vw);
    margin-bottom: 8px;
  }

  .rail-union-address {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 14px;
  }

  .rail-union-staff li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 13px 0;
  }

  .rail-union-staff-contacts {
    align-items: flex-start;
  }

  .rail-union-staff p {
    font-size: clamp(0.84rem, 3.7vw, 0.96rem);
  }

  .rail-union-news-link {
    padding: 18px 16px;
  }
}

.news-home-breadcrumbs {
  display: none;
}

/* ── News Home Stage (Blocks Layout) ── */
.news-stage.news-home-stage {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.news-blocks-container {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vh, 48px);
  width: 100%;
  max-width: 100%;
}

.news-block {
  display: grid;
  grid-template-columns: clamp(250px, 21vw, 360px) minmax(0, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  align-items: start;
  width: 100%;
}

.news-block-featured {
  padding-bottom: clamp(22px, 3.2vh, 38px);
  border-bottom: 1px solid rgba(235, 250, 255, 0.35);
}

.news-block-media {
  position: relative;
  width: 100%;
}

.news-photo-link {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}

.news-home-stage .article-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 490 / 318;
  border: 1px solid rgba(180, 220, 255, 0.28);
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0, 9, 50, 0.24);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-home-stage .article-photo::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  pointer-events: none;
}

.news-photo-link:hover .article-photo {
  transform: scale(1.02);
  border-color: rgba(114, 214, 235, 0.6);
  box-shadow: 0 18px 36px rgba(0, 9, 50, 0.38), 0 0 20px rgba(91, 174, 255, 0.25);
}

.news-home-stage .media-arrows {
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  user-select: none;
}

.news-home-stage .media-arrows .arrow-btn {
  display: inline-block;
  cursor: pointer;
  padding: 2px 10px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.news-home-stage .media-arrows .arrow-btn:hover {
  color: #ffffff;
  transform: scale(1.3);
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.95);
}

.news-block-content {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-home-stage .section-kicker {
  margin-bottom: clamp(6px, 1vh, 10px);
  font-size: clamp(0.82rem, 0.92vw, 1rem);
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  text-transform: uppercase;
}

.news-home-stage .news-block-featured h1 {
  margin-bottom: clamp(8px, 1.4vh, 16px);
  font-size: clamp(1.4rem, 1.85vw, 2.35rem);
  line-height: 1.14;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 0 16px rgba(108, 172, 255, 0.25);
  overflow-wrap: break-word;
}

.news-home-stage .lead {
  max-width: 100%;
  color: rgba(229, 238, 255, 0.85);
  font-size: clamp(0.88rem, 1vw, 1.12rem);
  line-height: 1.42;
  margin-bottom: clamp(10px, 1.8vh, 18px);
}

.news-home-stage .news-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
}

.news-home-stage .read-more,
.news-home-stage .archive-link {
  margin-top: 0;
  font-size: clamp(0.88rem, 0.95vw, 1.05rem);
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.news-home-stage .read-more:hover,
.news-home-stage .archive-link:hover,
.news-home-stage .read-more:focus-visible,
.news-home-stage .archive-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.85);
  outline: none;
}

.news-block-org h2 {
  margin-bottom: clamp(10px, 1.4vh, 16px);
  font-size: clamp(0.86rem, 0.95vw, 1.08rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 400;
}

.org-news-list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 14px);
}

.org-news-item {
  display: block;
  text-decoration: none;
}

.org-news-item span {
  display: block;
  color: rgba(222, 236, 255, 0.88);
  font-size: clamp(0.86rem, 0.95vw, 1.08rem);
  line-height: 1.22;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.org-news-item:hover span,
.org-news-item.active span {
  color: #ffffff !important;
  text-shadow: 0 0 14px rgba(120, 200, 255, 0.95);
}

.org-news-item small {
  display: block;
  margin-top: 3px;
  color: rgba(160, 190, 240, 0.65);
  font-size: clamp(0.68rem, 0.74vw, 0.82rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: left;
}

/* ── Desktop view (>= 1181px) ── */
@media (min-width: 1181px) {
  .news-page.news-home-page {
    grid-template-columns: minmax(620px, min(46vw, 760px)) minmax(0, 1fr);
  }

  .news-home-page .news-stage.news-home-stage {
    height: 100vh;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(20px, 3vh, 44px) clamp(20px, 2.5vw, 48px) clamp(30px, 4.5vh, 60px) clamp(32px, 3.5vw, 68px);
    scrollbar-width: thin;
    scrollbar-color: rgba(120, 200, 255, 0.4) transparent;
  }

  .news-home-page .news-stage.news-home-stage::-webkit-scrollbar {
    width: 6px;
  }

  .news-home-page .news-stage.news-home-stage::-webkit-scrollbar-track {
    background: transparent;
  }

  .news-home-page .news-stage.news-home-stage::-webkit-scrollbar-thumb {
    background: rgba(120, 200, 255, 0.38);
    border-radius: 999px;
  }
}

/* ── Tablet view (768px - 1180px) ── */
@media (min-width: 768px) and (max-width: 1180px) {
  .news-page.news-home-page {
    min-height: 100vh;
    height: auto;
    display: block;
    padding: 0 clamp(20px, 4vw, 40px) 60px;
    overflow-x: hidden;
  }

  .news-home-page .news-stage.news-home-stage {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
  }

  .news-block {
    grid-template-columns: clamp(230px, 30vw, 320px) minmax(0, 1fr);
    gap: clamp(18px, 2.5vw, 28px);
  }

  .news-blocks-container {
    gap: 34px;
  }

  .news-home-stage .news-block-featured h1 {
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  }

  .news-home-stage .lead {
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  }
}

/* ── Mobile view (< 768px) ── */
@media (max-width: 767px) {
  .news-page.news-home-page {
    min-height: 100vh;
    height: auto;
    display: block;
    padding: 0 16px 50px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .news-home-page .news-stage.news-home-stage {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .news-blocks-container {
    gap: 28px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-block {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-block-media {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-photo-link {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-home-stage .article-photo {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-block-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .news-home-stage .news-block-featured h1 {
    font-size: clamp(1.25rem, 5.2vw, 1.55rem);
    line-height: 1.18;
    margin-bottom: 10px;
  }

  .news-home-stage .lead {
    font-size: clamp(0.88rem, 3.8vw, 1rem);
    line-height: 1.44;
    margin-bottom: 14px;
  }

  .news-home-stage .news-actions {
    margin-top: 6px;
  }

  .news-block-org h2 {
    font-size: 0.92rem;
    margin-bottom: 10px;
  }

  .org-news-list {
    gap: 12px;
  }

  .org-news-item span {
    font-size: 0.92rem;
  }

  .org-news-item small {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .team-overview-breadcrumbs,
  .team-overview-copy,
  .council-header,
  .council-member,
  .organization-directory-header,
  .organization-type-item,
  .rail-union-header,
  .rail-union-leader,
  .rail-union-details {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* ── Awards Section Premium Cards ── */
.awards-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 28px;
}

.award-card {
  display: flex;
  background: rgba(11, 34, 101, 0.42);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 7, 38, 0.25);
  border: 1px solid rgba(182, 219, 255, 0.18);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-height: 200px;
}

.award-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 7, 38, 0.35);
  border-color: rgba(114, 214, 235, 0.45);
}

.award-image-wrapper {
  width: 240px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.award-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.award-card:hover .award-image {
  transform: scale(1.03);
}

.award-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 24px;
  min-width: 0;
}

.award-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.48;
  color: #ffffff;
  margin-bottom: 12px;
  word-wrap: break-word;
  word-break: break-word;
}

.award-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.award-title a:hover {
  color: #72d6eb;
}

.award-card.book-card .award-image-wrapper {
  width: 220px;
  min-width: 220px;
}

.award-card.book-card .award-image {
  object-fit: cover;
  object-position: center top;
}

.award-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: auto;
  flex-wrap: wrap;
}

.award-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 4px 14px rgba(0, 140, 255, 0.3) !important;
}

.award-btn:hover {
  background: linear-gradient(135deg, #3884ff 0%, #00c8f0 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 160, 255, 0.5) !important;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45) !important;
}

@media (max-width: 1180px) {
  .news-stage.content-stage {
    /* padding-left: 20px !important; */
    /* padding-right: 20px !important; */
    display: block;
    padding-top: 24px;
  }

  .awards-list {
    align-items: center;
    width: 100%;
  }

  .award-card {
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .award-image-wrapper {
    width: 100%;
    height: 220px;
    min-width: 100%;
  }

  .award-info {
    width: 100%;
    align-items: center;
    padding: 18px;
  }

  .award-actions {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }

  .award-btn {
    flex: 1;
    font-size: 0.78rem;
    padding: 8px 12px;
  }
}

.award-meta {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.48;
  margin-top: 8px;
}

.award-meta span {
  display: block;
  margin-top: 4px;
}

/* ── Gutenberg WP Block File Styling ── */
.wp-block-file {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.wp-block-file > a:not(.wp-block-file__button) {
  display: none !important;
}

.wp-block-file .wp-block-file__button,
.wp-block-file__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 24px !important;
  border-radius: 999px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 14px rgba(0, 140, 255, 0.3) !important;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file__button:hover {
  background: linear-gradient(135deg, #3884ff 0%, #00c8f0 100%) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 160, 255, 0.5) !important;
}

/* ── Attributes Page Styles ── */
.attributes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 48px;
}

.attribute-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.attribute-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.attribute-media-container {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.attribute-media-container img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.attribute-media-container:hover img {
  transform: scale(1.05);
}

.attribute-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.attribute-actions {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lang-switch-container {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}

.lang-tab {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 14px;
  border-radius: 15px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.lang-tab.active {
  background: #1852e6;
  color: #fff;
  box-shadow: 0 2px 6px rgba(24, 82, 230, 0.4);
}

.anthem-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .anthem-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px;
  }
}

.anthem-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.anthem-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

.anthem-authors {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.5;
  border-left: 3px solid #1852e6;
  padding-left: 12px;
}

.anthem-lyrics {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.anthem-lyrics p {
  margin-bottom: 20px;
}

.anthem-lyrics p:last-child {
  margin-bottom: 0;
}

.anthem-lyrics strong {
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.audio-player-wrapper {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.audio-player-wrapper audio {
  width: 100%;
  outline: none;
}

/* ── Staff Directory Page Styles ── */
.staff-groups {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 32px;
}

.staff-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.staff-group-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
}

.staff-group-heading span {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1852e6;
  opacity: 0.85;
}

.staff-group-heading h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.staff-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
}

@media (max-width: 480px) {
  .staff-members {
    grid-template-columns: 1fr;
  }
}

.staff-member {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.staff-member:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.staff-member h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.01em;
}

.staff-member-position {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.45;
}

.staff-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
}

.staff-contact-link {
  color: #1852e6;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s ease;
}

.staff-contact-link:hover {
  color: #4a7eff;
}

.staff-contact-text {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ── 404 Error Page ── */
.error-page-stage {
  max-width: 880px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 120px);
  margin: 0 auto;
}

.error-404-card {
  width: 100%;
  background: rgba(10, 22, 60, 0.45);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(24, 82, 230, 0.15);
  position: relative;
  overflow: hidden;
}

.error-404-card::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, rgba(24, 82, 230, 0) 70%);
  pointer-events: none;
}

.error-404-badge {
  display: inline-block;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.error-404-number {
  font-size: clamp(5rem, 12vw, 9.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffffff 20%, #60a5fa 70%, #1e40af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 40px rgba(59, 130, 246, 0.35);
  margin: 0 0 12px;
  position: relative;
}

.error-404-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.error-404-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 580px;
  margin: 0 auto 28px;
}

.error-404-search-box {
  max-width: 520px;
  margin: 0 auto 32px;
}

.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 32px;
}

.btn-primary-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 12px;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 140, 255, 0.38) !important;
}

.btn-primary-action:hover {
  background: linear-gradient(135deg, #3884ff 0%, #00c8f0 100%) !important;
  box-shadow: 0 8px 26px rgba(0, 160, 255, 0.55) !important;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.btn-secondary-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(4, 16, 44, 0.22) !important;
  color: #fff !important;
  border: 1px solid rgba(120, 190, 255, 0.25) !important;
  border-radius: 12px;
  padding: 13px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.btn-secondary-action:hover {
  background: rgba(8, 28, 70, 0.4) !important;
  border-color: rgba(56, 189, 248, 0.6) !important;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.25) !important;
  transform: translateY(-2px);
}

.error-404-quick-links {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.error-404-quick-links-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}

.error-404-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.error-404-links-grid a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.88rem;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.error-404-links-grid a:hover {
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
}

@media (max-width: 640px) {
  .error-404-card {
    padding: 32px 20px;
  }

  .error-404-actions {
    flex-direction: column;
  }

  .btn-primary-action,
  .btn-secondary-action {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Search Results Page Styles (.search-stage)
   ========================================================================== */

.news-stage.search-stage,
.search-stage {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
  height: 100vh;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(28px, 3.8vh, 52px) clamp(32px, 3.5vw, 64px) 100px clamp(40px, 4.2vw, 76px) !important;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 200, 255, 0.4) rgba(0, 10, 45, 0.3);
}

.news-stage.search-stage::-webkit-scrollbar,
.search-stage::-webkit-scrollbar {
  width: 6px;
}

.news-stage.search-stage::-webkit-scrollbar-track,
.search-stage::-webkit-scrollbar-track {
  background: rgba(0, 10, 45, 0.2);
}

.news-stage.search-stage::-webkit-scrollbar-thumb,
.search-stage::-webkit-scrollbar-thumb {
  background: rgba(120, 200, 255, 0.4);
  border-radius: 4px;
}

.search-results-panel {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.search-stage .section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(16px, 2.5vh, 28px);
  color: rgba(185, 215, 255, 0.7);
  font-size: clamp(0.76rem, 0.85vw, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.search-stage .section-kicker a {
  color: rgba(185, 215, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.search-stage .section-kicker a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(120, 200, 255, 0.8);
}

.search-page-header {
  margin-bottom: clamp(24px, 3.5vh, 36px);
  width: 100%;
}

.search-page-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.search-page-title-row h1 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 0 24px rgba(91, 174, 255, 0.45);
}

.search-stats {
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  color: rgba(200, 225, 255, 0.75);
  background: rgba(15, 34, 80, 0.6);
  border: 1px solid rgba(140, 200, 255, 0.25);
  padding: 6px 14px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

.search-stats strong {
  color: #78c8ff;
  font-weight: 600;
}

.search-bar-wrap {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  width: 100%;
}

.search-input-box {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

.search-input-box input {
  width: 100%;
  height: 52px;
  background: rgba(10, 24, 60, 0.75);
  border: 1.5px solid rgba(140, 200, 255, 0.35);
  border-radius: 14px;
  padding: 0 46px 0 20px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  outline: none;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.search-input-box input::placeholder {
  color: rgba(180, 210, 245, 0.5);
}

.search-input-box input:focus {
  border-color: rgba(100, 190, 255, 0.9);
  background: rgba(14, 32, 78, 0.9);
  box-shadow: 0 0 20px rgba(91, 174, 255, 0.4), inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

.search-clear-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-clear-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.search-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 26px;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 14px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 140, 255, 0.38) !important;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.search-submit-btn:hover {
  background: linear-gradient(135deg, #3884ff 0%, #00c8f0 100%) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 8px 26px rgba(0, 160, 255, 0.55) !important;
  transform: translateY(-2px);
}

.search-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.search-tag-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(180, 220, 255, 0.2);
  border-radius: 20px;
  padding: 6px 16px;
  color: rgba(215, 235, 255, 0.85);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}

.search-tag-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(140, 200, 255, 0.5);
  color: #fff;
}

.search-tag-btn.is-active {
  background: rgba(45, 125, 245, 0.35);
  border-color: #78c8ff;
  color: #fff;
  box-shadow: 0 0 14px rgba(91, 174, 255, 0.35);
  font-weight: 600;
}

/* Results list & items */
.search-results-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  width: 100% !important;
}

.search-result-item {
  display: grid !important;
  grid-template-columns: 140px minmax(0, 1fr) !important;
  gap: 18px !important;
  background: rgba(12, 28, 68, 0.55);
  border: 1px solid rgba(180, 220, 255, 0.18);
  border-radius: 16px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 8, 32, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.search-result-item:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 200, 255, 0.65);
  background: rgba(18, 40, 95, 0.7);
  box-shadow: 0 14px 34px rgba(0, 8, 40, 0.45), 0 0 20px rgba(91, 174, 255, 0.25);
}

.search-result-thumb {
  width: 140px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(2, 12, 40, 0.6);
  border: 1px solid rgba(180, 220, 255, 0.15);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.search-result-item:hover .search-result-thumb img {
  transform: scale(1.05);
}

.search-result-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.search-result-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 0.78rem;
}

.search-result-category {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(56, 146, 255, 0.2);
  border: 1px solid rgba(120, 200, 255, 0.35);
  color: #8ed0ff;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.search-result-date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(180, 205, 240, 0.65);
}

.search-result-title {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.search-result-item:hover .search-result-title {
  color: #78c8ff;
  text-shadow: 0 0 16px rgba(120, 200, 255, 0.6);
}

.search-result-snippet {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(215, 232, 255, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-highlight {
  background: rgba(255, 215, 0, 0.25);
  color: #ffe680;
  font-weight: 700;
  border-radius: 3px;
  padding: 1px 4px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

/* Empty State */
.search-empty-state {
  text-align: center;
  padding: clamp(40px, 6vh, 64px) 24px;
  background: rgba(12, 28, 68, 0.45);
  border: 1px solid rgba(180, 220, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  margin-top: 10px;
}

.search-empty-icon {
  width: 56px;
  height: 56px;
  color: rgba(140, 195, 255, 0.5);
  margin: 0 auto 18px;
}

.search-empty-title {
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.search-empty-desc {
  font-size: 0.95rem;
  color: rgba(200, 225, 255, 0.75);
  max-width: 520px;
  margin: 0 auto 24px;
  line-height: 1.5;
}

.search-empty-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.search-empty-suggestions a {
  color: rgba(230, 242, 255, 0.9);
  text-decoration: none;
  font-size: 0.88rem;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(140, 200, 255, 0.25);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.search-empty-suggestions a:hover {
  background: rgba(56, 146, 255, 0.2);
  border-color: rgba(120, 200, 255, 0.7);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(91, 174, 255, 0.3);
}

/* Responsive */
@media (max-width: 1180px) {
  .search-stage {
    height: auto;
    overflow: visible;
    padding: 24px 0 60px;
  }
}

@media (max-width: 900px) {
  .search-results-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .search-result-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .search-result-thumb {
    width: 100%;
    height: 140px;
  }

  .search-bar-wrap {
    flex-direction: column;
  }

  .search-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── News Footer ── */
.news-footer {
  position: fixed;
  left: clamp(42px, 5.4vw, 82px);
  bottom: clamp(16px, 3.3vh, 36px);
  z-index: 20;
  color: rgba(218, 238, 255, 0.85);
  font-family: 'Raleway', sans-serif;
  font-size: clamp(0.72rem, 0.75vw, 0.9rem);
  line-height: 1.55;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  pointer-events: auto;
  animation: footerFadeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

@keyframes footerFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-footer .footer-line {
  font-size: clamp(0.72rem, 0.75vw, 0.9rem);
  color: rgba(229, 238, 255, 0.85);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.news-footer .footer-line a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.news-footer .footer-line a:hover {
  color: #78c8ff !important;
  text-shadow: 0 0 12px rgba(120, 200, 255, 0.8);
}

.news-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 2px;
}

.news-footer .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid rgba(120, 180, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.news-footer .social-icon svg {
  display: block;
}

.news-footer .social-icon:hover {
  color: #ffffff !important;
  background: rgba(24, 82, 230, 0.7);
  border-color: #78c8ff;
  box-shadow: 0 0 10px rgba(91, 174, 255, 0.75), 0 0 18px rgba(120, 200, 255, 0.35);
  transform: translateY(-1px) scale(1.12);
}

.news-footer .footer-copy {
  color: rgba(218, 238, 255, 0.75);
  font-size: clamp(0.68rem, 0.7vw, 0.82rem);
  margin-top: 2px;
}

.news-footer .footer-copy a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.news-footer .footer-copy a:hover {
  color: #78c8ff !important;
  text-decoration: none !important;
  text-shadow: 0 0 12px rgba(120, 200, 255, 0.8);
}

@media (max-width: 1024px) {
  .news-footer {
    position: static;
    margin: 32px auto 20px;
    padding: 0 20px 24px;
    text-align: center;
    align-items: center;
  }

  .news-footer .footer-socials {
    justify-content: center;
  }
}

/* ── Information Centre Login Form (Theme Glassmorphic Redesign) ── */
.ic-login-container {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  font-family: 'Raleway', 'TT Fors', sans-serif !important;
  color: #ffffff !important;
}

.ic-wrap-login {
  max-width: 100% !important;
  width: 100% !important;
  background: rgba(4, 12, 34, 0.06) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(120, 190, 255, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  padding: clamp(20px, 2.5vw, 32px) clamp(20px, 3vw, 40px) !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.ic-subtitle {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  margin-bottom: 24px !important;
  color: rgba(220, 238, 255, 0.92) !important;
  text-shadow: 0 0 12px rgba(80, 160, 255, 0.25) !important;
  letter-spacing: 0.01em !important;
}

.ic-login-form {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 8px !important;
}

.ic-flex-w {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
}

.ic-input-wrapper {
  position: relative !important;
  width: 100% !important;
  min-height: auto !important;
  background: rgba(2, 6, 20, 0.12) !important;
  border: 1px solid rgba(100, 180, 255, 0.14) !important;
  border-radius: 12px !important;
  padding: 10px 18px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-sizing: border-box !important;
}

.ic-input-wrapper:hover {
  border-color: rgba(56, 189, 248, 0.5) !important;
  background: rgba(3, 10, 30, 0.22) !important;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.18) !important;
}

.ic-input-wrapper:focus-within {
  border-color: #38bdf8 !important;
  background: rgba(4, 14, 38, 0.35) !important;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.35) !important;
}

.ic-input-label {
  position: static !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #7dd3fc !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

.ic-input-control {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 1.05rem !important;
  font-family: 'Raleway', 'TT Fors', sans-serif !important;
  font-weight: 400 !important;
  padding: 2px 0 !important;
  box-sizing: border-box !important;
}

.ic-input-control::placeholder {
  color: rgba(144, 205, 255, 0.4) !important;
}

.ic-button-wrap {
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  margin: 24px auto 0 !important;
  width: 100% !important;
  padding-top: 0 !important;
}

.ic-button {
  flex: 1 !important;
  width: auto !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 12px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-family: 'Raleway', 'TT Fors', sans-serif !important;
  box-sizing: border-box !important;
}

button.ic-button, .ic-button-login {
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 6px 18px rgba(0, 140, 255, 0.38) !important;
}

button.ic-button:hover, .ic-button-login:hover {
  background: linear-gradient(135deg, #2b7bff 0%, #15c8f0 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 180, 255, 0.55) !important;
  filter: brightness(1.08) !important;
  color: #ffffff !important;
}

a.ic-button, .ic-button-register {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  border: 1px solid rgba(144, 205, 255, 0.28) !important;
  backdrop-filter: blur(8px) !important;
}

a.ic-button:hover, .ic-button-register:hover {
  background: rgba(30, 110, 255, 0.22) !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.32) !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

.ic-container-login-form-btn {
  margin-top: 18px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.ic-txt {
  font-size: 0.9rem !important;
  color: rgba(144, 205, 255, 0.82) !important;
}

#ic-passrecover-a {
  cursor: pointer !important;
  color: rgba(144, 205, 255, 0.85) !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  border: 1px solid transparent !important;
}

#ic-passrecover-a:hover {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.12) !important;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.5) !important;
}

.ic-active-hide {
  display: none !important;
  visibility: hidden !important;
}

#ic-passrecover {
  width: 100% !important;
  margin-top: 14px !important;
  transition: all 0.3s ease !important;
}

.ic-form-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 10px !important;
  padding: 14px !important;
  background: rgba(2, 6, 20, 0.14) !important;
  border: 1px solid rgba(80, 160, 255, 0.14) !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

.ic-form-container input[type="email"] {
  flex: 1 !important;
  min-width: 200px !important;
  height: 48px !important;
  padding: 0 14px !important;
  background: rgba(2, 6, 20, 0.25) !important;
  border: 1px solid rgba(100, 175, 255, 0.2) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: 'Raleway', 'TT Fors', sans-serif !important;
  font-size: 0.95rem !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}

.ic-form-container input[type="email"]:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.3) !important;
  background: rgba(2, 14, 42, 0.45) !important;
}

.ic-form-container .ic-submit {
  min-width: 120px !important;
  height: 48px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  transition: all 0.3s !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding: 0 18px !important;
  box-shadow: 0 4px 14px rgba(0, 140, 255, 0.35) !important;
}

.ic-form-container .ic-submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(0, 180, 255, 0.5) !important;
  filter: brightness(1.1) !important;
}

.ic-info-box {
  border: 1px solid rgba(80, 160, 255, 0.10) !important;
  border-left: 4px solid #00b4d8 !important;
  border-radius: 12px !important;
  padding: 22px 26px !important;
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  background: rgba(4, 12, 34, 0.05) !important;
  box-shadow: none !important;
}

.ic-info-box p {
  margin: 10px 0 !important;
  color: rgba(220, 238, 255, 0.88) !important;
  font-size: 0.925rem !important;
  line-height: 1.6 !important;
}

.ic-info-box p:first-child {
  margin-top: 0 !important;
}

.ic-info-box p:last-child {
  margin-bottom: 0 !important;
}

.ic-info-box strong {
  color: #7dd3fc !important;
  font-weight: 700 !important;
}

.ic-message {
  padding: 12px 18px !important;
  margin: 16px 0 !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 0.925rem !important;
  font-weight: 500 !important;
}

.ic-message.ic-error {
  background: rgba(220, 38, 38, 0.22) !important;
  color: #fecaca !important;
  border: 1px solid rgba(248, 113, 113, 0.45) !important;
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.2) !important;
}

.ic-message.ic-success {
  background: rgba(22, 163, 74, 0.22) !important;
  color: #bbf7d0 !important;
  border: 1px solid rgba(74, 222, 128, 0.45) !important;
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.2) !important;
}

@media (max-width: 767.98px) {
  .news-stage.content-stage {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .ic-wrap-login {
    padding: 20px 10px !important;
    border-radius: 14px !important;
  }

  .ic-button-wrap {
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 20px !important;
  }

  .ic-button {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    font-size: 1.05rem !important;
    border-radius: 12px !important;
  }

  .ic-form-container {
    flex-direction: column !important;
    padding: 12px 10px !important;
  }

  .ic-form-container input[type="email"],
  .ic-form-container .ic-submit {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    font-size: 0.95rem !important;
    border-radius: 10px !important;
  }
}

/* ── Online Contact Center Page Styles ── */
.contact-center-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 24px;
}

.contact-center-hero {
  background: rgba(10, 22, 60, 0.48);
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 16px;
  padding: 32px 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.contact-center-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #1e6eff 0%, #00b4d8 100%) !important;
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 6px 18px rgba(0, 140, 255, 0.38) !important;
  transition: all 0.25s ease;
  cursor: pointer;
}

.contact-center-cta-btn:hover {
  background: linear-gradient(135deg, #3884ff 0%, #00c8f0 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(0, 160, 255, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.contact-center-notice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fde68a;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-center-notice .notice-badge {
  background: #f59e0b;
  color: #010d2e;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 6px;
}

.contact-center-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  line-height: 1.4;
  margin-top: 4px;
}

.contact-center-steps .step-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
}

.contact-center-steps .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1852e6;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-center-steps .step-arrow {
  color: rgba(114, 214, 235, 0.7);
  font-weight: 700;
}

/* 2-Column Grid */
.contact-center-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.contact-card {
  background: rgba(10, 22, 60, 0.38);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 14px;
  padding: 24px 26px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(114, 214, 235, 0.4);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.25);
}

.contact-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(24, 82, 230, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #72d6eb;
}

.contact-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.02em;
}

.contact-card-body p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Accordions */
.contact-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-accordion-item {
  background: rgba(10, 22, 60, 0.4);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-accordion-item.is-open {
  border-color: rgba(114, 214, 235, 0.45);
  background: rgba(10, 22, 60, 0.55);
}

.contact-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  transition: color 0.2s ease;
}

.contact-accordion-trigger:hover {
  color: #72d6eb;
}

.contact-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #72d6eb;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.2s ease;
}

.contact-accordion-item.is-open .contact-accordion-icon {
  transform: rotate(180deg);
  background: rgba(24, 82, 230, 0.3);
}

.contact-accordion-content {
  display: none;
  padding: 0 24px 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}

.contact-accordion-item.is-open .contact-accordion-content {
  display: block;
  animation: fadeInDown 0.25s ease-out;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-accordion-content p {
  margin-bottom: 14px;
}
.contact-accordion-content p:last-child {
  margin-bottom: 0;
}

.contact-accordion-content ol,
.contact-accordion-content ul {
  padding-left: 22px;
  margin: 12px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-accordion-content li {
  line-height: 1.55;
}

.contact-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.contact-area-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
}

.contact-area-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72d6eb;
  box-shadow: 0 0 8px rgba(114, 214, 235, 0.6);
  flex-shrink: 0;
}

/* Important Alert Box */
.contact-important-box {
  background: rgba(180, 83, 9, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-important-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fbbf24;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-important-box ol {
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .contact-center-hero {
    padding: 24px 16px;
  }
  .contact-center-cta-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 1.05rem;
  }
  .contact-center-steps {
    flex-direction: column;
    gap: 8px;
  }
  .contact-center-steps .step-arrow {
    transform: rotate(90deg);
  }
  .contact-accordion-trigger {
    padding: 14px 16px;
    font-size: 0.98rem;
  }
  .contact-accordion-content {
    padding: 0 16px 18px;
  }
  .material-download-box {
    flex-direction: column;
    width: 100%;
  }
  .material-select-control,
  .material-download-btn {
    width: 100%;
  }
}

/* ── Material Help File Selector & FAQ Styles ── */
.material-download-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 680px;
  margin-top: 4px;
}

.material-select-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
}

.material-select-control {
  flex: 1;
  min-width: 260px;
  background: rgba(4, 15, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.material-select-control:focus,
.material-select-control:hover {
  border-color: rgba(114, 214, 235, 0.7);
  box-shadow: 0 0 14px rgba(24, 82, 230, 0.35);
}

.material-select-control option {
  background: #061338;
  color: #ffffff;
}

.material-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(4, 16, 44, 0.22) !important;
  border: 1px solid rgba(120, 190, 255, 0.25) !important;
  color: #ffffff !important;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.material-download-btn:hover {
  background: rgba(8, 28, 70, 0.4) !important;
  border-color: rgba(56, 189, 248, 0.6) !important;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.25) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 0;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-item-question {
  color: #72d6eb;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}

.faq-item-answer {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.amount-highlight {
  font-size: 1.15rem;
  font-weight: 800;
  color: #34d399;
  display: block;
  margin-bottom: 4px;
}