* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #eef4f8;
  font-family: "Inter", "Noto Sans SC", "Noto Sans TC", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  justify-content: center;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
}

.phone {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 100vh;
  background: #eef4f8;
  padding: 89px 17px 89px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 61px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 26px 15px 20px;
  z-index: 10;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.brand-text {
  color: #0960ac;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
}

.brand-mark {
  width: 17px;
  height: 17px;
}

.start-btn {
  border: 0;
  width: 115px;
  height: 34px;
  border-radius: 999px;
  background: #0960ac;
  color: #f8f8ff;
  font-size: 14px;
  line-height: 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero {
  position: relative;
  width: 328px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-glow {
  position: absolute;
  top: -96px;
  left: -71px;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: rgba(106, 168, 249, 0.2);
  filter: blur(50px);
}

.hero-title {
  position: relative;
  margin: 48px 0 24px;
  width: 258px;
  color: #2c3437;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-align: center;
}

.hero-title span {
  color: #0960ac;
}

.hero-sub {
  position: relative;
  margin: 0 0 48px;
  width: 306px;
  text-align: center;
  color: #596064;
  font-size: 18px;
  line-height: 28px;
}

.hero-image {
  position: relative;
  width: 279px;
  height: 279px;
  object-fit: cover;
}

.card {
  width: 326px;
  border-radius: 32px;
  padding: 32px;
  margin-top: 45px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  display: block;
}

.icon-blue {
  background: rgba(106, 168, 249, 0.3);
}

.icon-white {
  background: rgba(255, 255, 255, 0.4);
}

.icon-soft {
  background: rgba(255, 255, 255, 0.2);
}

.icon-blue-light {
  background: rgba(106, 168, 249, 0.2);
}

.card h2 {
  margin: 16px 0 16px;
  padding-top: 8px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.card p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.card-browser {
  height: 514px;
  background: #fff;
}

.card-browser h2 {
  color: #2c3437;
}

.card-browser p {
  color: #596064;
}

.browser-view {
  margin-top: 32px;
  height: 192px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.browser-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

.card-media {
  height: 576px;
  background: #f4e29b;
}

.card-media h2 {
  color: #5d5119;
}

.card-media p {
  color: #685b22;
}

.player {
  margin-top: 32px;
  width: 100%;
  height: 278px;
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.cover-wrap {
  width: 100%;
  height: 184px;
  border-radius: 16px;
  background: #6aa8f9;
  overflow: hidden;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress {
  margin-top: 12px;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(93, 81, 25, 0.1);
}

.progress span {
  display: block;
  width: 66.67%;
  height: 100%;
  border-radius: 999px;
  background: #0960ac;
}

.player-icons {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 14px;
}

.card-boost {
  height: 452px;
  background: #0960ac;
}

.card-boost h2 {
  color: #f8f8ff;
}

.card-boost p {
  color: #cfe0f0;
  line-height: 24px;
}

.boost-wrap {
  margin-top: 24px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-comic {
  height: 482px;
  background: #e3e9ed;
}

.card-comic h2 {
  color: #2c3437;
}

.card-comic p {
  color: #596064;
}

.comic-grid {
  margin-top: 24px;
  height: 192px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.comic-grid img {
  width: 100%;
  height: 192px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
