:root {
  --home-navy-950: #071f2b;
  --home-navy-900: #0b2f3e;
  --home-navy-800: #103e4d;
  --home-teal-700: #0c6873;
  --home-teal-600: #0f7b84;
  --home-teal-100: #dff2f1;
  --home-teal-50: #eff9f8;
  --home-gold: #c69c46;
  --home-gold-light: #e2c57d;
  --home-ink: #17262d;
  --home-muted: #53666e;
  --home-line: #d8e2e5;
  --home-surface: #f4f8f8;
  --home-white: #ffffff;
  --home-success: #176b4f;
  --home-shadow: 0 18px 50px rgba(7, 38, 50, 0.09);
}

.home-government-page,
.home-government-page * {
  box-sizing: border-box;
}

.home-government-page {
  margin: 0;
  padding-top: 80px;
  overflow-x: hidden;
  background: var(--home-white);
  color: var(--home-ink);
  font-family: "Inter", "Noto Sans Sinhala", "Noto Sans Tamil", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.home-government-page button,
.home-government-page input,
.home-government-page select,
.home-government-page textarea {
  font: inherit;
}

.home-government-page a {
  color: inherit;
}

.home-government-page img {
  display: block;
  max-width: 100%;
}

.home-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.home-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000000;
  padding: 10px 16px;
  min-height: 44px;
  border-radius: 6px;
  background: var(--home-white);
  color: var(--home-navy-950);
  font-weight: 700;
  transform: translateY(-160%);
}

.home-skip:focus {
  transform: translateY(0);
}

.home-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;
}

.home-official-strip {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--home-navy-950);
  color: rgba(255, 255, 255, 0.8);
}

.home-official-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-official-strip p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 11px;
}

.home-official-strip p strong {
  color: var(--home-white);
}

.home-official-strip p span {
  color: rgba(255, 255, 255, 0.52);
}

.home-official-strip i {
  color: var(--home-gold-light);
}

.home-official-strip a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.home-official-strip a:hover {
  color: var(--home-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #edf4f4;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #edf4f4 0%, #edf4f4 46%, rgba(237, 244, 244, 0.97) 52%, rgba(237, 244, 244, 0.52) 58%, transparent 67%);
}

.home-hero::after {
  position: absolute;
  left: 4%;
  bottom: -220px;
  z-index: 0;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(12, 104, 115, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(12, 104, 115, 0.022), 0 0 0 140px rgba(12, 104, 115, 0.014);
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.home-hero__copy {
  width: 55%;
  max-width: 650px;
  padding: 76px 52px 82px 0;
}

.home-eyebrow,
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-eyebrow i {
  color: var(--home-gold);
}

.home-kicker::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.home-hero__welcome {
  margin: 22px 0 8px;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 700;
}

.home-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--home-navy-950);
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.07;
}

.home-hero__mission {
  max-width: 620px;
  margin: 22px 0 0;
}

.home-hero__mission-title {
  margin: 0;
  color: var(--home-teal-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-hero__mission-list {
  display: grid;
  gap: 8px;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.home-hero__mission-list li {
  position: relative;
  padding-left: 22px;
  color: #405860;
  font-size: 14px;
  line-height: 1.5;
}

.home-hero__mission-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--home-success);
  font-weight: 900;
  content: "\2713";
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button:focus-visible,
.home-task:focus-visible,
.home-sector:focus-visible,
.home-news-card a:focus-visible,
.home-link-list a:focus-visible,
.home-institution__links a:focus-visible,
.home-carousel button:focus-visible,
.home-cookie button:focus-visible {
  outline: 3px solid rgba(198, 156, 70, 0.48);
  outline-offset: 3px;
}

.home-government-page .home-button--primary {
  background: var(--home-teal-700);
  color: var(--home-white);
  box-shadow: 0 12px 28px rgba(12, 104, 115, 0.14);
}

.home-button--primary:hover {
  background: var(--home-navy-900);
}

.home-government-page .home-button--secondary {
  border-color: #a8babe;
  background: var(--home-white);
  color: var(--home-navy-900);
}

.home-button--secondary:hover {
  border-color: var(--home-teal-700);
  background: var(--home-teal-50);
}

.home-government-page .home-button--outline {
  border-color: #9eb5ba;
  background: transparent;
  color: var(--home-navy-900);
}

.home-button--outline:hover {
  border-color: var(--home-teal-700);
  background: var(--home-teal-50);
}

.home-government-page .home-button--light {
  width: 100%;
  background: var(--home-white);
  color: var(--home-navy-950);
}

.home-button--light:hover {
  background: var(--home-teal-50);
}

.home-government-page .home-button--gold {
  background: var(--home-gold);
  color: var(--home-navy-950);
}

.home-button--gold:hover {
  background: #d1aa59;
}

.home-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--home-muted);
  font-size: 11px;
  list-style: none;
}

.home-hero__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-hero__assurances i {
  color: var(--home-success);
}

.home-carousel {
  position: absolute;
  inset: 0 0 0 50%;
  z-index: 1;
  overflow: hidden;
  background: var(--home-navy-900);
}

.home-carousel::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 31, 43, 0.08), transparent 26%), linear-gradient(180deg, transparent 55%, rgba(7, 31, 43, 0.58));
}

