body {
  margin: 0;
  background: #f4f7fb;
  color: #14213d;
  font-family: Arial, sans-serif;
}

main {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.card {
  border: 1px solid #d6e0ea;
  border-radius: 24px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

h1,
h2 {
  margin-top: 0;
}

p,
li {
  line-height: 1.7;
}

ol,
ul {
  padding-left: 20px;
}

.eyebrow {
  margin-bottom: 12px;
  color: #0f7b6c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.brand-lockup img {
  width: 56px;
  height: 56px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.brand-copy span {
  color: #5f6f95;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
