.page-home {
  --page-gold: #D4AF37;
  --page-red: #B03A2E;
  --page-brown: #5D3A1A;
  --page-green: #1E4D3B;
  --page-yellow: #FFD34D;
  --page-orange: #E67E22;
  --page-cream: #FFF6E8;
  --page-dark-red: #7B241C;
  --page-line-gold: #E6C56A;
  --page-light-gold: #F9E7B3;
  --page-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", SimSun, serif;
  --page-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --page-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  background: var(--page-cream);
  color: var(--page-brown);
  font-family: var(--page-sans);
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home a:focus-visible,
.page-home button:focus-visible {
  outline: 3px solid var(--page-gold);
  outline-offset: 3px;
}

.page-home .breadcrumbs {
  padding: 12px 0 0;
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  font-size: 13px;
  color: var(--page-brown);
}

.page-home .breadcrumbs ol {
  list-style: none;
  padding: 0 24px;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.page-home .breadcrumbs li::after {
  content: " / ";
  opacity: 0.5;
  margin-left: 4px;
}

.page-home .breadcrumbs li:last-child::after {
  content: none;
}

.page-home .page-container {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 0 24px;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home h4 {
  font-family: var(--page-serif);
  font-weight: 900;
  line-height: 1.3;
}

.page-home .section-coord {
  display: inline-block;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--page-red);
  background: var(--page-light-gold);
  border: 1.5px solid var(--page-line-gold);
  border-radius: 2px;
  padding: 4px 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-home .section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--page-brown);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 8px;
}

.page-home .section-title-note {
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--page-gold);
  background: none;
  border-left: 2px solid var(--page-gold);
  padding-left: 6px;
  font-family: var(--page-sans);
  margin-top: 4px;
}

.page-home .section-head {
  margin-bottom: 36px;
}

.page-home .section-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--page-brown);
  max-width: 760px;
  opacity: 0.9;
}

.page-home .page-home .section-desc {
  margin: 0;
}

.page-home .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--page-sans);
  border: none;
  border-radius: 2px;
  padding: 14px 34px;
  cursor: pointer;
  transition: transform 0.25s var(--page-ease), box-shadow 0.25s var(--page-ease);
  text-align: center;
  background: none;
}

.page-home .btn-gold {
  background: linear-gradient(135deg, var(--page-yellow), var(--page-gold));
  color: var(--page-brown);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.4);
}

.page-home .btn-red {
  background: linear-gradient(135deg, #C4473C, var(--page-red));
  color: #fff;
  box-shadow: 0 4px 16px rgba(176, 58, 46, 0.35);
}

.page-home .btn-ghost {
  background: transparent;
  border: 1.5px solid var(--page-gold);
  color: var(--page-brown);
}

.page-home .btn-sm {
  padding: 9px 20px;
  font-size: 14px;
}

.page-home .btn-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  vertical-align: middle;
}

.page-home .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(93, 58, 26, 0.25);
}

.page-home .hl-number {
  font-family: var(--page-serif);
  font-weight: 900;
  color: var(--page-yellow);
  text-shadow: 2px 2px 0 var(--page-red), 4px 4px 0 rgba(123, 36, 28, 0.3);
  line-height: 1;
}

.page-home .card {
  background: var(--page-cream);
  border: 1px solid var(--page-line-gold);
  border-radius: 4px 4px 4px 12px;
  box-shadow: 0 2px 8px rgba(93, 58, 26, 0.06);
  position: relative;
}

.page-home .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 2px;
  letter-spacing: 1px;
}

.page-home .tag-gold {
  background: var(--page-light-gold);
  color: var(--page-brown);
  border: 1px solid var(--page-gold);
}

.page-home .tag-red {
  background: var(--page-red);
  color: #fff;
}

.page-home .tag-green {
  background: var(--page-green);
  color: #fff;
}

.page-home .map-grid-bg {
  background-image:
    linear-gradient(to right, rgba(212, 175, 55, 0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(212, 175, 55, 0.14) 1px, transparent 1px);
  background-size: 28px 28px;
  border: 1px solid var(--page-line-gold);
  border-radius: 4px;
  padding: 16px;
  position: relative;
}

.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--page-ease), transform 0.7s var(--page-ease);
}