.home-carousel__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 580ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.home-carousel__slide {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  background: #000;
}

.home-carousel__slide picture,
.home-carousel__slide img {
  width: 100%;
  height: 100%;
}

.home-carousel__slide img {
  object-fit: contain;
  object-position: center;
  padding: clamp(12px, 3.5%, 30px);
  filter: saturate(0.9) contrast(1.03);
}

.home-carousel__slide--face-left img {
  transform: scaleX(-1);
}

.home-carousel__caption {
  position: absolute;
  right: 22px;
  bottom: 78px;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: rgba(7, 31, 43, 0.78);
  color: var(--home-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.home-carousel__control {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(7, 31, 43, 0.72);
  color: var(--home-white);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.home-carousel__control:hover {
  background: rgba(7, 31, 43, 0.94);
}

.home-carousel__control--previous {
  left: 22px;
}

.home-carousel__control--next {
  right: 22px;
}

.home-carousel__footer {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-carousel__rotation {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(7, 31, 43, 0.76);
  color: var(--home-white);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.home-carousel__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-carousel__dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(7, 31, 43, 0.5);
  cursor: pointer;
}

.home-carousel__dot[aria-current="true"] {
  width: 28px;
  border-radius: 99px;
  background: var(--home-white);
}

.home-section {
  padding: 92px 0;
}

.home-section-heading {
  margin-bottom: 36px;
}

.home-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 52px;
  align-items: end;
}

.home-section-heading h2,
.home-journey__main > h2,
.home-institution h2 {
  margin: 11px 0 0;
  color: var(--home-navy-950);
  font-size: clamp(31px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.home-section-heading > p,
.home-section-lede {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-services {
  border-bottom: 1px solid var(--home-line);
  background: var(--home-white);
}

.home-task-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
}

.home-task {
  min-height: 152px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 25px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-white);
  color: var(--home-ink);
  text-decoration: none;
  transition: background 150ms ease, box-shadow 150ms ease;
}

.home-task:hover {
  position: relative;
  z-index: 1;
  background: var(--home-teal-50);
  box-shadow: inset 0 -3px var(--home-teal-700);
}

.home-task__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--home-teal-100);
  color: var(--home-teal-700);
}

.home-task strong,
.home-task small {
  display: block;
}

.home-task strong {
  color: var(--home-navy-950);
  font-size: 14px;
}

.home-task small {
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.55;
}

.home-task > i {
  margin-top: 5px;
  color: var(--home-teal-700);
  font-size: 11px;
}

.home-services__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
}

.home-services__footer a,
.home-section-heading--actions > a,
.home-institution__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-teal-700);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.home-services__footer a:hover,
.home-section-heading--actions > a:hover,
.home-institution__links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-journey {
  background: var(--home-surface);
}

.home-journey__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 72px;
  align-items: start;
}

.home-journey__main > h2 {
  max-width: 720px;
}

.home-section-lede {
  max-width: 720px;
  margin-top: 17px;
}

.home-steps {
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-steps li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--home-line);
}

.home-steps__number {
  padding-top: 3px;
  color: var(--home-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.home-steps h3 {
  margin: 0;
  color: var(--home-navy-950);
  font-size: 17px;
}

.home-steps p {
  margin: 7px 0 10px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.65;
}

.home-steps a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-teal-700);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.home-steps a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-preparation {
  position: sticky;
  top: 110px;
  padding: 30px;
  border-radius: 10px;
  background: var(--home-navy-950);
  color: var(--home-white);
  box-shadow: var(--home-shadow);
}

.home-preparation__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(198, 156, 70, 0.16);
  color: var(--home-gold-light);
}

.home-preparation h2 {
  margin: 20px 0 8px;
  color: var(--home-white);
  font-size: 23px;
  letter-spacing: -0.025em;
}

