:root {
  --background: #dedede;
  --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: Arial, Helvetica, sans-serif;
}

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

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

.desktop-page {
  display: none;
}

.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.25vw;
  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.3;
}

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: 500;
  letter-spacing: 0;
  line-height: 1.19;
}

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

.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;
}

.pricing {
  width: 100%;
  padding: 10.1781vw 9.1603vw 0;
  text-align: center;
}

.pricing-pill {
  margin-bottom: 5.3435vw;
}

.price-card {
  width: 100%;
  min-height: 30.2799vw;
  padding: 5.0891vw 4.0712vw 2.2901vw;
  border-radius: 8.1425vw;
  background: var(--background);
  box-shadow: 0.2545vw 0.2545vw 1.5267vw rgba(0, 0, 0, 0.25);
}

.price {
  margin: 0;
  color: var(--ink);
  font-size: 11.1959vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.currency {
  position: relative;
  top: -0.093em;
  left: -0.04em;
  margin-right: 0.02em;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.78em;
}

.price-note {
  margin: 1.5267vw 0 0;
  color: var(--ink);
  font-size: 4.3257vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.price-note span {
  position: relative;
  display: inline-block;
}

.price-note span::after {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -0.8906vw;
  width: 100%;
  height: 0.5089vw;
  background: var(--accent);
  content: "";
}

.widgets {
  width: 100%;
  padding: 10.1781vw 9.1603vw 0;
  text-align: center;
}

.widgets-pill {
  margin-bottom: 5.3435vw;
}

.widget-card {
  width: 100%;
  overflow: hidden;
}

.widget-card + .widget-card {
  margin-top: 5.3435vw;
}

.widget-card img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  width: 100%;
  padding-top: 10.1781vw;
  text-align: center;
}

.cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 7.1247vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2143;
}

.cta h2 > span,
.cta-subhead > span {
  display: block;
}

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

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

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

.cta-badge {
  margin-top: 6.1069vw;
}

.cta-visual {
  display: block;
  width: 76.3359vw;
  max-width: none;
  height: auto;
  margin-top: 8.9059vw;
  margin-right: auto;
  margin-left: auto;
  user-select: none;
}