.page-home [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============ 01 首屏 ============ */
.page-home .home-hero {
  background: var(--page-cream);
  padding: 60px 0 40px;
  position: relative;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--page-gold), var(--page-red), var(--page-gold));
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--page-line-gold), transparent);
}

.page-home .hero-split {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.page-home .hero-copy {
  flex: 1 1 48%;
  max-width: 640px;
}

.page-home .hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--page-red);
  margin: 0 0 20px;
  text-transform: uppercase;
}

.page-home .hero-kicker-line {
  width: 40px;
  height: 2px;
  background: var(--page-gold);
  display: inline-block;
}

.page-home .hero-title {
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  color: var(--page-brown);
  line-height: 1.3;
  margin: 0 0 6px;
}

.page-home .hero-title-sub {
  display: block;
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  font-weight: 700;
  color: var(--page-red);
  margin-top: 2px;
  letter-spacing: 4px;
}

.page-home .hero-lead {
  font-size: 17px;
  line-height: 1.9;
  color: var(--page-brown);
  margin: 24px 0 28px;
  max-width: 560px;
  opacity: 0.9;
}

.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0 0 32px;
}

.page-home .hero-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px;
}

.page-home .hero-fact-num {
  font-size: 3rem;
  font-weight: 900;
}

.page-home .hero-fact-num.hl-number {
  font-size: 3.4rem;
}

.page-home .hero-fact-label {
  font-size: 14px;
  color: var(--page-brown);
  opacity: 0.75;
  letter-spacing: 1px;
  margin-top: 2px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.page-home .hero-visual {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-home .hero-svg-wrap {
  width: 100%;
  max-width: 500px;
  position: relative;
}

.page-home .hero-svg-wrap::before {
  content: "";
  position: absolute;
  inset: 5%;
  border: 1px dashed var(--page-line-gold);
  border-radius: 8px;
  pointer-events: none;
}

.page-home .caishen-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(93, 58, 26, 0.15);
}

.page-home .hero-visual-note {
  font-size: 12px;
  color: var(--page-brown);
  opacity: 0.5;
  letter-spacing: 2px;
  margin-top: 8px;
}

.page-home .coin motion {
  animation: coinFloat 4s ease-in-out infinite;
}

@keyframes coinFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ============ 02 段位适配清单 ============ */
.page-home .section-adaptation {
  padding: 70px 0;
  border-top: 2px solid var(--page-line-gold);
  border-bottom: 2px dashed var(--page-line-gold);
}

.page-home .adaptation-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.page-home .adaptation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
  flex: 1 1 100%;
}

.page-home .rank-card {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .rank-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.page-home .rank-tag {
  align-self: flex-start;
}

.page-home .rank-name {
  font-size: 1.1rem;
  margin: 6px 0 0;
  color: var(--page-brown);
}

.page-home .rank-advice {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0;
  flex: 1;
}

.page-home .rank-link {
  font-size: 13px;
  color: var(--page-red);
  font-weight: 700;
}

.page-home .adaptation-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .adaptation-img {
  width: 100%;
  object-fit: cover;
  border: 2px solid var(--page-gold);
  border-radius: 4px;
  display: block;
}

.page-home .adaptation-note {
  background: var(--page-light-gold);
  border: 1px solid var(--page-line-gold);
  border-radius: 4px;
  padding: 18px;
  font-size: 14px;
}

.page-home .note-label {
  font-family: var(--page-serif);
  font-weight: 900;
  font-size: 1rem;
  color: var(--page-brown);
  display: block;
  margin-bottom: 10px;
}

.page-home .legend-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .legend-item {
  display: flex;
  gap: 8px;
}

.page-home .legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
  background: var(--page-gold);
}

.page-home .dot-gold { background: var(--page-gold); }
.page-home .dot-red { background: var(--page-red); }
.page-home .dot-green { background: var(--page-green); }

.page-home .note-text {
  margin: 0;
  line-height: 1.6;
}

