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

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

@font-face {
  font-family: "e-Ukraine";
  src: url("/assets/fonts/e-ukraine/e-Ukraine-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "e-Ukraine";
  src: url("/assets/fonts/e-ukraine/e-Ukraine-Medium.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f4f0e8;
  --paper-strong: #fffaf1;
  --ink: #161616;
  --muted: #4f5654;
  --purple: #741278;
  --teal: #075b60;
  --green: #008f39;
  --yellow: #ffd43b;
  --orange: #ff7326;
  --pink: #d85c9f;
  --line: #161616;
  --object-shadow: 0 18px 34px rgba(20, 16, 10, 0.15);
  --object-drop-shadow: drop-shadow(0 18px 34px rgba(20, 16, 10, 0.15));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "e-Ukraine", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

.page-shell {
  overflow: hidden;
}

.site-header,
.section-inner {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
}

.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-actions {
  --header-divider-gap: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.brand-name {
  font-family: "Acrom", sans-serif;
  color: var(--purple);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.language-switcher,
.social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.language-switcher {
  position: relative;
  margin-left: var(--header-divider-gap);
  padding-left: var(--header-divider-gap);
  min-height: 32px;
}

.language-switcher::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.24);
}

.language-switcher a,
.language-switcher span {
  display: inline-grid;
  place-items: center;
  min-width: auto;
  height: auto;
  text-decoration: none;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
  opacity: 0.58;
  transition: color 160ms ease, opacity 160ms ease;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.social-links img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.social-links a:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.language-switcher a:hover {
  color: var(--ink);
  opacity: 1;
}

.language-switcher [aria-current="page"] {
  color: var(--ink);
  opacity: 1;
}

.hero {
  padding: 42px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.section-title,
.cta-title {
  margin: 0;
  font-family: "Acrom", sans-serif;
  color: var(--purple);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-headline {
  margin: 0;
  font-family: "Acrom", sans-serif;
  max-width: 780px;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 1.06;
  font-weight: 900;
  color: var(--teal);
  letter-spacing: 0;
}

.hero-copy,
.section-copy,
.cta-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.store-button {
  display: block;
  width: 188px;
  border-radius: 10px;
  box-shadow: var(--object-shadow);
  transition: transform 160ms ease, filter 160ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.icon-stage {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
}

.icon-frame {
  position: relative;
  width: min(70vw, 310px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  color: inherit;
  transition: transform 160ms ease;
}

.icon-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

.icon-frame::before {
  left: 50%;
  top: 27%;
  width: 31%;
  height: 22%;
  border-radius: 999px;
  background: #e5e4dc;
  transform: rotate(11deg) scaleY(0.2);
  transform-origin: center;
}

.icon-frame:hover,
.icon-frame:focus-visible {
  transform: translateY(-2px);
}

.icon-frame:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 10px;
  border-radius: 28%;
}

.icon-frame.is-winking::before {
  animation: wink-eye-mask 620ms ease-in-out;
}

.icon-frame.is-winking .hero-eye-wink {
  animation: wink-eye-squeeze 620ms ease-in-out;
}

.hero-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24%;
  filter: var(--object-drop-shadow);
}

.hero-eye-wink {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 24%;
  background-image: url("/assets/icons/icon_1024.png");
  background-position: center;
  background-size: 100% 100%;
  clip-path: inset(28% 16% 51% 48%);
  opacity: 0;
  pointer-events: none;
  transform: scaleY(1);
  transform-origin: 66% 38%;
}

@media (max-width: 520px), (hover: none), (pointer: coarse) {
  .icon-frame.is-winking::before,
  .icon-frame.is-winking .hero-eye-wink {
    animation: none;
  }

  .screenshot-overlay::before {
    inset: -96px;
    background: rgba(245, 241, 232, 0.92);
  }

  .screenshots,
  .screenshot-card,
  .screenshot-card img,
  .screenshot-overlay,
  .screenshot-overlay-stage,
  .screenshot-overlay-image {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .screenshot-card img,
  .screenshot-overlay-image {
    -webkit-user-drag: none;
  }
}

@keyframes wink-eye-mask {
  0%,
  100% {
    opacity: 0;
    transform: rotate(11deg) scaleY(0.2);
  }

  10%,
  74% {
    opacity: 1;
    transform: rotate(11deg) scaleY(1);
  }
}

@keyframes wink-eye-squeeze {
  0%,
  100% {
    opacity: 0;
    transform: scaleY(1);
  }

  10% {
    opacity: 1;
    transform: scaleY(1);
  }

  38%,
  56% {
    opacity: 1;
    transform: scaleY(0.006);
  }

  78% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.section {
  padding: 68px 0;
}

.video-card {
  margin-top: 24px;
  aspect-ratio: 16 / 9;
  border: 4px solid var(--line);
  border-radius: 18px;
  background: var(--ink);
  box-shadow: var(--object-shadow);
  overflow: hidden;
}

.video-loader {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--ink);
  color: var(--paper-strong);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  overflow: hidden;
  padding: 0;
}

.video-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
}

.video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-loader span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 4px solid var(--paper-strong);
  border-radius: 999px;
  margin-inline: auto;
  color: var(--paper-strong);
  font-size: 34px;
}

.screenshots {
  display: flex;
  gap: clamp(18px, 2.8vw, 34px);
  margin-top: 28px;
  align-items: center;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 8px 0 34px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(116, 18, 120, 0.52) transparent;
  filter: var(--object-drop-shadow);
}

.screenshot-card {
  position: relative;
  z-index: 0;
  flex: 0 0 clamp(190px, 18vw, 255px);
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  appearance: none;
  cursor: pointer;
  font: inherit;
  scroll-snap-align: start;
  transition: flex-basis 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.screenshot-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  transition: transform 160ms ease;
}

.screenshot-card:hover img {
  transform: translateY(-3px);
}

.screenshot-overlay[hidden] {
  display: none;
}

.screenshot-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  background: transparent;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.screenshot-overlay::before {
  content: "";
  position: fixed;
  inset: -32px;
  z-index: 0;
  background: rgba(245, 241, 232, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.screenshot-overlay-stage {
  position: relative;
  z-index: 1;
  width: min(86vw, 620px, 42vh);
  height: 88vh;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8px, #000 calc(100% - 8px), transparent);
}

.screenshot-overlay-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: var(--layer-opacity, 0);
  filter: blur(var(--layer-blur, 0));
  transform: translate3d(var(--layer-x, 0), 0, 0) scale(var(--layer-scale, 1));
  will-change: transform, opacity, filter;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.screenshot-overlay-layer.is-current {
  z-index: 2;
  --layer-opacity: 1;
  --layer-scale: 1;
  --layer-x: 0;
}

.screenshot-overlay-layer.is-next {
  z-index: 3;
  --layer-opacity: 0;
  --layer-scale: 0.92;
  --layer-x: 72%;
}

.screenshot-overlay-layer.is-previous {
  z-index: 3;
  --layer-opacity: 0;
  --layer-scale: 0.92;
  --layer-x: -72%;
}

.screenshot-overlay-layer.is-hidden {
  z-index: 1;
  --layer-opacity: 0;
}

.screenshot-overlay-layer.is-animating {
  transition: transform 260ms ease, opacity 260ms ease, filter 260ms ease;
}

.screenshot-overlay-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.screenshot-overlay-open {
  overflow: hidden;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 18px 14px 16px;
  border: 2px solid rgba(22, 22, 22, 0.16);
  border-radius: 8px;
  background: var(--paper-strong);
  box-shadow: var(--object-shadow);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--pink));
}

.feature-card-icon {
  width: clamp(72px, 7vw, 94px);
  aspect-ratio: 1;
  object-fit: contain;
  margin-top: 4px;
  filter: drop-shadow(0 8px 10px rgba(20, 16, 10, 0.16));
}

.feature-card-title {
  margin: 4px 0 0;
  color: var(--purple);
  font-family: "Acrom", "e-Ukraine", system-ui, sans-serif;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}

.feature-card-copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
  text-wrap: balance;
}

.reviews-section {
  padding-bottom: 24px;
  overflow: hidden;
}

.reviews-marquee {
  margin-top: 28px;
  overflow: hidden;
  scrollbar-width: none;
  touch-action: pan-y;
}

.reviews-marquee::-webkit-scrollbar {
  display: none;
}

.reviews-track {
  display: flex;
  width: max-content;
  transform: translateZ(0);
}

.reviews-marquee.is-paused .reviews-track {
  transform: translateZ(0);
}

.review-item {
  position: relative;
  flex: 0 0 var(--review-width);
  padding: 8px clamp(28px, 4vw, 58px);
}

.review-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(22, 22, 22, 0.18);
}

.review-stars {
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

.review-quote {
  margin: 18px 0 20px;
  font-family: "Acrom", sans-serif;
  color: var(--teal);
  font-size: clamp(20px, 1.75vw, 26px);
  font-weight: 900;
  line-height: 1.18;
}

.review-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.review-source-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.72;
}

.cta-band {
  padding: 42px 0 42px;
  background: var(--paper);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: stretch;
}

.cta-panel > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.download-actions {
  --store-button-width: 188px;
  --store-button-height: calc(var(--store-button-width) * 245 / 828);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  align-items: stretch;
}

.download-actions .store-buttons {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
}

.download-actions .store-button {
  width: var(--store-button-width);
}

.qr-card {
  display: grid;
  place-items: center;
  width: calc(var(--store-button-height) * 2 + 12px);
  height: calc(var(--store-button-height) * 2 + 12px);
  padding: 10px;
  border: 1px solid rgba(22, 22, 22, 0.14);
  border-radius: 8px;
  background: white;
  box-shadow: var(--object-shadow);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}

.qr-code {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer {
  padding: 34px 0;
  background: var(--ink);
  color: white;
  font-size: 16px;
  font-weight: 800;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer .social-links a {
  background: transparent;
}

.site-footer .social-links img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(8%) saturate(319%) hue-rotate(334deg) brightness(107%) contrast(95%);
}

@media (max-width: 1040px) {
  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .download-actions,
  .download-actions .store-buttons {
    justify-content: flex-start;
  }

  .download-actions {
    align-items: flex-start;
  }

  .screenshot-card {
    flex-basis: min(72vw, 310px);
  }

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

  .feature-card {
    min-height: auto;
    padding: 18px;
  }
}

@media (min-width: 700px) and (max-width: 1024px) and (orientation: portrait) {
  .site-header,
  .section-inner {
    width: min(760px, calc(100vw - 48px));
  }

  .hero {
    padding: 44px 0 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-grid > div:first-child {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-headline {
    max-width: 720px;
    font-size: clamp(48px, 7.4vw, 64px);
    text-align: center;
  }

  .hero-copy {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .hero .store-buttons {
    justify-content: center;
  }

  .icon-stage {
    display: none;
    min-height: 0;
  }

  .section,
  .cta-band {
    padding: 44px 0;
  }

  .section-title,
  .cta-title {
    text-align: center;
  }

  .video-card,
  .screenshots,
  .facts-grid,
  .reviews-marquee {
    margin-top: 22px;
  }

  .video-card {
    max-width: 760px;
    margin-inline: auto;
  }

  .screenshot-card {
    flex-basis: min(36vw, 300px);
  }

  .facts-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-card {
    grid-column: span 2;
    min-height: 220px;
  }

  .feature-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .feature-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .review-item {
    flex-basis: min(58vw, 470px);
  }

  .cta-panel {
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 14px;
    align-items: center;
  }

  .cta-panel > div:first-child {
    width: auto;
    align-items: center;
    text-align: center;
    transform: translateY(8px);
  }

  .cta-title,
  .cta-copy {
    max-width: 480px;
    text-align: center;
  }

  .download-actions {
    --store-button-width: 168px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 12px;
  }

  .download-actions .store-buttons {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
  }

  .download-actions .store-button {
    width: var(--store-button-width);
  }

  .qr-card {
    display: grid;
  }
}

@media (min-width: 861px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header,
  .section-inner {
    width: min(980px, calc(100vw - 56px));
  }

  .hero {
    padding: 44px 0 48px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.52fr);
    gap: clamp(24px, 4vw, 44px);
  }

  .hero-headline {
    font-size: clamp(44px, 5vw, 60px);
  }

  .icon-stage {
    min-height: 280px;
  }

  .icon-frame {
    width: clamp(220px, 26vw, 300px);
  }

  .section,
  .cta-band {
    padding: 44px 0;
  }

  .section-title,
  .cta-title {
    text-align: center;
  }

  .video-card,
  .screenshots,
  .facts-grid,
  .reviews-marquee {
    margin-top: 22px;
  }

  .video-card,
  .screenshots {
    max-width: 980px;
    margin-inline: auto;
  }

  .screenshot-card {
    flex-basis: min(26vw, 240px);
  }

  .facts-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-card {
    grid-column: span 2;
    min-height: 220px;
  }

  .feature-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .feature-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .review-item {
    flex-basis: min(38vw, 440px);
  }

  .cta-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
  }

  .cta-panel > div:first-child {
    align-items: flex-start;
    text-align: left;
    transform: translateY(8px);
  }

  .cta-title,
  .cta-copy {
    max-width: 620px;
    text-align: left;
  }

  .download-actions {
    --store-button-width: 168px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 12px;
  }

  .download-actions .store-buttons {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
  }

  .download-actions .store-button {
    width: var(--store-button-width);
  }
}

@media (max-width: 520px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand language"
      ". social";
    align-items: center;
    column-gap: 14px;
    row-gap: 11px;
    padding-top: 16px;
  }

  .header-actions {
    --header-divider-gap: 16px;
    width: 100%;
    display: contents;
  }

  .site-header .brand {
    grid-area: brand;
    min-width: 0;
  }

  .site-header .social-links {
    grid-area: social;
    justify-self: end;
  }

  .site-header .social-links,
  .site-footer .social-links {
    gap: 7px;
  }

  .site-header .social-links a,
  .site-footer .social-links a {
    width: 24px;
    height: 28px;
  }

  .site-header .social-links img,
  .site-footer .social-links img {
    width: 21px;
    height: 21px;
  }

  .site-header .social-links a[aria-label="Telegram"] img,
  .site-footer .social-links a[aria-label="Telegram"] img {
    width: 28px;
    height: 28px;
  }

  .site-header .language-switcher {
    grid-area: language;
    justify-self: end;
    margin-left: 0;
    padding-left: 0;
    gap: 8px;
  }

  .site-header .language-switcher::before {
    display: none;
  }

  .site-header .language-switcher::after {
    content: "";
    display: block;
    order: 2;
    width: 1px;
    height: 26px;
    border-radius: 999px;
    background: rgba(22, 22, 22, 0.24);
  }

  .site-header .language-switcher [lang="en"] {
    order: 1;
  }

  .site-header .language-switcher [lang="uk"] {
    order: 3;
  }

  .store-button {
    width: 168px;
  }

  .section,
  .cta-band {
    padding: 34px 0;
  }

  .section-title,
  .cta-title {
    text-align: center;
  }

  .video-card,
  .screenshots,
  .facts-grid,
  .reviews-marquee {
    margin-top: 20px;
  }

  .screenshots {
    gap: 14px;
    padding: 4px 0 14px;
    filter: none;
  }

  .screenshot-card {
    flex-basis: min(58vw, 230px);
  }

  .screenshot-card::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 1.8%;
    height: 9%;
    z-index: 0;
    border-radius: 999px;
    background: rgba(20, 16, 10, 0.18);
    box-shadow: var(--object-shadow);
    pointer-events: none;
  }

  .screenshot-card img {
    position: relative;
    z-index: 1;
    filter: none;
  }

  .screenshot-card:hover img {
    filter: none;
  }

  .reviews-section {
    padding-bottom: 34px;
  }

  .review-item {
    flex-basis: min(88vw, 360px);
    padding: 4px 22px 6px;
  }

  .review-item::before {
    top: 8px;
    bottom: 8px;
  }

  .review-stars {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .review-quote {
    margin: 12px 0 14px;
    font-size: clamp(17px, 5.1vw, 20px);
    line-height: 1.14;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }

  .review-meta {
    gap: 8px;
    font-size: 13px;
  }

  .review-source-icon {
    width: 16px;
    height: 16px;
  }

  .hero {
    padding: 34px 0 38px;
  }

  .hero-grid {
    justify-items: stretch;
  }

  .hero-grid > div:first-child {
    width: 100%;
  }

  .hero-headline,
  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero-copy {
    margin-inline: auto;
  }

  .hero .store-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    justify-items: stretch;
  }

  .hero .store-buttons a {
    min-width: 0;
  }

  .hero .store-button {
    width: 100%;
  }

  .cta-panel {
    gap: 18px;
    justify-items: stretch;
  }

  .cta-panel > div:first-child {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .cta-title,
  .cta-copy {
    max-width: none;
    text-align: center;
  }

  .download-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    align-items: center;
  }

  .download-actions .store-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
  }

  .download-actions .store-buttons a {
    display: flex;
    min-width: 0;
  }

  .download-actions .store-button {
    width: 100%;
    align-self: center;
  }

  .qr-card {
    display: none;
  }

  .icon-stage {
    display: none;
    min-height: 0;
  }

  .footer-inner {
    align-items: center;
    flex-direction: row;
  }

  .site-footer {
    padding: 24px 0;
  }
}

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