.input-glass {
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
}

.input-glass:focus {
  border-color: #d4a056;
  outline: none;
  box-shadow: 0 0 0 1px #d4a056;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.privacy-link { color: inherit; text-decoration: none; }
.privacy-link:hover { text-decoration: underline; }

.card {
    background: transparent!important;
    min-width: 100%;
}

/* Supporting pages only — these selectors do not affect the landing page. */
.hero { position: relative; display: grid; min-height: 100svh; place-items: center; padding: 1rem; background: url('img/makr-bg.jpg') center / cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(rgba(8, 13, 28, .78), rgba(8, 13, 28, .78)); }
.landing-card { position: relative; width: min(100%, 42rem); padding: 2.25rem 1.625rem; text-align: center; background: rgba(17, 24, 39, .6); border-radius: .75rem; color: #fff; font-family: Inter, sans-serif; }
.landing-card--small { max-width: 36rem; }
.brand { display: inline-block; margin-bottom: 3rem; }
.logo { display: block; width: auto; height: 3.5rem; }
.landing-card h1 { margin: 0; font-size: 1.875rem; line-height: 1.1; }
.intro { margin: 1.5rem 0 0; color: rgba(255, 255, 255, .7); font-size: 1rem; line-height: 1.45; }
.eyebrow { margin: 0 0 .75rem; color: #d4a056; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button-link { display: inline-block; margin-top: 2rem; padding: 1rem 1.25rem; color: #fff; font-weight: 600; text-decoration: none; background: #cb9854; border-radius: .75rem; }
.legal-page { margin: 0; min-height: 100svh; color: #c4cad7; background: #080d1c; font-family: Inter, sans-serif; line-height: 1.5; }
.legal-header, .legal-content { width: min(100% - 2rem, 48rem); margin: 0 auto; }
.legal-header { padding-top: 2rem; }
.legal-header .brand { margin: 0; }
.legal-content { padding: 3rem 0 5rem; }
.legal-content h1, .legal-content h2 { color: #fff; line-height: 1.15; }
.legal-content h1 { margin: 1.75rem 0 0; font-size: 1.875rem; }
.legal-content h2 { margin: 2.25rem 0 0; font-size: 1.15rem; }
.legal-content p { margin: 1rem 0 0; font-size: .9rem; }
.legal-content a, .back-link { color: #f1c078; text-underline-offset: .18em; }
.updated { color: #aeb5c4; font-size: .9rem; }
@media (min-width: 40rem) { .landing-card h1 { font-size: 2.25rem; } }
