/* Ages 4–6 landing — warm, guided (extends how-it-works.css patterns) */

.page-a46 {
  background: linear-gradient(180deg, #f5f7ff 0%, #faf8ff 40%, #f8fafc 100%);
  color: var(--ink);
}

.page-a46 main > section {
  position: relative;
}

/* ——— Hero ——— */
.a46-hero {
  min-height: min(88vh, 780px);
  display: flex;
  align-items: center;
  padding: clamp(80px, 11vw, 112px) 20px 48px;
  overflow: hidden;
}
.a46-hero__sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #e8ecff 0%, #f3f0ff 40%, #fff8f0 78%, #eef6ff 100%);
  background-size: 160% 160%;
}
@media (prefers-reduced-motion: no-preference) {
  .a46-hero__sky {
    animation: a46Sky 24s ease-in-out infinite;
  }
}
@keyframes a46Sky {
  0%,
  100% {
    background-position: 0% 30%;
  }
  50% {
    background-position: 100% 60%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .a46-hero__sky {
    animation: none;
    background-size: auto;
  }
}
.a46-hero__glow {
  position: absolute;
  width: min(400px, 85vw);
  height: min(280px, 40vh);
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(167, 139, 250, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.a46-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 880px) {
  .a46-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}
.a46-hero__h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--ink);
}
.a46-hero__sub {
  margin: 0 0 22px;
  font-size: clamp(1.02rem, 2.1vw, 1.18rem);
  font-weight: 600;
  color: rgba(12, 16, 40, 0.68);
  max-width: 38ch;
  line-height: 1.5;
}
.a46-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.a46-hero__chars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(8px, 3vw, 24px);
  position: relative;
}
.a46-hero__chars img {
  width: min(160px, 38vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(99, 102, 241, 0.22));
}
.a46-hero__chars img:nth-child(2) {
  width: min(140px, 34vw);
  margin-bottom: -8px;
}
@media (prefers-reduced-motion: no-preference) {
  .a46-hero__chars img {
    animation: a46Float 5s ease-in-out infinite;
  }
  .a46-hero__chars img:nth-child(2) {
    animation-delay: 0.6s;
  }
}
@keyframes a46Float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .a46-hero__chars img {
    animation: none;
  }
}

/* ——— Real moments ——— */
.a46-real {
  padding: 48px 20px 56px;
  background: #fff;
}
.a46-real__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.a46-real__head {
  text-align: center;
  max-width: 48ch;
  margin: 0 auto 28px;
}
.a46-real__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .a46-real__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.a46-real-card {
  border-radius: 20px;
  padding: 20px 18px 18px;
  background: linear-gradient(165deg, rgba(99, 102, 241, 0.06), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(12, 16, 40, 0.07);
  box-shadow: 0 16px 44px rgba(31, 35, 82, 0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.a46-real-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(99, 102, 241, 0.1);
}
.a46-real-card img {
  width: min(100px, 28vw);
  height: auto;
  margin: 0 auto 12px;
  display: block;
}
.a46-real-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}
.a46-real-card p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(12, 16, 40, 0.55);
  line-height: 1.4;
}
.a46-real__sub {
  margin: 28px auto 0;
  max-width: 44ch;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(12, 16, 40, 0.62);
  line-height: 1.5;
}

/* ——— 4-step characters ——— */
.a46-step-card__char {
  display: block;
  width: min(64px, 18vw);
  height: auto;
  margin: 14px auto 0;
  object-fit: contain;
}

/* ——— Perfect for 4–6 ——— */
.a46-perfect {
  padding: 48px 20px 52px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.a46-perfect__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.a46-perfect__head {
  text-align: center;
  margin-bottom: 26px;
}
.a46-perfect__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .a46-perfect__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .a46-perfect__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.a46-perfect-card {
  padding: 20px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(12, 16, 40, 0.08);
  box-shadow: 0 12px 36px rgba(31, 35, 82, 0.05);
}
.a46-perfect-card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--dawn-deep);
}
.a46-perfect-card p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(12, 16, 40, 0.62);
  line-height: 1.45;
}

