.homepage-vnext {
  --page-canvas: #f4f6fb;
  --page-canvas-soft: #e9efff;
  --surface: #ffffff;
  --surface-subtle: #eef1f6;
  --ink: #10131a;
  --ink-soft: #545d6c;
  --muted: #778090;
  --line: rgba(16, 19, 26, 0.12);
  --brand-blue: #275fe8;
  --brand-blue-strong: #1949bd;
  --media-stage: #11151d;
  --footer: #0a0d12;
  --radius-sm: 8px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-pill: 999px;
  --content-max: 1240px;
  --tour-duration: 7s;
  min-width: 320px;
  color: var(--ink);
  background: var(--page-canvas);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 180ms;
  animation-timing-function: ease;
}

.homepage-vnext,
.homepage-vnext * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.homepage-vnext main,
.homepage-vnext section,
.homepage-vnext figure,
.homepage-vnext nav,
.homepage-vnext div {
  min-width: 0;
}

.homepage-vnext img,
.homepage-vnext video {
  display: block;
  max-width: 100%;
}

.homepage-vnext button,
.homepage-vnext a,
.homepage-vnext summary {
  font: inherit;
}

.homepage-vnext a:focus-visible,
.homepage-vnext button:focus-visible,
.homepage-vnext summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.48);
  outline-offset: 3px;
}

.home-container {
  width: min(var(--content-max), calc(100% - 48px));
  margin-inline: auto;
}

.home-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 16px;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
}

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

.home-header {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  view-transition-name: home-header;
}

.home-header::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 0;
  background: transparent;
  backdrop-filter: blur(0);
  content: "";
  pointer-events: none;
  transition: background-color 180ms ease, backdrop-filter 180ms ease;
}

.home-header::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: transparent;
  content: "";
  pointer-events: none;
  transition: background-color 180ms ease;
}

.home-header.is-scrolled::before {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.home-header.is-scrolled::after {
  background: var(--line);
}

.home-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(1120px, calc(100% - 48px));
  min-height: 58px;
  margin-inline: auto;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--ink);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.home-header .home-brand {
  gap: 9px;
  color: #2a0f14;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 640;
}

.home-brand img {
  width: 30px;
  height: 30px;
}

.home-header .home-brand img {
  width: 38px;
  height: 38px;
  transform: translateY(1px);
}

.home-header .home-brand span {
  display: inline-flex;
  align-items: baseline;
  color: #2a0f14;
  font-size: 20px;
  font-weight: 780;
  line-height: 0.88;
  transform: translateY(-3px);
}

.home-brand b {
  color: var(--brand-blue);
  font-weight: inherit;
}

.home-header .home-brand b {
  color: #2563eb;
}

.home-nav,
.home-header-actions,
.home-actions,
.home-tour-controls,
.home-footer-links {
  display: flex;
  align-items: center;
}

.home-nav {
  justify-content: flex-start;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 400;
  transform: translateY(-2px);
}

.home-nav a,
.home-text-link,
.home-footer-links a {
  transition: color 160ms ease;
}

.home-nav-language {
  display: none;
}

.home-nav a:hover,
.home-text-link:hover,
.home-footer-links a:hover {
  color: var(--brand-blue);
}

.home-header-actions {
  grid-column: 4;
  justify-content: flex-end;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-2px);
}

.home-header .home-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #586170;
  font-weight: 400;
}

.home-language-picker {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

.home-header .home-language-button {
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius-pill);
  cursor: pointer;
}

.home-header .home-language-button:hover,
.home-header .home-language-button[aria-expanded="true"] {
  background: rgba(16, 19, 26, 0.06);
}

.home-header .home-language-button svg {
  width: 17px;
  height: 17px;
}

.home-language-menu {
  position: absolute;
  z-index: 6;
  top: calc(100% + 10px);
  right: 0;
  width: 224px;
  padding: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 19, 26, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 52px rgba(20, 28, 48, 0.16);
  backdrop-filter: blur(18px);
  animation: home-language-menu-in 140ms ease-out;
}

.home-language-menu[hidden] {
  display: none;
}

.home-language-menu > p {
  margin: 0;
  padding: 8px 10px 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-language-menu > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 54px;
  padding: 8px 8px 8px 10px;
  border-radius: 10px;
}

.home-language-menu > a:hover,
.home-language-menu > a:focus-visible {
  background: rgba(16, 19, 26, 0.06);
}

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

.home-language-menu strong {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.home-language-menu small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.home-language-menu i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
}

.home-language-menu a[aria-checked="true"] i {
  background: rgba(16, 19, 26, 0.06);
}

@keyframes home-language-menu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-header .home-button-small {
  height: 34px;
  min-height: 34px;
  padding-inline: 15px;
  border-radius: var(--radius-pill);
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
}

.home-header .home-button-primary {
  background: #101114;
}

.home-header .home-button-primary:hover {
  background: #2a2c31;
}

.home-header .home-menu-button {
  font-weight: 500;
}

.home-button,
.home-menu-button,
.home-tour-controls button,
.home-tour-media figcaption button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease,
    color 160ms ease;
}