/* ============ 03 案例合集 ============ */
.page-home .section-cases {
  padding: 70px 0;
  background: var(--page-light-gold);
  border-bottom: 2px dashed var(--page-line-gold);
}

.page-home .cases-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .case-feature {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-home .case-cover {
  position: relative;
  width: 100%;
  border-bottom: 3px solid var(--page-gold);
}

.page-home .case-cover img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-home .case-number {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--page-serif);
  font-size: 3rem;
  font-weight: 900;
  color: var(--page-yellow);
  text-shadow: 2px 2px 0 var(--page-red), 4px 4px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.page-home .case-body {
  padding: 22px;
}

.page-home .case-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.page-home .case-title {
  font-size: 1.3rem;
  margin: 0 0 10px;
  color: var(--page-brown);
}

.page-home .case-abstract {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.85;
  margin: 0 0 16px;
}

.page-home .case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: var(--page-brown);
  opacity: 0.75;
  margin-bottom: 18px;
}

.page-home .case-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .case-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .case-item:hover {
  transform: translateX(3px);
  box-shadow: var(--shadow-sm);
}

.page-home .case-item-num {
  font-family: var(--page-serif);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--page-gold);
  opacity: 0.6;
  line-height: 1;
  min-width: 56px;
  text-align: center;
}

.page-home .case-item-body {
  flex: 1;
}

.page-home .case-item-body h4 {
  font-size: 1rem;
  margin: 0 0 6px;
  color: var(--page-brown);
}

.page-home .case-item-body p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
  margin: 0 0 8px;
}

.page-home .case-item-tag {
  display: inline-block;
}

/* ============ 04 工具区 ============ */
.page-home .section-tools {
  padding: 70px 0;
}

.page-home .tools-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.page-home .tools-demo {
  flex: 1 1 55%;
}

.page-home .phone-selector {
  padding: 24px;
  background: var(--page-cream);
}

.page-home .selector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.page-home .selector-title {
  font-family: var(--page-serif);
  font-weight: 900;
  font-size: 1.1rem;
}

.page-home .selector-badge {
  font-size: 12px;
}

.page-home .selector-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-home .brand-chip,
.page-home .model-chip {
  background: var(--page-light-gold);
  border: 1px solid var(--page-line-gold);
  color: var(--page-brown);
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--page-sans);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .brand-chip:hover,
.page-home .model-chip:hover {
  background: var(--page-gold);
  border-color: var(--page-gold);
  color: #fff;
}

.page-home .brand-chip.is-active,
.page-home .model-chip.is-active {
  background: var(--page-red);
  border-color: var(--page-red);
  color: #fff;
}

.page-home .selector-models {
  margin-bottom: 20px;
}

.page-home .model-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--page-brown);
  opacity: 0.8;
}

.page-home .model-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .selector-result {
  background: var(--page-green);
  border-radius: 2px;
  padding: 14px 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.page-home .result-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.page-home .result-rank {
  font-size: 1rem;
  font-weight: 700;
}

.page-home .result-tip {
  font-size: 13px;
  opacity: 0.85;
}

.page-home .tools-info {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .tools-img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--page-line-gold);
  border-radius: 4px;
  display: block;
}

.page-home .tools-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.page-home .tools-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--page-light-gold);
  border: 1px solid var(--page-line-gold);
  border-radius: 2px;
  padding: 14px 0;
}

.page-home .stat-num {
  font-family: var(--page-serif);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--page-red);
  line-height: 1.2;
}

.page-home .stat-label {
  font-size: 13px;
  opacity: 0.75;
  margin-top: 2px;
}

.page-home .tools-info .btn {
  align-self: center;
}

/* ============ 05 攻略集 ============ */
.page-home .section-guides {
  padding: 70px 0;
  border-top: 2px dashed var(--page-line-gold);
  background: var(--page-light-gold);
}

.page-home .guides-map {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}

.page-home .guides-chapters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  flex: 1 1 100%;
}

.page-home .chapter-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--page-cream);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .chapter-card:hover {
  transform: translateX(3px);
  box-shadow: var(--shadow-sm);
}

.page-home .chapter-num {
  font-family: var(--page-serif);
  font-weight: 900;
  color: var(--page-red);
  font-size: 1rem;
  min-width: 60px;
}

