:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #12233f;
  background: #eef4fb;
  line-height: 1.75;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid #d7e2f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgb(31 75 135 / 10%);
}

h1,
h2 {
  line-height: 1.35;
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 7vw, 44px);
}

h2 {
  margin: 36px 0 8px;
  font-size: 21px;
}

p,
ul,
ol {
  margin: 8px 0 0;
}

ul,
ol {
  padding-left: 1.4em;
}

a {
  color: #1f5dc6;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 4px;
  color: #2b69cf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead {
  color: #4f6078;
  font-size: 17px;
}

.notice {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #e8f1ff;
}

.danger-notice {
  background: #fff2ed;
  color: #6d2c17;
}

.links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.links a,
.button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #d7e2f0;
  border-radius: 14px;
  background: #f8fbff;
  text-decoration: none;
}

.button-link {
  width: fit-content;
  margin-top: 18px;
  border-color: #1f5dc6;
  background: #1f5dc6;
  color: #ffffff;
}

.meta,
footer {
  color: #64758c;
  font-size: 14px;
}

footer {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid #e2eaf4;
}

@media (max-width: 560px) {
  main {
    width: 100%;
    margin: 0;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
