:root {
  --forest: #12372a;
  --forest-2: #1a4938;
  --ink: #18342b;
  --muted: #61726c;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --gold: #f5c451;
  --gold-deep: #d39a21;
  --mint: #dce9e1;
  --line: #d9d4c8;
  --success: #1a8059;
  --shadow: 0 30px 70px rgba(18, 55, 42, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 2%, rgba(245, 196, 81, 0.24), transparent 24rem),
    var(--cream);
}

a {
  color: inherit;
}

img {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--forest);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  text-decoration: none;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(18, 55, 42, 0.18);
}

.brand span {
  display: grid;
}

.brand strong {
  font-size: 17px;
  letter-spacing: -0.35px;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a,
footer nav a {
  color: #4f625a;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
footer nav a:hover {
  color: var(--forest);
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 40px;
  padding: 0 17px;
}

.button-light {
  border: 1px solid rgba(18, 55, 42, 0.15);
  background: rgba(255, 255, 255, 0.64);
}

.button-primary {
  color: var(--forest);
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(211, 154, 33, 0.24);
}

.button-primary:hover {
  background: #ffd264;
  box-shadow: 0 17px 34px rgba(211, 154, 33, 0.3);
}

.button-full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 64px 0 86px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #456057;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--gold-deep);
}

.hero h1 {
  max-width: 620px;
  margin: 24px 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 6.2vw, 92px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hero h1 em {
  color: var(--success);
  font-weight: 500;
}

.hero-lede {
  max-width: 590px;
  color: #52675f;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.text-link {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: #64756f;
  font-size: 11px;
  font-weight: 650;
  list-style: none;
}

.trust-list li::before {
  margin-right: 7px;
  color: var(--success);
  content: "✓";
}

.product-stage {
  position: relative;
  min-height: 580px;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(18, 55, 42, 0.97), rgba(31, 82, 61, 0.98));
  box-shadow: var(--shadow);
  isolation: isolate;
}

.product-stage::before {
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 85% 15%, rgba(245, 196, 81, 0.25), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 40%);
  content: "";
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(245, 196, 81, 0.17);
  border-radius: 50%;
}

.orbit-one {
  top: 54px;
  right: -120px;
  width: 340px;
  height: 340px;
}

.orbit-two {
  bottom: -160px;
  left: -120px;
  width: 420px;
  height: 420px;
}

.extension-window {
  position: absolute;
  top: 66px;
  right: 38px;
  left: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: #f5f1e8;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg);
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  color: white;
  background: rgba(9, 40, 29, 0.98);
}

.window-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.window-brand > span:last-child {
  display: grid;
}

.window-brand strong {
  font-size: 13px;
}

.window-brand small {
  color: #b9ccc4;
  font-size: 9px;
}

.mini-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--forest);
  background: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.status-pill,
.watch-count,
.retailer,
.condition {
  border-radius: 999px;
  padding: 5px 8px;
  color: #3f5f53;
  background: #e2ebe5;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.window-body {
  padding: 20px;
}

.watch-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 850;
}

.watch-card {
  position: relative;
  border: 1px solid #ded9ce;
  border-radius: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(18, 55, 42, 0.06);
}

.watch-card + .watch-card {
  margin-top: 11px;
}

.watch-card.matched {
  border-color: rgba(26, 128, 89, 0.4);
  box-shadow: 0 12px 26px rgba(26, 128, 89, 0.1);
}

.watch-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.retailer-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27aa72;
  box-shadow: 0 0 0 4px rgba(39, 170, 114, 0.12);
}

.retailer-dot.waiting {
  background: #d49a21;
  box-shadow: 0 0 0 4px rgba(212, 154, 33, 0.12);
}

.condition {
  margin-left: auto;
  color: white;
  background: var(--success);
}

.condition.muted {
  color: #64756f;
  background: #e9ece9;
}

.watch-card h2 {
  margin: 12px 0 7px;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.price-row strong {
  font-size: 19px;
}

.price-row span,
.watch-card p {
  color: #687871;
  font-size: 9px;
}

.watch-card p {
  margin: 5px 0 0;
}

.card-actions {
  display: flex;
  gap: 7px;
  margin-top: 12px;
}

.card-actions span {
  border: 1px solid #d7d4cc;
  border-radius: 7px;
  padding: 7px 10px;
  color: #53665f;
  background: white;
  font-size: 9px;
  font-weight: 750;
}

.card-actions .cart-action {
  border-color: var(--success);
  color: white;
  background: var(--success);
}

.match-toast {
  position: absolute;
  right: -28px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  border: 1px solid rgba(18, 55, 42, 0.1);
  border-radius: 15px;
  padding: 13px;
  background: white;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.toast-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--success);
  font-weight: 900;
}

