@charset "UTF-8";

/* 作者：搭客佬
链接：https://www.jpgwxz.cn/ */

:root {
  --red: #ed1324;
  --red-dark: #b90d1a;
  --ink: #151517;
  --black: #0f1012;
  --paper: #fffdf8;
  --ivory: #f6f1e7;
  --muted: #69676b;
  --line: #d9d2c7;
  --mint: #14c5a0;
  --header-height: 76px;
  --content-width: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

ul,
ol,
p,
h1,
h2,
h3,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

.header-inner {
  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;
  min-width: 0;
}

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

.brand-text,
.footer-brand > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.brand-text strong,
.footer-brand strong {
  font-size: 20px;
  font-weight: 900;
}

.brand-text span,
.footer-brand span span {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

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

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

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--header-height);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

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

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

.header-actions,
.mobile-download,
.menu-toggle {
  display: none;
}

.icon,
.review-avatar {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  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-heart { background-image: url("../icons/heart.svg"); }
.icon-bell { background-image: url("../icons/bell.svg"); }
.icon-star { background-image: url("../icons/star.svg"); }
.icon-arrow { background-image: url("../icons/arrow.svg"); }
.icon-globe { background-image: url("../icons/globe.svg"); }
.icon-top { background-image: url("../icons/top.svg"); }
.review-avatar { background-image: url("../icons/avatar.svg"); }

.hero {
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(237, 19, 36, 0.04) 69% 100%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 64px;
  width: min(calc(100% - 40px), var(--content-width));
  min-height: 720px;
  margin: 0 auto;
  padding: 56px 0;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-index,
.pass-copy > span,
.pass-index > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.hero h1 {
  margin-top: 12px;
  color: var(--red);
  font-size: clamp(84px, 8.5vw, 132px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.95;
  white-space: nowrap;
}

.hero-copy h2 {
  margin-top: 26px;
  max-width: 760px;
  color: var(--black);
  font-size: 34px;
  line-height: 1.28;
}

.hero-description {
  max-width: 680px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-features li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.hero-features .icon {
  width: 18px;
  height: 18px;
}

.hero-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 210px;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--red);
  border: 1px solid var(--red);
  font-weight: 900;
  white-space: nowrap;
}

.hero-download:hover {
  color: var(--red);
  background: #ffffff;
}

.hero-download:hover .icon-arrow {
  background-image: url("../icons/arrow-red.svg");
}

.age-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.device-stage {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  width: 100%;
}

.phone-frame {
  position: relative;
  width: 306px;
  padding: 14px;
  background: #111214;
  border: 1px solid #09090a;
  border-radius: 42px;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 50%;
  width: 72px;
  height: 18px;
  background: #111214;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
}

.phone-screen {
  width: 100%;
  overflow: hidden;
  background: #1d1d1d;
  border-radius: 30px;
}

.phone-screen img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.device-note {
  width: 306px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
}

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

.section,
.section-shell {
  padding: 92px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-top: 8px;
  font-size: 46px;
  line-height: 1.08;
}

.section-heading > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.heading-light h2,
.heading-light > p {
  color: #ffffff;
}

.today-section {
  color: #ffffff;
  background: var(--black);
}

.today-section .section-index {
  color: #ff4855;
}

.today-controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  border: 1px solid #3a3a3e;
}

.today-tab {
  min-height: 52px;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-right: 1px solid #3a3a3e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.today-tab:last-child {
  border-right: 0;
}

.today-tab.is-active {
  background: var(--red);
}

.today-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #3a3a3e;
  border-left: 1px solid #3a3a3e;
}

.today-panel[hidden] {
  display: none;
}

.today-panel article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  min-height: 190px;
  padding: 26px;
  background: #18181b;
  border-right: 1px solid #3a3a3e;
  border-bottom: 1px solid #3a3a3e;
}

.today-panel article > span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.today-panel h3 {
  font-size: 21px;
}

.today-panel p {
  color: #aeadb2;
  font-size: 12px;
}

.today-panel em {
  grid-column: 2;
  align-self: end;
  justify-self: start;
  margin-top: 28px;
  color: var(--mint);
  font-size: 12px;
  font-style: normal;
}

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

.discovery-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.discovery-flow article {
  position: relative;
  min-height: 310px;
  padding: 34px 28px;
  background: #ffffff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.discovery-flow article:nth-child(even) {
  background: #f3f7f3;
}

.flow-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.discovery-flow .icon {
  width: 38px;
  height: 38px;
  margin-top: 24px;
}

.discovery-flow h3 {
  margin-top: 28px;
  font-size: 22px;
}

