:root {
  color-scheme: light;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", "Source Han Sans SC", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  background: #f5f7fb;
  color: #172033;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  object-fit: contain;
}

.hash-text {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.hidden {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 10px 28px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dbe3ee;
  backdrop-filter: blur(10px);
}

.brand-link,
.user-nav,
.main-nav,
.hero-actions,
.inline-actions {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #14342f;
  color: #fff;
}

.brand-mark .brand-logo {
  width: 100%;
  height: 100%;
}

.main-nav {
  gap: 6px;
}

.main-nav a,
.user-nav a {
  border-radius: 6px;
  padding: 7px 9px;
  color: #475467;
  font-size: 13px;
}

.main-nav a:hover,
.main-nav a.active,
.user-nav a:hover {
  background: #eef4ff;
  color: #174ea6;
}

.user-nav {
  gap: 8px;
}

[data-language-select] {
  width: auto;
  min-height: 36px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: #475467;
  padding: 7px 9px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #14746f;
  border-radius: 8px;
  background: #14746f;
  color: #fff !important;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

.button:hover {
  background: #0f5f5b;
}

.button.secondary {
  border-color: #1f4b99;
  background: #1f4b99;
}

.button.secondary:hover {
  background: #173a78;
}

.button.quiet {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.13);
  color: #fff !important;
}

.button.small {
  min-height: 34px;
  padding: 7px 12px;
}

.button.large {
  min-height: 44px;
  padding: 10px 16px;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  padding: 78px 32px 66px;
  color: #fff;
  background: #14342f;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 22, 26, 0.90), rgba(8, 22, 26, 0.58), rgba(8, 22, 26, 0.10)),
    url("/assets/product-preview.png") center right / cover no-repeat;
}

.hero-content {
  position: relative;
  width: min(680px, 100%);
  display: grid;
  gap: 14px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: #d99a2b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.download-panel h1 {
  margin: 0;
  font-size: 43px;
  line-height: 1.08;
}

.hero-subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.hero-copy,
.page-hero p,
.download-panel p,
.split-band p {
  margin: 0;
  color: #dbe7ef;
  font-size: 15px;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.announcement {
  display: flex;
  gap: 12px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid #f1d79b;
  border-radius: 8px;
  background: #fff7e6;
}

.announcement span {
  border-radius: 6px;
  background: #a15c05;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
}

.announcement p {
  margin: 0;
  color: #68440c;
}

.section,
.page-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 54px 0;
}

.section-head,
.intro-grid,
.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: start;
}

.section h2,
.split-band h2,
.feature-matrix h2,
.release-note h2 {
  margin: 6px 0 0;
  font-size: 27px;
  line-height: 1.22;
}

.feature-row,
.plans-grid,
.feature-matrix {
  display: grid;
  gap: 14px;
}

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

.feature-row article,
.plan-card,
.feature-matrix article,
.release-note,
.docs-index,
.docs-content {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.feature-row article {
  padding: 16px;
}

.feature-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.feature-row p,
.plan-card p,
.feature-matrix p {
  margin: 0;
  color: #667085;
  line-height: 1.65;
}

.plans-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plan-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  min-height: 210px;
}

.plan-card h3 {
  margin: 0;
  font-size: 18px;
}

.price {
  color: #14342f;
  font-size: 24px;
  font-weight: 800;
}

.muted {
  color: #667085;
}

.plan-card .button {
  align-self: end;
}

.text-link {
  justify-self: end;
  color: #1f4b99;
  font-weight: 700;
}

.workflow {
  align-items: center;
  border-top: 1px solid #dbe3ee;
}

.trust-grid,
.faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid article,
.faq-grid details {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.trust-grid strong,
.faq-grid summary {
  color: #172033;
  font-weight: 800;
}

.trust-grid p,
.faq-grid p {
  color: #667085;
  line-height: 1.65;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 22px;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.comparison th,
.comparison td {
  text-align: left;
  padding: 11px;
  border-bottom: 1px solid #e8edf5;
  vertical-align: top;
}

.comparison th {
  color: #667085;
  font-size: 13px;
}

.workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow li {
  display: grid;
  gap: 10px;
  border-top: 3px solid #14746f;
  padding: 14px 0 0;
  color: #344054;
  font-weight: 700;
}

.workflow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #e8f5f3;
  color: #14746f;
}

.page-main {
  padding: 42px 0 64px;
}

.page-hero {
  min-height: 300px;
  display: grid;
  align-content: end;
  gap: 12px;
  border-radius: 8px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 31, 38, 0.99), rgba(12, 31, 38, 0.94)),
    url("/assets/product-preview.png") center right / cover no-repeat;
}

