.portal-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at top right, rgba(14, 116, 144, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

body {
  color: #17324c;
  background: linear-gradient(180deg, #f4f8fc 0%, #eef4fb 100%);
}

.site-main {
  padding-top: 94px;
}

.site-main--home {
  padding-top: 0;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #08213b;
}

.home-hero__media,
.home-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 20, 40, 0.88) 0%, rgba(7, 37, 70, 0.7) 42%, rgba(6, 34, 65, 0.5) 100%),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.22), transparent 28%);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 56px;
}

.home-hero__copy,
.home-hero__panel {
  color: #fff;
}

.home-hero__eyebrow,
.home-hero__panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.home-hero__copy h1 {
  margin: 0 0 18px;
  max-width: 720px;
  color: #fff;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.home-hero__copy p,
.home-hero__panel p {
  margin: 0;
  max-width: 620px;
  color: rgba(235, 244, 255, 0.88);
  font-size: 16px;
  line-height: 1.9;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-hero__ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.home-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.home-hero__services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.home-hero__service {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.home-hero__service span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 20px;
}

.home-hero__service strong,
.home-hero__service small {
  color: #fff;
}

.home-hero__service strong {
  font-size: 16px;
  font-weight: 800;
}

.home-hero__service small {
  opacity: 0.8;
  line-height: 1.6;
}

.home-hero__panel {
  padding: 30px;
  border-radius: 30px;
  background: rgba(7, 23, 43, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(1, 12, 31, 0.32);
  backdrop-filter: blur(18px);
}

.home-hero__panel h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 800;
}

.home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.home-hero__stat {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-hero__stat strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.home-hero__stat span {
  color: rgba(235, 244, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.home-hero__spotlight {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.22), rgba(59, 130, 246, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-hero__spotlight small,
.home-hero__spotlight strong,
.home-hero__spotlight span {
  color: #fff;
}

.home-hero__spotlight small {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.82;
}

.home-hero__spotlight strong {
  font-size: 19px;
  line-height: 1.5;
}

.home-hero__spotlight span {
  opacity: 0.82;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#header .navbar.fixed-top,
.header-area {
  background:
    linear-gradient(135deg, rgba(6, 24, 43, 0.94), rgba(10, 63, 98, 0.9)) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
  box-shadow: 0 22px 42px rgba(4, 18, 34, 0.24);
}

.site-navbar-shell {
  position: relative;
  width: min(92vw, 1380px);
  padding: 3px 0 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-header-meta,
.site-navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-header-meta {
  padding: 0 2px;
}

.site-header-meta__info,
.site-header-meta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-header-meta__info span,
.site-header-meta__actions a {
  color: #5f7790;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.site-header-meta__info i {
  margin-right: 6px;
  color: #0f4c81;
}

.site-header-meta__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(15, 76, 129, 0.18);
}

.site-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.site-brand__logo {
  width: 44px;
  max-width: 100%;
  height: auto;
}

.site-brand__text {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  color: #f8fbff;
}

.site-brand__text strong {
  font-size: 14px;
  line-height: 1.1;
}

.site-brand__text small {
  font-size: 9px;
  color: rgba(226, 232, 240, 0.8);
}

#header .navbar.fixed-top .nav-link,
.header-area .navbar-nav li a {
  color: #f8fbff !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 7px 12px !important;
  font-size: 12px;
}

#header .navbar.fixed-top .nav-link:hover,
.header-area .navbar-nav li a:hover {
  background: rgba(125, 211, 252, 0.14);
  color: #ffffff !important;
}

#header .navbar.fixed-top .nav-link.dropdown-toggle::after {
  margin-left: 8px;
}

#header .navbar-toggler,
.header-area .navbar-toggle {
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  margin-left: auto;
  flex-shrink: 0;
  padding: 7px 11px;
}

.header-area .navbar-toggle .icon-bar {
  background: #ffffff;
}

#header .navbar-collapse,
.header-area .navbar-collapse {
  border: 0;
  flex-grow: 0;
}

#header .navbar-nav,
.header-area .navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

#header .navbar-nav .dropdown,
.header-area .navbar-nav .dropdown {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

#header .site-navbar-nav {
  margin-right: 0 !important;
}

#header .site-navbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

#header .site-navbar-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 16px 34px rgba(3, 12, 24, 0.18);
}

#header .site-navbar-login:hover {
  background: rgba(255, 255, 255, 0.2);
}

#header .navbar.fixed-top .navbar-collapse {
  justify-content: flex-end;
}

#header .dropdown-menu,
.header-area .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1200;
  min-width: 230px;
  display: none;
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 53, 87, 0.12);
  padding: 10px;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.98);
}