.discovery-flow p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.discovery-flow ul {
  display: flex;
  gap: 6px;
  margin-top: 22px;
}

.discovery-flow li {
  padding: 4px 9px;
  color: var(--muted);
  background: var(--ivory);
  font-size: 12px;
}

.mini-bars {
  display: grid;
  gap: 6px;
  margin-top: 22px;
}

.mini-bars span {
  height: 5px;
  background: var(--line);
}

.mini-bars span:nth-child(1) { width: 92%; background: var(--red); }
.mini-bars span:nth-child(2) { width: 68%; background: var(--mint); }
.mini-bars span:nth-child(3) { width: 45%; }

.collect-control {
  margin-top: 22px;
  padding: 9px 14px;
  color: var(--red);
  background: transparent;
  border: 1px solid var(--red);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.collect-control.is-collected {
  color: #ffffff;
  background: var(--red);
}

.switch-control {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  cursor: pointer;
}

.switch-control input {
  position: absolute;
  opacity: 0;
}

.switch-control > span {
  position: relative;
  width: 42px;
  height: 22px;
  background: #d0d0d0;
  border-radius: 22px;
}

.switch-control > span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.switch-control input:checked + span {
  background: var(--mint);
}

.switch-control input:checked + span::after {
  left: 23px;
}

.switch-control em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.screenshot-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--content-width)) / 2));
  padding-left: max(20px, calc((100% - var(--content-width)) / 2));
  background: #f1ede5;
}

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

.screenshot-grid figure {
  min-width: 0;
  background: var(--paper);
  border: 1px solid #bcb4a7;
}

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

.screenshot-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.screenshot-grid figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  border-top: 4px solid var(--red);
}

.screenshot-grid figcaption span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

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

.help-section {
  padding-bottom: 80px;
}

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

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

.faq-list summary,
.official-site summary {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary > span:first-child {
  width: 62px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

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

.faq-list summary i,
.official-site summary > span {
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: auto;
}

.faq-list summary i::before,
.faq-list summary i::after,
.official-site summary > span::before,
.official-site summary > span::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

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

.faq-list details[open] summary i::after,
.official-site[open] summary > span::after {
  transform: rotate(0);
}

.faq-list details > p {
  padding: 0 90px 22px 86px;
  color: var(--muted);
  font-size: 14px;
}

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

.official-site .icon {
  margin-right: 16px;
}

.official-answer {
  padding: 0 24px 22px 60px;
  color: var(--red);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.review-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--content-width)) / 2));
  padding-left: max(20px, calc((100% - var(--content-width)) / 2));
  background: #f5eee7;
}

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

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  background: #ffffff;
  border-top: 4px solid var(--red);
}

.review-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  background-color: var(--ivory);
  background-size: 22px;
  border-radius: 50%;
}

.review-head strong {
  font-size: 14px;
}

.review-rating {
  color: #f2a900;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.review-card > p {
  margin-top: 24px;
  font-size: 14px;
}

.review-card time {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 20px;
  color: var(--muted);
  font-size: 12px;
}

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

.premiere-pass {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 210px 122px;
  min-height: 154px;
  overflow: hidden;
  background: #f7f0e3;
  border: 1px solid #e4dbcc;
}

.premiere-pass::before,
.premiere-pass::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 22px;
  height: 22px;
  content: "";
  background: var(--paper);
  border: 1px solid #e4dbcc;
  border-radius: 50%;
  transform: translateY(-50%);
}

.premiere-pass::before {
  left: -12px;
}

.premiere-pass::after {
  right: -12px;
}

.pass-index {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 26px 22px 44px;
  color: #ffffff;
  background: var(--red);
}

.pass-index > span {
  position: absolute;
  top: 50%;
  left: 17px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

.pass-index strong {
  font-size: 78px;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.pass-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 38px;
  border-right: 1px dashed var(--line);
}

.pass-copy h2 {
  margin-top: 5px;
  font-size: 28px;
  white-space: nowrap;
}

.pass-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.premiere-pass > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self: center;
  min-height: 58px;
  margin: 0 24px;
  color: #ffffff;
  background: var(--black);
  font-weight: 900;
  white-space: nowrap;
}

.premiere-pass > a:hover {
  background: var(--red);
}

.pass-slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 24px 28px;
  color: #aaa196;
  background: #efe6d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.site-footer {
  color: #ffffff;
  background: var(--black);
}

.footer-inner {
  padding: 42px 0 28px;
}

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

.footer-brand strong {
  color: #ffffff;
}