.home-button:hover,
.home-menu-button:hover,
.home-tour-controls button:hover,
.home-tour-media figcaption button:hover {
  transform: translateY(-2px);
}

.home-button img {
  width: 24px;
  height: 24px;
}

.home-button-small {
  min-height: 40px;
  padding-inline: 17px;
  font-size: 13px;
}

.home-button-primary {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 8px 22px rgba(16, 19, 26, 0.14);
}

.home-button-primary:hover {
  background: var(--brand-blue-strong);
}

.home-button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
  border-color: var(--line);
}

.home-button-secondary:hover {
  background: #ffffff;
  border-color: rgba(17, 19, 24, 0.28);
}

.home-menu-button {
  display: none;
  min-height: 38px;
  padding-inline: 13px;
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.home-hero {
  padding: 126px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -8%, rgba(202, 215, 255, 0.94), rgba(244, 246, 251, 0) 47%),
    linear-gradient(180deg, rgba(238, 242, 255, 0.72) 0%, rgba(244, 246, 251, 0) 64%),
    var(--page-canvas);
}

.home-hero-copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.home-eyebrow,
.home-tour-index {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.home-hero h1,
.home-section-intro h2,
.home-tour-copy h3,
.home-faq h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 730;
  letter-spacing: -0.035em;
}

.home-hero h1 {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: clamp(44px, 5.5vw, 66px);
  line-height: 1.08;
}

.home-lead {
  max-width: 640px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.62;
}

.home-actions {
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.home-quota-note {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-hero-media {
  position: relative;
  margin: 46px auto 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 64px rgba(26, 35, 58, 0.12), 0 2px 8px rgba(26, 35, 58, 0.06);
}

.home-hero-media img {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: inherit;
}

.home-tour {
  padding: 108px 0 120px;
  background: var(--surface);
  scroll-margin-top: 68px;
}

.home-section-intro {
  max-width: 760px;
}

.home-section-intro h2,
.home-faq h2 {
  margin-top: 16px;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.1;
}

.home-section-intro > p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.66;
}

.home-tour-stage {
  margin-top: 52px;
  overflow: hidden;
  background: #fafbfe;
  border: 1px solid rgba(16, 19, 26, 0.13);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(23, 31, 50, 0.09);
}

.home-tour-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 28px;
  background: #f1f4f9;
  border-bottom: 1px solid var(--line);
}

.home-tour-tabs button {
  position: relative;
  min-height: 82px;
  padding: 18px 14px 16px;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 690;
  line-height: 1.4;
  text-align: left;
}

.home-tour-tabs button span {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 760;
}

.home-tour-tabs button::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 3px;
  background: var(--brand-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.home-tour-tabs button[aria-selected="true"] {
  color: var(--brand-blue);
}

.home-tour-tabs button[aria-selected="true"]::after {
  opacity: 1;
  animation: home-tour-progress var(--tour-duration) linear forwards;
  animation-play-state: paused;
}

.home-tour[data-tour-running="true"] .home-tour-tabs button[aria-selected="true"]::after {
  animation-play-state: running;
}

@keyframes home-tour-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.home-tour-panels {
  margin: 0;
  padding: 46px;
}

.home-tour-panel {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(540px, 7fr);
  align-items: center;
  gap: clamp(42px, 5.5vw, 72px);
  min-height: 500px;
}

.home-tour-panel[hidden] {
  display: none;
}

.home-tour-copy h3 {
  margin-top: 16px;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.14;
}

.home-tour-copy > p:not(.home-tour-index) {
  margin: 21px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

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

.home-proof-list li {
  padding: 13px 0;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.45;
}

.home-tour-media {
  display: block;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: var(--media-stage);
  border: 1px solid rgba(17, 21, 29, 0.5);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(20, 28, 48, 0.16);
}

.home-tour-media img,
.home-tour-media video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  background: #171c25;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
}

.home-tour-media-video {
  padding: 0;
  background: transparent;
  border-color: rgba(16, 19, 26, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(20, 28, 48, 0.12);
}

.home-tour-media-video video {
  background: #f4f6fb;
  border: 0;
  border-radius: 13px;
}

.home-tour-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 36px;
  padding: 11px 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.4;
}

.home-tour-media figcaption button {
  min-height: 32px;
  padding-inline: 13px;
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
}

.home-tour-media figcaption button:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.74);
}

.home-tour-controls {
  gap: 10px;
  margin: 0;
  padding: 18px 28px 20px;
  border-top: 1px solid var(--line);
}