#header .dropdown-menu::before,
.header-area .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

#header .dropdown-menu.show,
.header-area .dropdown-menu.show {
  display: block;
}

@media (min-width: 992px) {
  #header .navbar-nav .dropdown:hover > .dropdown-menu,
  #header .navbar-nav .dropdown:focus-within > .dropdown-menu,
  .header-area .navbar-nav .dropdown:hover > .dropdown-menu,
  .header-area .navbar-nav .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

#header .dropdown-menu .dropdown-item,
.header-area .dropdown-menu li a,
.header-area .dropdown-menu .dropdown-item {
  display: block;
  border-radius: 12px;
  padding: 10px 14px;
  color: #17324c !important;
  font-weight: 600;
}

#header .dropdown-menu .dropdown-item:hover,
.header-area .dropdown-menu li a:hover,
.header-area .dropdown-menu .dropdown-item:hover {
  background: rgba(8, 145, 178, 0.08);
  color: #0891b2 !important;
}

#header .navbar-bar-icon i {
  color: #ffffff !important;
}

.header-area .logo-wrapper,
#header .navbar-brand {
  text-decoration: none;
}

.header-area .logo-text {
  color: #16324a;
}

.header-area .search-form .form-control {
  border-radius: 14px 0 0 14px;
  border-color: rgba(15, 53, 87, 0.12);
}

.header-area .search-form .btn,
#header .navbar .btn {
  border-radius: 0 14px 14px 0;
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  border: 0;
  color: #fff;
}

.portal-section--plain {
  background: #f7fafc;
}

.portal-shell {
  position: relative;
}

.portal-heading {
  margin-bottom: 34px;
}

.portal-heading__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(2, 132, 199, 0.1);
  color: #0f5f8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-heading h1,
.portal-heading h2,
.portal-page-title {
  margin: 12px 0 10px;
  color: #14324a;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.portal-heading p,
.portal-page-lead {
  max-width: 760px;
  color: #587087;
  font-size: 15px;
  line-height: 1.75;
}

.portal-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 18px;
}

.portal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 68, 107, 0.96), rgba(8, 145, 178, 0.92)),
    linear-gradient(180deg, #0f3d63 0%, #155e75 100%);
}

.portal-hero__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 28px 0 14px;
}

.portal-hero__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.portal-hero__inner .portal-heading__kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.portal-hero__inner h1,
.portal-hero__inner h2,
.portal-hero__inner .portal-page-title,
.portal-hero__inner p {
  color: #fff;
}

.portal-grid,
.portal-doc-grid,
.portal-video-grid,
.portal-list-grid,
.portal-structure__grid,
.portal-summary {
  display: grid;
  gap: 24px;
}

.portal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-doc-grid,
.portal-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.95fr);
  gap: 28px;
}

.portal-main-grid--article {
  align-items: start;
}

.portal-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-news-grid--archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-card,
.portal-news-card,
.portal-doc-card,
.portal-video-card,
.portal-sidebar-card,
.portal-page-card,
.portal-person-card,
.portal-faq-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 53, 87, 0.08);
}

.portal-news-card,
.portal-doc-card,
.portal-video-card,
.portal-sidebar-card,
.portal-page-card,
.portal-person-card,
.portal-faq-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.portal-news-card:hover,
.portal-doc-card:hover,
.portal-video-card:hover,
.portal-sidebar-card:hover,
.portal-page-card:hover,
.portal-person-card:hover,
.portal-faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(15, 53, 87, 0.12);
}

