:root {
  color: #342f38;
  background: #f5f2f0;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #2d68a4;
}

a:focus-visible {
  outline: 3px solid #1c63c7;
  outline-offset: 3px;
}

.site-header,
main,
.site-footer {
  width: min(820px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 32px 20px;
}

.brand-home {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

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

.brand-home strong {
  font-size: 17px;
}

.brand-home small {
  margin-top: 2px;
  color: #6b6570;
  font-size: 12px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: #c84f59;
  box-shadow: 0 8px 20px rgba(200, 79, 89, .2);
  font-size: 22px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 8px 10px;
  border-radius: 9px;
  color: #5f5965;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #aa3845;
  background: #fbe9e7;
}

main {
  padding: 28px;
  border: 1px solid #ded8d6;
  border-radius: 18px;
  background: #fffefc;
  box-shadow: 0 12px 34px rgba(52, 47, 56, .07);
  line-height: 1.75;
}

.home-main {
  display: grid;
  gap: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-main section {
  padding: 30px;
  border: 1px solid #ded8d6;
  border-radius: 20px;
  background: #fffefc;
  box-shadow: 0 12px 34px rgba(52, 47, 56, .06);
}

.hero {
  padding-block: 58px !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 79, 89, .12), transparent 32%),
    #fffefc !important;
}

.hero h1 {
  max-width: 680px;
  margin: 8px 0 16px;
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.hero-copy {
  max-width: 650px;
  margin: 0;
  color: #625c68;
  font-size: 17px;
}

.eyebrow {
  margin: 0;
  color: #aa3845;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.primary-link,
.secondary-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border-radius: 12px;
  font-weight: 750;
  text-decoration: none;
}

.primary-link {
  color: #fff;
  background: #c84f59;
}

.primary-link:hover {
  background: #aa3845;
}

.secondary-link {
  border: 1px solid #d9d2d1;
  color: #4b4550;
  background: #fff;
}

.release-note {
  margin: 16px 0 0;
  color: #756e78;
  font-size: 13px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 5px 0 0;
}

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

.feature-card {
  padding: 20px;
  border: 1px solid #e5dfdd;
  border-radius: 16px;
  background: #fff;
}

.feature-card h3 {
  margin: 12px 0 5px;
}

.feature-card p {
  margin: 0;
  color: #68616c;
  font-size: 14px;
}

.feature-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #aa3845;
  background: #fbe9e7;
  font-weight: 850;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  background: #f8fbf8 !important;
}

.trust-panel h2 {
  margin: 5px 0 8px;
}

.trust-panel p {
  margin-bottom: 0;
}

.trust-list {
  margin: 0;
  padding: 20px 20px 20px 38px;
  border-radius: 15px;
  background: #fff;
}

.trust-list li::marker {
  color: #287a58;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 28px 120px 1fr;
  gap: 12px;
  align-items: baseline;
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: #aa3845;
  background: #fbe9e7;
  font-size: 13px;
  font-weight: 850;
}

.steps span {
  color: #68616c;
}

h2 {
  margin-top: 30px;
  font-size: 20px;
}

.page-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.2;
}

h2:first-child {
  margin-top: 0;
}

li + li {
  margin-top: 6px;
}

.summary {
  padding: 14px 16px;
  border-left: 4px solid #c84f59;
  background: #fff7f5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 22px 36px;
  color: #6b6570;
  font-size: 13px;
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav a {
    flex: 1;
    text-align: center;
  }

  main {
    padding: 20px;
  }

  .home-main {
    gap: 22px;
    padding: 0;
  }

  .home-main section {
    padding: 22px;
  }

  .hero {
    padding-block: 38px !important;
  }

  .feature-grid,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .steps li {
    grid-template-columns: 28px 1fr;
  }

  .steps span {
    grid-column: 2;
  }

  .site-footer {
    flex-direction: column;
  }
}
