: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 {
  position: relative;
  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);
}

.site-logo {
  position: absolute;
  top: 3vw;
  left: 3vw;
  z-index: 10;
  display: block;
  width: 10vw;
  height: auto;
  margin: 0;
  border-radius: 22%;
}

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

.hero h1 {
  margin-top: 28vw;
}

.mobile-page 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.4vw;
  width: 100%;
  height: 2.0vw;
  background: var(--accent);
  content: "";
}

.store-rating {
  display: inline-flex;
  align-items: center;
  gap: 1.8vw;
  margin-top: 4.5vw;
  padding: 2.2vw 3.5vw;
  border-radius: 100vw;
  background: rgba(43, 43, 43, 0.06);
  color: var(--ink);
  font-size: 3.05vw;
  font-weight: 600;
  line-height: 1;
}

.store-rating .stars {
  display: flex;
  gap: 0.45vw;
  color: var(--accent);
}

.store-rating .stars svg {
  display: block;
  width: 3.2vw;
  height: 3.2vw;
}

.store-rating .rating-score {
  font-weight: 700;
}

.store-rating .rating-label {
  color: var(--muted);
  font-weight: 500;
}

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

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

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

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

.value-card strong {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: 6.8702vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.value-card span {
  display: block;
  margin-top: 2.2901vw;
  color: var(--muted);
  font-size: 3.885vw;
  font-weight: 500;
  line-height: 1.2;
}


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

/* Store badges: App Store + Google Play side by side */
.store-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
  margin-top: 6.2vw;
}

.store-badges .app-store-badge {
  width: 35vw;
  height: 10.474vw;
  margin-top: 0;
}

/* Temporary Tally To Do -> Weeklane transition note */
.rename-notice {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin: 0 auto 1.2em;
  padding: 0.7em 1em;
  max-width: 86vw;
  border-radius: 1em;
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  font-size: 3.4vw;
  line-height: 1.35;
}
.rename-notice strong { font-weight: 700; }
.rename-notice span { opacity: 0.75; }
