@charset "UTF-8";

:root {
  --gold: #f2b705;
  --gold-deep: #a9770a;
  --gold-ink: #8a5e05;
  --gold-soft: #ffe9a8;
  --crimson: #c9452e;
  --crimson-deep: #9c2f1d;
  --night: #0f0c07;
  --night-2: #18130a;
  --charcoal: #211a0b;
  --ink: #231b0a;
  --muted: #6d6148;
  --line: #e3d5b4;
  --paper: #fffdf5;
  --peach: #f7eedd;
  --peach-deep: #f0e2bf;
  --blue-pale: #fbf2d7;
  --content-width: 1200px;
  --header-height: 76px;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(242, 183, 5, 0.5);
  outline-offset: 3px;
}

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

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-menu { background-image: url("../icons/menu.svg"); }
.icon-search { background-image: url("../icons/search.svg"); }
.icon-grid { background-image: url("../icons/grid.svg"); }
.icon-tag { background-image: url("../icons/tag.svg"); }
.icon-bookmark { background-image: url("../icons/bookmark.svg"); }
.icon-arrow { background-image: url("../icons/arrow.svg"); }
.icon-compass { background-image: url("../icons/compass.svg"); }
.icon-bell { background-image: url("../icons/bell.svg"); }
.icon-globe { background-image: url("../icons/globe.svg"); }
.icon-download { background-image: url("../icons/download.svg"); }
.icon-top { background-image: url("../icons/top.svg"); }

/* ============ Header ============ */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(15, 12, 7, 0.97);
  border-bottom: 1px solid #3d2f10;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

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

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

.brand img {
  width: 52px;
  height: 52px;
  border: 1px solid #6b5418;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(242, 183, 5, 0.28);
}

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

.brand-copy strong {
  color: #fff7e0;
  font-size: 21px;
  letter-spacing: 1px;
}

.brand-copy span {
  margin-top: 3px;
  color: #b7a374;
  font-size: 12px;
  letter-spacing: 1px;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  color: #e9e0c8;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--gold);
}

.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: 9px 14px;
  color: #1a1305;
  background: var(--gold);
  border: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  background: var(--night);
  border: 1px solid var(--gold);
  cursor: pointer;
}

.menu-toggle .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.section-shell,
.hero-grid,
.footer-inner {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
}

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #f4ecd6;
  background-color: var(--night);
  background-image:
    radial-gradient(ellipse 60% 55% at 78% 18%, rgba(242, 183, 5, 0.16), transparent 70%),
    radial-gradient(ellipse 45% 45% at 12% 88%, rgba(201, 69, 46, 0.13), transparent 70%),
    radial-gradient(circle at 1px 1px, rgba(242, 183, 5, 0.08) 1px, transparent 0);
  background-size: auto, auto, 24px 24px;
}

.hero::before {
  position: absolute;
  top: 38px;
  right: 42px;
  bottom: 38px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(242, 183, 5, 0.4), transparent);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36%;
  height: 94px;
  background: rgba(242, 183, 5, 0.1);
  border-radius: 0 100% 0 0;
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr);
  align-items: center;
}

.hero-content {
  max-width: 680px;
  padding: 76px 56px 84px 0;
}