.product-hero {
  background-position: center;
}

.docs-hero {
  background-position: center right;
}

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

.feature-matrix article {
  padding: 17px;
}

.feature-matrix span {
  color: #d99a2b;
  font-weight: 900;
}

.split-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #dbe3ee;
}

.inline-actions {
  gap: 10px;
  flex-wrap: wrap;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 24px;
  min-height: 440px;
  align-items: center;
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(20, 52, 47, 0.99), rgba(20, 52, 47, 0.96)),
    url("/assets/product-preview.png") center right / cover no-repeat;
  color: #fff;
}

.version-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.version-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}

.version-list dt {
  color: #c7d7d3;
}

.version-list dd {
  margin: 0;
  font-weight: 800;
}

.release-note {
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: #172033;
}

.release-note p {
  color: #667085;
}

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

.status-grid,
.changelog-list {
  display: grid;
  gap: 14px;
}

.status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.status-card {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.status-card span {
  display: block;
  color: #667085;
  font-size: 13px;
  margin-bottom: 8px;
}

.status-card strong {
  color: #14342f;
  font-size: 19px;
  overflow-wrap: anywhere;
}

.changelog-list {
  margin-top: 18px;
}

.docs-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.docs-index,
.docs-content {
  padding: 16px;
}

.docs-index {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 8px;
}

.docs-index a {
  border-radius: 6px;
  padding: 8px 10px;
  color: #344054;
}

.docs-index a:hover {
  background: #eef4ff;
  color: #174ea6;
}

.doc-section {
  padding: 8px 0 22px;
  border-bottom: 1px solid #e5ebf3;
}

.doc-section:last-child {
  border-bottom: 0;
}

.doc-section h2 {
  margin: 0 0 10px;
  font-size: 21px;
}

.doc-body {
  color: #344054;
  line-height: 1.75;
}

.doc-body p {
  margin: 0 0 10px;
}

.doc-body ol,
.doc-body ul {
  margin: 0 0 12px 20px;
  padding: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  border-top: 1px solid #dbe3ee;
  padding: 24px 16px 34px;
  color: #667085;
}

.site-footer span {
  color: #172033;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-row,
  .feature-matrix,
  .trust-grid,
  .faq-grid,
  .workflow ol,
  .status-grid,
  .pricing-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    display: grid;
    padding: 12px 16px;
  }

  .main-nav,
  .user-nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: calc(100svh - 190px);
    padding: 64px 16px 52px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 22, 26, 0.94), rgba(8, 22, 26, 0.78)),
      url("/assets/product-preview.png") center / cover no-repeat;
  }

  .hero h1,
  .page-hero h1,
  .download-panel h1 {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .announcement,
  .section,
  .page-main {
    width: min(100% - 24px, 1180px);
  }

  .announcement,
  .split-band {
    align-items: flex-start;
    display: grid;
  }

  .section {
    padding: 42px 0;
  }

  .section-head,
  .intro-grid,
  .workflow,
  .download-panel,
  .docs-layout {
    grid-template-columns: 1fr;
  }

  .feature-row,
  .feature-matrix,
  .trust-grid,
  .faq-grid,
  .workflow ol,
  .plans-grid,
  .status-grid,
  .pricing-notes {
    grid-template-columns: 1fr;
  }

  .text-link {
    justify-self: start;
  }

  .page-hero,
  .download-panel {
    padding: 24px;
  }

  .docs-index {
    position: static;
  }
}

.home-v2 {
  background: #f6f8fb;
}

.home-v2 .commercial-hero {
  display: grid;
  align-content: center;
  min-height: calc(100svh - 108px);
  padding: 58px 32px 34px;
  background: #0d332f;
  isolation: isolate;
}

.home-v2 .commercial-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 31, 30, .99) 0%, rgba(10, 31, 30, .96) 42%, rgba(10, 31, 30, .84) 72%),
    url("/assets/product-preview.png") center right / cover no-repeat;
}

.home-v2 .hero-content {
  z-index: 2;
  width: min(640px, 100%);
  padding-top: 12px;
}