.match-toast > span:last-child {
  display: grid;
}

.match-toast strong {
  font-size: 11px;
}

.match-toast small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px max(30px, calc((100vw - 1180px) / 2));
  color: #dfe9e4;
  background: var(--forest);
}

.proof-strip p {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.proof-strip div {
  display: flex;
  gap: 26px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-strip span::before {
  margin-right: 8px;
  color: var(--gold);
  content: "•";
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.section-intro {
  max-width: 720px;
}

.section-intro h2,
.local-copy h2,
.retailer-copy h2,
.early-access h2 {
  margin: 22px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.section-intro p,
.local-copy p,
.retailer-copy p,
.early-access > div > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 52px;
}

.steps article {
  position: relative;
  min-height: 290px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 25px;
  background: rgba(255, 253, 248, 0.72);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.steps article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(18, 55, 42, 0.08);
}

.step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #8b9893;
  font-size: 10px;
  font-weight: 850;
}

.step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 55px;
  place-items: center;
  border-radius: 13px;
  color: var(--forest);
  background: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
}

.rule-icon {
  background: #dce9e1;
}

.watch-icon {
  color: white;
  background: var(--success);
}

.ready-icon {
  border: 1px solid rgba(18, 55, 42, 0.18);
  background: white;
}

.steps h3,
.privacy-grid h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.steps p,
.privacy-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.local-first {
  width: auto;
  padding: 0 max(20px, calc((100vw - 1240px) / 2)) 110px;
}

.local-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  overflow: hidden;
  border-radius: 32px;
  padding: 76px;
  color: white;
  background:
    radial-gradient(circle at 5% 100%, rgba(245, 196, 81, 0.16), transparent 30%),
    var(--forest);
  box-shadow: var(--shadow);
}

.eyebrow-light {
  color: #bcd0c6;
}

.local-copy p,
.early-access > div > p {
  color: #bed0c8;
}

.local-copy a {
  display: inline-flex;
  gap: 18px;
  margin-top: 27px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.privacy-grid article {
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.06);
}

.privacy-icon {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 26px;
}

.privacy-grid p {
  color: #bcd0c6;
}

.retailer-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  align-items: center;
}

.roadmap-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.75);
}

.roadmap-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 16px;
  align-items: center;
  border-radius: 14px;
  padding: 20px;
}

.roadmap-row + .roadmap-row {
  border-top: 1px solid var(--line);
}

.roadmap-row.live {
  background: var(--forest);
}

.roadmap-row > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: var(--forest);
  background: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.roadmap-row div {
  display: grid;
}

.roadmap-row strong {
  font-size: 14px;
}