.page-home .chapter-name {
  font-weight: 700;
  color: var(--page-brown);
  flex: 1;
}

.page-home .chapter-count {
  font-size: 12px;
  color: var(--page-brown);
  opacity: 0.6;
  letter-spacing: 1px;
}

.page-home .guides-aside {
  flex: 1 1 30%;
}

.page-home .cn-index-box {
  background: var(--page-green);
  color: #fff;
  padding: 24px;
  border: none;
  border-radius: 4px 4px 4px 16px;
  height: 100%;
}

.page-home .cn-index-title {
  font-size: 1.2rem;
  margin: 0 0 12px;
  color: var(--page-yellow);
}

.page-home .cn-index-text {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
  margin: 0 0 16px;
}

.page-home .cn-index-tags {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.page-home .cn-index-tags a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--page-gold);
  color: var(--page-gold);
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.page-home .cn-index-tags a:hover {
  background: rgba(255, 211, 77, 0.2);
}

/* ============ 06 新手专区 ============ */
.page-home .section-newbie {
  padding: 70px 0 60px;
  border-bottom: 2px solid var(--page-line-gold);
}

.page-home .newbie-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.page-home .newbie-copy {
  flex: 1 1 55%;
}

.page-home .newbie-copy .section-coord {
  margin-bottom: 14px;
}

.page-home .section-newbie .section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.page-home .newbie-steps {
  margin: 28px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .newbie-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.page-home .step-num {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  min-width: 48px;
}

.page-home .step-body h3 {
  font-size: 1rem;
  margin: 0 0 4px;
  color: var(--page-brown);
}

.page-home .step-body p {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
  line-height: 1.6;
}

.page-home .newbie-bundle {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-home .gift-box {
  background: linear-gradient(160deg, var(--page-red), var(--page-dark-red));
  border-radius: 8px 8px 8px 20px;
  padding: 28px 28px 24px;
  color: #fff;
  width: 100%;
  max-width: 420px;
  border: 2px solid var(--page-gold);
  box-shadow: 0 10px 40px rgba(123, 36, 28, 0.3);
  position: relative;
}

.page-home .gift-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-home .gift-title {
  font-family: var(--page-serif);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.page-home .gift-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.page-home .gift-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--page-gold);
  border-radius: 4px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}

.page-home .gift-item-icon {
  font-size: 1.5rem;
  line-height: 1.2;
}

.page-home .gift-item-name {
  font-size: 12px;
  opacity: 0.8;
  letter-spacing: 1px;
}

.page-home .gift-item-value {
  font-family: var(--page-serif);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--page-yellow);
}

.page-home .newbie-note {
  font-size: 14px;
  color: var(--page-brown);
  opacity: 0.75;
  line-height: 1.7;
  margin: 16px 0 0;
  max-width: 420px;
  text-align: center;
}

/* ============ 07 内容地图 ============ */
.page-home .section-mapnav {
  padding: 60px 0 80px;
}

.page-home .mapnav-head {
  margin-bottom: 30px;
}

.page-home .mapnav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .mapnav-card {
  padding: 22px 20px;
  border-left: 4px solid var(--page-gold);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .mapnav-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.page-home .mapnav-num {
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--page-gold);
  display: block;
  margin-bottom: 8px;
}

.page-home .mapnav-card h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.page-home .mapnav-card p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
  margin: 0;
}

