body {
  margin: 0;
  background: #fff7ed;
  color: #1f1d18;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

a {
  color: #345cff;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  a[href] {
    cursor: pointer;
  }

  a[href]:hover {
    color: #2443c7;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
}

h2 {
  margin: 32px 0 8px;
  font-size: 1.15rem;
}

p,
li {
  color: #4f4a42;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a59, #7287ff);
  color: white;
  font-weight: 900;
  letter-spacing: 0;
}

.note {
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid rgb(31 29 24 / 12%);
  border-radius: 8px;
  background: white;
}
