.home-page {
  --container: 1360px;
  background: #ffffff;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding-top: 40px;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 0;
}

.brand {
  flex: none;
  width: 202px;
  height: 44px;
}

.brand img {
  width: 188px;
  height: 40px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgb(255, 255, 255);
}

.site-nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0;
}

.hero {
  position: relative;
  min-height: 780px;
  color: var(--white);
  background: #56658a;
}

.hero-video,
.hero-overlay,
.hero-bottom-curve {
  position: absolute;
}

.hero-video,
.hero-overlay {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(33, 44, 83, 0.22) 0%, rgba(32, 48, 88, 0.1) 40%, rgba(16, 25, 50, 0.26) 100%),
    linear-gradient(90deg, rgba(18, 30, 59, 0.5) 0%, rgba(18, 30, 59, 0.16) 42%, rgba(18, 30, 59, 0) 78%);
}

.hero-bottom-curve {
  left: 50%;
  bottom: -1px;
  width: 100%;
  min-width: 1980px;
  height: auto;
  transform: translateX(-50%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  min-height: 780px;
  padding-top: 140px;
  padding-left: 40px;
}

.hero-copy {
  max-width: 840px;
}

.hero-title {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.04em;
}

.hero-title span {
  display: block;
}

.hero-title em {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.hero-actions {
  display: flex;
  gap: 0;
  margin-top: 24px;
}

.btn-small {
  min-height: 40px;
  padding-inline: 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  gap: 10px;
}

.hero .btn {
  min-height: 48px;
  padding: 12px 24px;
  justify-content: space-between;
  border-radius: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  gap: 12px;
}

.hero .btn {
  width: 320px;
}

.hero .btn-primary,
.feature-banner .btn-primary,
.closing-banner .btn-primary,
.service-card-link {
  box-shadow: none;
}

.hero .btn-primary {
  background: rgb(255, 255, 255);
  color: rgb(0, 16, 58);
}

.hero .btn-ghost,
.feature-banner .btn-ghost,
.closing-banner .btn-ghost {
  background: rgba(255, 255, 255, 0.84);
}

.services-intro {
  position: relative;
  padding: 20px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 28%, #f2f4f7 100%);
}

.services-intro-copy {
  width: min(1280px, calc(100% - 145px));
  min-height: 206px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-intro-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgb(0, 184, 225);
}

.services-intro-title {
  margin: 29px auto 0;
  max-width: 930px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgb(0, 16, 58);
}

.services-intro-band {
  position: relative;
  height: 580px;
  margin-top: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(216, 244, 252, 0.82) 32%, rgba(242, 244, 247, 1) 100%);
}

.services-intro-glow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.services-intro-glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1280px;
  width: 1720px;
  height: 1720px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(230, 248, 252, 0.96);
  filter: blur(120px);
}

.services-intro-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -990px;
  width: 1180px;
  height: 1180px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  filter: blur(90px);
}

.services-intro-stage {
  position: absolute;
  top: 80px;
  left: 50%;
  width: min(1280px, calc(100% - 145px));
  height: 470px;
  transform: translateX(-50%);
}

.services-intro-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 280px;
  transform: translateX(-50%);
}

.services-intro-badge img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 40px rgba(0, 184, 225, 0.14));
}

.services-intro-foot {
  position: absolute;
  top: 234px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.services-intro-foot .services-intro-label {
  text-align: center;
}

.services-intro-heading {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 766px;
  transform: translateX(-50%);
}

.services-intro-heading .section-summary {
  max-width: 766px;
}

.services-section {
  padding-top: 80px;
  padding-bottom: 132px;
  background: #f2f4f7;
}

.services-shell {
  width: min(1280px, calc(100% - 145px));
  margin: 0 auto;
}

.section-heading {
  max-width: 960px;
}

.section-heading-center {
  text-align: center;
}

.section-heading.narrow {
  max-width: 900px;
}

.section-heading h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
  color: rgb(0, 16, 58);
}

.section-summary {
  max-width: 980px;
  margin: 16px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(0, 16, 58, 0.72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-top: 0;
}

.service-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  padding: 40px 40px 34px;
  border: 1px solid rgba(20, 40, 82, 0.08);
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 40, 82, 0.03);
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3;
  min-height: 400px;
}

.service-card-icon,
.why-card-icon,
.global-card-icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
}

.service-card h3,
.why-card h3,
.global-card h3 {
  margin: 16px 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: rgb(0, 16, 58);
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgb(0, 16, 58);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
}

.service-card li + li {
  margin-top: 10px;
}

.service-card-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 40px;
  border-radius: 16px;
  background: rgb(0, 184, 225);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.feature-banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #fff;
}

.feature-banner-media,
.closing-banner-media,
.closing-banner-overlay {
  position: absolute;
  inset: 0;
}