.home-preparation > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.home-preparation ul {
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.home-preparation li {
  display: flex;
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.home-preparation li i {
  margin-top: 3px;
  color: #70d4aa;
}

.home-preparation__contact {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--home-white);
  text-decoration: none;
}

.home-preparation__contact > i:first-child {
  color: var(--home-gold-light);
}

.home-preparation__contact small,
.home-preparation__contact strong {
  display: block;
}

.home-preparation__contact small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.home-preparation__contact strong {
  font-size: 11px;
}

.home-preparation__contact > i:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.home-sectors {
  border-top: 1px solid var(--home-line);
  background: var(--home-white);
}

.home-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-sector {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  background: var(--home-white);
  color: var(--home-ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-sector:hover {
  transform: translateY(-4px);
  border-color: #aec3c7;
  box-shadow: 0 16px 38px rgba(7, 38, 50, 0.09);
}

.home-sector__image {
  position: relative;
  height: 172px;
  display: block;
  overflow: hidden;
  background: var(--home-navy-900);
}

.home-sector__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 31, 43, 0.38));
  content: "";
}

.home-sector__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-sector:hover .home-sector__image img {
  transform: scale(1.035);
}

.home-sector__body {
  display: block;
  padding: 22px;
}

.home-sector__body small,
.home-sector__body strong,
.home-sector__body > span,
.home-sector__body b {
  display: block;
}

.home-sector__body small {
  color: var(--home-teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-sector__body strong {
  margin-top: 6px;
  color: var(--home-navy-950);
  font-size: 17px;
}

.home-sector__body > span {
  min-height: 48px;
  margin-top: 7px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.6;
}

.home-sector__body b {
  margin-top: 15px;
  color: var(--home-teal-700);
  font-size: 11px;
}

.home-section-action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.home-updates {
  border-top: 1px solid var(--home-line);
  background: var(--home-surface);
}

.home-section-heading--actions {
  align-items: center;
}

.home-section-heading--actions > a {
  justify-self: end;
}

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

.home-news-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  background: var(--home-white);
}

.home-news-card__image {
  height: 190px;
  display: block;
  overflow: hidden;
  background: #dce7e8;
}

.home-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-news-card__image:hover img {
  transform: scale(1.035);
}

.home-news-card__image.has-fallback {
  background: linear-gradient(135deg, var(--home-navy-900), var(--home-teal-700));
}

.home-news-card__body {
  padding: 22px;
}

.home-news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--home-muted);
  font-size: 11px;
}

.home-news-card__meta span {
  color: var(--home-teal-700);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news-card h3 {
  margin: 12px 0 9px;
  font-size: 17px;
  line-height: 1.38;
}

.home-news-card h3 a {
  color: var(--home-navy-950);
  text-decoration: none;
}

.home-news-card h3 a:hover {
  color: var(--home-teal-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-news-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.65;
}

.home-news-card__body > small {
  display: block;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid var(--home-line);
  color: #71838a;
  font-size: 11px;
}

.home-updates__status {
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 11px;
}

.home-information {
  background: var(--home-white);
}

.home-information__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.home-link-panel {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  background: var(--home-white);
}

.home-link-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--home-line);
  background: var(--home-surface);
}

.home-link-panel__head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--home-teal-100);
  color: var(--home-teal-700);
}

.home-link-panel__head small {
  display: block;
  color: var(--home-teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-link-panel__head h3 {
  margin: 3px 0 0;
  color: var(--home-navy-950);
  font-size: 18px;
}

.home-link-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
  transition: background 150ms ease;
}

.home-link-list a:last-child {
  border-bottom: 0;
}

.home-link-list a:hover {
  background: var(--home-teal-50);
}

.home-link-list strong,
.home-link-list small {
  display: block;
}

.home-link-list strong {
  color: var(--home-navy-950);
  font-size: 12px;
}

.home-link-list small {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 11px;
}

.home-link-list > a > i {
  color: var(--home-teal-700);
  font-size: 11px;
}

.home-institution {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: linear-gradient(135deg, var(--home-navy-950), var(--home-navy-800));
  color: var(--home-white);
}

.home-institution::after {
  position: absolute;
  right: 4%;
  top: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.02), 0 0 0 160px rgba(255, 255, 255, 0.012);
}

.home-institution__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 72px;
  align-items: center;
}

.home-kicker--light {
  color: var(--home-gold-light);
}

.home-institution h2 {
  max-width: 680px;
  color: var(--home-white);
}

.home-institution__copy > p {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.75;
}

.home-institution__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
}

.home-institution__links a {
  color: var(--home-gold-light);
}

.home-contact-desk {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.home-contact-desk__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(198, 156, 70, 0.16);
  color: var(--home-gold-light);
}

