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

* {
  box-sizing: border-box;
}

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

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

.mobile-page {
  display: none;
}

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

.desktop-hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 43.75vw 1fr;
  align-items: start;
  column-gap: 12.0192vw;
  padding: 7.512vw 6.1899vw 0;
}

.desktop-copy {
  transform: none;
}

.eyebrow {
  position: relative;
  top: 0.6009vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4261vw;
  min-width: 12.9002vw;
  height: 2.2575vw;
  margin: 0 0 2.3438vw;
  padding: 0 1.0817vw;
  border: 0.1082vw solid rgba(43, 43, 43, 0.9);
  border-radius: 60.0361vw;
  color: rgba(43, 43, 43, 0.9);
  font-size: 0.8594vw;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.eyebrow-dot {
  width: 0.3555vw;
  height: 0.3555vw;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.9);
}

h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 5.2885vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
}

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

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

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

.desktop-download-card {
  display: flex;
  align-items: center;
  width: 31.25vw;
  height: 11.4183vw;
  margin-top: 4.3269vw;
  padding: 1.5625vw 2.1034vw;
  border: 0.0901vw solid #bdbdbd;
  border-radius: 0.8413vw;
  color: var(--ink);
  text-decoration: none;
}

.qr-code {
  display: block;
  width: 8.8942vw;
  height: 8.8942vw;
  flex: 0 0 auto;
  border-radius: 0.1202vw;
  background: var(--background);
  mix-blend-mode: multiply;
}

.desktop-download-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: 2.7644vw;
  color: var(--ink);
  font-size: 1.6827vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  white-space: nowrap;
}

.desktop-download-copy strong {
  margin-top: 0.7813vw;
  font-size: 2.5841vw;
  font-weight: 700;
  line-height: 1;
}

.desktop-benefits {
  display: flex;
  align-items: flex-start;
  margin-top: 3.2452vw;
}

.benefit {
  min-height: 4.2067vw;
  padding: 0;
  color: var(--ink);
}

.benefit + .benefit {
  margin-left: 2.1635vw;
  padding-left: 2.1635vw;
  border-left: 0.1202vw solid #c6c6c6;
}

.benefit strong,
.benefit span {
  display: block;
}

.benefit strong {
  font-size: 1.3221vw;
  font-weight: 500;
  line-height: 1.2;
}

.benefit span {
  margin-top: 0.3606vw;
  color: var(--muted);
  font-size: 1.2019vw;
  font-weight: 400;
  line-height: 1.2;
}

.desktop-visual {
  display: block;
  width: 21.1538vw;
  max-width: none;
  height: auto;
  justify-self: center;
  transform: none;
  user-select: none;
}
