body.home {
  overflow-x: hidden;
}

.home .site-nav {
  max-width: 1180px;
  border-radius: 8px;
}

.homepage-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 52px;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1180px;
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: 76px 0 64px;
}

.home h1 {
  max-width: 620px;
  font-size: 58px;
}

.home .hero-copy {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.home .hero-actions {
  margin-top: auto;
  padding-top: 34px;
}

.app-preview-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(8, 58px);
  gap: 8px;
  min-width: 0;
}

.app-preview-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(34, 42, 65, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(34, 42, 65, 0.1);
}

.app-preview-card span {
  color: #596477;
  font-size: 12px;
  font-weight: 900;
}

.app-preview-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.14;
}

.app-preview-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 760;
}

.quick-points,
.section-inner,
.site-footer {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.quick-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -34px;
  padding-bottom: 44px;
}

.quick-points div,
.feature-list article,
.surface-panel,
.flow-list div {
  border: 1px solid rgba(34, 42, 65, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(34, 42, 65, 0.07);
}

.quick-points div {
  min-height: 108px;
  padding: 22px;
}

.quick-points strong,
.quick-points span {
  display: block;
}

.quick-points strong {
  font-size: 19px;
}

.quick-points span {
  margin-top: 4px;
  color: var(--muted);
}

.section-band {
  padding: 86px 0;
  background: #ffffff;
}

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

.home h2 {
  max-width: 760px;
  font-size: 42px;
  font-weight: 900;
}

.section-band p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #555d68;
  font-size: 18px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.feature-list article {
  min-height: 148px;
  padding: 24px;
}

.feature-list h3 {
  font-size: 20px;
}

.feature-list p {
  font-size: 16px;
}

.split-layout,
.trust-layout,
.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: 42px;
  align-items: center;
}

.policy-links {
  display: grid;
  gap: 10px;
}

.policy-links a {
  padding: 18px;
  border: 1px solid rgba(34, 42, 65, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 850;
  text-decoration: none;
}

.site-footer {
  grid-template-columns: 1fr auto;
  padding: 30px 0 42px;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

@media (max-width: 840px) {
  .homepage-hero,
  .split-layout,
  .trust-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .app-preview-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .app-preview-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 148px;
  }

  .quick-points,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .home h1,
  .home h2 {
    font-size: 38px;
  }

  .home .hero-copy {
    min-height: 0;
  }

  .home .hero-actions {
    margin-top: 30px;
    padding-top: 0;
  }
}