.home-contact-desk > small {
  display: block;
  margin-top: 18px;
  color: var(--home-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-contact-desk h2 {
  margin: 5px 0 0;
  color: var(--home-white);
  font-size: 24px;
  letter-spacing: -0.025em;
}

.home-contact-desk > p {
  margin: 10px 0 20px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
}

.home-contact-desk__details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-contact-desk__details a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  text-decoration: none;
}

.home-contact-desk__details a:hover {
  color: var(--home-white);
}

.home-contact-desk__details i {
  width: 14px;
  color: var(--home-gold-light);
}

.home-cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  max-width: 960px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #b8c7ca;
  border-radius: 8px;
  background: var(--home-white);
  color: var(--home-ink);
  box-shadow: 0 22px 60px rgba(7, 31, 43, 0.22);
}

.home-cookie__copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.home-cookie__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--home-teal-100);
  color: var(--home-teal-700);
}

.home-cookie h2 {
  margin: 0;
  color: var(--home-navy-950);
  font-size: 15px;
}

.home-cookie p {
  margin: 3px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.55;
}

.home-cookie p a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin: -14px 0;
  color: var(--home-teal-700);
  font-weight: 700;
}

.home-cookie__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.home-cookie button {
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--home-line);
  border-radius: 5px;
  background: var(--home-white);
  color: var(--home-navy-950);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.home-cookie button:last-child {
  border-color: var(--home-teal-700);
  background: var(--home-teal-700);
  color: var(--home-white);
}

@media (max-width: 1020px) {
  .home-hero::before {
    background: linear-gradient(90deg, #edf4f4 0%, #edf4f4 51%, rgba(237, 244, 244, 0.94) 57%, transparent 72%);
  }

  .home-hero__copy {
    width: 59%;
    padding-right: 36px;
  }

  .home-carousel {
    left: 55%;
  }

  .home-hero h1 {
    font-size: clamp(36px, 4.8vw, 48px);
  }

  .home-task-grid,
  .home-sector-grid,
  .home-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-journey__grid,
  .home-institution__grid {
    gap: 44px;
  }
}

@media (max-width: 840px) {
  .home-official-strip p span,
  .home-official-strip a {
    display: none;
  }

  .home-hero::before,
  .home-hero::after {
    display: none;
  }

  .home-hero__inner {
    min-height: auto;
  }

  .home-hero__copy {
    width: 100%;
    max-width: 720px;
    padding: 58px 0 54px;
  }

  .home-carousel {
    position: relative;
    inset: auto;
    width: 100%;
    height: 420px;
  }

  .home-section-heading--split {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .home-section-heading--actions > a {
    justify-self: start;
  }

  .home-journey__grid,
  .home-institution__grid,
  .home-information__grid {
    grid-template-columns: 1fr;
  }

  .home-preparation {
    position: static;
  }
}

@media (max-width: 640px) {
  .home-shell {
    width: min(100% - 28px, 1180px);
  }

  .home-official-strip {
    min-height: 38px;
  }

  .home-official-strip p {
    font-size: 11px;
  }

  .home-hero__copy {
    padding: 42px 0 44px;
  }

  .home-eyebrow {
    align-items: flex-start;
    font-size: 11px;
  }

  .home-hero h1 {
    font-size: 36px;
  }

  .home-hero__mission-list li {
    font-size: 13px;
    line-height: 1.48;
  }

  .home-hero__actions,
  .home-institution__links {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

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

  .home-carousel {
    height: 340px;
  }

  .home-carousel__control {
    width: 44px;
    height: 44px;
  }

  .home-carousel__control--previous {
    left: 14px;
  }

  .home-carousel__control--next {
    right: 14px;
  }

  .home-carousel__footer {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .home-carousel__caption {
    right: 14px;
    bottom: 72px;
  }

  .home-section,
  .home-institution {
    padding: 68px 0;
  }

  .home-section-heading h2,
  .home-journey__main > h2,
  .home-institution h2 {
    font-size: 31px;
  }

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

  .home-task {
    min-height: 130px;
  }

  .home-services__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .home-journey__grid,
  .home-institution__grid {
    gap: 36px;
  }

  .home-steps li {
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }

  .home-preparation,
  .home-contact-desk {
    padding: 24px;
  }

  .home-news-card__image {
    height: 210px;
  }

  .home-cookie {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .home-government-page *,
  .home-government-page *::before,
  .home-government-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .home-government-page {
    padding-top: 0;
  }

  .home-official-strip,
  .home-carousel,
  .home-hero__actions,
  .home-cookie,
  .home-section-action {
    display: none !important;
  }

  .home-hero__copy {
    width: 100%;
  }

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