.portal-news-card__media,
.portal-gallery-card__media,
.portal-video-card__iframe {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.portal-news-card__media img,
.portal-gallery-card__media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.portal-news-card:hover .portal-news-card__media img,
.portal-gallery-card:hover .portal-gallery-card__media img {
  transform: scale(1.05);
}

.portal-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-gallery-card {
  overflow: hidden;
}

.portal-gallery-card__badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(8, 15, 29, 0.76);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.portal-gallery-card__body {
  padding: 24px;
}

.portal-video-card__iframe {
  padding-top: 56.25%;
  background: #0f172a;
}

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

.portal-video-card__iframe--detail {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(15, 53, 87, 0.12);
}

.portal-news-card__badge,
.portal-date-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 70px;
  padding: 12px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: #14324a;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.portal-news-card__badge strong,
.portal-date-badge strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.portal-news-card__badge span,
.portal-date-badge span {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.portal-news-card__body,
.portal-doc-card__body,
.portal-video-card__body,
.portal-sidebar-card__body,
.portal-page-card__body,
.portal-faq-card__body {
  padding: 28px;
}

.portal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  color: #6a8194;
  font-size: 13px;
}

.portal-meta i {
  margin-right: 6px;
  color: #0891b2;
}

.portal-news-card__title,
.portal-doc-card__title,
.portal-video-card__title,
.portal-sidebar-card__title,
.portal-faq-card__title {
  margin: 0 0 12px;
  color: #17324c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.42;
}

.portal-news-card__title a,
.portal-video-card__title a,
.portal-sidebar-list__item h4 a {
  color: inherit;
}

.portal-news-card__excerpt,
.portal-doc-card__excerpt,
.portal-video-card__excerpt,
.portal-page-content,
.portal-faq-card__excerpt {
  color: #5e7386;
  font-size: 15px;
  line-height: 1.9;
}

.portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(15, 76, 129, 0.2);
}

.portal-btn:hover {
  opacity: 0.95;
}

.portal-btn--ghost {
  background: #fff;
  color: #0f4c81 !important;
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: none;
}

.portal-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.portal-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 430px);
  padding: 12px 16px;
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 53, 87, 0.05);
}

.portal-search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #17324c;
}

.portal-search button {
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  color: #fff;
  font-weight: 700;
}

.portal-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #17324c;
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 12px 24px rgba(15, 53, 87, 0.04);
  font-weight: 700;
}

.portal-filter-pill.is-active,
.portal-filter-pill:hover {
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  color: #fff;
}

.portal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.portal-sidebar-card {
  position: sticky;
  top: 24px;
}

.portal-sidebar-list {
  display: grid;
  gap: 16px;
}

.portal-sidebar-list__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
}

.portal-sidebar-list__item img {
  width: 88px;
  height: 76px;
  border-radius: 16px;
  object-fit: cover;
}

.portal-sidebar-list__item h4 {
  margin: 0 0 6px;
  color: #17324c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.portal-sidebar-list__item span {
  color: #6a8194;
  font-size: 12px;
}

.portal-featured-news {
  display: grid;
  gap: 28px;
  margin-bottom: 34px;
}

.portal-featured-news__main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 0;
  overflow: hidden;
}

.portal-featured-news__media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.portal-featured-news__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.portal-featured-news__main:hover .portal-featured-news__media img {
  transform: scale(1.04);
}

.portal-featured-news__body {
  padding: 34px;
}

.portal-featured-news__body h2 {
  margin: 0 0 16px;
  color: #14324a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.portal-featured-news__body p {
  margin: 0 0 20px;
  color: #5e7386;
  font-size: 15px;
  line-height: 1.9;
}

.portal-featured-news__aside {
  padding: 28px;
}

.portal-featured-news__aside h3 {
  margin: 0 0 18px;
  color: #17324c;
  font-size: 20px;
  font-weight: 800;
}

.portal-featured-news__list {
  display: grid;
  gap: 16px;
}

.portal-featured-news__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
}

.portal-featured-news__item img {
  width: 88px;
  height: 78px;
  border-radius: 16px;
  object-fit: cover;
}

.portal-featured-news__item h4 {
  margin: 0 0 6px;
  color: #17324c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.portal-featured-news__item span {
  color: #6a8194;
  font-size: 12px;
}

.portal-page-card {
  overflow: hidden;
}

.portal-page-card--error {
  overflow: hidden;
}

.portal-page-card--media .portal-page-card__body {
  padding-top: 28px;
}

.portal-page-card__cover {
  padding: 44px 40px 84px;
  background: linear-gradient(135deg, #0f3d63, #0891b2);
  color: #fff;
}

.portal-page-card__cover .portal-heading__kicker,
.portal-page-card__cover .portal-page-title,
.portal-page-card__cover .portal-page-lead {
  color: #fff;
}

.portal-page-card__cover .portal-heading__kicker {
  background: rgba(255, 255, 255, 0.14);
}

.portal-page-card__body {
  margin: -46px 22px 22px;
  border-radius: 24px;
  background: #fff;
}

.portal-page-content h2,
.portal-page-content h3,
.portal-page-content h4 {
  margin-top: 26px;
  color: #14324a;
  font-weight: 800;
}

.portal-hero--article::before {
  background:
    linear-gradient(135deg, rgba(10, 49, 80, 0.96), rgba(8, 145, 178, 0.9)),
    radial-gradient(circle at top right, rgba(125, 211, 252, 0.22), transparent 30%);
}

.portal-heading--article {
  max-width: 980px;
}

.portal-article-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(15, 53, 87, 0.08);
}

