:root {
  --paper: #f2f5f7;
  --surface: #fcfdfd;
  --surface-soft: #e7ebee;
  --surface-blue: #e5ebf0;
  --ink: #17191b;
  --muted: #62696f;
  --line: rgba(23, 25, 27, 0.11);
  --orange: #617d97;
  --orange-soft: #dce6ee;
  --green: #647b72;
  --green-soft: #e1e9e5;
  --night: #141719;
  --night-card: #202428;
  --night-muted: #a8afb4;
  --gold: #617d97;
  --gold-soft: #dce6ee;
  --mist: #d9e4ed;
  --mist-deep: #8da2b5;
  --ivory: #f7f9fa;
  --warm-shadow: 0 30px 80px rgba(31, 43, 53, 0.11);
}

body {
  background:
    radial-gradient(circle at 8% 22%, rgba(97, 125, 151, 0.06), transparent 21%),
    var(--paper);
}

.brand img {
  filter: grayscale(0.75) saturate(0.3) contrast(1.03);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.hero {
  min-height: max(820px, calc(100dvh - 16px));
  background:
    radial-gradient(circle at 49% 88%, rgba(104, 134, 160, 0.22), transparent 29%),
    radial-gradient(circle at 18% 64%, rgba(179, 195, 210, 0.36), transparent 31%),
    radial-gradient(circle at 82% 34%, rgba(222, 229, 235, 0.76), transparent 34%),
    linear-gradient(180deg, #eaf0f5 0%, #eff3f5 50%, #f6f8f8 100%);
}

.hero::before {
  inset: auto -8% -32%;
  height: 68%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 69%);
}

.hero-webgl {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.webgl-ready .hero-webgl {
  opacity: 0.78;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 74%);
  opacity: 0.33;
}

.hero-copy {
  z-index: 4;
}

.hero-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #636961;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-eyebrow::before,
.section-kicker::before {
  width: 28px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.hero h1 {
  text-wrap: balance;
}

.hero-copy > p {
  max-width: 610px;
  text-wrap: pretty;
}

.product-scene {
  z-index: 3;
  transform: translate3d(0, calc(var(--hero-progress, 0) * -34px), 0);
  will-change: transform;
}

.phone {
  border-color: #191a18;
  box-shadow: 0 42px 110px rgba(34, 45, 54, 0.24);
}

.phone-screen {
  background: #f7f6f2;
}

.day-progress span {
  background: linear-gradient(90deg, #4f6b84, #9bb1c4);
}

.energy-card {
  border-color: rgba(104, 116, 111, 0.16);
  background: linear-gradient(135deg, #f7f8f6, #e9eeeb);
}

.energy-card em,
.budget-status,
.balance-message {
  background: var(--green-soft);
  color: #505d57;
}

.habit-mini .symbol {
  background: var(--gold-soft);
  color: #405b73;
}

.scene-chip {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 254, 250, 0.78);
  box-shadow: 0 18px 50px rgba(67, 59, 48, 0.12);
}

.platform-strip {
  padding-bottom: 46px;
}

.app-showcase {
  position: relative;
  overflow: clip;
  padding: clamp(96px, 12vw, 176px) 18px clamp(110px, 13vw, 190px);
}

.app-showcase::before {
  position: absolute;
  top: 9%;
  right: -18%;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 164, 185, 0.24), transparent 67%);
  content: "";
  pointer-events: none;
}

.app-showcase .shell {
  max-width: 1500px;
}

.app-showcase-heading {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 1240px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 44px;
  align-items: end;
  margin: 0 auto 74px;
}

.app-showcase-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.app-showcase-heading h2 {
  margin: 0;
  font-size: clamp(3.7rem, 7.7vw, 8.4rem);
  font-weight: 690;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.app-showcase-heading p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.pwa-stage {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin-inline: auto;
  perspective: 1800px;
}

.pwa-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(27, 28, 25, 0.18);
  border-radius: 28px;
  background: #e7ebee;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 55px 140px rgba(35, 46, 55, 0.19);
  transform: rotateX(0) translateY(0);
  transform-origin: center top;
  will-change: transform;
}

.pwa-browser-bar {
  display: grid;
  min-height: 48px;
  grid-template-columns: 110px 1fr 90px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(26, 27, 24, 0.08);
  padding: 0 18px;
  background: #d7dde1;
  color: #77766f;
  font-size: 0.66rem;
}

.pwa-browser-dots {
  display: flex;
  gap: 7px;
}

.pwa-browser-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9b9a93;
}