.feature-banner-media {
  inset: -180px 0;
  background:
    linear-gradient(90deg, rgba(18, 42, 88, 0.62) 0%, rgba(18, 42, 88, 0.46) 28%, rgba(18, 42, 88, 0.18) 52%, rgba(18, 42, 88, 0) 78%),
    url("../media/home/about-banner.jpg") center center / cover no-repeat;
}

.feature-banner-inner,
.closing-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  min-height: inherit;
}

.feature-banner-copy,
.closing-banner-copy {
  color: var(--white);
}

.feature-banner-inner {
  width: min(1280px, calc(100% - 145px));
  margin: 0 auto;
  padding-top: 100px;
}

.feature-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: none;
}

.feature-banner-statements {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-banner-statements p {
  width: min(780px, 100%);
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgb(255, 255, 255);
}

.closing-banner-inner {
  width: min(1185px, calc(100% - 240px));
  margin: 0 auto;
  padding-top: 120px;
}

.closing-banner-copy {
  max-width: 820px;
}

.closing-banner-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.closing-banner-copy h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
}

.closing-banner-copy p {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.feature-banner-actions,
.closing-banner-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.feature-banner-actions {
  margin-top: 0;
}

.feature-banner-button {
  width: 320px;
  min-height: 48px;
  padding: 12px 40px;
  border-radius: 16px;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgb(0, 16, 58);
  background: rgb(255, 255, 255);
}

.closing-banner .btn {
  min-height: 60px;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.closing-banner .btn-primary {
  width: 320px;
}

.closing-banner .btn-ghost {
  width: 220px;
}

.why-section {
  padding-top: 120px;
  padding-bottom: 128px;
  background: #ffffff;
}

.why-section > .container,
.articles-section > .container {
  width: min(1280px, calc(100% - 145px));
}

.why-section .section-heading {
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 320px);
  justify-content: space-between;
  gap: 0;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid rgba(20, 40, 82, 0.08);
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 40, 82, 0.03);
}

.why-card {
  min-height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border: 0;
  border-left: 1px solid rgba(20, 40, 82, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.why-card:first-child {
  border-left: 0;
}

.why-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.why-card h3 {
  margin: 0;
  font-weight: 600;
}

.why-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: rgb(0, 16, 58);
}

.global-section {
  position: relative;
  min-height: 1320px;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 16, 58, 0.08);
}

.global-frame {
  position: relative;
  width: min(1280px, calc(100% - 145px));
  min-height: 1320px;
  margin: 0 auto;
  padding-top: 160px;
}

.global-frame .section-heading {
  max-width: 1000px;
  margin: 0 auto;
}

.global-map {
  position: absolute;
  top: 338px;
  left: 50%;
  width: min(1280px, calc(100% - 145px));
  height: 649px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(242, 244, 247, 0) 0%, rgba(242, 244, 247, 0) 72%, rgba(242, 244, 247, 0.96) 100%),
    url("../media/home/world-map.png") center center / cover no-repeat;
  opacity: 0.74;
  pointer-events: none;
}

.global-grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 1000px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 311px);
  justify-content: space-between;
  gap: 20px;
}

.global-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(20, 40, 82, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(20, 40, 82, 0.03);
}

.global-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: rgb(0, 16, 58);
}

.articles-section {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #ffffff;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 305px);
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 40, 82, 0.08);
  border-radius: 20px;
  background: #ffffff;
}

.article-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.article-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 158px;
  padding: 20px 20px 0;
}

.article-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: rgb(0, 16, 58);
}

.article-card-meta {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: rgba(0, 16, 58, 0.72);
}

.article-card a {
  display: inline-flex;
  margin-top: auto;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(0, 16, 58);
}

.closing-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.closing-banner-media {
  background: url("../media/home/closing-banner.png") 89.5% 0% / cover no-repeat;
}

.closing-banner-overlay {
  background:
    linear-gradient(180deg, rgba(11, 34, 72, 0.08) 0%, rgba(11, 34, 72, 0.18) 44%, rgba(0, 19, 23, 0.7) 84%, rgb(0, 19, 23) 100%),
    linear-gradient(90deg, rgba(19, 55, 105, 0.88) 0%, rgba(19, 55, 105, 0.56) 38%, rgba(19, 55, 105, 0.1) 72%, rgba(19, 55, 105, 0) 100%);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: rgb(0, 19, 23);
  color: var(--white);
  padding: 120px 0 0;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer::before {
  left: -1720px;
  bottom: -980px;
  width: 2280px;
  height: 1520px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.28) 0%, rgba(0, 184, 225, 0) 70%);
}

.site-footer::after {
  left: -943px;
  bottom: -983px;
  width: 1326px;
  height: 1326px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.2) 0%, rgba(0, 184, 225, 0) 72%);
}