.portal-article-card__media {
  position: relative;
  overflow: hidden;
}

.portal-article-card__media img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.portal-article-card__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(8, 15, 29, 0.68);
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  backdrop-filter: blur(10px);
}

.portal-article-card__body {
  padding: 36px;
}

.portal-article-card__title {
  margin: 0 0 22px;
  color: #14324a;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.portal-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.portal-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.08);
  color: #31506b;
  font-size: 13px;
  font-weight: 700;
}

.portal-article-meta i {
  color: #0891b2;
}

.portal-article-meta--hero {
  margin-top: 20px;
  margin-bottom: 0;
}

.portal-article-meta--hero span {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.portal-article-meta--hero i {
  color: #fff;
}

.portal-article-content {
  color: #4e6578;
  font-size: 16px;
  line-height: 1.95;
}

.portal-article-content p,
.portal-article-content ul,
.portal-article-content ol,
.portal-article-content blockquote {
  margin-bottom: 1.35rem;
}

.portal-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.portal-article-content h2,
.portal-article-content h3,
.portal-article-content h4 {
  margin-top: 28px;
  margin-bottom: 14px;
  color: #14324a;
  font-weight: 800;
}

.portal-article-note {
  margin-top: 30px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.08), rgba(8, 145, 178, 0.08));
  border: 1px solid rgba(15, 76, 129, 0.08);
}

.portal-article-note strong {
  display: block;
  margin-bottom: 8px;
  color: #14324a;
  font-size: 18px;
}

.portal-article-note p {
  margin: 0;
}

.portal-article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.portal-article-share > span {
  color: #14324a;
  font-weight: 800;
}

.portal-sidebar-stack {
  display: grid;
  gap: 22px;
}

.portal-category-list {
  display: grid;
  gap: 12px;
}

.portal-category-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(8, 145, 178, 0.05);
  border: 1px solid rgba(15, 76, 129, 0.08);
  color: #17324c;
  font-weight: 700;
}

.portal-category-list__item i {
  color: #0891b2;
}

.portal-related {
  margin-top: 38px;
}

.portal-page-content ul,
.portal-page-content ol {
  padding-left: 22px;
}

.portal-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.portal-summary__card {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.portal-summary__card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.portal-empty {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  border: 1px dashed rgba(15, 76, 129, 0.2);
  color: #5e7386;
}

.portal-empty--error {
  text-align: center;
}

.portal-empty--error strong {
  display: block;
  margin-bottom: 10px;
  color: #14324a;
  font-size: 22px;
}

.portal-empty--error p {
  margin: 0;
}

.portal-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.pagination-option .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.pagination-option .page-item {
  list-style: none;
}

.pagination-option .page-link,
.pagination-option .page-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 16px 32px rgba(15, 53, 87, 0.06);
  color: #17324c;
  font-weight: 700;
  text-decoration: none;
}

.pagination-option .page-link:hover,
.pagination-option .page-item > a:hover {
  background: rgba(8, 145, 178, 0.08);
  color: #0f4c81;
}

.pagination-option .page-item.active .page-link,
.pagination-option .page-item.active > a {
  background: linear-gradient(135deg, #0f4c81, #0891b2);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 76, 129, 0.24);
}

.portal-structure {
  display: grid;
  gap: 24px;
}

.portal-structure__lead {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.portal-person-card {
  padding: 28px;
  height: 100%;
}

.portal-person-card--highlight {
  background: linear-gradient(135deg, #0f3d63, #0891b2);
  color: #fff;
}

.portal-person-card img {
  width: 104px;
  height: 104px;
  border-radius: 22px;
  object-fit: cover;
  margin-bottom: 16px;
  border: 4px solid rgba(255, 255, 255, 0.18);
}

.portal-person-card h3,
.portal-person-card h4 {
  margin: 0 0 8px;
  font-weight: 800;
}

.portal-person-card p {
  margin: 0;
  line-height: 1.8;
}

.portal-structure__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.portal-faq-card__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(8, 145, 178, 0.12);
  color: #0f4c81;
  font-size: 24px;
  margin-bottom: 18px;
}

.portal-faq-list {
  display: grid;
  gap: 16px;
}

.portal-faq-item {
  background: #fff;
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(15, 53, 87, 0.06);
  overflow: hidden;
}

.portal-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700;
  color: #17324c;
  position: relative;
}

.portal-faq-item summary::-webkit-details-marker {
  display: none;
}

.portal-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 16px;
  font-size: 24px;
  color: #0891b2;
}

