.home-static-page {
  --hs-header-offset: 139px;
  --hs-page-max-width: clamp(1180px, 86vw, 1760px);
  --hs-page-gutter: clamp(24px, 2.4vw, 72px);
  --hs-section-space: clamp(72px, 6vw, 120px);
  --hs-card-radius: clamp(20px, 1.5vw, 30px);
  --hs-panel-height: clamp(420px, 28vw, 560px);
  --hs-split-height: clamp(380px, 26vw, 520px);
  background: #f3f6fb;
}

.home-static-page .header-placeholder {
  height: var(--hs-header-offset) !important;
}

.home-static-page .wrap {
  width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
  max-width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
}

.home-static-page .header .com .wrap,
.home-static-page .header .top .wrap {
  width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
  max-width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
}

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

.hs-home div,
.hs-home section,
.hs-home article,
.hs-home aside,
.hs-home main,
.hs-home header,
.hs-home footer,
.hs-home nav,
.hs-home ul,
.hs-home li,
.hs-home p,
.hs-home h1,
.hs-home h2,
.hs-home h3,
.hs-home h4 {
  display: block;
  width: auto;
  height: auto;
}

.hs-home a,
.hs-home span,
.hs-home strong,
.hs-home small,
.hs-home em {
  width: auto;
  height: auto;
}

.hs-home img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hs-home {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #111827;
}

.hs-dots {
  position: fixed;
  top: 50%;
  right: clamp(16px, 1.8vw, 32px);
  z-index: 1000;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.hs-dot {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(22, 119, 255, 0.2);
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.hs-dot.is-active {
  background: #1677ff;
  transform: scale(1.15);
}

.hs-reveal {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hs-shell {
  width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter)));
  max-width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter)));
  margin: 0 auto;
}

.hs-shell--wide {
  width: calc(100% - 24px);
  max-width: none;
}

.hs-section > .hs-shell,
.hs-tail > .hs-shell {
  width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
  max-width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
}

.hs-hero > .hs-shell--wide,
.hs-experience-screen > .hs-shell--wide {
  width: calc(100% - 24px) !important;
  max-width: none !important;
}

.hs-tail > .hs-shell--wide {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.hs-section {
  padding: var(--hs-section-space) 0;
}

.hs-screen {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hs-section--white {
  background: #fff;
}

.hs-section--gray {
  background: #f3f6fb;
}

.hs-heading {
  margin-bottom: clamp(28px, 2.6vw, 44px);
  text-align: center;
}

.hs-heading h2 {
  margin: 0;
  font-size: clamp(32px, 2.35vw, 52px);
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.hs-heading p {
  margin: clamp(8px, 0.75vw, 12px) 0 0;
  font-size: clamp(12px, 0.82vw, 15px);
  line-height: 1.6;
  color: #94a3b8;
  letter-spacing: clamp(0.08em, 0.12vw, 0.18em);
  text-transform: uppercase;
}

.hs-hero {
  padding: 0;
  background: linear-gradient(180deg, #f5f7fb 0%, #edf2fa 100%);
}

.hs-hero .hs-shell--wide {
  width: 100vw !important;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hs-hero-banner,
.hs-article-thumb {
  display: block !important;
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.hs-hero-banner {
  min-height: clamp(520px, 44vw, 820px);
  border-radius: 0;
}

.hs-banner-swiper {
  position: relative;
  display: block !important;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.hs-hero-banner,
.hs-hero-banner .swiper-wrapper,
.hs-hero-banner .swiper-slide {
  min-height: clamp(520px, 44vw, 820px);
}

.hs-tail-banner,
.hs-tail-banner .swiper-wrapper,
.hs-tail-banner .swiper-slide {
  min-height: clamp(320px, 24vw, 480px);
}

.hs-banner-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100%;
  height: 100% !important;
}

.hs-banner-slide {
  display: block !important;
  position: relative;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  cursor: pointer;
}

.hs-banner-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  cursor: pointer;
}

.hs-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
}

.hs-banner-pagination {
  bottom: clamp(16px, 1.8vw, 28px) !important;
}

.hs-banner-pagination .swiper-pagination-bullet {
  width: clamp(8px, 0.56vw, 10px);
  height: clamp(8px, 0.56vw, 10px);
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.hs-banner-pagination .swiper-pagination-bullet-active {
  width: clamp(24px, 1.8vw, 32px);
  border-radius: 999px;
  background: #fff;
}

.hs-industries {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.75vw, 30px);
  align-items: stretch;
  padding: clamp(20px, 2vw, 30px) 0 14px;
  overflow: visible;
}

.hs-industry-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--hs-card-radius);
  min-height: clamp(280px, 22vw, 420px);
  background: #dfe8f6;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  transform-origin: center center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hs-industry-card.is-featured {
  z-index: 2;
  transform: scale(1.05);
}

.hs-industry-card:hover {
  z-index: 3;
  transform: scale(1.05);
  box-shadow: 0 28px 64px rgba(22, 119, 255, 0.14);
}

.hs-industry-card.is-featured:hover {
  transform: scale(1.05);
}

.hs-industry-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}

.hs-industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 37, 0.06) 0%, rgba(5, 16, 37, 0.16) 52%, rgba(5, 16, 37, 0.72) 100%);
  transition: background 0.28s ease;
}

