:root {
  --purple: #7054f5;
  --purple-deep: #5238cf;
  --purple-surface: #eee9ff;
  --blue: #237fc0;
  --blue-surface: #e8f5ff;
  --green: #16845a;
  --green-surface: #e9faf2;
  --orange: #b75b05;
  --orange-surface: #fff1dc;
  --pink: #ba376f;
  --pink-surface: #ffeaf3;
  --yellow: #8a6100;
  --yellow-surface: #fff4c7;
  --ink: #24345a;
  --muted: #5f6983;
  --warm: #fffcf4;
  --warm-surface: #fff8e9;
  --white: #ffffff;
  --border: #e9dfd1;
  --shadow-small: 0 8px 0 rgba(36, 52, 90, 0.07);
  --shadow-large: 0 30px 80px rgba(36, 52, 90, 0.16);
  --radius-small: 16px;
  --radius-medium: 28px;
  --radius-large: 42px;
  --content-width: 1180px;
  --font-sans: Inter, ui-rounded, "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

button,
a,
summary {
  font: inherit;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
  border-radius: 0.35rem;
}

main:focus-visible {
  outline-offset: -4px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 5.7vw, 5.3rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}

p {
  margin: 0;
}

.container {
  width: min(calc(100% - 2.5rem), var(--content-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: 0.75rem;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(233, 223, 209, 0.82);
  background: rgba(255, 252, 244, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-width: 0;
  min-height: 82px;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 0.75rem;
}

.brand img {
  width: 190px;
  height: auto;
}

.primary-nav {
  min-width: 0;
  margin-inline: auto;
}

.primary-nav ul {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1.35vw, 1.4rem);
  list-style: none;
}

.primary-nav a,
.language-link,
.admin-link,
.site-footer nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 0.91rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a {
  padding-inline: 0.2rem;
  color: var(--muted);
}

.primary-nav a:hover {
  color: var(--purple-deep);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.6rem;
}

.language-link {
  gap: 0.45rem;
  padding: 0 0.72rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 3px 0 rgba(36, 52, 90, 0.05);
}

.language-link span:first-child {
  color: var(--purple-deep);
  font-size: 0.75rem;
  font-weight: 900;
}

.admin-link {
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 215, 106, 0.5) 0 5rem, transparent 5.1rem),
    radial-gradient(circle at 86% 18%, rgba(255, 122, 174, 0.18) 0 9rem, transparent 9.1rem),
    linear-gradient(145deg, var(--warm) 0%, var(--warm-surface) 52%, #f3fff7 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4rem;
  background: var(--white);
  clip-path: ellipse(62% 35% at 50% 100%);
  content: "";
}

.hero-inner {
  display: grid;
  min-width: 0;
  min-height: 760px;
  padding-block: clamp(4rem, 9vw, 8rem) 7rem;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
}

.hero-copy,
.hero-visual,
.section-heading,
.feature-card,
.screenshot-card {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1.15rem;
  align-items: center;
  gap: 0.55rem;
  color: var(--purple-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.9rem;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.hero-lead {
  max-width: 59ch;
  margin-top: 1.65rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.store-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.store-button {
  display: inline-flex;
  min-width: 185px;
  min-height: 64px;
  padding: 0.68rem 1rem;
  border: 2px solid rgba(36, 52, 90, 0.14);
  border-radius: 18px;
  align-items: center;
  gap: 0.75rem;
  background: var(--white);
  box-shadow: var(--shadow-small);
  color: var(--ink);
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
}

.store-button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.store-button__mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  place-items: center;
  background: var(--purple-surface);
  color: var(--purple-deep);
  font-size: 1.1rem;
  font-weight: 900;
}

.store-button__mark--play {
  background: var(--green-surface);
  color: var(--green);
  font-size: 0.95rem;
}

.store-button__name,
.store-button__state {
  display: block;
}

.store-button__name {
  font-size: 0.98rem;
  font-weight: 850;
}

.store-button__state {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.store-button--live {
  border-color: var(--purple);
  background: var(--purple);
  color: var(--white);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-button--live:hover {
  box-shadow: 0 12px 25px rgba(82, 56, 207, 0.26);
  transform: translateY(-2px);
}

.store-button--live .store-button__state {
  color: var(--white);
}

.store-note {
  max-width: 55ch;
  margin-top: 1.05rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  display: grid;
  justify-items: center;
}

.hero-visual::before {
  position: absolute;
  z-index: 0;
  width: min(100%, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(112, 84, 245, 0.2) 0 46%, transparent 47%),
    repeating-radial-gradient(circle at center, rgba(112, 84, 245, 0.14) 0 2px, transparent 2px 24px);
  content: "";
  transform: translateY(8%);
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(76%, 316px);
  padding: 8px;
  border: 1px solid rgba(36, 52, 90, 0.18);
  border-radius: 35px;
  background: var(--white);
  box-shadow: var(--shadow-large);
  transform: rotate(2.4deg);
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.hero-visual figcaption {
  position: relative;
  z-index: 3;
  max-width: 42ch;
  margin-top: 1.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 25px rgba(36, 52, 90, 0.11);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.hero-orbit {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 58px;
  height: 58px;
  border: 6px solid var(--white);
  border-radius: 20px;
  place-items: center;
  box-shadow: 0 16px 30px rgba(36, 52, 90, 0.18);
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  animation: drift 7s ease-in-out infinite;
}

.hero-orbit--one {
  top: 18%;
  right: 0;
  background: var(--orange);
  transform: rotate(8deg);
}

.hero-orbit--two {
  bottom: 22%;
  left: 3%;
  background: var(--green);
  animation-delay: -3.5s;
  transform: rotate(-8deg);
}

@keyframes drift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(2.2rem, 5vw, 4.25rem);
}

.section-heading > p:last-child,
.section-heading--wide > p {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading--wide {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
}

.steps {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 1rem;
  counter-reset: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.steps li {
  min-width: 0;
  padding: 1.6rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.steps li:nth-child(1) {
  border-top: 5px solid var(--purple);
}

.steps li:nth-child(2) {
  border-top: 5px solid #d27116;
}

.steps li:nth-child(3) {
  border-top: 5px solid #248e63;
}

.steps li:nth-child(4) {
  border-top: 5px solid #3389c7;
}

.step-number {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--purple-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.steps p {
  margin-top: 0.85rem;
  color: var(--muted);
}

.features-section {
  background: var(--white);
}

.feature-grid {
  display: grid;
  min-width: 0;
  gap: 1rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  min-height: 270px;
  padding: clamp(1.45rem, 3vw, 2.25rem);
  border: 1px solid rgba(36, 52, 90, 0.09);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow-small);
}

.feature-card--large {
  grid-row: span 2;
}

.feature-card--wide {
  grid-column: span 2;
}

.feature-card--purple {
  background: var(--purple-surface);
}

.feature-card--pink {
  background: var(--pink-surface);
}

.feature-card--yellow {
  background: var(--yellow-surface);
}

.feature-card--blue {
  background: var(--blue-surface);
}

.feature-card--green {
  background: var(--green-surface);
}

.feature-card--orange {
  background: var(--orange-surface);
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 2rem;
  border-radius: 18px;
  place-items: center;
  background: var(--white);
  box-shadow: 0 5px 0 rgba(36, 52, 90, 0.06);
  color: var(--purple-deep);
  font-size: 1.25rem;
  font-weight: 900;
}

.feature-card h3 {
  max-width: 22ch;
}

.feature-card p {
  max-width: 46ch;
  margin-top: 0.85rem;
  color: var(--muted);
}

.gallery-section {
  background:
    radial-gradient(circle at 4% 50%, rgba(66, 165, 245, 0.12) 0 10rem, transparent 10.1rem),
    var(--warm);
}

.gallery-grid {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: clamp(1rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.screenshot-card {
  margin: 0;
}

.screenshot-card--child {
  margin-top: 5.5rem;
}

.screenshot-window {
  position: relative;
  padding: 2.6rem 0.7rem 0.7rem;
  border: 1px solid rgba(36, 52, 90, 0.13);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: var(--shadow-large);
}

.screenshot-window img {
  width: 100%;
  height: auto;
  border-radius: 0 0 19px 19px;
}

.screenshot-window--portrait img {
  width: auto;
  max-height: 610px;
  margin-inline: auto;
}

.window-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  margin-top: -1.55rem;
  margin-left: 0.4rem;
  border-radius: 50%;
  background: var(--pink);
}

.window-dot + .window-dot {
  margin-left: 1.35rem;
  background: #d27116;
}

.window-dot + .window-dot + .window-dot {
  margin-left: 2.3rem;
  background: #248e63;
}

.screenshot-card figcaption {
  display: grid;
  margin-top: 1.2rem;
  gap: 0.35rem;
}

.screenshot-card figcaption strong {
  font-size: 1.08rem;
}

.screenshot-card figcaption span {
  color: var(--muted);
}

.trust-section {
  position: relative;
  background:
    radial-gradient(circle at 93% 4%, rgba(255, 215, 106, 0.28) 0 11rem, transparent 11.1rem),
    var(--ink);
  color: var(--white);
}

.trust-layout {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

.eyebrow--light {
  color: #dcd3ff;
}

.trust-copy p:last-child {
  max-width: 52ch;
  margin-top: 1.4rem;
  color: #dce1ee;
  font-size: 1.08rem;
}

.trust-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  list-style: none;
}

.trust-list li {
  display: grid;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  align-items: start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.075);
  grid-template-columns: auto minmax(0, 1fr);
}

.trust-list > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  place-items: center;
  background: var(--purple);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
}

.trust-list h3 {
  font-size: 1.1rem;
}

.trust-list p {
  margin-top: 0.45rem;
  color: #dce1ee;
}

.faq-layout {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.faq-layout .section-heading {
  position: sticky;
  top: 8rem;
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 5px 0 rgba(36, 52, 90, 0.05);
}

.faq-list summary {
  position: relative;
  min-height: 64px;
  padding: 1.15rem 3.8rem 1.15rem 1.25rem;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  color: var(--purple-deep);
  content: "+";
  font-size: 1.45rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 1.25rem 1.3rem;
  color: var(--muted);
}

.closing-section {
  padding-block: 0 clamp(4rem, 8vw, 7rem);
}

.closing-card {
  position: relative;
  display: grid;
  min-width: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-large);
  align-items: center;
  gap: 1.5rem;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 215, 106, 0.4) 0 8rem, transparent 8.1rem),
    var(--purple);
  box-shadow: 0 22px 55px rgba(82, 56, 207, 0.25);
  color: var(--white);
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.closing-card h2 {
  max-width: 20ch;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.closing-card p {
  max-width: 56ch;
  margin-top: 0.8rem;
  color: var(--white);
}

.closing-star {
  display: grid;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  place-items: center;
  background: var(--white);
  color: var(--orange);
  font-size: 1.55rem;
}

.closing-link {
  display: inline-flex;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--purple-deep);
  font-weight: 850;
  text-decoration: none;
}

.site-footer {
  padding-block: 3.5rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.footer-grid {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(160px, 0.55fr) minmax(240px, 0.8fr);
}

.footer-grid > div:first-child img {
  width: 180px;
  height: auto;
}

.footer-grid > div:first-child p,
.footer-note p {
  max-width: 42ch;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer nav {
  display: grid;
  gap: 0.3rem;
}

.site-footer nav a {
  justify-content: flex-start;
}

.footer-note {
  justify-self: end;
}

.footer-note .domains {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--ink);
  font-weight: 800;
}

.not-found {
  display: grid;
  min-height: 100vh;
  padding: 1.5rem;
  place-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 215, 106, 0.5) 0 8rem, transparent 8.1rem),
    radial-gradient(circle at 85% 80%, rgba(72, 199, 142, 0.18) 0 10rem, transparent 10.1rem),
    var(--warm);
}

.not-found-card {
  width: min(100%, 660px);
  padding: clamp(2rem, 7vw, 5rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
  background: var(--white);
  box-shadow: var(--shadow-large);
  text-align: center;
}

.not-found-card img {
  width: min(220px, 80%);
  height: auto;
  margin-inline: auto;
}

.not-found-code {
  margin-top: 1.75rem;
  color: var(--purple-deep);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.not-found-card h1 {
  max-width: none;
  margin-top: 0.65rem;
  font-size: clamp(2rem, 6vw, 3.6rem);
}

.not-found-card > p:not(.not-found-code) {
  max-width: 48ch;
  margin: 1rem auto 0;
  color: var(--muted);
}

.not-found-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.not-found-actions a {
  display: inline-flex;
  min-height: 48px;
  padding: 0.7rem 1.1rem;
  border: 2px solid var(--purple);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: var(--purple-deep);
  font-weight: 850;
  text-decoration: none;
}

.not-found-actions a:first-child {
  background: var(--purple);
  color: var(--white);
}

@media (max-width: 1040px) {
  .primary-nav a {
    font-size: 0.82rem;
  }

  .hero-inner {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  html {
    scroll-padding-top: 10rem;
  }

  .header-inner {
    padding-block: 0.7rem;
    flex-wrap: wrap;
  }

  .primary-nav {
    width: 100%;
    order: 3;
  }

  .primary-nav ul {
    justify-content: space-between;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-inner {
    padding-top: 4.5rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-lead,
  .store-note {
    margin-inline: auto;
  }

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

  .hero-visual {
    width: min(100%, 540px);
    margin-inline: auto;
  }

  .section-heading--wide,
  .trust-layout,
  .faq-layout,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card--large {
    grid-row: auto;
  }

  .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .screenshot-card--child {
    width: min(100%, 570px);
    margin-top: 1rem;
    margin-inline: auto;
  }

  .faq-layout .section-heading {
    position: static;
  }

  .footer-note {
    justify-self: start;
  }
}

@media (max-width: 580px) {
  html {
    scroll-padding-top: 12rem;
  }

  .container {
    width: min(calc(100% - 1.5rem), var(--content-width));
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    gap: 0.65rem;
  }

  .brand img {
    width: 148px;
  }

  .language-link {
    padding-inline: 0.6rem;
  }

  .language-link span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .admin-link {
    padding-inline: 0.8rem;
  }

  .primary-nav ul {
    display: grid;
    gap: 0.1rem 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .primary-nav a {
    padding-inline: 0.35rem;
    text-align: center;
  }

  .hero-inner {
    min-height: auto;
    padding-block: 3.6rem 6rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .store-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .store-button {
    width: 100%;
  }

  .hero-orbit {
    width: 48px;
    height: 48px;
    border-width: 4px;
    border-radius: 16px;
  }

  .hero-orbit--one {
    right: 1%;
  }

  .hero-orbit--two {
    left: 0;
  }

  .steps,
  .feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-card--wide {
    grid-column: auto;
  }

  .feature-card {
    min-height: auto;
  }

  .screenshot-window {
    padding: 2.3rem 0.4rem 0.4rem;
    border-radius: 20px;
  }

  .screenshot-window img {
    border-radius: 0 0 15px 15px;
  }

  .closing-card {
    border-radius: var(--radius-medium);
    grid-template-columns: minmax(0, 1fr);
  }

  .closing-star {
    width: 54px;
    height: 54px;
  }

  .closing-link {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .phone-frame,
  .hero-orbit {
    transform: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --border: #69728a;
    --muted: #44506e;
  }

  .feature-card,
  .steps li,
  .faq-list details,
  .screenshot-window {
    border-width: 2px;
  }
}

@media print {
  .site-header,
  .store-actions,
  .closing-section {
    display: none;
  }

  body {
    background: var(--white);
  }

  .section,
  .hero-inner {
    min-height: auto;
    padding-block: 2rem;
  }
}