.portal-faq-item[open] summary::after {
  content: "-";
}

.portal-faq-item__body {
  padding: 0 22px 18px;
  color: #5e7386;
  line-height: 1.85;
}

.portal-input {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(15, 53, 87, 0.12);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

textarea.portal-input {
  min-height: 140px;
}

.portal-page-card label {
  display: inline-block;
  margin-bottom: 10px;
  color: #17324c;
  font-weight: 700;
}

.home-service-section .service-card {
  border: 1px solid rgba(15, 76, 129, 0.08);
  border-radius: 28px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  padding: 34px 26px;
  min-height: 280px;
  box-shadow: 0 18px 40px rgba(15, 53, 87, 0.08);
}

.home-service-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 53, 87, 0.14);
}

.home-service-section .service-icon {
  font-size: 2.6rem;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
  box-shadow: 0 18px 30px rgba(15, 53, 87, 0.14);
}

.home-service-section .icon-blue { background: linear-gradient(135deg, #0f4c81, #38bdf8); }
.home-service-section .icon-green { background: linear-gradient(135deg, #0f766e, #2dd4bf); }
.home-service-section .icon-red { background: linear-gradient(135deg, #1d4ed8, #60a5fa); }

.home-service-section h5 {
  color: #16324a;
  font-size: 1.18rem;
  font-weight: 800;
}

.home-service-section p {
  color: #5f7790;
  line-height: 1.7;
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-section-heading h2 {
  margin: 14px 0 10px;
  color: #102a43;
  font-size: 34px;
  font-weight: 800;
}

.home-section-heading p {
  margin: 0;
  max-width: 680px;
  color: #5f7790;
  line-height: 1.8;
}

.home-news-section {
  position: relative;
  padding: 86px 0;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.2), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ecf5ff 100%);
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-news-card {
  overflow: hidden;
  min-height: 100%;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 24px 54px rgba(15, 53, 87, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(15, 53, 87, 0.14);
}

.home-news-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-news-card__media img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-news-card:hover .home-news-card__media img {
  transform: scale(1.06);
}

.home-news-card__date {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 12px 10px;
  border-radius: 20px;
  background: rgba(8, 15, 29, 0.78);
  color: #fff;
  backdrop-filter: blur(10px);
}

.home-news-card__date strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.home-news-card__date span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-news-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.home-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #5f7790;
  font-size: 13px;
}

.home-news-card__meta i {
  color: #0ea5e9;
  margin-right: 6px;
}

.home-news-card__body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.home-announcement-section {
  position: relative;
  padding: 0 0 82px;
  background:
    radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.12), transparent 30%),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
}

.home-announcement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-announcement-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 20px 50px rgba(15, 53, 87, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-announcement-card__badge {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.14), rgba(14, 165, 233, 0.2));
  color: #0f4c81;
  font-size: 22px;
}

.home-announcement-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(15, 53, 87, 0.12);
}

.home-announcement-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #5f7790;
  font-size: 13px;
}

.home-announcement-card__meta i {
  margin-right: 6px;
  color: #0ea5e9;
}

.home-announcement-card h3 {
  margin: 0;
  color: #102a43;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 800;
}

.home-announcement-card p {
  margin: 0;
  color: #5f7790;
  line-height: 1.8;
}

.home-announcement-card__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f4c81;
  font-weight: 800;
}

.portal-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 16px 34px rgba(15, 53, 87, 0.06);
}

.portal-search-form {
  display: flex;
  flex: 1 1 520px;
  flex-wrap: wrap;
  gap: 12px;
}

.portal-search-form .form-control {
  flex: 1 1 280px;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(15, 53, 87, 0.12);
  box-shadow: none;
}

.portal-search-summary {
  color: #5f7790;
  font-size: 14px;
  font-weight: 700;
}

.home-announcement-empty {
  margin-top: 8px;
}

.home-news-card__body h3 a {
  color: #102a43;
}

.home-news-card__body p {
  margin: 0;
  color: #5f7790;
  line-height: 1.8;
}