.footer-brand span span {
  color: #aaa9ad;
}

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

.footer-nav a {
  color: #d9d8dc;
  font-size: 12px;
}

.copyright {
  margin-top: 28px;
  padding-top: 20px;
  color: #9d9ca0;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: var(--red);
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

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

.back-top .icon {
  width: 19px;
  height: 19px;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 38px;
  }

  .hero h1 {
    font-size: 86px;
  }

  .hero-copy h2 {
    font-size: 28px;
  }

  .today-panel article,
  .discovery-flow article {
    padding: 22px 18px;
  }

  .premiere-pass {
    grid-template-columns: 154px minmax(0, 1fr) 180px 96px;
  }

  .pass-copy {
    padding-right: 26px;
    padding-left: 26px;
  }
}

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

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    height: var(--header-height);
    background: var(--paper);
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .header-inner {
    width: calc(100% - 24px);
  }

  .brand {
    gap: 7px;
  }

  .brand > img {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text span {
    display: block;
    max-width: 108px;
    font-size: 12px;
    white-space: nowrap;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .mobile-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 38px;
    padding: 0 12px;
    color: #ffffff;
    background: var(--red);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ink);
    cursor: pointer;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
  }

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

  .site-nav ul {
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto;
  }

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

  .site-nav a {
    height: 52px;
  }

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

  .hero {
    background: var(--paper);
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 52px 0 64px;
  }

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

  .hero h1 {
    font-size: clamp(66px, 24vw, 92px);
    white-space: normal;
  }

  .hero-copy h2 {
    font-size: 26px;
  }

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

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

  .hero-download {
    margin-top: 28px;
  }

  .device-stage {
    align-items: center;
    margin-top: 12px;
  }

  .phone-frame {
    width: min(292px, 100%);
  }

  .device-note {
    width: min(292px, 100%);
  }

  .section,
  .section-shell {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

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

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

  .section-heading > p {
    max-width: none;
    margin-top: 12px;
    text-align: left;
  }

  .today-controls {
    grid-template-columns: repeat(2, 1fr);
  }

  .today-tab:nth-child(2) {
    border-right: 0;
  }

  .today-tab:nth-child(-n+2) {
    border-bottom: 1px solid #3a3a3e;
  }

  .today-panel {
    grid-template-columns: 1fr;
  }

  .today-panel article {
    min-height: 124px;
  }

  .today-panel em {
    margin-top: 8px;
  }

  .discovery-flow {
    grid-template-columns: 1fr;
  }

  .discovery-flow article {
    min-height: 250px;
  }

  .screenshot-section,
  .review-section {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .screenshot-grid figcaption {
    display: block;
    min-height: 70px;
    padding: 12px;
  }

  .screenshot-grid figcaption span,
  .screenshot-grid figcaption strong {
    display: block;
  }

  .screenshot-grid figcaption strong {
    margin-top: 2px;
    font-size: 14px;
  }

  .faq-list summary,
  .official-site summary {
    min-height: 66px;
    padding: 16px;
  }

  .faq-list summary > span:first-child {
    width: 44px;
  }

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

  .faq-list details > p {
    padding: 0 16px 18px 60px;
  }

  .official-answer {
    padding: 0 16px 18px 52px;
  }

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

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

  .download-section {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .premiere-pass {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .pass-index {
    min-height: 132px;
    padding: 18px 14px 18px 30px;
  }

  .pass-index strong {
    font-size: 48px;
  }

  .pass-index > span {
    left: 9px;
    font-size: 12px;
  }

  .pass-copy {
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px dashed var(--line);
    text-align: left;
  }

  .pass-copy h2 {
    font-size: 22px;
    white-space: normal;
  }

  .premiere-pass > a {
    grid-column: 1 / -1;
    min-height: 58px;
    margin: 18px;
  }

  .pass-slogan {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .footer-inner {
    width: calc(100% - 32px);
  }

  .footer-main {
    display: block;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 12px 20px;
    margin-top: 28px;
  }

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

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

@media (max-width: 380px) {
  .header-inner {
    width: calc(100% - 20px);
  }

  .brand-text span {
    max-width: 88px;
  }

  .mobile-download {
    min-width: 70px;
    padding: 0 8px;
  }

  .hero-inner,
  .section,
  .section-shell,
  .download-section,
  .footer-inner {
    width: calc(100% - 24px);
  }

  .hero-features li {
    padding: 0 11px;
  }

  .phone-frame {
    width: min(276px, 100%);
  }

  .review-head {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .review-avatar {
    width: 38px;
    height: 38px;
  }
}
