@font-face {
  font-family: "Archivo Black Local";
  src: url("assets/fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Public Sans Local";
  src: url("assets/fonts/PublicSans-Variable.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Plex Mono Local";
  src: url("assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  color-scheme: light;
  --paper: #edf2f1;
  --paper-clear: #f8fbfa;
  --ink: #0a2638;
  --muted: #526571;
  --line: #a9b9bf;
  --line-soft: #ced9dc;
  --signal: #1558ee;
  --signal-deep: #073eb8;
  --display: "Archivo Black Local", "Arial Black", sans-serif;
  --body: "Public Sans Local", "Helvetica Neue", sans-serif;
  --mono: "Plex Mono Local", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  padding-bottom: 5.1rem;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), rgb(10 38 56 / 6%) 1px) 0 0 / 1.5rem 100%,
    linear-gradient(transparent calc(100% - 1px), rgb(10 38 56 / 5%) 1px) 0 0 / 100% 1.5rem,
    var(--paper);
  font-family: var(--body);
  line-height: 1.48;
  text-rendering: optimizeLegibility;
}

::selection {
  color: #fff;
  background: var(--signal);
}

a {
  color: inherit;
}

.meta-pixel-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.65rem 0.8rem;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(100%, 32rem);
  margin-inline: auto;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgb(237 242 241 / 92%);
}

.topbar {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--ink);
}

.brand {
  font-family: var(--display);
  font-size: 0.94rem;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.topbar-meta {
  display: flex;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.46rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.topbar-meta span + span {
  margin-left: 0.55rem;
  padding-left: 0.55rem;
  border-left: 1px solid var(--line);
}

.hero {
  position: relative;
  padding: 2rem 1rem 0;
  border-bottom: 1px solid var(--ink);
}

.hero::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 1px;
  background: var(--signal);
  box-shadow: 0.75rem 0.35rem 0 -0.2rem var(--signal);
  content: "";
}

.hero h1 {
  max-width: none;
  margin-bottom: 0.8rem;
  font-family: var(--body);
  font-size: clamp(1rem, 4.5vw, 1.35rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-transform: none;
  text-wrap: nowrap;
  white-space: nowrap;
}

.hero-lead {
  margin-bottom: 0.85rem;
  color: var(--ink);
  font-size: clamp(0.69rem, 2.85vw, 0.86rem);
  font-weight: 680;
  line-height: 1.5;
  white-space: nowrap;
}

.hero-lead span {
  display: block;
}

.manager-note {
  margin: 0 -1rem 1.35rem;
  padding: 1rem;
  color: #fff;
  background: var(--signal);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.45;
}

.hero-register {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-inline: -1rem;
  padding: 0.45rem 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.43rem;
  letter-spacing: 0.04em;
}

.rates {
  border-bottom: 1px solid var(--ink);
  background: var(--paper-clear);
}

.rates dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.rates dl > div {
  min-width: 0;
  padding: 1rem;
}

.rates dl > div + div {
  border-left: 1px solid var(--ink);
}

.rates dt {
  margin-bottom: 0.45rem;
  color: var(--signal);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rates dd {
  margin-bottom: 0;
}

.rates strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--display);
  font-size: clamp(2rem, 10vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.rates dd span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}

.steps,
.faq {
  padding: 1.7rem 1rem;
  border-bottom: 1px solid var(--ink);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.section-heading h2 {
  min-width: 0;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 5.4vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  white-space: nowrap;
}

.section-heading p {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: var(--signal);
  font-family: var(--mono);
  font-size: 0.46rem;
  text-transform: uppercase;
}

.steps > ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.steps > ol > li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.75rem;
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.step-number {
  display: grid;
  width: 1.8rem;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: var(--signal);
  font-family: var(--mono);
  font-size: 0.5rem;
}

.steps h3 {
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
  letter-spacing: -0.015em;
}

.steps li p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.faq {
  padding-bottom: 1.35rem;
  background: var(--paper-clear);
}

.faq-item {
  padding-block: 0.9rem;
  border-top: 1px solid var(--ink);
}

.faq-item h2 {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.faq-item > p,
.faq-item > ol {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.48;
}

.faq-item > ol {
  padding-left: 1.2rem;
}

.faq-item > p + ol {
  margin-top: 0.45rem;
}

.faq-item > ol li + li {
  margin-top: 0.4rem;
}

.site-footer {
  display: flex;
  min-height: 3.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.45rem;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
}

.sticky-action {
  position: fixed;
  z-index: 50;
  right: max(0.65rem, calc((100vw - 32rem) / 2 + 0.65rem));
  bottom: 0.65rem;
  left: max(0.65rem, calc((100vw - 32rem) / 2 + 0.65rem));
  display: flex;
  min-height: 3.65rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 3.2rem;
  border: 0;
  color: #fff;
  background: var(--signal);
  box-shadow: 0 0.8rem 2.2rem rgb(10 38 56 / 25%);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.sticky-action:hover {
  background: var(--signal-deep);
}

.sticky-action svg {
  position: absolute;
  right: 1rem;
  width: 1.2rem;
  fill: currentColor;
}

.sticky-action span {
  text-align: center;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}

.sticky-action:focus-visible {
  outline-color: var(--ink);
  box-shadow: 0 0 0 3px #fff, 0 0.8rem 2.2rem rgb(10 38 56 / 25%);
}

@media (max-width: 22.5rem) {
  .hero {
    padding-top: 1.55rem;
  }

  .manager-note {
    font-size: 0.8rem;
  }

  .section-heading {
    gap: 0.375rem;
  }

  .section-heading h2 {
    font-size: 1.05rem;
  }

  .section-heading p {
    font-size: 0.43rem;
  }

  .hero-register span:nth-child(2) {
    display: none;
  }

  .steps,
  .faq {
    padding-block: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .sticky-action,
  .step-number {
    border: 2px solid ButtonText;
  }
}