.home-news-card__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #0f4c81;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .portal-grid,
  .portal-structure__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-announcement-grid {
    grid-template-columns: 1fr;
  }

  .home-hero__services {
    grid-template-columns: 1fr;
  }

  .portal-news-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .portal-main-grid,
  .portal-doc-grid,
  .portal-video-grid,
  .portal-list-grid,
  .portal-structure__lead,
  .portal-summary,
  .portal-faq-grid {
    grid-template-columns: 1fr;
  }

  .portal-sidebar-card {
    position: static;
  }

  .portal-featured-news__main {
    grid-template-columns: 1fr;
  }

  .home-section-heading {
    flex-direction: column;
    align-items: start;
  }

  .site-main {
    padding-top: 94px;
  }

  .site-header-meta {
    display: none;
  }

  .site-navbar-main {
    width: 100%;
  }

  .home-hero__content {
    min-height: 78vh;
    padding-top: 132px;
  }

  .home-hero__panel {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .portal-section {
    padding: 54px 0;
  }

  #header .navbar-collapse,
  .header-area .navbar-collapse {
    margin-top: 14px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(7, 30, 53, 0.98), rgba(11, 54, 87, 0.96));
    box-shadow: 0 24px 48px rgba(4, 18, 34, 0.28);
  }

  #header .navbar-collapse.show,
  .header-area .navbar-collapse.show {
    display: block !important;
  }

  .header-area .navbar-nav,
  #header .navbar-nav {
    display: block;
    gap: 8px;
  }

  .header-area .navbar-nav li,
  #header .navbar-nav li {
    list-style: none;
  }

  .header-area .navbar-nav li a,
  #header .navbar-nav .nav-link {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
  }

  #header .dropdown-menu,
  .header-area .dropdown-menu {
    position: static;
    min-width: 100%;
    margin-top: 8px;
    padding-top: 10px;
    box-shadow: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
  }

  #header .navbar-nav .dropdown,
  .header-area .navbar-nav .dropdown {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #header .dropdown-menu::before,
  .header-area .dropdown-menu::before {
    display: none;
  }

  #header .dropdown-menu .dropdown-item,
  .header-area .dropdown-menu li a,
  .header-area .dropdown-menu .dropdown-item {
    color: #f8fbff !important;
  }

  #header .dropdown-menu .dropdown-item:hover,
  .header-area .dropdown-menu li a:hover,
  .header-area .dropdown-menu .dropdown-item:hover {
    color: #ffffff !important;
    background: rgba(125, 211, 252, 0.12);
  }

  #header .site-navbar-actions {
    margin: 14px 0 0;
  }

  #header .site-navbar-login {
    width: 100%;
    justify-content: center;
  }

  .site-brand {
    gap: 10px;
    max-width: calc(100% - 72px);
  }

  .site-brand__logo {
    width: 42px;
  }

  .site-brand__text strong {
    font-size: 14px;
  }

  .site-brand__text small {
    font-size: 10px;
  }

  .site-main {
    padding-top: 76px;
  }

  .site-navbar-shell {
    padding-bottom: 8px;
  }

  .home-hero__content {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .home-hero__copy h1 {
    font-size: 2.3rem;
  }

  .home-hero__panel {
    padding: 24px;
    border-radius: 24px;
  }

  .home-hero__panel h2 {
    font-size: 24px;
  }

  .home-hero__stats {
    grid-template-columns: 1fr;
  }

  .portal-heading h1,
  .portal-heading h2,
  .portal-page-title {
    font-size: 25px;
  }

  .portal-grid,
  .portal-structure__grid {
    grid-template-columns: 1fr;
  }

  .portal-gallery-grid {
    grid-template-columns: 1fr;
  }

  .portal-article-card__body {
    padding: 24px 20px;
  }

  .portal-article-card__title {
    font-size: 31px;
  }

  .portal-article-meta {
    gap: 10px;
  }

  .portal-article-meta span {
    width: 100%;
    justify-content: flex-start;
  }

  .portal-news-card__media img,
  .portal-gallery-card__media img {
    height: 220px;
  }

  .portal-page-card__cover {
    padding: 34px 24px 76px;
  }

  .portal-page-card__body {
    margin-left: 14px;
    margin-right: 14px;
  }

  .home-news-section {
    padding: 58px 0;
  }

  .home-section-heading h2 {
    font-size: 28px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .portal-featured-news__body,
  .portal-featured-news__aside {
    padding: 22px;
  }

  .portal-featured-news__body h2 {
    font-size: 24px;
  }

  .portal-news-grid--archive {
    grid-template-columns: 1fr;
  }

  .home-news-card__media img {
    height: 220px;
  }
}