.pwa-browser-dots i:first-child {
  background: var(--gold);
}

.pwa-browser-address {
  justify-self: center;
  border-radius: 999px;
  padding: 6px clamp(32px, 8vw, 110px);
  background: rgba(255, 255, 255, 0.48);
}

.pwa-browser-bar b {
  justify-self: end;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.pwa-home-screen {
  position: relative;
  min-height: 1010px;
  padding: 34px 20px 78px;
  background:
    radial-gradient(circle at 52% 16%, rgba(97, 125, 151, 0.04), transparent 27%),
    #f7f7f5;
  color: #22231f;
  font-size: clamp(0.58rem, 0.75vw, 0.78rem);
}

.pwa-top-actions {
  position: absolute;
  top: 18px;
  right: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
}

.pwa-top-actions span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 31, 27, 0.04);
  font-size: 0.72rem;
}

.pwa-date-strip {
  display: grid;
  width: 70%;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin: 10px 0 18px auto;
  padding-right: 34px;
}

.pwa-date-strip > span {
  display: grid;
  min-height: 58px;
  place-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #8a8b85;
  text-align: center;
}

.pwa-date-strip small,
.pwa-date-strip b,
.pwa-date-strip i {
  display: block;
}

.pwa-date-strip small {
  font-size: 0.54em;
  font-weight: 720;
}

.pwa-date-strip b {
  color: #373833;
  font-size: 0.95em;
}

.pwa-date-strip i {
  margin-top: 2px;
  font-size: 0.5em;
  font-style: normal;
}

.pwa-date-strip .today {
  background: var(--gold-soft);
  color: #6c5634;
}

.pwa-install-strip {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-radius: 17px;
  padding: 8px 14px 8px 19px;
  background: #1b1c1a;
  color: #f8f6f1;
  font-weight: 720;
}

.pwa-install-strip b {
  border-radius: 999px;
  padding: 7px 15px;
  background: white;
  color: #20211e;
  font-size: 0.78em;
}

