@font-face {
  font-family: "Mali";
  src: url("assets/fonts/Mali-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mali";
  src: url("assets/fonts/Mali-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #342e2d;
  --muted: #6d6664;
  --paper: #fffdf9;
  --white: #ffffff;
  --cyan: #48c6dc;
  --cyan-dark: #1385a5;
  --pink: #f178a8;
  --yellow: #ffd263;
  --green: #72d3ae;
  --blue: #4da4e8;
  --line: rgba(52, 46, 45, 0.14);
  --shadow: 0 18px 44px rgba(45, 55, 72, 0.16);
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Mali", system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(calc(100% - 32px), var(--content));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  color: #514a48;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--cyan-dark);
}

.lang-link,
.nav-download {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-download {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.hero {
  min-height: min(920px, 94vh);
  padding: 136px 24px 88px;
  display: grid;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.28) 100%),
    url("assets/bg-hero.webp");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
}

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

.hero-kicker {
  margin: 0 0 12px;
  color: var(--cyan-dark);
  font-weight: 700;
  font-size: 1.1rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 7.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #514a48;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
}

.store-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 218px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: #171717;
  color: var(--white);
  font: inherit;
  text-decoration: none;
  box-shadow: 0 7px 0 #000000, 0 12px 26px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 9px 0 #000000, 0 16px 30px rgba(0, 0, 0, 0.22);
}

.store-button svg {
  width: 30px;
  height: 30px;
  flex: none;
}

.store-button small,
.store-button strong {
  display: block;
  line-height: 1.2;
  text-align: left;
}

.store-button small {
  margin-bottom: 3px;
  color: #d6d6d6;
  font-size: 0.72rem;
}

.store-button strong {
  font-size: 1rem;
}

.availability {
  min-height: 28px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-proof {
  width: min(100%, var(--content));
  margin: -48px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.proof-item {
  padding: 28px;
  text-align: center;
}

.proof-item + .proof-item {
  border-left: 1px solid var(--line);
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  font-size: 1.15rem;
}

.proof-item span {
  margin-top: 5px;
  color: var(--muted);
}

.section {
  padding: 110px 24px;
}

.section-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
}

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

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--cyan-dark);
  font-weight: 700;
}

.section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.section-heading p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.activity-card {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.activity-card:nth-child(1) {
  background: #79d5e6;
}

.activity-card:nth-child(2) {
  background: #f39ac0;
}

.activity-card:nth-child(3) {
  background: #ffdb7e;
}

.activity-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  padding: 24px;
}

.activity-card div {
  padding: 6px 26px 28px;
}

.activity-card h3 {
  margin: 0;
  font-size: 1.55rem;
}

.activity-card p {
  margin: 10px 0 0;
  color: rgba(52, 46, 45, 0.76);
}

.feature-band {
  background: #eef9f7;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}

.feature-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 27px 0;
  border-top: 1px solid rgba(31, 118, 104, 0.2);
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: #147964;
  box-shadow: 0 8px 20px rgba(35, 108, 94, 0.13);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
}

.feature-item h3,
.feature-item p {
  margin: 0;
}

.feature-item p {
  margin-top: 7px;
  color: var(--muted);
}

.gallery-section {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background: #f5f7ff;
}

.gallery-section .section-inner {
  width: 100%;
  max-width: none;
}

.gallery-toolbar {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gallery-controls {
  display: flex;
  gap: 8px;
  padding-bottom: 48px;
}

.icon-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.icon-button:hover,
.icon-button:focus-visible {
  border-color: var(--blue);
  color: #126eb9;
}

.icon-button svg {
  width: 24px;
  height: 24px;
}

.screenshot-track {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding: 4px 0 18px;
}

.screenshot-track figure {
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.screenshot-track img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-top: 1px solid rgba(52, 46, 45, 0.08);
  border-bottom: 1px solid rgba(52, 46, 45, 0.08);
  border-radius: 0;
  background: #ffffff;
}

.screenshot-track figcaption {
  min-height: 58px;
  margin: 0;
  padding: 14px 24px 10px;
  color: var(--muted);
  text-align: center;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.access-plan {
  padding: 34px;
  border: 2px solid #e3ded8;
  border-radius: 8px;
  background: var(--white);
}

.access-plan.premium {
  border-color: #efbb32;
  background: #fff8dc;
}

.access-plan h3 {
  margin: 0;
  font-size: 1.8rem;
}

.access-plan > p {
  margin: 8px 0 24px;
  color: var(--muted);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-top: 1px solid rgba(52, 46, 45, 0.1);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #15866d;
  font-weight: 700;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 700;
}

.faq-list p {
  max-width: 850px;
  margin: 14px 0 0;
  color: var(--muted);
}

.download-band {
  padding: 90px 24px;
  background: #3a3331;
  color: var(--white);
  text-align: center;
}

.download-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.download-band p {
  margin: 14px 0 0;
  color: #ddd7d4;
}

.download-band .store-actions {
  justify-content: center;
}

.site-footer {
  padding: 34px 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

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

.privacy-main {
  padding: 130px 24px 90px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.97)),
    url("assets/bg-hero.webp") center / cover fixed;
}

.privacy-article {
  width: min(100%, 900px);
  margin: 0 auto;
}

.privacy-article h1 {
  margin: 0 0 8px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.privacy-updated {
  margin: 0 0 42px;
  color: var(--muted);
}

.privacy-article section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.privacy-article h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.privacy-article p,
.privacy-article ul {
  color: #554f4d;
}

.privacy-article li + li {
  margin-top: 8px;
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    min-height: 88vh;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84)),
      url("assets/bg-hero.webp");
  }

  .hero-copy {
    max-width: 100%;
  }

  .activity-grid,
  .access-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .activity-card {
    min-height: 0;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-item + .proof-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gallery-controls {
    display: none;
  }

  .screenshot-track {
    grid-auto-columns: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 86vh;
    padding: 112px 18px 72px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .store-button {
    width: 100%;
  }

  .hero-proof {
    padding: 0 14px;
  }

  .section {
    padding: 78px 18px;
  }

  .activity-card img {
    height: 230px;
  }

  .access-plan {
    padding: 25px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }
}

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

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