.eyebrow,
.section-kicker,
.panel-title span,
.ticket-copy > p {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.hero h1 {
  margin: 18px 0 0;
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.98;
  letter-spacing: -4px;
  background: linear-gradient(180deg, #fff4d2 0%, #fbd47a 38%, #f2b705 62%, #c18a0e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 46px rgba(242, 183, 5, 0.22);
}

.hero h2 {
  margin: 30px 0 0;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.28;
  letter-spacing: -1px;
}

.hero-intro {
  max-width: 620px;
  margin: 22px 0 0;
  color: #bcae8d;
  font-size: 16px;
}

.hero-points {
  display: flex;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: #f3e7c6;
  background: rgba(29, 23, 10, 0.78);
  border: 1px solid rgba(242, 183, 5, 0.45);
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 0 18px rgba(242, 183, 5, 0.08);
}

.hero-points .icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.hero-download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin-top: 38px;
  padding: 16px 22px;
  color: #1a1305;
  background: linear-gradient(135deg, #ffd45a, #f2b705);
  border: 2px solid var(--gold);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 7px 7px 0 rgba(201, 69, 46, 0.32), 0 12px 40px rgba(242, 183, 5, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hero-download .icon,
.ticket-action .icon {
  filter: brightness(0);
}

.hero-download:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(201, 69, 46, 0.32), 0 14px 46px rgba(242, 183, 5, 0.35);
}

.hero-visual {
  position: relative;
  display: flex;
  align-self: stretch;
  justify-content: flex-end;
  min-height: 690px;
  padding-top: 28px;
}

.hero-orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.hero-orbit-cyan {
  top: 78px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.5) 0%, rgba(242, 183, 5, 0.12) 55%, transparent 72%);
}

.hero-orbit-peach {
  right: -130px;
  bottom: 10px;
  width: 310px;
  height: 310px;
  background: radial-gradient(circle, rgba(201, 69, 46, 0.42) 0%, rgba(201, 69, 46, 0.1) 58%, transparent 74%);
}

.hero-index {
  position: absolute;
  top: 110px;
  right: -8px;
  z-index: 3;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 650px;
  margin-right: 0;
  padding: 14px;
  background: #050403;
  border: 2px solid #3a2d10;
  border-radius: 48px;
  box-shadow: 0 0 0 6px rgba(242, 183, 5, 0.08), 24px 28px 0 rgba(201, 69, 46, 0.16), 0 30px 80px rgba(0, 0, 0, 0.55);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 98px;
  height: 24px;
  background: #000000;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0805;
  border-radius: 34px;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-caption {
  position: absolute;
  right: 10px;
  bottom: 14px;
  left: 10px;
  z-index: 2;
  padding: 9px 12px;
  color: #f4e8c8;
  background: rgba(15, 12, 7, 0.72);
  border: 1px solid rgba(242, 183, 5, 0.4);
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  backdrop-filter: blur(4px);
}

/* ============ Stats band ============ */
.hero-stats {
  position: relative;
  z-index: 2;
  background: var(--night-2);
  border-top: 1px solid #3d2f10;
  border-bottom: 3px solid var(--gold);
}

.hero-stats-inner {
  display: grid;
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-item {
  padding: 30px 24px;
  text-align: center;
  border-left: 1px solid rgba(242, 183, 5, 0.16);
}

.stat-item:first-child {
  border-left: 0;
}

.stat-item strong {
  display: block;
  color: var(--gold);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -1px;
}

.stat-item span {
  display: block;
  margin-top: 6px;
  color: #a99873;
  font-size: 13px;
  letter-spacing: 1px;
}

/* ============ Content station ============ */
.content-station,
.screenshots,
.reviews {
  position: relative;
}

.content-station {
  padding: 98px 0 110px;
  background: var(--peach);
}

.content-station::before,
.reviews::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(169, 119, 10, 0.16) 1px, transparent 0);
  background-size: 18px 18px;
  content: "";
  pointer-events: none;
}

.section-shell {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading h2,
.support-title h2 {
  margin: 8px 0 0;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.06;
  letter-spacing: -3px;
}

.section-heading > p,
.support-title > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.compact-heading {
  margin-bottom: 34px;
}

.station-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.9fr);
  gap: 20px;
}

.search-panel,
.route-panel {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--peach-deep);
  box-shadow: 0 18px 50px rgba(120, 88, 16, 0.08);
}

.panel-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.panel-title h3 {
  margin: 4px 0 0;
  font-size: 25px;
  line-height: 1.3;
}

.panel-title > strong {
  padding: 5px 9px;
  color: var(--gold-ink);
  background: var(--blue-pale);
  border: 1px solid #ecd89f;
  font-size: 12px;
  white-space: nowrap;
}

.search-form {
  display: grid;
  margin-top: 25px;
  grid-template-columns: minmax(0, 1fr) 112px;
}

.search-form input {
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #d8c79e;
  border-right: 0;
  border-radius: 0;
  font-size: 14px;
}

.search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1a1305;
  background: var(--gold);
  border: 1px solid var(--gold);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.search-form button:hover {
  background: #e0a800;
}

.search-form button .icon {
  width: 16px;
  height: 16px;
  filter: brightness(0);
}