/* ——— Bedtime spotlight ——— */
.a46-bed {
  position: relative;
  padding: 52px 20px 60px;
  background: linear-gradient(180deg, #1e1b4b 0%, #0f172a 100%);
  color: #e2e8f0;
  overflow: hidden;
}
.a46-bed__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(1.5px 1.5px at 20% 30%, #fff, transparent),
    radial-gradient(1px 1px at 70% 20%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 50% 70%, #fff, transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .a46-bed__stars {
    animation: a46Stars 20s linear infinite;
  }
}
@keyframes a46Stars {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .a46-bed__stars {
    animation: none;
  }
}
.a46-bed__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media (min-width: 800px) {
  .a46-bed__inner {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    text-align: left;
  }
}
.a46-bed__elephant {
  width: min(200px, 55vw);
  margin: 0 auto;
  filter: drop-shadow(0 16px 40px rgba(167, 139, 250, 0.35));
}
.a46-bed__inner .caption {
  color: rgba(226, 232, 240, 0.65);
}
.a46-bed__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin: 8px 0 12px;
  color: #fff;
}
.a46-bed__inner > .lead {
  margin: 0;
  color: rgba(226, 232, 240, 0.85);
  font-weight: 600;
}

.a46-bed__phone {
  margin-top: 18px;
  max-width: min(240px, 88vw);
}
.a46-bed__phone .phone {
  margin: 0;
  width: 100%;
  max-width: 220px;
}

/* ——— Trust ——— */
.a46-trust {
  padding: 48px 20px;
  background: #fff;
  text-align: center;
}
.a46-trust__inner {
  max-width: 38ch;
  margin: 0 auto;
}
.a46-trust p {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: rgba(12, 16, 40, 0.78);
  line-height: 1.55;
}

/* ——— ESA strip ——— */
.a46-esa {
  padding: 40px 20px;
  background: linear-gradient(180deg, #f1f5f9 0%, #eef2ff 100%);
  border-top: 1px solid rgba(12, 16, 40, 0.06);
  border-bottom: 1px solid rgba(12, 16, 40, 0.06);
}
.a46-esa__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.a46-esa__inner > p:first-of-type {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ink);
}
.a46-esa ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}
.a46-esa li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(12, 16, 40, 0.72);
}
.a46-esa li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--dawn-deep);
  font-weight: 800;
}

.page-a46 .hiw-moment__panel[data-moment-panel='bedtime'] .hiw-moment__quote {
  font-style: italic;
}

