@font-face {
  font-family: "Fredoka";
  src: url("assets/fonts/fredoka-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #282241;
  --muted: #6f6885;
  --paper: #fffaf7;
  --paper-strong: #ffffff;
  --purple: #d9ddf4;
  --purple-deep: #808be7;
  --purple-soft: #eef0fb;
  --peach: #f4b49d;
  --coral: #e97361;
  --cream: #fff5ec;
  --line: rgba(65, 56, 101, 0.14);
  --shadow: 0 26px 70px rgba(85, 67, 118, 0.16);
  --display-font: "Fredoka", ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.82), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(244, 180, 157, 0.45), transparent 30%),
    linear-gradient(180deg, #dfe2f7 0%, #eee2ef 54%, #fff5ec 100%);
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.6;
}

a {
  color: #5964d8;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 54px;
}

body.landing {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.86), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(233, 115, 97, 0.22), transparent 28%),
    linear-gradient(135deg, #d9ddf4 0%, #ece6f2 48%, #fff5ec 100%);
}

.landing-page {
  display: grid;
  grid-template-columns: minmax(250px, 31%) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  width: min(1480px, calc(100% - 32px));
  height: calc(100svh - 32px);
  margin: 16px auto;
}

.mirus-panel {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 56px;
  background: var(--purple);
  box-shadow: 0 34px 80px rgba(61, 52, 92, 0.18);
}

.mirus-panel::before {
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 42px;
  content: "";
  pointer-events: none;
}

.mirus-panel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(40, 34, 65, 0.34), transparent 42%),
    linear-gradient(180deg, transparent 58%, rgba(40, 34, 65, 0.18));
  content: "";
  pointer-events: none;
}

.mirus-panel img,
.mirus-panel video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mirus-panel video {
  background: var(--purple);
}

.content-board {
  display: grid;
  grid-template-rows: auto minmax(128px, 0.5fr) minmax(76px, 0.26fr) minmax(0, 1fr);
  gap: clamp(10px, 1.4vw, 16px);
  min-height: 0;
}

.board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.42rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-decoration: none;
}

.wordmark img {
  width: clamp(34px, 3.8vw, 48px);
  height: clamp(34px, 3.8vw, 48px);
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(85, 67, 118, 0.16);
}

.wordmark-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
}

.wordmark strong {
  color: var(--coral);
  font-weight: 700;
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.utility-links a {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.board-card,
.screenshot-card {
  border: 1px solid rgba(65, 56, 101, 0.12);
  background: rgba(255, 250, 247, 0.76);
  box-shadow: 0 18px 48px rgba(85, 67, 118, 0.12);
  backdrop-filter: blur(18px);
}

.board-card {
  min-height: 0;
  padding: clamp(12px, 1.45vw, 17px);
  border-radius: 26px;
}

.app-description {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(168px, 0.26fr);
  align-items: center;
  gap: clamp(12px, 1.6vw, 18px);
}

.app-description h1 {
  max-width: 980px;
  margin: 0 0 6px;
  font-family: var(--display-font);
  font-size: clamp(0.98rem, 1.32vw, 1.28rem);
  line-height: 1.08;
}

.app-description-copy p:last-child {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(0.76rem, 0.88vw, 0.84rem);
  line-height: 1.3;
}

.download-panel {
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid rgba(233, 115, 97, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(145deg, rgba(255, 245, 236, 0.92), rgba(217, 221, 244, 0.74));
  box-shadow: 0 14px 32px rgba(85, 67, 118, 0.12);
}

.download-panel .eyebrow {
  margin-bottom: 5px;
}

.download-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(0.8rem, 0.94vw, 0.9rem);
  font-weight: 700;
  line-height: 1;
}

.download-note {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.22;
}

.waitlist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--coral);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(233, 115, 97, 0.20);
}

.inside-app {
  display: flex;
  align-items: center;
}

.inside-app h2 {
  margin-bottom: 0;
  font-family: var(--display-font);
  font-size: clamp(0.82rem, 1.02vw, 1rem);
  line-height: 1.14;
}

.screenshot-row {
  display: grid;
  grid-template-columns: minmax(122px, 0.95fr) repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(7px, 0.85vw, 10px);
  min-height: 0;
}

.screenshot-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--purple-soft);
  cursor: zoom-in;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.screenshot-card:focus-visible {
  outline: 3px solid rgba(128, 139, 231, 0.72);
  outline-offset: 4px;
}

.screenshot-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(85, 67, 118, 0.18);
}

.featured-shot {
  grid-row: auto;
}

.screenshot-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(40, 34, 65, 0.08) 100%);
  content: "";
  pointer-events: none;
}

.screenshot-card::after {
  position: absolute;
  inset: 7px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 15px;
  content: "";
  pointer-events: none;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 220ms ease;
}