.footer-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: min(1185px, calc(100% - 240px));
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand img {
  width: 220px;
  height: 55px;
  object-fit: contain;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-address p,
.footer-contact a {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  flex: none;
}

.footer-links {
  display: flex;
  flex: 1 0 0;
  align-items: flex-start;
  gap: 40px;
}

.footer-links-group {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, calc(100% - 240px));
  margin: 60px auto 0;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  flex: 1 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.38);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
}

.footer-social-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    padding-top: 18px;
  }

  .nav-shell {
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .hero,
  .hero-inner {
    min-height: 520px;
  }

  .hero-inner {
    padding-top: 140px;
  }

  .services-intro {
    padding-top: 24px;
  }

  .services-intro-copy,
  .services-shell,
  .why-section > .container,
  .articles-section > .container,
  .global-frame {
    width: min(940px, calc(100% - 40px));
  }

  .services-intro-title {
    max-width: 760px;
    font-size: 32px;
    line-height: 1.25;
  }

  .services-intro-band {
    height: auto;
    min-height: 520px;
  }

  .services-intro-stage {
    position: relative;
    top: auto;
    left: auto;
    width: min(940px, calc(100% - 40px));
    height: auto;
    padding: 72px 0 56px;
    transform: none;
  }

  .services-intro-badge,
  .services-intro-foot,
  .services-intro-heading,
  .global-grid {
    position: static;
    transform: none;
  }

  .services-intro-badge {
    margin: 0 auto;
    width: 240px;
  }

  .services-intro-foot {
    margin-top: 16px;
    justify-content: center;
  }

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

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
    min-height: auto;
    padding: 28px;
  }

  .why-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .why-card:nth-child(odd) {
    border-left: 0;
  }

  .why-card:nth-child(n + 3) {
    border-top: 1px solid rgba(20, 40, 82, 0.08);
  }

  .footer-top {
    flex-direction: column;
    width: min(940px, calc(100% - 40px));
  }

  .footer-links {
    width: 100%;
  }

  .footer-bottom {
    width: min(940px, calc(100% - 40px));
  }

  .global-section {
    min-height: auto;
    padding: 96px 0 120px;
  }

  .global-frame {
    min-height: auto;
    padding-top: 0;
  }

  .global-map {
    top: 240px;
    height: 420px;
  }

  .global-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 500px;
  }

  .closing-banner {
    min-height: 560px;
  }

  .closing-banner-inner {
    width: min(940px, calc(100% - 40px));
    padding-top: 88px;
  }
}

@media (max-width: 760px) {
  .brand {
    width: 140px;
    height: auto;
  }

  .brand img {
    width: 140px;
    height: auto;
  }

  .hero,
  .hero-inner {
    min-height: 420px;
  }

  .hero-actions,
  .feature-banner-actions,
  .closing-banner-actions {
    flex-direction: column;
  }

  .services-intro {
    padding-top: 20px;
  }

  .services-intro-copy,
  .services-shell,
  .why-section > .container,
  .articles-section > .container,
  .global-frame {
    width: calc(100% - 28px);
  }

  .services-intro-title {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.3;
  }

  .services-intro-band {
    min-height: 0;
  }

  .services-intro-glow::before {
    width: 360px;
    height: 220px;
  }

  .services-intro-stage {
    width: calc(100% - 28px);
    padding: 56px 0 44px;
  }

  .services-intro-badge {
    width: 180px;
  }

  .services-intro-foot {
    margin-top: 12px;
  }

  .services-section {
    padding-top: 44px;
  }

  .section-heading h2,
  .closing-banner-copy h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .section-summary,
  .feature-banner-statements p,
  .closing-banner-copy p {
    font-size: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .service-card h3,
  .why-card h3,
  .global-card h3 {
    font-size: 18px;
  }

  .service-card ul {
    font-size: 16px;
    line-height: 1.5;
  }

  .service-card-link {
    min-height: 40px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .service-grid,
  .why-grid,
  .global-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    border-radius: 24px;
  }

  .why-card {
    min-height: auto;
    gap: 28px;
    border-left: 0;
    border-top: 1px solid rgba(20, 40, 82, 0.08);
  }

  .why-card:first-child {
    border-top: 0;
  }

  .global-map {
    top: 220px;
    width: calc(100% - 28px);
    height: 240px;
    background-size: cover;
  }

  .global-grid {
    margin-top: 300px;
  }

  .closing-banner {
    min-height: 520px;
  }

  .closing-banner-inner {
    width: calc(100% - 28px);
    padding-top: 72px;
  }

  .closing-banner .btn-primary,
  .closing-banner .btn-ghost {
    width: 100%;
  }

  .footer-top,
  .footer-bottom {
    width: calc(100% - 28px);
  }

  .footer-links,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-group {
    width: 100%;
    gap: 8px;
  }

  .footer-social {
    flex-wrap: wrap;
  }
}