/* ============ 响应式 ============ */
@media (min-width: 768px) {
  .page-home .page-container {
    padding: 0 36px;
  }

  .page-home .hero-split {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }

  .page-home .hero-copy {
    flex: 1 1 50%;
    max-width: none;
  }

  .page-home .hero-visual {
    flex: 1 1 50%;
  }

  .page-home .adaptation-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .adaptation-layout {
    flex-direction: column;
    gap: 20px;
  }

  .page-home .adaptation-side {
    flex-direction: row;
    align-items: stretch;
  }

  .page-home .adaptation-img {
    flex: 1;
    width: auto;
  }

  .page-home .adaptation-note {
    flex: 0 0 220px;
  }

  .page-home .cases-wrap {
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
  }

  .page-home .case-feature {
    flex: 1 1 55%;
  }

  .page-home .case-cover {
    height: auto;
    max-height: 240px;
  }

  .page-home .case-cover img {
    width: 100%;
    height: 100%;
  }

  .page-home .case-list {
    flex: 1 1 45%;
  }

  .page-home .tools-layout {
    flex-direction: row;
    gap: 24px;
  }

  .page-home .tools-demo {
    flex: 1 1 55%;
  }

  .page-home .tools-info {
    flex: 1 1 45%;
    gap: 16px;
  }

  .page-home .guides-map {
    flex-direction: row;
    gap: 20px;
  }

  .page-home .guides-chapters {
    grid-template-columns: repeat(2, 1fr);
    flex: 1 1 70%;
  }

  .page-home .guides-aside {
    flex: 1 1 30%;
  }

  .page-home .newbie-wrap {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }

  .page-home .newbie-copy {
    flex: 1 1 55%;
  }

  .page-home .newbie-bundle {
    flex: 1 1 45%;
    align-items: center;
  }

  .page-home .mapnav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .mapnav-card:last-child {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 76px 0 60px;
  }

  .page-home .hero-title {
    font-size: 2.8rem;
    line-height: 1.25;
  }

  .page-home .hero-lead {
    font-size: 18px;
    line-height: 2;
  }

  .page-home .adaptation-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .adaptation-layout {
    flex-direction: row;
    gap: 24px;
  }

  .page-home .adaptation-grid {
    flex: 1 1 70%;
  }

  .page-home .adaptation-side {
    flex: 1 1 30%;
    flex-direction: column;
  }

  .page-home .adaptation-img {
    width: 100%;
    height: auto;
  }

  .page-home .cases-wrap {
    gap: 28px;
  }

  .page-home .case-feature {
    flex: 1 1 62%;
  }

  .page-home .case-list {
    flex: 1 1 38%;
  }

  .page-home .case-list .case-item {
    padding: 14px 16px;
  }

  .page-home .guides-chapters {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .page-home .guides-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home .newbie-wrap {
    gap: 50px;
  }

  .page-home .gift-box {
    padding: 32px;
  }

  .page-home .mapnav-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .page-home .mapnav-card:last-child {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-home .coin {
    animation: none;
  }

  .page-home .btn {
    transition: none;
  }
}

@media (max-width: 767px) {
  .page-home .page-container {
    padding: 0 16px;
  }

  .page-home .breadcrumbs ol {
    padding: 0 16px;
    font-size: 12px;
  }

  .page-home .hero-facts {
    gap: 18px;
  }

  .page-home .hero-fact-num {
    font-size: 2rem;
  }

  .page-home .hero-fact-num.hl-number {
    font-size: 2.4rem;
  }

  .page-home .hero-fact-label {
    font-size: 12px;
  }

  .page-home .section-title {
    font-size: 1.4rem;
  }

  .page-home .hero-svg-wrap {
    max-width: 360px;
  }

  .page-home .section-desc {
    font-size: 15px;
  }

  .page-home .case-item {
    padding: 14px;
    gap: 10px;
  }

  .page-home .case-item-num {
    font-size: 1.6rem;
    min-width: 36px;
  }

  .page-home .case-item-body h4 {
    font-size: 15px;
  }

  .page-home .case-item-body p {
    font-size: 13px;
  }

  .page-home .tools-stats {
    gap: 8px;
  }

  .page-home .stat-num {
    font-size: 1.4rem;
  }

  .page-home .selector-result {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .brand-chip,
  .page-home .model-chip {
    padding: 6px 10px;
    font-size: 12px;
  }

  .page-home .gift-items {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .page-home .gift-item {
    padding: 10px 6px;
  }

  .page-home .gift-item-icon {
    font-size: 1.2rem;
  }

  .page-home .chapter-card {
    flex-wrap: wrap;
    gap: 6px;
  }

  .page-home .chapter-num {
    font-size: 0.9rem;
    min-width: 48px;
  }

  .page-home .chapter-count {
    font-size: 11px;
    flex-basis: 100%;
    padding-left: 62px;
  }
}
