@charset "UTF-8";

/* 作者：搭客佬
官网：https://www.flaimax.cn/ */

:root {
  --ink: #071f18;
  --ink-deep: #03150f;
  --paper: #f7f4eb;
  --paper-soft: #eff5ed;
  --green: #0bd06b;
  --green-dark: #087c49;
  --green-pale: #dff4e7;
  --line: rgba(7, 31, 24, 0.18);
  --white: #ffffff;
  --text: #10261f;
  --muted: #5d7169;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  color: var(--text);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
ul {
  margin-top: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.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;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(247, 244, 235, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img,
.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 13px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.brand-copy span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.site-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
}

.site-nav ul {
  gap: 38px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

.mobile-download {
  padding: 10px 14px;
  color: var(--ink-deep);
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--ink);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: auto 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(130deg, var(--ink-deep) 0%, #063627 62%, #075437 100%);
}

.hero::after {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 480px;
  height: 480px;
  content: "";
  border: 1px solid rgba(11, 208, 107, 0.3);
  border-radius: 50%;
}

.hero-word {
  position: absolute;
  top: 32px;
  left: 50%;
  color: transparent;
  border-color: rgba(223, 244, 231, 0.14);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(230px, 24vw, 390px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
  -webkit-text-stroke: 1px rgba(223, 244, 231, 0.15);
  transform: translateX(-36%);
  user-select: none;
}

.hero-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 88px;
  align-items: center;
  min-height: 610px;
  padding-top: 52px;
  padding-bottom: 52px;
}

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

.eyebrow,
.section-index {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin-bottom: 26px;
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.hero-description {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.hero-action {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  padding: 14px 26px;
  color: var(--ink-deep);
  background: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

.primary-link:hover {
  background: #42ec91;
}

.age-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.hero-portrait {
  position: relative;
  width: 100%;
  height: 480px;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 28px 28px 0 rgba(11, 208, 107, 0.12);
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.manuscript-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--text);
  background: var(--paper);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.manuscript-strip article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  min-height: 150px;
  padding: 32px 30px;
  border-right: 1px solid var(--line);
}

.manuscript-strip article:last-child {
  border-right: 0;
}

.manuscript-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--green-dark);
  border: 1px solid var(--green);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.manuscript-strip h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.35;
}

.manuscript-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.structure-section,
.faq-section,
.voices-section {
  padding: 104px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  align-items: end;
  gap: 40px;
  margin-bottom: 58px;
}

.section-heading .section-index {
  grid-column: 1 / -1;
  margin-bottom: -30px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.section-heading > p:last-child {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 14px;
}

.structure-layout {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(380px, 0.78fr);
  gap: 88px;
  align-items: center;
}

.orbit-map {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(8, 124, 73, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 84%;
  height: 84%;
}

.orbit-two {
  width: 61%;
  height: 61%;
}

.orbit-three {
  width: 38%;
  height: 38%;
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: var(--green);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-core img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 12px;
}

.orbit-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.orbit-character {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-memory {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.orbit-group {
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-template {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.structure-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.structure-list article:first-child {
  border-top: 1px solid var(--line);
}

.structure-list article > span {
  color: var(--green-dark);
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
}

.structure-list h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.structure-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.interface-section {
  padding: 100px 0 110px;
  color: var(--white);
  background: var(--ink-deep);
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

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

.screenshot-grid figure {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.screenshot-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #eef1ed;
}

.screenshot-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screenshot-grid figcaption {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 16px 18px;
  color: var(--text);
  border-top: 1px solid var(--line);
}

.screenshot-grid figcaption span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.screenshot-grid figcaption strong {
  font-size: 16px;
}

.faq-section {
  background: var(--paper);
}

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

.faq-list details,
.official-site {
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid var(--line);
}

.faq-list summary,
.official-site summary {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 16px 22px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.faq-list summary strong,
.official-site summary strong {
  font-size: 16px;
}

.faq-list summary i,
.official-site summary i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.faq-list summary i::before,
.faq-list summary i::after,
.official-site summary i::before,
.official-site summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.faq-list summary i::after,
.official-site summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after,
.official-site[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list details > p {
  margin: 0;
  padding: 2px 64px 24px 84px;
  color: var(--muted);
  font-size: 14px;
}

.official-site {
  width: 100%;
  margin-top: 30px;
  border: 1px solid var(--ink);
}

.official-site summary {
  grid-template-columns: 34px 1fr 28px;
  min-height: 78px;
}

.globe-mark {
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 900;
}

.official-site-content {
  padding: 0 76px 24px;
}

.official-site-content a {
  color: var(--green-dark);
  font-weight: 800;
}

.voices-section {
  background: var(--paper-soft);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.voice-card {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border-top: 3px solid var(--green);
  box-shadow: 0 8px 28px rgba(7, 31, 24, 0.05);
}

.voice-card:nth-child(even) {
  border-top-color: var(--ink);
}

.voice-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.voice-user span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.voice-user strong {
  font-size: 14px;
}

.voice-user time {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.voice-card > p {
  margin-bottom: 0;
  color: #30463e;
  font-size: 13px;
  line-height: 1.9;
}

.download-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  color: var(--white);
  background: var(--ink);
}

.download-orbit {
  position: absolute;
  top: 50%;
  right: -130px;
  width: 450px;
  height: 450px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(11, 208, 107, 0.28) inset;
  transform: translateY(-50%);
}

.download-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 190px;
  gap: 42px;
  align-items: center;
}

.download-index {
  position: relative;
  min-height: 124px;
  padding-left: 22px;
  border-left: 1px solid var(--green);
}

.download-index span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.download-index p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.download-copy .section-index {
  margin-bottom: 10px;
}

.download-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.18;
}

.download-copy > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 24px;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.download-link:hover {
  color: var(--ink-deep);
  background: var(--green);
}

.site-footer {
  color: var(--white);
  background: var(--ink-deep);
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 136px;
}

.footer-brand .brand-copy span {
  color: rgba(255, 255, 255, 0.55);
}

.footer-nav ul {
  gap: 34px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.footer-nav a:hover {
  color: var(--green);
}

.footer-bottom {
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  visibility: hidden;
  background: var(--green);
  border: 1px solid var(--ink);
  opacity: 0;
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.back-to-top i {
  position: relative;
  display: block;
  width: 16px;
  height: 18px;
}

.back-to-top i::before,
.back-to-top i::after {
  position: absolute;
  content: "";
  background: var(--ink);
}

.back-to-top i::before {
  top: 4px;
  left: 7px;
  width: 2px;
  height: 13px;
}

.back-to-top i::after {
  top: 3px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .hero-main {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 46px;
  }

  .structure-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 38px;
  }

  .voice-card {
    padding: 24px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
  }

  html {
    scroll-behavior: auto;
  }

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

  a,
  button,
  summary,
  .site-nav a::after {
    transition: none !important;
  }

  a:active,
  button:active,
  summary:active {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .container,
  .header-inner {
    width: min(100% - 28px, 1200px);
  }

  .brand {
    gap: 8px;
  }

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

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy span {
    font-size: 12px;
  }

  .mobile-actions {
    display: flex;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    height: calc(100vh - var(--header-height));
    padding: 22px 14px;
    overflow-y: auto;
    background: var(--paper);
    border-top: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: block;
  }

  .site-nav li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav a {
    padding: 17px 4px;
    font-size: 15px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 48px;
    text-align: center;
  }

  .hero-word {
    top: 90px;
    left: 50%;
    font-size: 210px;
    transform: translateX(-50%);
  }

  .hero-copy {
    max-width: 620px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(44px, 11vw, 68px);
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-action {
    align-items: center;
  }

  .hero-portrait {
    width: min(360px, 100%);
    height: auto;
    aspect-ratio: 9 / 15;
    margin: 0 auto;
    box-shadow: 18px 18px 0 rgba(11, 208, 107, 0.12);
  }

  .manuscript-strip {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .manuscript-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .structure-section,
  .faq-section,
  .voices-section {
    padding: 78px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 42px;
  }

  .section-heading .section-index {
    margin-bottom: 14px;
  }

  .section-heading h2 {
    margin-bottom: 14px;
  }

  .section-heading > p:last-child {
    max-width: 520px;
  }

  .structure-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .orbit-map {
    width: min(430px, 100%);
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

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

  .download-layout {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 28px;
  }

  .download-link {
    grid-column: 2;
    justify-self: start;
    min-width: 180px;
  }

  .footer-main {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 36px 0;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .header-inner {
    gap: 8px;
  }

  .mobile-download {
    padding: 10px 11px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-main {
    padding-top: 58px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-portrait {
    width: min(300px, 88vw);
  }

  .manuscript-strip article {
    grid-template-columns: 38px 1fr;
    padding: 26px 20px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .orbit-label {
    min-width: 86px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .orbit-core {
    width: 74px;
    height: 74px;
  }

  .orbit-core img {
    width: 46px;
    height: 46px;
  }

  .structure-list article {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .structure-list article > span {
    font-size: 26px;
  }

  .interface-section {
    padding: 76px 0;
  }

  .screenshot-grid {
    gap: 10px;
  }

  .screenshot-grid figcaption {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 6px;
    min-height: 64px;
    padding: 12px 10px;
  }

  .screenshot-grid figcaption strong {
    font-size: 13px;
  }

  .faq-list summary,
  .official-site summary {
    grid-template-columns: 28px 1fr 22px;
    gap: 10px;
    padding: 15px 13px;
  }

  .faq-list summary strong,
  .official-site summary strong {
    font-size: 14px;
  }

  .faq-list details > p {
    padding: 0 44px 22px 50px;
    font-size: 13px;
  }

  .official-site-content {
    padding: 0 50px 22px;
    word-break: break-all;
  }

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

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

  .download-section {
    padding: 64px 0;
    text-align: center;
  }

  .download-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .download-index {
    min-height: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--green);
    border-left: 0;
  }

  .download-index span {
    margin-bottom: 5px;
  }

  .download-index p br {
    display: none;
  }

  .download-link {
    grid-column: auto;
    justify-self: center;
  }

  .download-orbit {
    top: auto;
    right: -110px;
    bottom: -210px;
    width: 330px;
    height: 330px;
    transform: none;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 374px) {
  .mobile-download {
    padding: 9px 8px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .screenshot-grid figcaption {
    grid-template-columns: 1fr;
  }
}