.filter-groups {
  margin-top: 22px;
}

.filter-row {
  display: grid;
  min-height: 48px;
  padding: 8px 0;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px dashed #ddc99c;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-row > strong {
  padding-top: 7px;
  font-size: 13px;
}

.filter-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-row button {
  padding: 6px 12px;
  color: #4c4228;
  background: transparent;
  border: 1px solid transparent;
  font-size: 12px;
  cursor: pointer;
}

.filter-row button:hover {
  border-color: var(--gold);
}

.filter-row button.is-active {
  color: #1a1305;
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 700;
}

.search-feedback {
  margin: 20px 0 0;
  padding: 10px 12px;
  color: var(--gold-ink);
  background: var(--blue-pale);
  border-left: 4px solid var(--gold);
  font-size: 12px;
}

.route-reset {
  padding: 6px 9px;
  color: var(--gold-ink);
  background: transparent;
  border: 1px solid var(--gold);
  font-size: 12px;
  cursor: pointer;
}

.route-reset:hover {
  color: #1a1305;
  background: var(--gold);
}

.route-list {
  position: relative;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.route-list::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 24px;
  width: 1px;
  background: var(--line);
  content: "";
}

.route-list li + li {
  margin-top: 17px;
}

.route-list button {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.route-list .icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 13px;
  background-color: var(--gold);
  background-origin: content-box;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(242, 183, 5, 0.35);
}

.route-list button[aria-pressed="true"] .icon {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.35);
}

.route-list button span {
  display: flex;
  min-height: 63px;
  padding: 7px 0 7px 15px;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.route-list strong {
  font-size: 15px;
}

.route-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

/* ============ Discovery ============ */
.discovery {
  padding: 110px 0;
  color: #f4ecd6;
  background:
    radial-gradient(ellipse 50% 40% at 85% 0%, rgba(242, 183, 5, 0.1), transparent 70%),
    var(--night);
}

.discovery .section-kicker {
  color: var(--gold);
}

.discovery .section-heading > p {
  color: #b3a682;
}

.discovery-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.5fr);
  gap: 40px;
}

.discovery-tabs {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #4d3e17;
}

.discovery-tabs button {
  display: grid;
  min-height: 91px;
  padding: 18px 12px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  text-align: left;
  color: #f4ecd6;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4d3e17;
  cursor: pointer;
}

.discovery-tabs button:hover,
.discovery-tabs button.is-active {
  background: #241c0b;
}

.discovery-tabs button.is-active {
  border-left: 4px solid var(--gold);
}

.discovery-tabs button > span:first-child {
  color: #9c8648;
  font-size: 22px;
  font-weight: 800;
}

.discovery-tabs button.is-active > span:first-child {
  color: var(--gold);
}

.discovery-tabs button > span:last-child {
  display: flex;
  flex-direction: column;
}

.discovery-tabs strong {
  font-size: 18px;
}

.discovery-tabs small {
  color: #a89a76;
  font-size: 12px;
}

.discovery-stage {
  min-height: 420px;
}

.discovery-panel {
  position: relative;
  min-height: 420px;
  padding: 44px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #4d3e17;
}

.discovery-panel::after {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: var(--blue-pale);
  border-radius: 50%;
  content: "";
}

.discovery-panel > p,
.discovery-panel > h3,
.discovery-panel > div,
.discovery-panel > ul,
.discovery-panel > ol {
  position: relative;
  z-index: 1;
}