.pwa-challenge-banner {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  margin-top: 15px;
  border-radius: 22px;
  padding: 20px;
  background:
    radial-gradient(circle at 60% 9%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(180deg, #121311, #20211f);
  color: white;
}

.pwa-challenge-title {
  position: relative;
  z-index: 3;
}

.pwa-challenge-title strong,
.pwa-challenge-title small {
  display: block;
}

.pwa-challenge-title strong {
  font-size: 1.45em;
  letter-spacing: -0.03em;
}

.pwa-challenge-title small {
  color: rgba(255, 255, 255, 0.56);
}

.pwa-challenge-art,
.pwa-challenge-art i {
  position: absolute;
  inset: 0;
}

.pwa-challenge-art::before,
.pwa-challenge-art::after,
.pwa-challenge-art i {
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  transform: rotate(4deg);
}

.pwa-challenge-art::before {
  position: absolute;
  top: 47px;
  right: 13%;
  width: 48%;
  height: 34px;
  clip-path: polygon(0 46%, 42% 30%, 60% 80%, 100% 36%, 100% 62%, 60% 100%, 40% 53%, 0 67%);
  background: rgba(255, 255, 255, 0.84);
}

.pwa-challenge-art::after {
  position: absolute;
  right: -6%;
  bottom: -68px;
  width: 72%;
  height: 136px;
  border-radius: 50%;
}

.pwa-avatar-pair {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 4;
  display: flex;
}

.pwa-avatar-pair span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-left: -6px;
  border: 2px solid #1b1c19;
  border-radius: 50%;
  background: #8c8d87;
  font-size: 0.66em;
  font-weight: 800;
}

.pwa-avatar-pair span:first-child {
  background: var(--gold);
  color: #272017;
}

.pwa-checkin {
  position: absolute;
  right: 50%;
  bottom: 18px;
  z-index: 4;
  border-radius: 999px;
  padding: 9px 20px;
  background: white;
  color: #272824;
  font-size: 0.86em;
  font-weight: 760;
  transform: translateX(50%);
}

.pwa-reveal-banner {
  display: flex;
  min-height: 186px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
  border-radius: 22px;
  padding: 26px 22px;
  background:
    radial-gradient(circle at 13% 22%, rgba(97, 125, 151, 0.15), transparent 29%),
    linear-gradient(100deg, #e8edf1 0%, #dfe9f1 42%, #edf1f4 70%, #dce5e2 100%);
}

.pwa-reveal-banner > div > span,
.pwa-reveal-banner strong,
.pwa-reveal-banner small {
  display: block;
}

.pwa-reveal-banner > div > span {
  font-size: 1.5em;
}

.pwa-reveal-banner strong {
  margin-top: 6px;
  font-size: 2.1em;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.pwa-reveal-banner small {
  margin-top: 10px;
  color: #666963;
  line-height: 1.25;
}

.pwa-countdown {
  display: grid;
  grid-template-columns: repeat(8, auto);
  align-items: start;
  gap: 3px;
}

.pwa-countdown b {
  border-radius: 8px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 1.1em;
}

.pwa-countdown small {
  align-self: end;
  margin: 0 2px 4px -26px;
  padding-top: 36px;
  font-size: 0.54em;
}

.pwa-countdown i {
  padding-top: 6px;
  font-style: normal;
  font-weight: 800;
}

.pwa-section-label {
  display: block;
  margin: 18px 2px 9px;
  font-weight: 790;
}

.pwa-streak {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  padding: 16px 22px;
  background:
    repeating-radial-gradient(circle at 10% 50%, transparent 0 17px, rgba(255, 255, 255, 0.2) 18px 19px),
    linear-gradient(90deg, #89a0b4, #526f89);
}

.pwa-streak > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--gold);
}

.pwa-streak div {
  text-align: right;
}

.pwa-streak small,
.pwa-streak strong {
  display: block;
}

.pwa-streak small {
  color: rgba(255, 255, 255, 0.8);
}

.pwa-streak strong {
  color: white;
  font-size: 1.65em;
  line-height: 1;
}

.pwa-stats,
.pwa-budget-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.pwa-stats {
  margin-top: 10px;
}

.pwa-stats > span {
  min-height: 86px;
  border-radius: 18px;
  padding: 15px 17px;
  background: white;
}

.pwa-stats > span:last-child {
  background: #eceae5;
}

.pwa-stats b,
.pwa-stats em {
  display: block;
}

.pwa-stats b {
  font-size: 1.8em;
  line-height: 1;
}

.pwa-stats b small {
  font-size: 0.48em;
}

.pwa-stats em {
  margin-top: 14px;
  color: #7f817b;
  font-size: 0.72em;
  font-style: normal;
}

.pwa-budget-card {
  border-radius: 22px;
  padding: 18px;
  background: white;
  box-shadow: 0 10px 30px rgba(34, 32, 28, 0.035);
}

.pwa-budget-head,
.pwa-budget-goal,
.pwa-budget-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pwa-budget-head strong {
  font-size: 1.15em;
}

.pwa-budget-head > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #1d1e1b;
  color: white;
  font-size: 1.3em;
}

.pwa-budget-goal {
  margin-top: 11px;
  border: 1px solid rgba(78, 86, 82, 0.13);
  border-radius: 17px;
  padding: 13px 15px;
  background: #f1f4f1;
}

.pwa-budget-goal small,
.pwa-budget-goal b,
.pwa-budget-goal em {
  display: block;
}

.pwa-budget-goal small {
  color: #767a74;
  font-size: 0.62em;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pwa-budget-goal b {
  margin-top: 2px;
  font-size: 1.32em;
}

.pwa-budget-goal em {
  width: max-content;
  margin-top: 6px;
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--green-soft);
  color: #52615a;
  font-size: 0.64em;
  font-style: normal;
  font-weight: 720;
}

.pwa-goal-ring {
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  place-content: center;
  border: 8px solid var(--green);
  border-left-color: #d2d9d5;
  border-radius: 50%;
  text-align: center;
}

.pwa-goal-ring b,
.pwa-goal-ring small {
  display: block;
}

.pwa-goal-ring b {
  font-size: 1.02em;
}

.pwa-goal-ring small {
  font-size: 0.56em;
  letter-spacing: 0;
  text-transform: none;
}

.pwa-budget-message {
  margin-top: 9px;
  border-radius: 12px;
  padding: 9px 11px;
  background: var(--green-soft);
  color: #53615b;
  font-size: 0.72em;
  font-weight: 720;
}

.pwa-budget-message small {
  margin-left: 0.35em;
  color: inherit;
  font-size: 0.9em;
  font-weight: 620;
}

.pwa-budget-split {
  gap: 9px;
  margin-top: 9px;
}

.pwa-budget-split > span {
  flex: 1;
  border-radius: 12px;
  padding: 10px 12px;
  background: #f6f5f1;
}

.pwa-budget-split small,
.pwa-budget-split b {
  display: block;
}

.pwa-budget-split small {
  color: #7d7e78;
  font-size: 0.66em;
}

.pwa-budget-split b {
  margin-top: 2px;
  font-size: 0.86em;
}

.pwa-bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 65px;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(28, 29, 26, 0.07);
  background: rgba(255, 255, 255, 0.96);
}

