:root {
  --background: #dadada;
  --ink: #2b2b2b;
  --muted: #4c4c4c;
  --accent: #e35f2c;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--background);
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.mobile-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--background);
}

.hero {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding-top: 10.687vw;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.2901vw;
  min-width: 42.2392vw;
  height: 6.8702vw;
  margin: 0 0 4.3257vw;
  padding: 0 3.5623vw;
  border: 0.3817vw solid var(--muted);
  border-radius: 254.1985vw;
  color: var(--ink);
  font-size: 3.0534vw;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.eyebrow-dot {
  width: 1.2723vw;
  height: 1.2723vw;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
}

h1 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: var(--ink);
  font-size: 10.1781vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.19;
}

h1 > span,
.subhead > span {
  display: block;
}

.clear-word {
  position: relative;
  display: inline-block;
}

.clear-word::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.1272vw;
  width: 100%;
  height: 1.5267vw;
  background: var(--accent);
  content: "";
}

.subhead {
  margin: 6.2vw 0 0;
  color: #505050;
  font-size: 3.885vw;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.19;
}

.app-store-badge {
  width: 38.3461vw;
  height: 11.4758vw;
  margin-top: 6.2vw;
  display: block;
  overflow: hidden;
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero-visual {
  display: block;
  width: 76.3359vw;
  max-width: none;
  height: auto;
  margin-top: 6.2vw;
  user-select: none;
}