.roadmap-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.roadmap-row b {
  border-radius: 999px;
  padding: 6px 9px;
  color: #6a7974;
  background: #e7ebe8;
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.roadmap-row.live strong {
  color: white;
}

.roadmap-row.live small {
  color: #bcd0c6;
}

.roadmap-row.live b {
  color: var(--forest);
  background: var(--gold);
}

.early-access {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 80px;
  align-items: center;
  width: auto;
  padding: 100px max(30px, calc((100vw - 1180px) / 2));
  color: white;
  background: var(--forest-2);
}

.signup-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.alpha-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--success);
  background: rgba(26, 128, 89, 0.1);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-card h3 {
  margin: 20px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.signup-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.signup-card > small {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px max(30px, calc((100vw - 1180px) / 2));
  background: #ece7dc;
}

.footer-brand img {
  width: 38px;
}

footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

footer > small {
  grid-column: 1 / -1;
  color: #7b8883;
  font-size: 9px;
}

.legal-page {
  background: var(--cream);
}

.legal-main {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 110px;
}

.legal-main h1 {
  margin: 20px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 70px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.legal-main .updated {
  color: var(--muted);
  font-size: 12px;
}

.legal-body {
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(25px, 5vw, 54px);
  background: var(--paper);
}

.legal-body h2 {
  margin: 34px 0 10px;
  font-size: 18px;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p,
.legal-body li {
  color: #52665e;
  font-size: 14px;
  line-height: 1.75;
}

.legal-body a {
  color: var(--success);
}

.billing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 12%, rgba(245, 196, 81, 0.28), transparent 25rem),
    var(--cream);
}

.billing-main {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 80px;
  align-items: center;
  width: min(1060px, calc(100% - 40px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 70px 0 110px;
}

.billing-copy h1,
.activation-card h1 {
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.billing-copy > p {
  max-width: 600px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.feature-list {
  display: grid;
  gap: 13px;
  margin: 34px 0 0;
  padding: 0;
  color: #53675f;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.feature-list li::before {
  display: inline-grid;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--success);
  content: "✓";
  font-size: 10px;
}

.billing-card {
  border: 1px solid rgba(18, 55, 42, 0.14);
  border-radius: 25px;
  padding: clamp(27px, 4vw, 42px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.billing-card h2 {
  margin: 22px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.plan-price {
  margin: 0 0 28px;
  color: var(--success);
  font-size: 14px;
  font-weight: 800;
}

.billing-card form {
  display: grid;
  gap: 18px;
}

.billing-card label {
  display: grid;
  gap: 8px;
  color: #53675f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.billing-card input[type="email"],
.billing-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 14px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.billing-card input[type="email"]:focus,
.billing-card textarea:focus {
  border-color: var(--success);
  box-shadow: 0 0 0 3px rgba(26, 128, 89, 0.12);
}

.billing-card .terms-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.terms-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--success);
}

.terms-check a,
.support-note a {
  color: var(--success);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.form-message {
  min-height: 34px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.waitlist-link {
  display: block;
  margin-top: 13px;
  color: var(--success);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-underline-offset: 4px;
}

.activation-main {
  display: grid;
  width: min(660px, calc(100% - 40px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 60px 0 100px;
  place-items: center;
}

.activation-card {
  width: 100%;
  text-align: left;
}

.activation-card h1 {
  font-size: clamp(44px, 7vw, 64px);
}

.activation-card > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.activation-check {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--success);
  box-shadow: 0 12px 24px rgba(26, 128, 89, 0.22);
  font-size: 23px;
  font-weight: 900;
}

.activation-result {
  margin-top: 25px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.activation-result textarea {
  margin: 9px 0 12px;
  resize: vertical;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
}

.activation-result ol {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.support-note {
  margin-top: 25px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 11px !important;
  text-align: center;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .hero-copy {
    max-width: 730px;
  }

  .product-stage {
    min-height: 610px;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .local-card,
  .retailer-section,
  .early-access,
  .billing-main {
    grid-template-columns: 1fr;
  }

  .local-card {
    padding: 50px;
  }

  .billing-main {
    gap: 45px;
    padding-top: 50px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 28px, 1180px);
    padding: 14px 0;
  }

  .site-header > .button {
    display: none;
  }

  .hero,
  .section {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    gap: 42px;
    min-height: auto;
    padding: 48px 0 64px;
  }

  .hero h1 {
    font-size: clamp(47px, 14vw, 64px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .trust-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .product-stage {
    min-height: 500px;
    border-radius: 28px;
  }

  .extension-window {
    top: 34px;
    right: 15px;
    left: 15px;
  }

  .window-body {
    padding: 13px;
  }

  .watch-card {
    padding: 12px;
  }

  .match-toast {
    right: 10px;
    bottom: 17px;
  }

  .proof-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-strip div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .section {
    padding: 78px 0;
  }

  .steps,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .steps article {
    min-height: 245px;
  }

  .local-first {
    width: auto;
    padding: 0 14px 78px;
  }

  .local-card {
    gap: 42px;
    border-radius: 24px;
    padding: 36px 23px;
  }

  .retailer-section {
    gap: 42px;
  }

  .roadmap-row {
    grid-template-columns: 40px 1fr;
  }

  .roadmap-row b {
    display: none;
  }

  .early-access {
    gap: 42px;
    padding: 72px 20px;
  }

  footer {
    padding: 34px 20px;
  }

  .legal-page .site-header > .button {
    display: inline-flex;
  }

  .billing-page .site-header > .button {
    display: inline-flex;
  }

  .billing-main,
  .activation-main {
    width: min(100% - 28px, 1060px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