.home-v2 .hero h1 {
  max-width: 12ch;
  font-size: clamp(42px, 7vw, 82px);
}

.home-v2 .hero-subtitle {
  font-size: clamp(21px, 3vw, 30px);
}

.home-v2 .hero-copy {
  max-width: 620px;
  font-size: 16px;
}

.hero-note {
  margin: 2px 0 0;
  color: #b9d3ce;
  font-size: 13px;
}

.hero-console {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 5vw, 84px);
  top: clamp(92px, 15vh, 138px);
  width: min(500px, 42vw);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(247, 250, 252, .92);
  box-shadow: 0 28px 80px rgba(4, 18, 25, .30);
}

.console-bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  background: #eef3f7;
}

.console-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0f766e;
}

.console-bar span:nth-child(2) {
  background: #d99a2b;
}

.console-bar span:nth-child(3) {
  background: #2457a6;
}

.console-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 14px;
  padding: 18px;
  color: #172033;
}

.console-grid section {
  display: grid;
  gap: 10px;
}

.console-grid strong {
  font-size: 18px;
}

.console-grid p,
.console-grid span {
  margin: 0;
  color: #667085;
}

.console-library div,
.typing-line {
  min-height: 34px;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
  background: #fff;
  padding: 8px 10px;
  color: #345071;
}

.console-preview button {
  width: fit-content;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #14746f;
  color: #fff;
  padding: 7px 12px;
}

.hero-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, 100%);
  margin: 32px 0 0;
}

.hero-metrics div {
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 12px;
}

.hero-metrics dt {
  color: #fff;
  font-weight: 800;
}

.hero-metrics dd {
  margin: 5px 0 0;
  color: #c6d7d4;
}

.home-band {
  min-height: 160px;
}

.capability-suite .section-head,
.trust-section .section-head {
  margin-bottom: 16px;
}

.capability-suite .feature-row article span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff3d8;
  color: #9a5b00;
  font-weight: 900;
}

.capability-suite .feature-row article:nth-child(2n) span {
  background: #e8f5f3;
  color: #0f766e;
}

.capability-suite .feature-row article:nth-child(3n) span {
  background: #eef4ff;
  color: #2457a6;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .42s ease, transform .42s ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1040px) {
  .hero-console {
    opacity: .42;
    right: -90px;
    width: 560px;
  }
}

@media (max-width: 760px) {
  .home-v2 .site-header {
    position: sticky;
    display: grid;
    gap: 8px;
    min-height: auto;
    padding: 10px 12px;
  }

  .home-v2 .main-nav,
  .home-v2 .user-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-v2 .main-nav::-webkit-scrollbar,
  .home-v2 .user-nav::-webkit-scrollbar {
    display: none;
  }

  .home-v2 .main-nav a,
  .home-v2 .user-nav a {
    flex: 0 0 auto;
    padding: 6px 8px;
    font-size: 12px;
  }

  .home-v2 [data-language-select] {
    flex: 0 0 94px;
    min-height: 32px;
  }

  .home-v2 .commercial-hero {
    min-height: min(560px, calc(100svh - 236px));
    padding: 34px 16px 24px;
  }

  .home-v2 .commercial-hero::before {
    background:
      linear-gradient(90deg, rgba(10, 31, 30, .96), rgba(10, 31, 30, .82)),
      url("/assets/product-preview.png") center / cover no-repeat;
  }

  .hero-console {
    display: none;
  }

  .hero-metrics {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.brand-mark {
  background: transparent;
  color: inherit;
}

.brand-mark:empty {
  background: transparent;
}

.home-v2 {
  background: #f3f6f8;
}

.home-v2 .site-header {
  min-height: 66px;
  background: rgba(248, 250, 252, .92);
  border-bottom-color: rgba(20, 52, 47, .12);
}

.home-v2 .commercial-hero {
  min-height: calc(100svh - 66px);
  align-content: center;
  padding: 76px 54px 42px;
  background: #071f26;
}

.home-v2 .commercial-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 31, 38, .98) 0%, rgba(7, 31, 38, .92) 46%, rgba(7, 31, 38, .52) 72%, rgba(7, 31, 38, .22) 100%),
    url("/assets/product-preview.png") center right / cover no-repeat;
}

.home-v2 .commercial-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  content: "";
  background: linear-gradient(180deg, rgba(7, 31, 38, 0), #f3f6f8);
  z-index: 1;
}

