@font-face {
  font-family: "Lexend Variable";
  src: url('/fonts/lexend-latin-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root { color-scheme: dark; font-family: "Lexend Variable", "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(160deg, rgba(16,61,81,.86), rgba(5,32,45,.94)), url('/img/hero-home.webp') center / cover fixed;
}
.qr-page { width: min(30rem, calc(100% - 2rem)); padding: 2rem 0 2.5rem; text-align: center; }
h1 { margin: 0; }
.logo-link { display: inline-block; }
.logo { display: block; width: min(100%, 20rem); height: auto; margin: 0 auto; }
.intro { max-width: 27rem; margin: .75rem auto 1.2rem; line-height: 1.45; font-size: .95rem; }
.phone { display: inline-block; margin-bottom: 1.1rem; color: #fff; font-size: 1.2rem; text-decoration: none; }
.phone:hover { text-decoration: underline; }
.links { display: grid; gap: .55rem; }
.action { min-height: 3rem; display: grid; place-items: center; padding: .6rem 1rem; border: 2px solid #fff; border-radius: .4rem; background: #fff; color: #103d51; font-weight: 700; text-decoration: none; }
.action:hover { background: #e8f2f5; border-color: #e8f2f5; }
.action--eligibility { background: #d8c6a8; border-color: #d8c6a8; }
.action--eligibility:hover { background: #eadbc3; border-color: #eadbc3; }
a:focus-visible { outline: 3px solid #ffe09b; outline-offset: 3px; }
@media (max-width: 600px) { body { background-attachment: scroll; } }