/* Four learning cards (not five) */
.page-a46 .hiw-learn__grid {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .page-a46 .hiw-learn__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .page-a46 .hiw-learn__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-a46 .a46-hero .btn--ghost {
  background: rgba(12, 16, 40, 0.04);
  color: var(--ink);
  border: 1px solid rgba(12, 16, 40, 0.14);
}
.page-a46 .a46-hero .btn--ghost:hover {
  border-color: rgba(12, 16, 40, 0.22);
}

/* ——— Beta flow lab (phase implementation) ——— */
.a46-beta-flow {
  padding: 64px 20px 72px;
  background:
    radial-gradient(circle at 10% 10%, rgba(252, 211, 255, 0.2), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(147, 197, 253, 0.16), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(196, 181, 253, 0.14), transparent 34%),
    radial-gradient(circle at 20% 15%, #34206f 0%, #1f1b4b 42%, #111633 100%);
  color: #f3f5ff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.a46-beta-flow__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.a46-beta-shell {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(170, 188, 255, 0.24);
  background: linear-gradient(160deg, rgba(113, 85, 224, 0.4), rgba(27, 24, 69, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 28px 70px rgba(11, 13, 34, 0.46);
  padding: 22px;
  overflow: hidden;
}
.a46-beta-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1.4px 1.4px at 10% 20%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1.6px 1.6px at 80% 35%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1.2px 1.2px at 65% 80%, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0.6;
}
.a46-beta-screen {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  min-height: 670px;
}
.a46-beta-card {
  display: none;
  border-radius: 28px;
  padding: 20px 16px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 229, 255, 0.18), transparent 40%),
    linear-gradient(180deg, #2f2e82 0%, #41329e 48%, #2c1e71 100%);
  border: 1px solid rgba(186, 202, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 42px rgba(9, 10, 28, 0.5);
  text-align: center;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}
.a46-beta-card::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: rgba(9, 11, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.a46-beta-card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 136px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}
.a46-beta-card.is-active {
  display: block;
  animation: a46BetaCardIn 340ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.a46-beta-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(240, 245, 255, 0.94);
  margin-top: 6px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.a46-beta-appname {
  margin: 0 auto 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(245, 248, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(188, 206, 255, 0.28);
}
.a46-beta-appname--left {
  display: flex;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
}
.a46-beta-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.a46-beta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(249, 252, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(188, 206, 255, 0.26);
}
@keyframes a46BetaCardIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.a46-beta-card__eyebrow {
  margin: 0 0 10px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(236, 240, 255, 0.8);
}
.a46-beta-card h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.4rem, 2.7vw, 1.72rem);
  line-height: 1.2;
  color: #fff;
}
.a46-beta-card p {
  margin: 0 auto 12px;
  max-width: 30ch;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(238, 242, 255, 0.84);
}
.a46-beta-card > img {
  width: min(130px, 42vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(14, 10, 40, 0.45));
}
.a46-beta-row-art {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.a46-beta-row-art img {
  filter: drop-shadow(0 10px 24px rgba(14, 10, 40, 0.4));
}
.a46-beta-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 auto 14px;
  max-width: 220px;
}
.a46-beta-progress span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}
.a46-beta-progress span.is-on {
  background: linear-gradient(90deg, #fbcfe8, #fef08a);
}
.a46-beta-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.a46-beta-list button,
.a46-beta-grid-btns button {
  font: inherit;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(188, 206, 255, 0.38);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  color: #f7f9ff;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.a46-beta-list button:hover,
.a46-beta-grid-btns button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 244, 200, 0.72);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(251, 207, 232, 0.12));
  box-shadow: 0 10px 24px rgba(5, 7, 28, 0.28);
}
.a46-beta-grid-btns {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.a46-beta-grid-btns button {
  text-align: center;
  font-size: 0.84rem;
}
.a46-beta-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 8px;
}
.a46-beta-row--compact {
  grid-template-columns: auto 1fr auto;
}
.a46-beta-row__lead {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.2);
}
.a46-beta-row__copy {
  display: grid;
  gap: 2px;
  text-align: left;
  min-width: 0;
}
.a46-beta-row__title {
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  color: #f8faff;
}
.a46-beta-row__sub {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(233, 238, 255, 0.76);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a46-beta-row__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff8d8;
  border: 1px solid rgba(255, 243, 170, 0.44);
  background: rgba(255, 238, 162, 0.16);
}
.a46-beta-row__chev {
  font-size: 1rem;
  line-height: 1;
  color: rgba(244, 247, 255, 0.86);
}
.a46-beta-cta,
.a46-beta-ghost,
.a46-beta-nav {
  font: inherit;
  border-radius: 999px;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.a46-beta-cta {
  width: 100%;
  color: #281c47;
  background: linear-gradient(120deg, #f9a8d4, #fef08a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 14px 30px rgba(246, 192, 111, 0.42);
}
.a46-beta-ghost {
  width: 100%;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(195, 212, 255, 0.3);
  color: #eef2ff;
}
.a46-beta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 243, 170, 0.55);
  background: linear-gradient(145deg, rgba(255, 221, 145, 0.3), rgba(255, 255, 255, 0.08));
  text-align: left;
}
.a46-beta-banner strong,
.a46-beta-banner b {
  display: block;
  color: #fff8df;
}
.a46-beta-banner span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 245, 214, 0.84);
}
.a46-beta-tabbar {
  margin-top: 10px;
  border-radius: 13px;
  border: 1px solid rgba(192, 210, 255, 0.3);
  background: rgba(255, 255, 255, 0.09);
  padding: 8px 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.a46-beta-tabbar span {
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(228, 235, 255, 0.74);
}
.a46-beta-tabbar span.is-active {
  color: #fff;
}
.a46-beta-unlock {
  margin: 8px auto 14px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 247, 199, 0.2);
  border: 1px solid rgba(255, 247, 199, 0.55);
  color: #fff8d8;
  font-weight: 800;
}
.a46-beta-lock-banner {
  margin: 2px auto 10px;
  max-width: 210px;
  border-radius: 12px;
  border: 1px solid rgba(255, 236, 176, 0.58);
  background: linear-gradient(130deg, rgba(255, 236, 176, 0.24), rgba(255, 255, 255, 0.08));
  color: #fff5c8;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 0.7rem;
  font-weight: 800;
}
.a46-beta-actions {
  display: grid;
  gap: 8px;
}
.a46-beta-controls {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.a46-beta-nav {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(195, 212, 255, 0.32);
  color: #f2f4ff;
  min-width: 74px;
}
.a46-beta-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.a46-beta-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.a46-beta-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}
.a46-beta-dots button.is-active {
  width: 22px;
  background: linear-gradient(90deg, #fbcfe8, #fde68a);
}
@media (prefers-reduced-motion: no-preference) {
  .a46-beta-card > img,
  .a46-beta-row-art img {
    animation: a46BetaFloat 5.4s ease-in-out infinite;
  }
  .a46-beta-row-art img:nth-child(2) {
    animation-delay: 0.65s;
  }
}
@keyframes a46BetaFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .a46-beta-card.is-active {
    animation: none;
  }
  .a46-beta-card > img,
  .a46-beta-row-art img {
    animation: none;
  }
}
@media (max-width: 500px) {
  .a46-beta-shell {
    padding: 14px;
  }
  .a46-beta-screen {
    min-height: 640px;
  }
  .a46-beta-card {
    min-height: 620px;
    border-radius: 24px;
  }
}