.home-v2 .hero-content {
  z-index: 3;
  width: min(720px, 100%);
}

.home-v2 .hero h1 {
  max-width: none;
  font-size: 72px;
  line-height: .98;
  letter-spacing: 0;
}

.home-v2 .hero-subtitle {
  color: #f9fafb;
  font-size: 30px;
}

.home-v2 .hero-copy {
  max-width: 660px;
  color: #d8e6ea;
  font-size: 17px;
}

.hero-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.hero-anchors a {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, .08);
  color: #e8f2f4;
  font-size: 13px;
  font-weight: 700;
}

.home-v2 .hero-actions {
  margin-top: 16px;
}

.home-v2 .button {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.home-v2 .button.secondary {
  border-color: #2457a6;
  background: #2457a6;
}

.home-v2 .button.quiet {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .09);
}

.home-v2 .hero-note {
  color: #bdd3d8;
  font-size: 14px;
}

.home-v2 .hero-console {
  right: 48px;
  top: 118px;
  width: min(570px, 43vw);
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.home-v2 .console-bar {
  background: #f2f5f7;
}

.home-v2 .console-grid {
  grid-template-columns: .82fr 1.18fr;
  min-height: 250px;
}

.home-v2 .console-library div {
  border-left: 3px solid #d99a2b;
}

.home-v2 .typing-line {
  min-height: 72px;
  background: #f8fbfc;
}

.home-v2 .hero-metrics {
  z-index: 3;
  margin-top: 42px;
}

.home-v2 .hero-metrics div {
  border-top: 0;
  border-left: 3px solid #d99a2b;
  padding: 4px 0 4px 14px;
}

.home-v2 .announcement {
  margin-top: -28px;
  position: relative;
  z-index: 4;
  border-color: rgba(20, 52, 47, .13);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 32, 45, .08);
}

.home-v2 .announcement span {
  background: #14342f;
}

.home-v2 .announcement p {
  color: #344054;
}

.home-v2 .section {
  padding: 74px 0;
}

.home-v2 .home-band {
  min-height: 260px;
  align-items: center;
}

.home-v2 .home-band p {
  color: #3e5266;
  font-size: 17px;
}

.home-v2 .section h2,
.home-v2 .split-band h2 {
  font-size: 34px;
  letter-spacing: 0;
}

.home-v2 .feature-row article,
.home-v2 .trust-grid article,
.home-v2 .faq-grid details,
.home-v2 .plan-card {
  border-color: rgba(20, 52, 47, .13);
  box-shadow: 0 18px 36px rgba(27, 44, 58, .07);
}

.home-v2 .feature-row article {
  min-height: 210px;
  padding: 20px;
}

.home-v2 .feature-row article:hover,
.home-v2 .trust-grid article:hover,
.home-v2 .faq-grid details:hover {
  transform: translateY(-4px);
  transition: transform .22s ease, box-shadow .22s ease;
  box-shadow: 0 22px 46px rgba(27, 44, 58, .11);
}

.home-v2 .workflow {
  border-top: 0;
  border-bottom: 1px solid rgba(20, 52, 47, .12);
}

.home-v2 .workflow li {
  border-top-color: #2457a6;
  background: #fff;
  border-radius: 8px;
  min-height: 126px;
  padding: 18px;
  box-shadow: 0 14px 28px rgba(27, 44, 58, .06);
}

.home-v2 .workflow span {
  background: #eef4ff;
  color: #2457a6;
}

.home-v2 .plans-section {
  background: transparent;
}

.home-v2 .faq-grid summary {
  cursor: pointer;
}

@media (max-width: 1040px) {
  .home-v2 .hero h1 {
    font-size: 58px;
  }

  .home-v2 .hero-console {
    right: -120px;
    width: 560px;
    opacity: .55;
  }
}

@media (max-width: 760px) {
  .home-v2 .commercial-hero {
    min-height: calc(100svh - 126px);
    padding: 46px 16px 34px;
  }

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

  .home-v2 .hero-subtitle {
    font-size: 24px;
  }

  .home-v2 .hero-copy {
    font-size: 15px;
  }

  .hero-anchors {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .hero-anchors a {
    flex: 0 0 auto;
  }

  .home-v2 .announcement {
    margin-top: 14px;
  }

  .home-v2 .section {
    padding: 46px 0;
  }

  .home-v2 .section h2,
  .home-v2 .split-band h2 {
    font-size: 27px;
  }
}