.hs-industry-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 1.6vw, 28px);
  transition: padding 0.28s ease, justify-content 0.28s ease;
}

.hs-industry-body strong {
  display: block;
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: 1.2;
  color: #111827;
  transition: color 0.24s ease, transform 0.24s ease;
}

.hs-industry-body span {
  display: block;
  margin-top: 8px;
  font-size: clamp(12px, 0.72vw, 13px);
  line-height: 1.6;
  color: rgba(17, 24, 39, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.24s ease, transform 0.24s ease;
}

.hs-industry-body p {
  display: none;
}

.hs-industry-card.is-featured::after,
.hs-industry-card:hover::after {
  background: linear-gradient(180deg, rgba(5, 16, 37, 0.54) 0%, rgba(5, 16, 37, 0.2) 42%, rgba(5, 16, 37, 0.16) 100%);
}

.hs-industry-card.is-featured .hs-industry-body,
.hs-industry-card:hover .hs-industry-body {
  justify-content: flex-start;
  padding-top: 24px;
}

.hs-industry-card.is-featured .hs-industry-body strong,
.hs-industry-card:hover .hs-industry-body strong,
.hs-industry-card.is-featured .hs-industry-body span,
.hs-industry-card:hover .hs-industry-body span {
  color: #fff;
}

.hs-industry-card.is-featured .hs-industry-media,
.hs-industry-card:hover .hs-industry-media {
  transform: scale(1.04);
}

.hs-process-layout {
  display: grid !important;
  grid-template-columns: clamp(260px, 20vw, 360px) minmax(0, 1fr);
  gap: clamp(16px, 1.4vw, 24px);
  align-items: stretch;
  min-height: var(--hs-panel-height);
}

.hs-process-menu {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: var(--hs-panel-height);
  padding: clamp(10px, 0.9vw, 14px);
  border-radius: var(--hs-card-radius);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.hs-process-item {
  display: flex !important;
  flex: 1 1 0;
  align-items: center;
  gap: clamp(14px, 1.1vw, 20px);
  min-height: 0;
  padding: clamp(18px, 1.4vw, 24px) clamp(16px, 1.2vw, 20px) clamp(18px, 1.4vw, 24px) clamp(20px, 1.8vw, 30px);
  border-radius: clamp(16px, 1vw, 20px);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.hs-process-item + .hs-process-item {
  margin-top: 10px;
}

.hs-process-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.hs-process-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(7%) saturate(1442%) hue-rotate(179deg) brightness(95%) contrast(87%);
  transition: filter 0.22s ease;
}

.hs-process-item:hover {
  transform: translateX(4px);
}

.hs-process-item.is-active {
  background: linear-gradient(135deg, #1677ff, #0d5ee6);
}

.hs-process-item small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.hs-process-item strong {
  display: block;
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.35;
  color: #111827;
}

.hs-process-item span {
  display: block;
  margin-top: 4px;
  font-size: clamp(12px, 0.72vw, 13px);
  line-height: 1.65;
  color: #667085;
}

.hs-process-item.is-active small,
.hs-process-item.is-active strong,
.hs-process-item.is-active span {
  color: #fff;
}

.hs-process-item.is-active .hs-process-icon img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.hs-process-panel {
  display: flex !important;
  align-items: stretch;
  overflow: hidden;
  height: var(--hs-panel-height);
  min-height: var(--hs-panel-height);
  padding: 0;
  border-radius: var(--hs-card-radius);
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.hs-process-panel.is-switching {
  opacity: 0.4;
  transform: translateY(10px);
}

.hs-process-cover {
  width: 100%;
  display: block;
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.hs-split {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--hs-card-radius);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.hs-split-media {
  min-height: var(--hs-split-height);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs-split-copy {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  min-height: var(--hs-split-height);
  padding: clamp(38px, 4.6vw, 78px);
  background: linear-gradient(135deg, #1677ff, #0d5ee6);
  color: #fff;
}

.hs-split-copy small {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.hs-split-copy h3 {
  margin: 0;
  font-size: clamp(30px, 2.15vw, 46px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.hs-split-copy p {
  margin: 10px 0 0;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.hs-split-copy--left > small,
.hs-split-copy--left > h3,
.hs-split-copy--left > p,
.hs-split-copy--left > .hs-list {
  width: min(100%, clamp(350px, 28vw, 480px));
}

.hs-split-copy--right > small,
.hs-split-copy--right > h3,
.hs-split-copy--right > p,
.hs-split-copy--right > .hs-list {
  width: min(100%, clamp(350px, 28vw, 480px));
}

.hs-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.hs-list span {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.hs-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.68;
  flex: 0 0 auto;
}

.hs-split-copy--right {
  align-items: flex-end;
  text-align: right;
}

.hs-split-copy--left {
  align-items: flex-start;
  text-align: left;
}

.hs-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(190px, 14vw, 240px);
  height: clamp(46px, 2.8vw, 54px);
  padding: 0 clamp(28px, 2vw, 38px);
  border-radius: 999px;
  background: #fff;
  color: #2a3550;
  font-size: clamp(13px, 0.82vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border: 0;
  box-shadow: 0 10px 26px rgba(8, 35, 92, 0.18);
}

.hs-split-btn:hover {
  background: #fff;
  color: #1677ff;
  transform: translateY(-1px);
}

.hs-split-copy--right > .hs-list {
  justify-content: flex-end;
}

.hs-split-copy--left > .hs-list {
  justify-content: flex-start;
}

.hs-tail {
  padding-top: var(--hs-section-space);
  background: #fff;
}

.hs-experience-screen {
  display: block !important;
  width: 100vw;
  max-width: none !important;
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hs-experience-screen .hs-shell--wide {
  width: 100% !important;
  max-width: none !important;
  min-width: 100%;
  height: auto;
  margin: 0 !important;
}

.hs-tail-banner {
  display: block;
  width: 100%;
  min-height: 360px;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.hs-article-marquee {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}

.hs-article-track {
  display: flex !important;
  align-items: stretch;
  gap: clamp(16px, 1.4vw, 24px);
  width: max-content;
  animation: hs-article-scroll 26s linear infinite;
}

.hs-article-marquee:hover .hs-article-track {
  animation-play-state: paused;
}

.hs-article-banner {
  position: relative;
  display: block;
  width: clamp(280px, 22vw, 420px);
  flex: 0 0 clamp(280px, 22vw, 420px);
  overflow: hidden;
  border-radius: clamp(18px, 1.2vw, 24px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hs-article-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(22, 119, 255, 0.14);
}

.hs-article-thumb {
  min-height: clamp(300px, 24vw, 440px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
}

.hs-article-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 37, 0.02) 18%, rgba(5, 16, 37, 0.24) 58%, rgba(5, 16, 37, 0.78) 100%);
}

.hs-article-title {
  position: absolute;
  right: clamp(18px, 1.1vw, 24px);
  bottom: clamp(16px, 1vw, 22px);
  left: clamp(18px, 1.1vw, 24px);
  z-index: 1;
  font-size: clamp(18px, 1.1vw, 24px);
  line-height: 1.45;
  color: #fff;
  font-weight: 700;
}

@keyframes hs-article-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 10px), 0, 0);
  }
}

.hs-footer {
  margin-top: clamp(20px, 1.8vw, 32px);
}

.hs-footer .footer-2026 {
  margin: 0 !important;
}

.hs-footer .footer-2026 .wrap {
  width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
  max-width: min(var(--hs-page-max-width), calc(100% - var(--hs-page-gutter))) !important;
}

@media (max-width: 1210px) {
  .home-static-page {
    --hs-page-max-width: 100%;
    --hs-page-gutter: clamp(20px, 4.8vw, 32px);
  }

  .hs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hs-shell,
  .hs-shell--wide {
    width: calc(100% - var(--hs-page-gutter));
  }

  .hs-section > .hs-shell,
  .hs-tail > .hs-shell,
  .hs-hero > .hs-shell--wide,
  .hs-experience-screen > .hs-shell--wide,
  .hs-tail > .hs-shell--wide {
    width: calc(100% - var(--hs-page-gutter)) !important;
    max-width: calc(100% - var(--hs-page-gutter)) !important;
  }

  .hs-section,
  .hs-tail {
    padding: 52px 0;
  }

  .hs-hero-banner {
    min-height: clamp(320px, 56vw, 520px);
  }

  .hs-hero-banner,
  .hs-hero-banner .swiper-wrapper,
  .hs-hero-banner .swiper-slide {
    min-height: clamp(320px, 56vw, 520px);
  }

  .hs-tail-banner,
  .hs-tail-banner .swiper-wrapper,
  .hs-tail-banner .swiper-slide {
    min-height: clamp(260px, 42vw, 360px);
  }

  .hs-heading h2 {
    font-size: clamp(30px, 4.2vw, 40px);
  }

  .hs-industries,
  .hs-split {
    grid-template-columns: 1fr;
  }

  .hs-industries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 10px;
  }

  .hs-process-layout {
    grid-template-columns: 1fr;
  }

  .hs-industry-card.is-featured {
    transform: none;
  }

  .hs-industry-card,
  .hs-industry-card:hover,
  .hs-industry-card.is-featured,
  .hs-industry-card.is-featured:hover {
    min-height: 240px;
    transform: none;
  }

  .hs-process-menu {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    min-height: 0;
  }

  .hs-process-item {
    flex: 0 0 auto;
    min-height: 92px;
    justify-content: center;
    padding: 18px 16px;
    text-align: center;
  }

  .hs-process-item + .hs-process-item {
    margin-top: 0;
  }

  .hs-process-layout,
  .hs-process-panel,
  .hs-process-cover {
    min-height: 0;
  }

  .hs-process-panel {
    height: auto;
    min-height: clamp(300px, 45vw, 420px);
  }

  .hs-process-cover {
    min-height: clamp(300px, 45vw, 420px);
    height: clamp(300px, 45vw, 420px);
  }

  .hs-article-marquee {
    overflow: visible;
    padding: 0;
  }

  .hs-article-track {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    animation: none;
  }

  .hs-article-banner {
    width: 100%;
    flex: 0 0 auto;
  }

  .hs-article-thumb {
    min-height: 300px;
  }

  .hs-article-title {
    right: 16px;
    bottom: 16px;
    left: 16px;
    font-size: 18px;
  }

  .hs-split-copy {
    min-height: 0;
    height: auto;
    padding: 36px 28px;
  }

  .hs-split-media {
    min-height: clamp(260px, 44vw, 360px);
  }

  .hs-split-copy--right,
  .hs-split-copy--left {
    align-items: flex-start;
    text-align: left;
  }

  .hs-split-copy--left > small,
  .hs-split-copy--left > h3,
  .hs-split-copy--left > p,
  .hs-split-copy--left > .hs-list,
  .hs-split-copy--right > small,
  .hs-split-copy--right > h3,
  .hs-split-copy--right > p,
  .hs-split-copy--right > .hs-list {
    width: 100%;
    max-width: none;
  }

  .hs-split-copy--right > .hs-list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .hs-section,
  .hs-tail {
    padding: 40px 0;
  }

  .hs-heading h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .hs-hero-banner {
    min-height: clamp(220px, 62vw, 320px);
    border-radius: 18px;
  }

  .hs-hero-banner,
  .hs-hero-banner .swiper-wrapper,
  .hs-hero-banner .swiper-slide {
    min-height: clamp(220px, 62vw, 320px);
  }

  .hs-tail-banner,
  .hs-split {
    border-radius: 18px;
  }

  .hs-tail-banner {
    min-height: clamp(200px, 56vw, 280px);
    border-radius: 0;
  }

  .hs-industries,
  .hs-article-track {
    grid-template-columns: 1fr;
  }

  .hs-process-menu {
    grid-template-columns: 1fr;
  }

  .hs-process-item {
    justify-content: flex-start;
    text-align: left;
    min-height: 80px;
    padding: 16px 18px;
  }

  .hs-process-cover {
    min-height: clamp(220px, 62vw, 320px);
    height: clamp(220px, 62vw, 320px);
  }

  .hs-split-media {
    min-height: clamp(220px, 62vw, 320px);
  }

  .hs-split-copy {
    padding: 28px 20px;
  }

  .hs-split-copy h3 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .hs-split-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .hs-list {
    gap: 10px;
    padding-top: 20px;
  }

  .hs-split-btn {
    width: 100%;
    min-width: 0;
  }

  .hs-article-thumb {
    min-height: clamp(240px, 68vw, 340px);
  }

  .hs-article-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .home-static-page {
    --hs-page-gutter: 20px;
  }

  .hs-heading {
    margin-bottom: 24px;
  }

  .hs-heading p {
    letter-spacing: 0.1em;
  }

  .hs-industry-card,
  .hs-industry-card:hover,
  .hs-industry-card.is-featured,
  .hs-industry-card.is-featured:hover {
    min-height: 220px;
  }

  .hs-industry-body {
    padding: 18px;
  }

  .hs-industry-body strong {
    font-size: 20px;
  }

  .hs-split-copy {
    padding: 24px 18px;
  }
}

@media (min-width: 1211px) {
  .home-static-page {
    overflow: hidden;
  }

  .home-static-page .header-placeholder {
    display: none !important;
  }

  .hs-hero {
    min-height: calc(100vh - var(--hs-header-offset));
  }

  .hs-hero .hs-shell--wide {
    height: 100%;
  }

  .hs-hero-banner {
    height: calc(100vh - var(--hs-header-offset));
    min-height: calc(100vh - var(--hs-header-offset));
  }

  .hs-hero-banner .swiper-wrapper,
  .hs-hero-banner .swiper-slide {
    height: calc(100vh - var(--hs-header-offset)) !important;
    min-height: calc(100vh - var(--hs-header-offset));
  }

  .hs-experience-screen {
    min-height: calc(100vh - var(--hs-header-offset));
    padding: 0;
  }

  .hs-experience-screen .hs-shell--wide {
    height: 100%;
  }

  .hs-experience-screen .hs-tail-banner {
    width: 100% !important;
    min-height: calc(100vh - var(--hs-header-offset));
    height: calc(100vh - var(--hs-header-offset));
    border-radius: 0;
  }

  .hs-experience-screen .hs-tail-banner .hs-banner-link,
  .hs-experience-screen .hs-tail-banner .hs-banner-image,
  .hs-experience-screen .hs-tail-banner .swiper-wrapper,
  .hs-experience-screen .hs-tail-banner .swiper-slide {
    min-height: calc(100vh - var(--hs-header-offset));
    height: calc(100vh - var(--hs-header-offset)) !important;
  }

  .hs-home {
    position: fixed;
    top: var(--hs-header-offset);
    left: 0;
    right: 0;
    height: calc(100vh - var(--hs-header-offset));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
  }

  .hs-home::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .hs-screen {
    min-height: calc(100vh - var(--hs-header-offset));
  }
}

@media (max-width: 1210px) {
  .hs-dots {
    display: none !important;
  }
}