.discovery-panel > p {
  margin: 0;
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.discovery-panel h3 {
  max-width: 550px;
  margin: 12px 0 0;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.22;
  letter-spacing: -2px;
}

.stage-search {
  display: flex;
  max-width: 520px;
  margin-top: 40px;
  padding: 16px 18px;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  background: #f6f0e0;
  border: 1px solid #e0d2aa;
  font-size: 14px;
}

.stage-tags,
.rank-preview,
.update-preview {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.stage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stage-tags li {
  padding: 8px 14px;
  background: var(--peach);
  border: 1px solid #e2c887;
  font-size: 12px;
}

.rank-preview,
.update-preview {
  display: grid;
  max-width: 560px;
  gap: 10px;
}

.rank-preview li,
.update-preview li {
  display: grid;
  min-height: 58px;
  padding: 10px 14px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  background: #f6f0e0;
  border-left: 4px solid var(--gold);
}

.rank-preview span,
.update-preview span {
  color: var(--gold-ink);
  font-weight: 800;
}

.rank-preview small {
  color: var(--muted);
  font-size: 12px;
}

.update-preview i {
  width: 70px;
  height: 6px;
  background: var(--crimson);
}

.shelf-preview {
  display: grid;
  max-width: 570px;
  margin-top: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shelf-preview span {
  padding: 22px;
  background: var(--peach);
  border-top: 4px solid var(--gold);
  font-size: 15px;
  font-weight: 700;
}

/* ============ Screenshots ============ */
.screenshots {
  padding: 110px 0;
  background: var(--peach);
}

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

.screenshot-card {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #ddc9a0;
  box-shadow: 0 14px 40px rgba(120, 88, 16, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.screenshot-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(120, 88, 16, 0.2);
}

.screenshot-media {
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  place-items: center;
  background: #100c06;
  border-bottom: 1px solid #ddc9a0;
}

.screenshot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease;
}

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

.screenshot-card figcaption {
  display: grid;
  min-height: 96px;
  padding: 16px;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 4px;
}

.screenshot-card figcaption > span {
  grid-row: 1 / 3;
  color: var(--gold-ink);
  font-size: 13px;
  font-weight: 800;
}

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

.screenshot-card figcaption small {
  color: var(--muted);
  font-size: 12px;
}

/* ============ FAQ ============ */
.support {
  padding: 110px 0 100px;
  background: var(--paper);
}

.support-shell {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 50px;
}

.support-title {
  align-self: start;
}

.support-title > p {
  margin-top: 22px;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3,
.website-info h3 {
  margin: 0;
}

.faq-item h3 button,
.website-info h3 button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-item h3 button {
  min-height: 68px;
  padding: 14px 4px;
  font-size: 15px;
}

.faq-item h3 b {
  display: inline-block;
  width: 40px;
  color: var(--gold-ink);
  font-size: 12px;
}

.faq-item h3 i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

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

.faq-item h3 i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item h3 button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 44px 18px;
}

.faq-answer p,
.website-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.website-info {
  grid-column: 1 / -1;
  max-width: 1200px;
  border: 1px solid var(--ink);
}

.website-info h3 button {
  min-height: 62px;
  padding: 13px 18px;
  font-size: 15px;
}

.website-info h3 button > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.website-info h3 button > .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.15s ease;
}

.website-info h3 button[aria-expanded="true"] > .icon {
  transform: rotate(90deg);
}

.website-answer {
  padding: 16px 18px;
  background: var(--blue-pale);
  border-top: 1px solid var(--ink);
}

.website-answer a {
  color: var(--gold-ink);
  font-weight: 700;
}

/* ============ Reviews ============ */
.reviews {
  padding: 105px 0 110px;
  background: var(--peach);
}

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

.review-card {
  display: flex;
  min-height: 280px;
  padding: 26px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e3cb94;
  box-shadow: 0 12px 36px rgba(120, 88, 16, 0.07);
}

.review-number {
  color: var(--gold-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.review-card > p {
  margin: 22px 0;
  font-size: 15px;
}

.review-card footer {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
  align-items: center;
  gap: 11px;
  border-top: 1px solid #e4d2aa;
}

.review-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--gold);
  background: var(--charcoal);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.review-card footer > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.4;
}

.review-card footer strong {
  color: var(--gold-ink);
  font-size: 13px;
}

.review-card time {
  color: var(--muted);
  font-size: 12px;
}

/* ============ Download ============ */
.download-section {
  padding: 90px 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 120%, rgba(242, 183, 5, 0.12), transparent 70%),
    var(--night);
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 1fr 1.45fr 0.72fr;
  align-items: stretch;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--gold);
  box-shadow: 8px 8px 0 rgba(201, 69, 46, 0.28), 0 24px 70px rgba(0, 0, 0, 0.45);
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 56px;
  background: var(--night);
  border: 3px solid var(--gold);
  content: "";
  transform: translateY(-50%);
}

.download-ticket::before {
  left: -3px;
  border-left: 0;
  border-radius: 0 30px 30px 0;
}

