@font-face {
  font-family: "ArialLegacy";
  src: url("arial.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --blue: #0086c7;
  --yellow: #f7b719;
  --charcoal: #505050;
  --copy: #565656;
  --light: #f2f2f2;
  --line: #d4d4d4;
  --white: #fff;
  --shell: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--copy);
  background: #ececec;
  font-family: "ArialLegacy", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: -70px; left: 16px; padding: 10px 16px; color: white; background: #222; }
.skip-link:focus { top: 16px; }
.app-shell { width: min(100%, var(--shell)); min-height: 100vh; margin: 0 auto; background: white; box-shadow: 0 0 38px rgba(0,0,0,.12); }

.intro { padding: 58px 40px 48px; text-align: center; }
.section-label, .version, .channel-heading > p, .access-title p { margin: 0; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.intro h1 { margin: 8px 0 18px; color: var(--charcoal); font-size: clamp(31px, 4.4vw, 50px); font-weight: 400; letter-spacing: -.035em; }
.intro-copy { max-width: 720px; margin: 0 auto 20px; font-size: 17px; }
.version { display: inline-block; padding: 7px 12px; color: var(--charcoal); border: 1px solid #d9d9d9; font-size: 11px; }

.channels { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.channel { min-height: 600px; display: flex; flex-direction: column; padding: 38px 30px 32px; }
.channel + .channel { border-left: 1px solid var(--line); }
.channel-web { color: white; background: var(--charcoal); }
.channel-android { background: var(--light); }
.channel-heading { min-height: 146px; text-align: center; }
.channel-heading > p { margin-top: 13px; color: inherit; opacity: .78; font-size: 10px; }
.channel-heading h2 { margin: 4px 0 0; color: inherit; font-size: 22px; font-weight: 700; letter-spacing: .025em; }
.platform-icon { display: inline-grid; width: 56px; height: 56px; place-items: center; color: inherit; }
.platform-icon svg { width: 49px; height: 49px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.apple-icon svg { fill: currentColor; stroke: none; }
.android-icon { color: var(--charcoal); }
.channel ol { flex: 1; margin: 4px 0 26px; padding-left: 22px; font-size: 14px; }
.channel li { margin-bottom: 13px; padding-left: 4px; }
.action { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; padding: 12px 16px; border: 3px solid var(--yellow); border-radius: 999px; font-size: 14px; font-weight: 400; text-align: center; text-decoration: none; transition: background .15s ease, color .15s ease; }
.action-filled { color: white; background: var(--yellow); }
.action-outline { color: var(--yellow); background: transparent; }
.action:not(.action-disabled):hover { color: white; background: #e9a900; border-color: #e9a900; }
.channel-note { min-height: 46px; margin: 14px 0 0; font-size: 11px; text-align: center; opacity: .78; }

.access { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.access-title { min-height: 290px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 38px; color: white; background: var(--charcoal); }
.lock-icon { display: grid; width: 70px; height: 70px; place-items: center; flex: 0 0 70px; }
.lock-icon svg { width: 64px; fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.access-title p { margin-bottom: 3px; color: var(--yellow); font-size: 11px; }
.access-title h2 { max-width: 250px; margin: 0; color: white; font-size: 23px; line-height: 1.15; }
.access-copy { padding: 45px; }
.access-copy p { margin: 0 0 15px; font-size: 15px; }
.access-action { max-width: 360px; margin-top: 25px; }

.support { padding: 55px 40px; text-align: center; background: white; }
.support h2 { margin: 0 0 10px; color: var(--blue); font-size: 28px; font-weight: 400; }
.support p { max-width: 680px; margin: 0 auto 20px; font-size: 14px; }
.support a { color: var(--blue); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.brand-rule { height: 7px; background: linear-gradient(90deg, #1689c9 0%, #28a3bb 38%, #77b776 68%, #f7b719 100%); }
.app-footer { padding: 22px 30px 20px; background: white; }
.footer-brands { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-logo { display: flex; height: 72px; align-items: center; }
.footer-logo img { display: block; width: auto; max-width: 100%; height: 70px; object-fit: contain; }
.footer-logo-left { width: 130px; justify-content: flex-start; }
.footer-logo-right { width: 220px; justify-content: flex-end; }
.footer-legal { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: #6b6b6b; font-size: 11px; text-align: center; }
.footer-legal p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 20px; margin: 8px 0; }
.footer-links a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.footer-cookie-note { font-size: 10px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 820px) {
  body { background: white; }
  .app-shell { box-shadow: none; }
  .channels { grid-template-columns: 1fr; }
  .channel { min-height: auto; padding: 40px 34px; }
  .channel + .channel { border-left: 0; border-top: 1px solid var(--line); }
  .channel-heading { min-height: auto; margin-bottom: 28px; }
  .channel ol { flex: none; }
  .channel-note { min-height: auto; }
  .access { grid-template-columns: 1fr; }
  .access-title { min-height: 190px; justify-content: flex-start; }
}

@media (max-width: 520px) {
  .intro { padding: 44px 24px 38px; }
  .intro-copy { font-size: 15px; }
  .channel { padding: 36px 24px 30px; }
  .access-title { padding: 30px 24px; }
  .access-title h2 { font-size: 20px; }
  .access-copy { padding: 34px 24px; }
  .support { padding: 45px 24px; }
  .brand-rule { height: 6px; }
  .app-footer { padding: 16px 18px 18px; }
  .footer-brands { min-height: 62px; gap: 14px; }
  .footer-logo { height: 56px; }
  .footer-logo img { height: 56px; }
  .footer-logo-left { width: 104px; }
  .footer-logo-right { width: 176px; }
  .footer-legal { margin-top: 12px; padding-top: 14px; }
  .footer-links { gap: 7px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
