@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/dm-sans.woff2?v=7f7b4e53") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope.woff2?v=e9d7cf40") format("woff2");
}
:root {
  --paper: #f8f7f0;
  --ink: #183c30;
  --action: #ff6b35;
  --action-hover: #f45a26;
  --action-soft: #ffe3d8;
  --green: #c8f1b7;
  --mint: #dff1e7;
  --yellow: #f6df77;
  --muted: #52675b;
  --line: #d8dfd4;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 "DM Sans",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #296cda;
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
}
button[hidden],
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1256px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.skip {
  position: fixed;
  top: -70px;
  left: 16px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 9;
}
.skip:focus {
  top: 8px;
}
.nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font:
    800 26px "Manrope",
    sans-serif;
  letter-spacing: -1.4px;
  text-decoration: none;
}
.wordmark img {
  border-radius: 10px;
}
.brand-dot {
  font: 12px sans-serif;
  align-self: flex-start;
  margin: 7px 0 0 -4px;
}
.nav nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}
.nav nav a {
  text-decoration: none;
}
.nav nav a:hover,
.text-link:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  min-height: 56px;
  border: 1px solid var(--action);
  background: var(--action);
  color: var(--ink);
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  background: var(--action-hover);
  transform: translateY(-2px);
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.button.small {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  min-height: 710px;
  padding-top: 25px;
  padding-bottom: 70px;
  gap: 20px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.8px;
  margin: 0 0 24px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #43835a;
  border-radius: 50%;
  margin-right: 8px;
}
.hero h1 {
  position: relative;
  font:
    750 clamp(60px, 6.6vw, 88px)/1.06 "Manrope",
    sans-serif;
  letter-spacing: -5px;
  margin: 0 0 27px;
}
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.spark {
  width: 58px;
  height: 58px;
  stroke: var(--ink);
  stroke-width: 4;
  position: absolute;
  bottom: 20px;
  right: 60px;
  transform: rotate(12deg);
}
.intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}
.text-link {
  font-size: 12px;
  font-weight: 650;
  text-underline-offset: 5px;
}
.release-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 17px;
}
.hero-art {
  height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  scroll-margin-top: 35px;
}
.orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 465px;
  height: 465px;
  background: #e7eedb;
}
.orbit-two {
  width: 530px;
  height: 530px;
  border: 1px dashed #c7d2bd;
}
.handwritten {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
}
.top-note {
  position: absolute;
  top: 8px;
  left: 20px;
  transform: rotate(-9deg);
}
.bottom-note {
  position: absolute;
  bottom: 7px;
  right: 24px;
  transform: rotate(-5deg);
}
.phone {
  background: #fbfaf4;
  border: 7px solid #233f32;
  width: 282px;
  border-radius: 43px;
  box-shadow:
    12px 22px 0 #183c300b,
    0 25px 55px #203c3020;
  transform: rotate(6deg);
  padding: 11px 16px 0;
  position: relative;
  overflow: hidden;
  min-height: 515px;
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  height: 20px;
}
.island {
  width: 74px;
  height: 20px;
  background: #233f32;
  border-radius: 20px;
}
.app-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 750;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 25px;
}
.app-date {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.avatar {
  width: 30px;
  height: 30px;
  border: 1px solid #bdcbb5;
  border-radius: 50%;
  font: italic 12px Georgia;
  display: grid;
  place-items: center;
  background: #efebd9;
}
.demo-label {
  text-align: center;
  font-size: 7px;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-top: 24px;
}
.phone h2 {
  text-align: center;
  font-size: 19px;
  letter-spacing: -0.8px;
  margin: 4px 0 0;
}
.challenge-summary {
  text-align: center;
  font-size: 10px;
  margin: 1px 0 0;
  color: var(--muted);
}
.stamp-area {
  position: relative;
  margin: 18px auto 17px;
  width: 174px;
}
.stamp {
  border: 9px solid var(--action);
  background: #fff0ea;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 4px #fbfaf4;
  transition:
    transform 0.2s,
    background 0.2s;
}
.stamp:hover:not(:disabled) {
  transform: scale(1.04);
  background: var(--action-soft);
}
.stamp:active:not(:disabled) {
  transform: scale(0.96);
}
.stamp.complete {
  border-color: #6aae83;
  background: #e9f2df;
}
.stamp-overline {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.stamp strong {
  font:
    750 64px/1.1 "Manrope",
    sans-serif;
  letter-spacing: -5px;
}
.stamp > span:last-child {
  font-size: 9px;
}
.mini-star {
  position: absolute;
  right: -18px;
  top: 3px;
  font-size: 38px;
}
.day-dots {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.day-dots span {
  border: 1px solid #d9e0d3;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.day-dots .done {
  background: #376f4f;
  color: white;
  border-color: #376f4f;
}
.demo-feedback {
  font-size: 9px;
  text-align: center;
  min-height: 29px;
  margin: 12px -5px 0;
}
.reset {
  border: 0;
  background: none;
  text-decoration: underline;
  font-size: 10px;
  display: block;
  margin: 0 auto 8px;
}
.app-tabs {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--line);
  padding: 10px 0 13px;
  color: #869184;
  font-size: 9px;
  text-align: center;
  line-height: 1.8;
}
.app-tabs .active {
  color: var(--ink);
}
.sticker {
  position: absolute;
  z-index: 2;
}
.streak-sticker {
  background: var(--yellow);
  border-radius: 50%;
  width: 127px;
  height: 127px;
  right: -2px;
  top: 98px;
  transform: rotate(15deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 0 #173d300b;
}
.streak-sticker > span {
  font-size: 30px;
  line-height: 1.2;
}
.streak-sticker strong {
  text-align: center;
  font:
    750 17px/1.15 "Manrope",
    sans-serif;
  letter-spacing: -0.5px;
}
.proof-sticker {
  left: -24px;
  bottom: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fffef8;
  box-shadow: 0 7px 25px #183c3013;
  transform: rotate(-8deg);
  border: 1px solid #e1e6d9;
  border-radius: 8px;
}
.check-icon {
  background: var(--green);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 23px;
}
.proof-sticker small {
  font-size: 7px;
  letter-spacing: 1.1px;
  display: block;
}
.proof-sticker strong {
  font-size: 12px;
}
.ticker {
  overflow: hidden;
  background: var(--green);
  border-block: 1px solid #b5d6a7;
  transform: rotate(-1.2deg);
  padding: 16px 0;
}
.ticker > div {
  width: max-content;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: flex;
  gap: 48px;
  align-items: center;
}
.ticker span {
  font-size: 23px;
  line-height: 1;
}
.section {
  padding-top: 112px;
  padding-bottom: 100px;
}
h2 {
  font:
    700 clamp(35px, 4vw, 49px)/1.15 "Manrope",
    sans-serif;
  letter-spacing: -2.5px;
  margin: 0;
}
h3 {
  font:
    750 21px/1.25 "Manrope",
    sans-serif;
  letter-spacing: -0.8px;
  margin: 0 0 12px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 4px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.step-art {
  height: 253px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.art-one {
  background: #e8eddf;
}
.choice-card {
  background: #fffdf5;
  width: 215px;
  padding: 20px;
  border: 1px solid #cdd7c1;
  border-radius: 9px;
  transform: rotate(-7deg);
  box-shadow: 6px 9px 0 #cad4be;
}
.choice-card > span,
.receipt > span {
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 700;
}
.choice-card strong {
  display: block;
  font: 700 27px/1.2 "Manrope";
  letter-spacing: -1px;
  margin: 15px 0 20px;
}
.choice-card > div {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.choice-card > div span {
  background: #edf2e7;
  border-radius: 4px;
  padding: 4px 7px;
}
.art-spark {
  position: absolute;
  right: 19px;
  top: 10px;
  font-size: 57px;
}
.art-two {
  background: #f5e6a8;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  text-align: center;
  background: #fffdf5;
  border: 1px solid #e2d69f;
  padding: 18px;
  border-radius: 8px;
  width: 245px;
  transform: rotate(5deg);
  box-shadow: 4px 7px 0 #e5d491;
}
.calendar span {
  font-size: 10px;
}
.calendar b {
  display: grid;
  place-items: center;
  background: #d8ecd2;
  width: 32px;
  height: 34px;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 400;
}
.calendar .today {
  background: #376f4f;
  color: white;
}
.art-two .handwritten {
  position: absolute;
  bottom: 24px;
  font-size: 15px;
  transform: rotate(-5deg);
}
.art-three {
  background: #ecdcd6;
}
.receipt {
  background: #fffdf5;
  width: 177px;
  transform: rotate(-8deg);
  text-align: center;
  padding: 18px 15px 14px;
  box-shadow: 7px 9px 0 #d8c4bb;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 96%,
    95% 100%,
    90% 96%,
    85% 100%,
    80% 96%,
    75% 100%,
    70% 96%,
    65% 100%,
    60% 96%,
    55% 100%,
    50% 96%,
    45% 100%,
    40% 96%,
    35% 100%,
    30% 96%,
    25% 100%,
    20% 96%,
    15% 100%,
    10% 96%,
    5% 100%,
    0 96%
  );
}
.receipt strong {
  display: block;
  font: 650 58px/1.4 "Manrope";
  letter-spacing: -4px;
}
.receipt > div {
  border-top: 1px dashed #a8b79f;
  font-size: 8px;
  margin-top: 12px;
  padding-top: 8px;
}
.receipt b {
  font-size: 19px;
  margin-left: 6px;
}
.step-num {
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin: 0 0 12px;
}
.steps article > p:last-child {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 32ch;
}
.possibilities {
  background: #edf0e5;
  padding: 80px 0;
}
.possibility-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.possibility-layout p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.possibility-layout .text-link {
  display: inline-block;
  margin-top: 12px;
}
.challenge-picker {
  display: grid;
  gap: 12px;
}
.challenge {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--paper);
  border: 1px solid #cbd5c4;
  border-radius: 11px;
  text-align: left;
  padding: 21px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.challenge:hover {
  transform: translateX(-5px);
}
.challenge.selected {
  background: var(--action-soft);
  border-color: var(--action);
}
.challenge-icon {
  font-size: 30px;
  width: 45px;
  text-align: center;
}
.challenge strong {
  font-size: 17px;
  display: block;
  letter-spacing: -0.5px;
}
.challenge small {
  font-size: 11px;
  display: block;
  color: var(--muted);
  margin-top: 2px;
}
.pick-arrow {
  margin-left: auto;
  font-size: 21px;
}
.challenge-picker .picker-note {
  font-size: 10px;
  text-align: center;
  margin: 3px 0;
}
.together {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.together > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 42ch;
  margin-top: 22px;
}
.together .quiet {
  font-size: 12px !important;
}
.friend-art {
  height: 370px;
  border: 1px solid #d9dfce;
  background: radial-gradient(
    circle at 50% 50%,
    #edf0e0 0 45%,
    transparent 45%
  );
  border-radius: 140px 140px 12px 12px;
  position: relative;
  overflow: hidden;
}
.friend-label {
  position: absolute;
  top: 38px;
  text-align: center;
  width: 100%;
  font-size: 9px;
  letter-spacing: 2px;
}
.friend-token {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  font: italic 32px/1 Georgia;
}
.friend-token span {
  font: 9px "DM Sans";
  margin-top: 13px;
}
.token-one {
  background: var(--green);
  left: 52px;
  top: 103px;
  transform: rotate(-13deg);
}
.token-two {
  background: var(--yellow);
  right: 38px;
  top: 132px;
  transform: rotate(12deg);
}
.friend-star {
  position: absolute;
  right: 40px;
  top: 48px;
  font-size: 57px;
}
.friend-art > .handwritten {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  padding-top: 10px;
  padding-bottom: 100px;
}
.plans {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 70px;
  padding-top: 80px;
  padding-bottom: 90px;
}
.plans-heading > p:last-child {
  color: var(--muted);
  max-width: 38ch;
}
.plan-comparison {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  padding: 8px 24px 18px;
}
.plan-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(100px, 0.7fr) minmax(120px, 0.8fr);
  gap: 16px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.plan-row strong {
  text-align: center;
}
.plan-head {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.plan-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 24px;
  font-weight: 400;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 59ch;
}
.join {
  margin: 0 auto 80px;
  padding-top: 75px;
  padding-bottom: 65px;
  border-radius: 20px;
  background: var(--yellow);
  text-align: center;
  position: relative;
  max-width: 1160px;
  overflow: hidden;
}
.join h2 {
  font-size: clamp(38px, 4.5vw, 60px);
}
.join > .eyebrow {
  font-size: 9px;
}
.join > p:not(.eyebrow) {
  font-size: 14px;
}
.join .button {
  margin-top: 13px;
}
.join .join-note {
  font-size: 10px !important;
  margin: 12px 0 23px;
}
.join > .text-link {
  font-size: 11px;
}
.join-spark {
  position: absolute;
  left: 55px;
  top: 50px;
  font-size: 85px;
  transform: rotate(13deg);
}
#invite-note {
  max-width: 550px;
  margin: 25px auto 0;
  background: #ffffff70;
  border-radius: 8px;
  padding: 18px;
}
footer {
  padding-bottom: 35px;
}
.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-top {
  border-bottom: 1px solid var(--line);
  padding-bottom: 28px;
}
.footer-top > span {
  font: italic 16px Georgia;
  margin-right: auto;
  margin-left: 15px;
}
.back-top {
  font-size: 11px;
  text-decoration: none;
}
.footer-bottom {
  padding-top: 25px;
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 24px;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.pop {
  animation: stamp-pop 0.35s ease;
}
@keyframes stamp-pop {
  50% {
    transform: scale(1.09) rotate(-5deg);
  }
}
@media (min-width: 1400px) {
  .hero {
    min-height: 760px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero h1 {
    font-size: 69px;
    letter-spacing: -4px;
  }
  .hero-actions {
    gap: 14px;
    flex-wrap: wrap;
  }
  .orbit-one {
    width: 350px;
    height: 350px;
  }
  .orbit-two {
    width: 410px;
    height: 410px;
  }
  .streak-sticker {
    right: -10px;
    width: 110px;
    height: 110px;
  }
  .proof-sticker {
    left: -20px;
    padding: 13px;
  }
  .spark {
    right: 10px;
    width: 43px;
  }
  .top-note {
    left: 0;
    font-size: 16px;
  }
  .step-art {
    height: 225px;
  }
  .calendar {
    width: 205px;
    gap: 5px;
    padding: 14px;
  }
  .calendar b {
    width: 29px;
  }
  .choice-card {
    width: 185px;
  }
  .possibility-layout,
  .together {
    gap: 40px;
  }
  .friend-token {
    width: 130px;
    height: 130px;
  }
  .token-one {
    left: 25px;
  }
  .token-two {
    right: 20px;
  }
  .join {
    margin-left: 30px;
    margin-right: 30px;
  }
  .join-spark {
    font-size: 55px;
    left: 25px;
  }
}
@media (max-width: 900px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav {
    height: 85px;
  }
  .nav nav {
    display: none;
  }
  .wordmark {
    font-size: 23px;
  }
  .wordmark img {
    width: 32px;
    height: 32px;
  }
  .button.small {
    font-size: 11px;
    padding: 8px 12px;
    gap: 15px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 45px;
    gap: 30px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .hero h1 {
    font-size: clamp(57px, 11vw, 80px);
    letter-spacing: -3.6px;
  }
  .desktop-break {
    display: none;
  }
  .spark {
    right: 4px;
    bottom: 8px;
    width: 42px;
    height: 42px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
  }
  .intro {
    font-size: 14px;
  }
  .wide-break {
    display: none;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-art {
    height: 575px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .orbit-one {
    width: 330px;
    height: 330px;
  }
  .orbit-two {
    width: 370px;
    height: 370px;
  }
  .phone {
    width: 272px;
  }
  .streak-sticker {
    right: 0;
    top: 76px;
    width: 100px;
    height: 100px;
  }
  .streak-sticker strong {
    font-size: 14px;
  }
  .proof-sticker {
    left: 0;
    bottom: 62px;
  }
  .top-note {
    top: 0;
    left: 9px;
    font-size: 15px;
  }
  .bottom-note {
    bottom: 0;
    font-size: 16px;
    right: 10px;
  }
  .ticker {
    padding: 14px 0;
  }
  .ticker > div {
    font-size: 10px;
    gap: 27px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 22px;
    font-size: 13px;
  }
  h2 {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .step-art {
    height: 260px;
    margin-bottom: 20px;
  }
  .steps article > p:last-child {
    max-width: 100%;
  }
  .choice-card {
    width: 220px;
  }
  .calendar {
    width: 245px;
    gap: 8px;
  }
  .calendar b {
    width: 33px;
  }
  .art-spark {
    right: 40px;
    top: 20px;
  }
  .possibility-layout,
  .together,
  .plans,
  .questions {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .plan-comparison {
    padding-inline: 16px;
  }
  .plan-row {
    grid-template-columns: minmax(105px, 1fr) minmax(78px, 0.75fr) minmax(90px, 0.85fr);
    gap: 8px;
    font-size: 11px;
  }
  .possibilities {
    padding: 60px 0;
  }
  .challenge {
    padding: 18px;
    gap: 13px;
  }
  .challenge strong {
    font-size: 16px;
  }
  .friend-art {
    height: 320px;
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .token-one {
    left: 18%;
    top: 90px;
  }
  .token-two {
    right: 15%;
    top: 115px;
  }
  .friend-star {
    right: 50px;
    top: 37px;
  }
  .questions {
    padding-bottom: 65px;
    padding-top: 0;
  }
  .join {
    margin: 0 16px 55px;
    padding-top: 65px;
    padding-bottom: 50px;
    border-radius: 13px;
  }
  .join-spark {
    font-size: 33px;
    left: 20px;
    top: 16px;
  }
  .join h2 {
    font-size: 40px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-top > span {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
  }
  .back-top {
    display: none;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .footer-bottom nav {
    gap: 18px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 900px) {
  .hero h1 .spark {
    top: -30px;
    bottom: auto;
    width: 30px;
    height: 30px;
  }
  .hero-art .orbit {
    max-width: 100%;
  }
  .orbit-two {
    aspect-ratio: 1;
    height: auto;
  }
  .orbit-one {
    aspect-ratio: 1;
    height: auto;
  }
}
@media (max-width: 360px) {
  .phone {
    width: 248px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-actions {
    gap: 16px;
  }
  .streak-sticker {
    right: -5px;
    width: 88px;
    height: 88px;
  }
  .streak-sticker strong {
    font-size: 12px;
  }
  .proof-sticker {
    padding: 12px 10px;
  }
  .proof-sticker strong {
    font-size: 11px;
  }
  .friend-token {
    width: 120px;
    height: 120px;
  }
  .token-one {
    left: 10%;
  }
  .token-two {
    right: 8%;
  }
}

/* Challenge plan pages (/challenges/ and the pages it lists). */
.article {
  max-width: 820px;
  padding-top: 24px;
  padding-bottom: 48px;
}
.article h1 {
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  margin: 12px 0 20px;
}
.article h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  margin: 56px 0 14px;
}
.article p,
.article li {
  font-size: 18px;
  line-height: 1.65;
}
.article ul {
  padding-left: 22px;
}
.crumbs {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
}
.crumbs a {
  color: var(--muted);
}
.article table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 16px;
}
.article th,
.article td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.article th {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.feature-list {
  list-style: none;
  padding: 0 !important;
}
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.small-print {
  font-size: 14px !important;
  color: var(--muted);
  margin-top: 28px;
}
.related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0 !important;
}
.related a {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
}
.plan-cards {
  list-style: none;
  padding: 0 !important;
  display: grid;
  gap: 14px;
  margin-top: 36px;
}
.plan-cards a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px 24px;
  color: var(--ink);
  text-decoration: none;
  background: white;
}
.plan-cards a:hover {
  border-color: var(--action);
}
.plan-cards strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}
.plan-cards span {
  color: var(--muted);
  font-size: 15px;
}
@media (max-width: 700px) {
  .article table {
    font-size: 14px;
  }
  .article th,
  .article td {
    padding: 10px 6px;
  }
}

/* Partner portal (/partners/). */
.portal h1 {
  font-size: clamp(36px, 5vw, 56px);
}
.portal-form {
  display: grid;
  gap: 10px;
  max-width: 420px;
  margin-top: 24px;
}
.portal input[type="email"],
.portal input[type="month"] {
  font: inherit;
  font-size: 17px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
}
.portal label {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.portal-error {
  color: #b3261e;
  min-height: 1.5em;
}
.portal-meta {
  color: var(--muted);
  font-size: 15px !important;
}
.portal-table {
  overflow-x: auto;
  margin-top: 20px;
}
.portal-table td:not(:first-child),
.portal-table th:not(:first-child) {
  text-align: right;
}
.portal-table tr.total th,
.portal-table tr.total td {
  font-weight: 800;
  border-top: 2px solid var(--ink);
}
.portal button.text-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
