:root {
  --canvas: #f6f7f9;
  --surface: #ffffff;
  --ink: #14161a;
  --muted: #5d6470;
  --line: #dfe3e8;
  --brand: #e10628;
  --brand-dark: #b9001d;
  --blue: #006ee6;
  --green: #17854b;
  --content-width: 720px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand-dark);
}

a:focus-visible {
  outline: 3px solid #79b9ff;
  outline-offset: 3px;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.header-inner,
.main,
.footer-inner {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: 24px;
  padding-right: 24px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 750;
  gap: 10px;
  letter-spacing: 0;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  align-items: center;
  background: var(--brand);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.site-nav {
  display: flex;
  font-size: 0.94rem;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.main {
  padding-bottom: 64px;
  padding-top: 56px;
}

.eyebrow {
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
ul,
ol,
address {
  margin-top: 0;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 18px;
}

h2 {
  font-size: 1.35rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 38px;
}

h3 {
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 8px;
}

p,
li,
address {
  font-size: 1rem;
}

.lead {
  color: var(--muted);
  font-size: 1.15rem;
  max-width: 60ch;
}

.intro-divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 36px 0 0;
}

.link-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.link-list li {
  border-bottom: 1px solid var(--line);
}

.link-list a {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 1.08rem;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  padding: 19px 0;
  text-decoration: none;
}

.link-list a::after {
  color: var(--brand);
  content: ">";
  font-size: 1.15rem;
}

.link-list small {
  color: var(--muted);
  display: block;
  font-size: 0.92rem;
  font-weight: 400;
  margin-top: 2px;
}

.notice {
  background: #fff7f8;
  border-left: 4px solid var(--brand);
  margin: 32px 0;
  padding: 17px 18px;
}

.notice p:last-child,
.contact-block p:last-child {
  margin-bottom: 0;
}

.contact-block {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 28px 0;
  padding: 22px;
}

.contact-block address {
  font-style: normal;
  margin-bottom: 16px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-link {
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
  font-weight: 700;
  padding: 9px 12px;
  text-decoration: none;
}

.button-link:hover {
  background: #f1f7ff;
  color: var(--blue);
}

.data-list {
  margin-bottom: 0;
  padding-left: 22px;
}

.data-list li + li {
  margin-top: 9px;
}

.source-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.footer-inner {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.86rem;
  gap: 12px;
  justify-content: space-between;
  min-height: 92px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 560px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .site-nav {
    gap: 16px;
    width: 100%;
  }

  .main {
    padding-bottom: 48px;
    padding-top: 40px;
  }

  h1 {
    font-size: 1.88rem;
  }

  .lead {
    font-size: 1.06rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