.download-ticket::after {
  right: -3px;
  border-right: 0;
  border-radius: 30px 0 0 30px;
}

.ticket-brand,
.ticket-copy,
.ticket-action {
  display: flex;
  align-items: center;
}

.ticket-brand {
  gap: 18px;
  padding: 34px 42px;
}

.ticket-brand img {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  border: 1px solid #c9b06a;
  border-radius: 20px;
  object-fit: cover;
}

.ticket-brand span,
.ticket-copy {
  display: flex;
  flex-direction: column;
}

.ticket-brand strong {
  font-size: 26px;
  line-height: 1.2;
}

.ticket-brand small,
.ticket-copy > span {
  color: var(--muted);
  font-size: 12px;
}

.ticket-copy {
  justify-content: center;
  padding: 30px 38px;
  border-right: 1px dashed #d9b667;
  border-left: 1px dashed #d9b667;
}

.ticket-copy h2 {
  margin: 5px 0 4px;
  font-size: 26px;
  line-height: 1.3;
  white-space: nowrap;
}

.ticket-action {
  justify-content: center;
  gap: 12px;
  margin: 18px;
  color: #1a1305;
  background: linear-gradient(135deg, #ffd45a, #f2b705);
  border: 2px solid var(--gold);
  font-size: 21px;
  font-weight: 800;
  white-space: nowrap;
}

.ticket-action:hover {
  background: #fff;
  border-color: var(--gold);
}

.ticket-action:hover .icon {
  filter: none;
}

/* ============ Footer ============ */
.site-footer {
  color: #d8cfb6;
  background: #0b0906;
  border-top: 1px solid #3d2f10;
}

.footer-inner {
  display: grid;
  min-height: 170px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px 40px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border: 1px solid #6b5418;
  border-radius: 14px;
  object-fit: cover;
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.footer-brand strong {
  color: #fff3d6;
  font-size: 18px;
}

.footer-brand small {
  color: #9c8e6a;
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #c8bd9e;
  font-size: 12px;
}

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

.footer-inner > p {
  grid-column: 1 / -1;
  width: 100%;
  margin: -20px 0 20px;
  padding-top: 16px;
  text-align: center;
  color: #84775a;
  border-top: 1px solid #3d2f10;
  font-size: 12px;
}

/* ============ Back to top ============ */
.back-to-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  background: var(--gold);
  border: 2px solid #1a1305;
  cursor: pointer;
  transform: translateY(10px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.back-to-top .icon {
  filter: brightness(0);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--crimson);
}

.back-to-top:hover .icon {
  filter: brightness(0) invert(1);
}

/* ============ Responsive ============ */
@media (max-width: 1050px) {
  .site-nav ul {
    gap: 24px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  }

  .phone-shell {
    width: 310px;
    height: 610px;
  }

  .station-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.8fr);
  }

  .ticket-brand {
    padding: 28px 30px;
  }

  .ticket-copy {
    padding: 28px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 66px;
  }

  .header-inner,
  .section-shell,
  .hero-grid,
  .footer-inner,
  .hero-stats-inner {
    width: min(calc(100% - 32px), var(--content-width));
  }

  .brand img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .brand-copy strong {
    color: #fff7e0;
    font-size: 18px;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(15, 12, 7, 0.98);
    border-bottom: 1px solid transparent;
    transition: max-height 0.15s ease;
  }

  .site-nav.is-open {
    max-height: 360px;
    border-bottom-color: #3d2f10;
  }

  .site-nav ul {
    display: flex;
    width: min(calc(100% - 32px), var(--content-width));
    margin: 0 auto;
    padding: 10px 0 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav a {
    padding: 11px 10px;
    border-bottom: 1px solid #2a220f;
  }

  .site-nav a::after {
    top: 9px;
    right: auto;
    bottom: 9px;
    left: 0;
    width: 3px;
    height: auto;
    transform: scaleY(0);
  }

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

  .mobile-actions {
    display: flex;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

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

  .hero::before {
    display: none;
  }

  .hero-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 70px 24px 50px;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(58px, 13vw, 92px);
  }

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

  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    min-height: 650px;
    align-self: auto;
    justify-content: center;
    padding-top: 16px;
  }

  .hero-orbit-cyan {
    right: 50%;
    transform: translateX(64%);
  }

  .hero-orbit-peach {
    right: 50%;
    transform: translateX(90%);
  }

  .hero-index {
    right: calc(50% - 225px);
  }

  .phone-shell {
    width: 320px;
    height: 620px;
    margin: 0;
  }

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

  .stat-item {
    padding: 24px 16px;
  }

  .stat-item:nth-child(3) {
    border-left: 0;
  }

  .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(242, 183, 5, 0.16);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .station-grid,
  .discovery-grid,
  .support-shell {
    grid-template-columns: 1fr;
  }

  .route-panel {
    min-height: 0;
  }

  .website-info {
    grid-column: 1;
  }

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

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

  .download-ticket {
    grid-template-columns: 1fr 1.35fr;
  }

  .ticket-copy {
    border-right: 0;
  }

  .ticket-action {
    min-height: 76px;
    grid-column: 1 / -1;
    margin: 0 18px 18px;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .section-shell,
  .hero-grid,
  .footer-inner,
  .hero-stats-inner {
    width: min(calc(100% - 24px), var(--content-width));
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

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

  .brand-copy span {
    display: none;
  }

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

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

  .hero-content {
    padding: 58px 12px 42px;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 76px);
    letter-spacing: -3px;
  }

  .hero h2 {
    margin-top: 24px;
    font-size: 25px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-points {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero-points li {
    padding: 8px 12px;
  }

  .hero-visual {
    min-height: 600px;
  }

  .phone-shell {
    width: min(310px, calc(100vw - 36px));
    height: 580px;
    padding: 12px;
    border-radius: 42px;
  }

  .phone-screen {
    border-radius: 30px;
  }

  .hero-orbit-cyan {
    width: 390px;
    height: 390px;
  }

  .hero-orbit-peach {
    width: 250px;
    height: 250px;
  }

  .hero-index {
    display: none;
  }

  .content-station,
  .discovery,
  .screenshots,
  .support,
  .reviews {
    padding: 78px 0;
  }

  .download-section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .support-title h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .search-panel,
  .route-panel {
    padding: 21px 18px;
  }

  .panel-title {
    flex-direction: column;
  }

  .search-form {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  .search-form button span {
    display: none;
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .filter-row > strong {
    padding: 2px 0 6px;
  }

  .discovery-panel {
    min-height: 400px;
    padding: 28px 22px;
  }

  .discovery-panel h3 {
    font-size: 32px;
  }

  .screenshot-grid {
    gap: 10px;
  }

  .screenshot-card figcaption {
    min-height: 104px;
    padding: 12px 9px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .screenshot-card figcaption strong {
    font-size: 14px;
  }

  .screenshot-card figcaption small {
    line-height: 1.45;
  }

  .support-shell {
    gap: 34px;
  }

  .faq-item h3 button {
    min-height: 64px;
    font-size: 14px;
  }

  .faq-answer {
    padding-left: 40px;
  }

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

  .review-card {
    min-height: 230px;
  }

  .download-ticket {
    grid-template-columns: 1fr;
  }

  .ticket-brand,
  .ticket-copy {
    justify-content: center;
    text-align: center;
  }

  .ticket-brand {
    padding: 30px 25px 22px;
  }

  .ticket-copy {
    padding: 24px 20px 30px;
    border-top: 1px dashed #d9b667;
    border-bottom: 1px dashed #d9b667;
    border-left: 0;
  }

  .ticket-copy h2 {
    font-size: clamp(20px, 6.5vw, 27px);
    white-space: normal;
  }

  .ticket-action {
    grid-column: 1;
    min-height: 68px;
    margin: 18px;
  }

  .footer-inner {
    display: flex;
    min-height: 245px;
    padding: 35px 0 24px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .footer-inner > p {
    margin: 0;
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 370px) {
  .brand-copy strong {
    font-size: 15px;
  }

  .mobile-download {
    padding-right: 8px;
    padding-left: 8px;
  }

  .mobile-actions {
    gap: 6px;
  }

  .phone-shell {
    height: 560px;
  }

  .stat-item strong {
    font-size: 26px;
  }

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

  .screenshot-card figcaption > span {
    grid-row: auto;
  }
}