.pwa-bottom-nav > span {
  display: grid;
  place-content: center;
  text-align: center;
  color: #92938d;
}

.pwa-bottom-nav i,
.pwa-bottom-nav small {
  display: block;
  font-style: normal;
}

.pwa-bottom-nav i {
  font-size: 1.08em;
}

.pwa-bottom-nav small {
  margin-top: 1px;
  font-size: 0.62em;
}

.pwa-bottom-nav .active {
  color: #1e1f1c;
}

.pwa-bottom-nav .active i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--gold-soft);
}

.feature-budget {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 838px;
  background: linear-gradient(165deg, #e3e8ec, #d3dce3);
}

.feature-habits {
  grid-column: 2;
  grid-row: 1;
  min-height: 410px;
  background: linear-gradient(165deg, #edf1f5, #dce5ee);
}

.feature-checkin {
  grid-column: 2;
  grid-row: 2;
  min-height: 410px;
  background: linear-gradient(165deg, #e8ecef, #d7e0e7);
}

.daily-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  grid-template-rows: repeat(2, minmax(410px, auto));
}

.budget-top span,
.big-ring {
  border-color: var(--green);
}

.mini-chart {
  background:
    linear-gradient(to top, rgba(97, 125, 151, 0.18), transparent 70%),
    repeating-linear-gradient(to top, transparent 0 26px, rgba(25, 27, 26, 0.06) 26px 27px);
}

.wide-feature {
  background: linear-gradient(145deg, #e2e7eb 0%, #eef1f3 48%, #d8e3eb 100%);
}

.shared-feature {
  background:
    radial-gradient(circle at 24% 50%, rgba(255, 255, 255, 0.82), transparent 26%),
    linear-gradient(135deg, #dce5ee, #e6e5df);
}

.privacy-orbits span {
  border-color: rgba(104, 116, 111, 0.2);
}

.privacy-card {
  background:
    radial-gradient(circle at 18% 22%, rgba(157, 174, 194, 0.4), transparent 33%),
    radial-gradient(circle at 80% 78%, rgba(97, 125, 151, 0.26), transparent 34%),
    #1b1d1a;
}

.evolution-chart::before {
  background: linear-gradient(to top, rgba(86, 119, 148, 0.22), transparent 74%);
}

.evolution-chart::after {
  background: linear-gradient(to top, rgba(129, 151, 169, 0.19), transparent 74%);
}

.ring {
  background: conic-gradient(var(--green) 0 86%, #d8e2dc 86% 100%);
}

.ring::before {
  content: "86%";
}

.big-ring {
  background: conic-gradient(var(--green) 0 86%, rgba(100, 123, 114, 0.14) 86% 100%);
}

.big-ring::before {
  content: "86%";
}

.manifesto p span {
  color: #747f7a;
}

.js-experience .reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 46px, 0) scale(0.99);
  transition:
    opacity 820ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.js-experience .reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.js-experience .hero-copy.is-visible .hero-eyebrow,
.js-experience .hero-copy.is-visible h1,
.js-experience .hero-copy.is-visible > p,
.js-experience .hero-copy.is-visible .hero-actions {
  animation: hero-arrive 950ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js-experience .hero-copy.is-visible h1 { animation-delay: 80ms; }
.js-experience .hero-copy.is-visible > p { animation-delay: 170ms; }
.js-experience .hero-copy.is-visible .hero-actions { animation-delay: 250ms; }

@keyframes hero-arrive {
  from { opacity: 0; transform: translate3d(0, 28px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.js-experience .moment-card img {
  transform: scale(1.07);
  will-change: transform;
}

.js-experience .moment-card:hover img {
  transform: scale(1.1);
}

@supports (animation-timeline: view()) {
  .js-experience .pwa-window {
    animation: pwa-stage-rise linear both;
    animation-range: entry 0% cover 42%;
    animation-timeline: view();
  }

  .js-experience .moment-card img {
    animation: moment-scroll-shift linear both;
    animation-range: entry 0% exit 100%;
    animation-timeline: view();
  }
}

@keyframes pwa-stage-rise {
  from { transform: perspective(1500px) rotateX(4deg) translate3d(0, 72px, 0) scale(0.965); }
  to { transform: perspective(1500px) rotateX(0) translate3d(0, 0, 0) scale(1); }
}

@keyframes moment-scroll-shift {
  from { translate: 0 -18px; }
  to { translate: 0 18px; }
}

@media (max-width: 960px) {
  .app-showcase-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .app-showcase-heading p {
    max-width: 560px;
  }

  .pwa-home-screen {
    min-height: 970px;
  }

  .pwa-date-strip {
    width: 82%;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: max(900px, calc(100svh - 16px));
  }

  .hero-eyebrow {
    margin-bottom: 16px;
    font-size: 0.6rem;
  }

  .app-showcase {
    padding-inline: 10px;
  }

  .app-showcase-heading {
    margin-bottom: 44px;
    padding-inline: 8px;
  }

  .app-showcase-heading h2 {
    font-size: clamp(3.6rem, 17vw, 5.7rem);
  }

  .pwa-window {
    border-radius: 20px;
  }

  .pwa-browser-bar {
    min-height: 40px;
    grid-template-columns: 66px 1fr 42px;
    padding-inline: 11px;
  }

  .pwa-browser-address {
    padding-inline: 18px;
    font-size: 0.55rem;
  }

  .pwa-home-screen {
    min-height: 870px;
    padding: 48px 9px 62px;
    font-size: clamp(0.48rem, 1.75vw, 0.66rem);
  }

  .pwa-top-actions {
    top: 9px;
    right: 10px;
    left: 10px;
  }

  .pwa-top-actions span {
    width: 28px;
    height: 28px;
  }

  .pwa-date-strip {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 0;
    padding-right: 0;
  }

  .pwa-date-strip > span:nth-child(1),
  .pwa-date-strip > span:nth-child(2) {
    display: none;
  }

  .pwa-date-strip > span {
    min-height: 45px;
  }

  .pwa-install-strip {
    min-height: 40px;
    padding-left: 12px;
  }

  .pwa-install-strip > span {
    font-size: 0;
  }

  .pwa-install-strip > span::after {
    content: "Instale o app na tela inicial";
    font-size: 0.58rem;
  }

  .pwa-install-strip b {
    padding: 5px 10px;
  }

  .pwa-challenge-banner {
    min-height: 124px;
    padding: 14px;
  }

  .pwa-avatar-pair {
    top: 13px;
    right: 13px;
  }

  .pwa-checkin {
    bottom: 13px;
    padding: 7px 13px;
  }

  .pwa-reveal-banner {
    min-height: 150px;
    padding: 18px 14px;
  }

  .pwa-reveal-banner strong {
    font-size: 1.8em;
  }

  .pwa-countdown {
    display: none;
  }

  .pwa-streak {
    min-height: 66px;
    padding: 12px 14px;
  }

  .pwa-stats > span {
    min-height: 70px;
    padding: 12px;
  }

  .pwa-stats em {
    margin-top: 8px;
  }

  .pwa-budget-card {
    padding: 12px;
  }

  .pwa-budget-goal {
    padding: 10px;
  }

  .pwa-goal-ring {
    width: 58px;
    height: 58px;
    border-width: 6px;
  }

  .pwa-bottom-nav {
    min-height: 54px;
  }

  .pwa-bottom-nav .active i {
    width: 28px;
    height: 28px;
  }

  .daily-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .feature-budget,
  .feature-habits,
  .feature-checkin {
    grid-column: 1;
    grid-row: auto;
    min-height: 450px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: max(860px, calc(100svh - 16px));
  }

  .hero-eyebrow::before {
    display: none;
  }

  .pwa-home-screen {
    min-height: 830px;
  }

  .pwa-reveal-banner small br,
  .pwa-budget-goal em {
    display: none;
  }

  .pwa-budget-goal b {
    font-size: 1.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-webgl {
    opacity: 0.24;
  }

  .product-scene,
  .pwa-window,
  .js-experience .moment-card img,
  .js-experience .moment-card:hover img {
    transform: none;
    translate: none;
  }

  .js-experience .hero-copy.is-visible .hero-eyebrow,
  .js-experience .hero-copy.is-visible h1,
  .js-experience .hero-copy.is-visible > p,
  .js-experience .hero-copy.is-visible .hero-actions {
    animation: none;
  }
}