.home-tour-controls button {
  min-height: 36px;
  padding-inline: 0;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

.home-tour-controls button:hover {
  color: var(--brand-blue);
  background: transparent;
}

.home-tour-controls button + button {
  margin-left: 18px;
}

.home-tour-controls button:last-child {
  margin-left: auto;
}

.home-tour-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.home-faq {
  padding: 112px 0 120px;
  background: var(--surface-subtle);
  scroll-margin-top: 64px;
}

.home-faq-intro,
.home-faq-list {
  width: min(760px, 100%);
  margin-inline: auto;
}

.home-faq-intro {
  text-align: center;
}

.home-faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.home-faq-list details {
  border-bottom: 1px solid var(--line);
}

.home-faq-list summary {
  padding: 25px 42px 25px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.home-faq-list p {
  margin: -2px 0 0;
  padding: 0 38px 26px 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.home-footer {
  padding: 68px 0;
  color: #ffffff;
  background: var(--footer);
}

.home-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
}

.home-footer .home-brand {
  gap: 9px;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 640;
}

.home-footer .home-brand img {
  width: 38px;
  height: 38px;
  transform: translateY(1px);
}

.home-footer .home-brand span {
  display: inline-flex;
  align-items: baseline;
  color: #ffffff;
  font-size: 20px;
  font-weight: 780;
  line-height: 0.88;
  transform: translateY(-3px);
}

.home-footer .home-brand b {
  color: #ffffff;
}

.home-footer-brand {
  margin-bottom: 18px;
}

.home-footer p {
  max-width: 480px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
}

.home-footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 620;
}

.home-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 160ms ease;
}

.home-footer-links a:hover {
  color: #ffffff;
  text-decoration-color: currentColor;
}

.home-footer a:focus-visible {
  outline-color: #ffffff;
}

.home-animate-ready .home-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease;
}

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

@media (max-width: 960px) {
  .home-header-inner {
    gap: 20px;
  }

  .home-header-actions {
    gap: 10px;
  }

  .home-language-picker,
  .home-header .home-login-link {
    display: none;
  }

  .home-tour-panel {
    grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .home-container,
  .home-header-inner {
    width: min(var(--content-max), calc(100% - 32px));
  }

  .home-header-inner {
    grid-template-columns: auto 1fr;
    min-height: 56px;
  }

  .home-header-actions {
    grid-column: 2;
  }

  .home-menu-button {
    display: inline-flex;
  }

  .home-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: calc((100vw - 100%) / -2);
    left: calc((100vw - 100%) / -2);
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: calc(100vh - 56px);
    padding: 28px 16px;
    overflow-y: auto;
    color: var(--ink);
    background: rgba(246, 247, 251, 0.98);
    box-shadow: 0 20px 42px rgba(20, 28, 48, 0.1);
    transform: none;
  }

  .home-nav[data-open="true"] {
    display: flex;
  }

  .home-nav a {
    min-height: 58px;
    padding: 16px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .home-nav .home-nav-language {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .home-nav-language svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .homepage-vnext.home-nav-open {
    overflow: hidden;
  }

  .home-hero {
    padding: 120px 0 72px;
  }

  .home-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.1;
  }

  .home-lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.66;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 30px;
  }

  .home-actions .home-button {
    width: 100%;
  }

  .home-hero-media {
    width: calc(100% - 20px);
    margin-top: 42px;
    padding: 0;
    border-radius: 14px;
  }

  .home-hero-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: 73% center;
    border-radius: inherit;
  }

  .home-tour {
    padding: 84px 0 92px;
  }

  .home-section-intro > p:last-child {
    font-size: 16px;
  }

  .home-tour-stage {
    margin-top: 38px;
    border-radius: 19px;
  }

  .home-tour-tabs {
    display: flex;
    width: 100%;
    padding: 0 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .home-tour-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-tour-tabs button {
    flex: 0 0 132px;
    min-width: 132px;
    min-height: 76px;
    padding: 16px 10px 14px;
    font-size: 14px;
    scroll-snap-align: center;
  }

  .home-tour-tabs button::after {
    right: 10px;
    left: 10px;
  }

  .home-tour-panels {
    padding: 18px 18px 28px;
  }

  .home-tour-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    min-height: 0;
  }

  .home-tour-media {
    order: -1;
    padding: 7px;
    border-radius: 15px;
  }

  .home-tour-media-video {
    padding: 0;
    border-radius: 12px;
  }

  .home-tour-media img,
  .home-tour-media video {
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 9px;
  }

  .home-tour-media-video video {
    border-radius: 11px;
  }

  .home-tour-copy > p:not(.home-tour-index) {
    font-size: 16px;
  }

  .home-proof-list {
    margin-top: 28px;
  }

  .home-proof-list li {
    padding-block: 13px;
    font-size: 14px;
  }

  .home-tour-controls {
    display: flex;
    padding: 15px 18px 17px;
  }

  .home-tour-controls button {
    width: auto;
    min-height: 34px;
  }

  .home-tour-cta {
    margin-top: 40px;
  }

  .home-tour-cta .home-button {
    width: 100%;
  }

  .home-faq {
    padding: 84px 0 92px;
  }

  .home-faq-list {
    margin-top: 42px;
  }

  .home-faq-list summary {
    min-height: 72px;
    padding-block: 20px;
    font-size: 16px;
  }

  .home-faq-list p {
    padding-right: 0;
    font-size: 15px;
  }

  .home-footer {
    padding: 56px 0;
  }

  .home-footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }

  .home-footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 1ms;
  }

  .home-animate-ready .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-header,
  .home-header::before,
  .home-header::after,
  .home-language-menu,
  .home-button,
  .home-menu-button,
  .home-tour-controls button,
  .home-tour-media figcaption button {
    transition: none;
  }
}
