:root {
  --bg: #0f0f12;
  --surface: #18181b;
  --surface-soft: rgba(255, 255, 255, .045);
  --text: #fff;
  --muted: #8a8a8e;
  --lime: #d5ff00;
  --blue: #3b82f6;
  --border: rgba(255, 255, 255, .1);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

/* Keep the screenshot viewer inside the StarDex visual system. */
.tobi { background: rgba(15, 15, 18, .96); backdrop-filter: blur(18px); }
.tobi [data-type] > figure > figcaption {
  display: none;
}
.tobi > button { opacity: .7; }
.tobi > button svg { stroke: #d5ff00; }
.tobi__counter { color: #d5ff00; font-size: 16px; font-weight: 900; letter-spacing: 1px; }
.tobi-zoom__icon { display: none; }

.site-glow { position: absolute; max-width: 100%; border-radius: 50%; filter: blur(130px); pointer-events: none; opacity: .13; }
.site-glow--lime { width: 420px; height: 420px; right: 0; top: 170px; background: var(--lime); }
.site-glow--blue { width: 500px; height: 500px; left: 0; top: 610px; background: var(--blue); }

.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  padding-inline: 18px;
}
.nav::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(15,15,18,.9);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 950; letter-spacing: -.7px; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.nav > .brand {
  gap: 14px;
  font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -1.6px;
}
.nav > .brand img { width: 46px; height: 46px; border-radius: 11px; }
.nav nav { display: flex; gap: 34px; align-items: center; color: #b7b7bb; font-size: 15px; font-weight: 700; }
.nav nav a { transition: color .2s ease; }
.nav nav a:hover { color: var(--text); }
.nav nav a[aria-current="page"] { color: var(--text); }
.nav .nav__cta { display: inline-flex; align-items: center; gap: 12px; border: 0; color: #0b0b0d; padding: 13px 20px; border-radius: 999px; background: var(--lime); box-shadow: 0 9px 26px rgba(213,255,0,.16); font: inherit; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.nav .nav__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(213,255,0,.27); }
.nav .nav__cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; position: relative; padding-block: 55px 80px; }
.hero__copy { position: relative; z-index: 5; }
.eyebrow, .section-kicker { color: #b5b5b9; font-size: 13px; font-weight: 900; letter-spacing: 1.7px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { display: block; width: 29px; height: 2px; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
h1, h2, h3 { margin: 0; font-family: "Arial Black", Impact, ui-sans-serif, sans-serif; font-weight: 950; }
h1 { font-size: clamp(58px, 7.1vw, 102px); line-height: .84; letter-spacing: -6px; }
h1 em, h2 em { color: var(--lime); font-style: italic; }
.hero__lead { max-width: 600px; margin: 30px 0 28px; color: #aaaab0; font-size: 18px; line-height: 1.65; }
.hero__download { display: flex; align-items: flex-end; gap: 20px; margin-top: 32px; }
.hero__qr > div { width: 176px; height: 176px; padding: 10px; border-radius: 20px; background: #fff; }
.hero__qr img { width: 100%; height: 100%; image-rendering: pixelated; }
.store-buttons { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.store-buttons--stacked { flex-direction: column; align-items: flex-start; gap: 12px; }
.store-button {
  /* Match in-app secondary/dark dialog buttons (CANCEL style). */
  width: 210px;
  height: 64px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, rgba(42, 42, 47, .96), rgba(18, 18, 21, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 12px 28px rgba(0, 0, 0, .38);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 255, 0, .5);
  background: linear-gradient(145deg, rgba(48, 48, 53, .98), rgba(21, 21, 24, 1));
}
.store-button:focus-visible { outline: 2px solid rgba(255, 255, 255, .35); outline-offset: 3px; }
.store-button__icon { flex: 0 0 31px; width: 31px; height: 35px; }
.store-button__icon--apple { fill: #fff; }
.store-button > span { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.store-button small { color: #c2c2c6; font-size: 11px; font-weight: 800; line-height: 1.05; letter-spacing: .3px; }
.store-button strong { margin-top: 3px; font-size: 21px; font-weight: 900; line-height: 1; white-space: nowrap; letter-spacing: -.7px; }
.hero .store-buttons--stacked { height: 176px; justify-content: space-between; }
.hero .store-buttons--stacked .store-button { width: 226px; height: 82px; padding-inline: 20px; }
.hero .store-buttons--stacked .store-button__icon { flex-basis: 35px; width: 35px; height: 39px; }
.hero .store-buttons--stacked .store-button strong { font-size: 23px; }
.hero__visual { position: relative; height: 585px; transform: translateX(35px); }
.phone-card { position: absolute; overflow: hidden; border-radius: 34px; background: #08080a; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.65); }
.phone-card img { width: 100%; height: 100%; object-fit: cover; }
.phone-card--front { width: 260px; height: 563px; left: 70px; top: 5px; transform: rotate(-4deg); z-index: 3; }
.phone-card--back { width: 224px; height: 485px; right: 5px; top: 65px; transform: rotate(8deg); opacity: .72; z-index: 2; }
.scan-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(213,255,0,.16); }
.scan-ring--one { width: 520px; height: 520px; left: 0; top: 33px; }
.scan-ring--two { width: 390px; height: 390px; left: 66px; top: 98px; border-color: rgba(59,130,246,.16); }
.floating-chip { position: absolute; z-index: 6; min-width: 150px; padding: 13px 16px; border: 1px solid var(--border); border-radius: 14px; background: rgba(24,24,27,.82); backdrop-filter: blur(18px); box-shadow: 0 14px 35px rgba(0,0,0,.3); }
.floating-chip b { display: block; color: var(--lime); font-size: 13px; letter-spacing: .8px; }
.floating-chip span { display: block; margin-top: 5px; color: #c4c4c6; font-size: 13px; }
.floating-chip--top { right: -15px; top: 35px; }
.floating-chip--bottom { left: 0; bottom: 34px; }

.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { min-height: 112px; display: flex; align-items: center; gap: 16px; padding: 20px 26px; border-right: 1px solid var(--border); }
.stats div:last-child { border-right: 0; }
.stats strong { color: var(--lime); font-size: 13px; letter-spacing: 1.2px; }
.stats span { font-size: 14px; color: #c6c6c9; font-weight: 800; text-transform: uppercase; letter-spacing: .45px; }

.features { padding-block: 145px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 70px; align-items: end; margin-bottom: 58px; }
h2 { margin-top: 15px; font-size: clamp(42px, 5.2vw, 72px); line-height: .94; letter-spacing: -4px; }
.section-heading > p { color: #aaaab0; line-height: 1.7; font-size: 17px; margin: 0 0 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 350px; position: relative; padding: 30px; border-radius: 22px; border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -60px; top: -60px; background: var(--blue); filter: blur(80px); opacity: .08; }
.feature-card--accent::after { background: var(--lime); opacity: .14; }
.feature-card__number { position: absolute; right: 24px; top: 23px; color: #5d5d63; font-size: 14px; font-weight: 900; }
.feature-card__icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 62px; color: var(--lime); background: rgba(213,255,0,.09); border: 1px solid rgba(213,255,0,.14); font-size: 26px; }
.feature-card__icon svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card__pain { display: block; margin-bottom: 12px; color: var(--lime); font-size: 13px; line-height: 1.4; font-weight: 900; letter-spacing: .65px; }
.feature-card h3 { font-size: 21px; letter-spacing: -1px; }
.feature-card p { color: #aaaab0; font-size: 16px; line-height: 1.65; margin: 13px 0 0; }

.showcase { padding-block: 110px 130px; background: #121216; border-block: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.showcase__heading { margin-bottom: 55px; }
.screenshot-rail {
  display: flex;
  gap: 22px;
  width: 100%;
  padding: 14px max(24px, calc((100vw - var(--shell)) / 2)) 26px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-padding-inline: max(24px, calc((100vw - var(--shell)) / 2));
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.screenshot-rail::-webkit-scrollbar { display: none; }
.screenshot-rail a { display: block; flex: 0 0 242px; width: 242px; scroll-snap-align: start; border-radius: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 28px 65px rgba(0,0,0,.38); transition: transform .25s ease; }
.screenshot-rail a:hover { transform: translateY(-9px); }
.screenshot-rail a:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; transform: translateY(-5px); }
.screenshot-rail img { width: 100%; }

.final-cta { min-height: 290px; margin-block: 88px; padding: 48px 64px; border: 1px solid rgba(213,255,0,.18); border-radius: 28px; background: radial-gradient(circle at 88% 20%, rgba(213,255,0,.12), transparent 32%), linear-gradient(135deg, #1a1a1d, #121214); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 52px; position: relative; overflow: hidden; }
.final-cta h2 { font-size: clamp(38px, 4.2vw, 60px); }
.final-cta .store-buttons { flex-direction: column; align-items: flex-start; }

.footer { padding-block: 64px 26px; border-top: 1px solid var(--border); color: #85858b; font-size: 14px; }
.brand--footer {
  gap: 14px;
  color: #fff;
  font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -1.6px;
}
.brand--footer img { width: 46px; height: 46px; border-radius: 11px; }
.footer a:hover { color: #fff; }
.footer__main { display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 90px; padding-bottom: 58px; }
.footer__identity > p { max-width: 430px; margin: 23px 0 0; color: #99999e; font-size: 16px; line-height: 1.65; }
.footer__nav { display: grid; grid-template-columns: repeat(3, minmax(110px, auto)); gap: 54px; }
.footer__nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer__nav strong { margin-bottom: 3px; color: #fff; font-size: 13px; letter-spacing: .8px; }
.footer__nav a { color: #929298; line-height: 1.4; }
.footer__bottom { min-height: 62px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.07); }
.footer__bottom p { margin: 0; }
.footer__top-link { display: inline-flex; align-items: center; gap: 10px; color: #b6b6ba; font-size: 12px; font-weight: 900; letter-spacing: .8px; }
.footer__top-link span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(213,255,0,.28); border-radius: 50%; color: var(--lime); font-size: 17px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero__copy { max-width: 740px; }
  .hero__visual { width: 570px; margin: 55px auto 0; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card__icon { margin-bottom: 55px; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta .store-buttons { grid-column: auto; flex-direction: row; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .nav { height: 76px; }
  .nav > .brand img { width: 40px; height: 40px; }
  .nav > .brand span { display: none; }
  .nav nav { gap: 10px; font-size: 13px; }
  .nav nav > .nav__primary { display: none; }
  .nav .nav__cta { padding: 10px 14px; }
  .store-button { width: min(164px, calc(50vw - 23px)); height: 54px; gap: 9px; padding: 7px 10px; border-radius: 14px; }
  .store-button__icon { flex-basis: 25px; width: 25px; height: 30px; }
  .store-button small { font-size: 9px; }
  .store-button strong { font-size: 17px; letter-spacing: -.5px; }
  .hero { min-height: 0; padding-block: 70px 55px; }
  h1 { font-size: clamp(54px, 17vw, 72px); letter-spacing: -4px; }
  .hero__lead { font-size: 16px; }
  .hero__download { align-items: center; margin-top: 22px; }
  .hero__qr { display: none; }
  .hero .store-buttons--stacked { width: 100%; height: auto; flex-direction: row; align-items: center; justify-content: flex-start; }
  .hero .store-buttons--stacked .store-button { width: min(164px, calc(50vw - 23px)); height: 54px; padding: 7px 10px; }
  .hero .store-buttons--stacked .store-button__icon { flex-basis: 25px; width: 25px; height: 30px; }
  .hero .store-buttons--stacked .store-button strong { font-size: 17px; }
  .trust-row { gap: 8px; flex-wrap: wrap; }
  .trust-row i { display: none; }
  .hero__visual { width: 100%; height: 490px; }
  .phone-card--front { width: 202px; height: 438px; left: 10%; }
  .phone-card--back { width: 178px; height: 386px; right: 3%; }
  .scan-ring--one { width: 390px; height: 390px; left: -30px; }
  .scan-ring--two { width: 285px; height: 285px; left: 25px; }
  .floating-chip--top { right: -8px; }
  .floating-chip--bottom { left: -5px; bottom: 5px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div { min-height: 92px; padding: 16px; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .features { padding-block: 95px; }
  h2 { letter-spacing: -3px; }
  .showcase { padding-block: 90px; }
  .screenshot-rail { gap: 14px; padding-inline: 24px; scroll-padding-inline: 24px; }
  .screenshot-rail a { flex-basis: 196px; width: 196px; }
  .final-cta { margin-block: 64px; min-height: 0; padding: 38px 25px; grid-template-columns: 1fr; gap: 25px; }
  .final-cta .store-buttons { grid-column: auto; flex-direction: row; }
  .footer { padding-block: 46px 24px; }
  .footer__main { grid-template-columns: 1fr; gap: 42px; padding-bottom: 42px; }
  .footer__nav { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
  .footer__bottom { align-items: flex-start; flex-direction: column-reverse; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.page { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 70px 0; color: #d4d4d8; line-height: 1.7; }
.page__header { padding-bottom: 28px; margin-bottom: 38px; border-bottom: 1px solid var(--border); }
.page h1 { color: #fff; font-size: clamp(40px, 7vw, 68px); line-height: 1; letter-spacing: -3px; }
.page h2 { color: #fff; font-size: 30px; letter-spacing: -1px; }
.page strong { color: #fff; }
.page li { margin-bottom: 8px; }
.page a { color: var(--lime); }

.contact-page { min-height: calc(100vh - 217px); padding-block: 42px 110px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 110px; align-items: start; max-width: 1040px; margin-inline: auto; }
.contact-copy h1 { margin-top: 14px; font-size: clamp(52px, 5vw, 68px); line-height: .95; letter-spacing: -4px; white-space: nowrap; }
.contact-copy > p { max-width: 570px; margin: 24px 0 38px; color: #aaaab0; font-size: 18px; line-height: 1.65; }
.contact-form { display: grid; max-width: 570px; }
.contact-form label { margin: 0 0 9px; color: #d7d7da; font-size: 14px; font-weight: 800; }
.contact-form label:not(:first-child) { margin-top: 20px; }
.contact-form label span { color: var(--lime); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: rgba(255,255,255,.045); font: inherit; font-size: 16px; outline: none; transition: border-color .2s ease, background .2s ease; }
.contact-form input, .contact-form select { height: 54px; padding-inline: 17px; }
.contact-form textarea { min-height: 150px; padding: 16px 17px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #77777d; }
.contact-form select {
  padding-right: 50px;
  color-scheme: dark;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23D5FF00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(213,255,0,.58); background-color: rgba(213,255,0,.035); }
.contact-form > button { min-height: 58px; display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 25px; border: 0; border-radius: 999px; color: #0b0b0d; background: var(--lime); box-shadow: 0 12px 34px rgba(213,255,0,.16); font: 900 15px/1 Inter, ui-sans-serif, sans-serif; cursor: pointer; }
.contact-form > button:hover { filter: brightness(1.05); }
.contact-form__note { margin: 12px 0 0; color: #77777d; font-size: 13px; text-align: center; }
.contact-aside { display: grid; gap: 18px; padding-top: 58px; }
.contact-card { overflow: hidden; border: 1px solid rgba(213,255,0,.3); border-radius: 25px; background: radial-gradient(circle at 100% 100%, rgba(213,255,0,.1), transparent 40%), #17171a; }
.contact-card__brand { display: flex; align-items: flex-start; gap: 14px; min-height: 190px; padding: 30px; }
.contact-card__brand > img { flex: 0 0 42px; width: 42px; height: 42px; }
.contact-card__brand strong { display: block; margin-top: 5px; font-family: "Arial Black", Impact, ui-sans-serif, sans-serif; font-size: 22px; font-style: italic; letter-spacing: -.8px; }
.contact-card__brand p { margin: 14px 0 0; color: #aaaab0; font-size: 16px; line-height: 1.55; }
.contact-card__email { padding: 24px 30px; border-top: 1px solid rgba(213,255,0,.18); background: rgba(213,255,0,.045); }
.contact-card span { display: block; margin-bottom: 8px; color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.contact-card a { font-size: 19px; font-weight: 800; }
.contact-help { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 16px 20px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.035); }
.contact-help:hover { border-color: rgba(213,255,0,.35); }
.contact-help__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #0b0b0d; background: var(--lime); font-size: 22px; font-weight: 950; }
.contact-help small { display: block; color: #8d8d92; font-size: 12px; font-weight: 900; letter-spacing: .8px; }
.contact-help strong { display: block; margin-top: 5px; font-size: 17px; }
.contact-help b { color: var(--lime); font-size: 22px; }
@media (max-width: 680px) {
  .page { padding-top: 45px; }
  .contact-page { padding-block: 30px 80px; }
  .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy h1 { font-size: 52px; }
  .contact-copy h1 { white-space: normal; }
  .contact-copy > p { font-size: 16px; }
  .contact-aside { padding-top: 0; }
  .contact-card__brand { min-height: 0; }
}

@media (min-width: 681px) and (max-width: 980px) {
  .contact-layout { grid-template-columns: 1fr 340px; gap: 50px; }
  .contact-card__brand { min-height: 170px; }
}

/* Avoid iOS falling back to the condensed Impact face for display text. */
@media (max-width: 680px) {
  h1,
  h2,
  h3,
  .nav > .brand,
  .brand--footer,
  .contact-card__brand strong {
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 900;
  }

  h1 { line-height: .95; letter-spacing: -2px; }
  h2 { line-height: 1; letter-spacing: -1.5px; }
  h3 { line-height: 1.15; letter-spacing: -.4px; }

  .page h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.8px;
    overflow-wrap: anywhere;
  }

  .page strong,
  .page b {
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 800;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: -.15px;
  }
}