.screenshot-card:hover img {
  transform: scale(1.025);
}

.phone-shot {
  display: grid;
  place-items: center;
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.phone-shot::before,
.phone-shot::after {
  display: none;
}

.phone-shot img {
  width: auto;
  max-width: none;
  height: clamp(132px, 14.2vw, 182px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 18px rgba(40, 34, 65, 0.18));
}

.phone-shot:hover {
  box-shadow: none;
}

.screenshot-caption {
  display: none;
}

.screenshot-card span {
  color: rgba(40, 34, 65, 0.42);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.screenshot-card h3 {
  margin: 1px 0 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(0.64rem, 0.86vw, 0.88rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.screenshot-card p {
  display: none;
  margin: 3px 0 0;
  color: rgba(40, 34, 65, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}

.featured-shot .screenshot-caption {
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 9px 10px 10px;
  border-radius: 17px;
}

.featured-shot h3 {
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
}

.featured-shot p {
  display: block;
}

.featured-shot img {
  object-position: center 24%;
}

.printable-page-shot {
  display: grid;
  place-items: center;
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.printable-page-shot::before,
.printable-page-shot::after {
  display: none;
}

.printable-page-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 18px rgba(40, 34, 65, 0.16));
}

.printable-page-shot:hover {
  box-shadow: none;
}

.printable-page-shot:hover img {
  transform: none;
}

.printable-label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--coral);
  font-family: var(--display-font);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(85, 67, 118, 0.12);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.lightbox-image {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(940px, 94vw);
  max-height: 90svh;
  object-fit: contain;
  cursor: pointer;
}

.lightbox-image:focus-visible {
  outline: 3px solid rgba(128, 139, 231, 0.72);
  outline-offset: 3px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nav-links a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.78;
}

.nav-links a:hover {
  opacity: 1;
}

.hero,
.card {
  background: rgba(255, 250, 247, 0.84);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero {
  padding: clamp(22px, 4vw, 44px);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(22px, 5vw, 56px);
  min-height: 640px;
}

.hero-copy {
  padding: clamp(8px, 2vw, 18px);
}

.card {
  padding: clamp(24px, 4vw, 42px);
  margin-top: 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -0.035em;
}

h1 {
  margin: 0 0 16px;
  max-width: 740px;
  font-size: clamp(2.75rem, 7vw, 5.35rem);
}

.card > h1 {
  font-size: clamp(2.45rem, 6vw, 4.1rem);
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
}

h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

p {
  margin: 0 0 14px;
}

ul {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2.6vw, 1.32rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--purple-deep);
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border: 1px solid var(--line);
}

.mirus-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  background: var(--purple);
  box-shadow: 0 22px 55px rgba(61, 52, 92, 0.18);
}

.mirus-portrait::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.mirus-portrait img {
  display: block;
  width: 100%;
  height: min(560px, 68vw);
  object-fit: cover;
  object-position: center;
}

.intro-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.intro-card h2,
.intro-card p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.video-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 240, 251, 0.86)),
    var(--paper);
}

.video-card video {
  display: block;
  width: 100%;
  max-height: 620px;
  background: var(--purple);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(65, 56, 101, 0.14);
}

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

.feature-card {
  min-height: 210px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.feature-number {
  display: block;
  margin-bottom: 34px;
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.feature-card p {
  color: var(--muted);
}

.trust-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
  background:
    radial-gradient(circle at 8% 10%, rgba(128, 139, 231, 0.18), transparent 38%),
    rgba(255, 250, 247, 0.86);
}

.privacy-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px 24px;
  background: rgba(40, 34, 65, 0.9);
  color: white;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(40, 34, 65, 0.18);
}

.privacy-strip div {
  display: grid;
  gap: 4px;
}

.privacy-strip span {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-strip a {
  color: white;
  font-weight: 800;
  white-space: nowrap;
}

.muted,
.footer {
  color: var(--muted);
}

.placeholder {
  display: inline-block;
  padding: 2px 8px;
  border: 1px dashed rgba(45, 35, 65, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #8c3144;
  font-weight: 700;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 28px;
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  body.landing {
    overflow: auto;
  }

  .landing-page {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
  }

  .mirus-panel {
    min-height: 480px;
  }

  .content-board {
    display: block;
  }

  .content-board > * + * {
    margin-top: 14px;
  }

  .board-header,
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .inside-app,
  .app-description,
  .parent-video-panel {
    grid-template-columns: 1fr;
  }

  .screenshot-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 156px;
  }

  .featured-shot {
    grid-row: span 2;
  }

  .parent-video-panel video {
    min-height: 240px;
  }

  .hero-split,
  .intro-card,
  .trust-card {
    grid-template-columns: 1fr;
  }

  .hero-split {
    min-height: 0;
  }

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

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