.page-home {
  --home-hero-bg: linear-gradient(135deg, #0B1D3A 0%, #0F4C81 64%, #1A1A2E 100%);
  --home-green-glow: rgba(45, 156, 78, 0.35);
  --home-yellow-glow: rgba(255, 201, 102, 0.7);
  --home-orange-glow: rgba(255, 94, 58, 0.8);
  --home-card-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(249, 246, 240, 0.64));
  --home-border-rad: 22px;
  --home-mobile-w: 200px;
  --home-mobile-h: 400px;
  --home-desktop-w: 420px;
  --home-desktop-h: 264px;
  --home-skew: -5deg;
  --home-font-d: "Rajdhani", "Oswald", "Microsoft YaHei", sans-serif;
  --home-font-m: "JetBrains Mono", "Fira Code", Consolas, monospace;
  color: #1A1A2E;
  background: #F9F6F0;
  overflow-x: hidden;
}

.page-home .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .chapter-index {
  font-family: var(--home-font-m);
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  color: rgba(11, 29, 58, 0.92);
  letter-spacing: -0.04em;
  display: inline-block;
  transform: skewX(-5deg);
}

.page-home .chapter-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}

.page-home .chapter-title {
  font-family: var(--home-font-d);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
  color: #0B1D3A;
  margin: 0 0 8px;
  transform: skewX(-5deg);
}

.page-home .chapter-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #4A5568;
  margin: 0;
  max-width: 520px;
}

.page-home .section {
  padding: 84px 0;
  position: relative;
}

.page-home .section-dark {
  background: #0B1D3A;
}

/* ========== 首屏 ========== */

.page-home .home-hero {
  position: relative;
  min-height: 720px;
  background: var(--home-hero-bg);
  padding: 72px 0 64px;
  overflow: hidden;
  isolation: isolate;
}

.page-home .hero-bg-track {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(600px) rotateX(48deg) translateY(12%);
  transform-origin: bottom;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%);
  z-index: 0;
}

.page-home .hero-bg-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  right: -120px;
  top: 10%;
  background: radial-gradient(circle, rgba(45, 156, 78, 0.28), transparent 65%);
  z-index: 0;
}

.page-home .hero-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 72%;
  z-index: 0;
  opacity: 0.22;
  overflow: hidden;
}

.page-home .hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.page-home .hero-copy {
  max-width: 720px;
}

.page-home .hero-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.page-home .hero-kicker-index {
  font-family: var(--home-font-m);
  font-size: 16px;
  color: #FFC966;
  border: 1px solid rgba(255, 201, 102, 0.5);
  padding: 4px 10px;
  border-radius: 999px;
  transform: skewX(-5deg);
}

.page-home .hero-kicker-line {
  font-family: var(--home-font-d);
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #F9F6F0;
  text-transform: uppercase;
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #FF5E3A;
  box-shadow: 0 0 12px var(--home-orange-glow);
  display: inline-block;
  animation: home-pulse 1.6s ease-in-out infinite;
}

.page-home .hero-title {
  margin: 0 0 24px;
  font-family: var(--home-font-d);
  font-weight: 800;
  line-height: 0.92;
}

.page-home .hero-title-main {
  display: block;
  font-size: 108px;
  color: #F9F6F0;
  letter-spacing: -0.04em;
  transform: skewX(-5deg);
  background: linear-gradient(120deg, #FFFFFF 20%, #2D9C4E 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-home .hero-title-sub {
  display: block;
  font-size: 46px;
  color: #FFC966;
  letter-spacing: -0.02em;
  transform: skewX(-5deg);
  margin-top: 6px;
  text-shadow: 0 0 32px rgba(255, 201, 102, 0.2);
}

.page-home .hero-lead {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(249, 246, 240, 0.84);
  max-width: 560px;
  margin: 0 0 36px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-home .hero-ghost {
  border-color: rgba(249, 246, 240, 0.4);
  color: #F9F6F0;
}

.page-home .hero-ghost:hover {
  background: rgba(249, 246, 240, 0.12);
}

/* 双屏模拟 */

.page-home .hero-dual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}

.page-home .device-mobile {
  width: var(--home-mobile-w);
  border-radius: 28px;
  background: #1A1A2E;
  padding: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 40px rgba(45, 156, 78, 0.2);
  transform: rotate(-3deg);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
}

.page-home .device-mobile:hover {
  transform: rotate(0deg) translateY(-6px);
}

.page-home .device-screen {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 320 / 640;
}

.page-home .device-img,
.page-home .desktop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .device-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  background: linear-gradient(to top, rgba(11, 29, 58, 0.92), transparent);
  color: #F9F6F0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .device-label,
.page-home .desktop-label {
  font-family: var(--home-font-m);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #FFC966;
  text-transform: uppercase;
}

.page-home .device-point,
.page-home .desktop-point {
  font-size: 14px;
  font-weight: 600;
}

.page-home .dual-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 420px;
}

.page-home .dual-num {
  font-family: var(--home-font-m);
  font-size: 20px;
  font-weight: 700;
  color: #FFC966;
  border: 1px solid rgba(255, 201, 102, 0.5);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transform: skewX(-5deg);
}

.page-home .dual-text strong {
  display: block;
  font-size: 17px;
  color: #F9F6F0;
  margin-bottom: 4px;
}

.page-home .dual-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(249, 246, 240, 0.7);
}

.page-home .device-desktop {
  width: 100%;
  max-width: var(--home-desktop-w);
  border-radius: 18px;
  background: #0B1D3A;
  padding: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: rotate(2deg);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
}

.page-home .device-desktop:hover {
  transform: rotate(0deg) translateY(-6px);
}

.page-home .desktop-bar {
  display: flex;
  gap: 6px;
  padding: 4px 8px 10px;
}

.page-home .desktop-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #FF5E3A;
}

.page-home .desktop-bar span:nth-child(2) {
  background: #FFC966;
}

.page-home .desktop-bar span:nth-child(3) {
  background: #2D9C4E;
}

.page-home .desktop-screen {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 960 / 600;
}

.page-home .desktop-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(11, 29, 58, 0.92), transparent);
  color: #F9F6F0;
}

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

.page-home .desktop-point {
  font-size: 16px;
  font-weight: 600;
}

.page-home .dual-bridge {
  display: none;
}

/* ========== 跑马灯 ========== */

.page-home .home-marquee {
  background: #FFC966;
  padding: 14px 0;
  overflow: hidden;
  border-bottom: 3px solid #FF5E3A;
}

.page-home .marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  width: max-content;
  animation: home-marquee 28s linear infinite;
}

.page-home .marquee-track span {
  font-family: var(--home-font-d);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0B1D3A;
  transform: skewX(-5deg);
}

.page-home .marquee-track i {
  width: 8px;
  height: 8px;
  background: #FF5E3A;
  border-radius: 999px;
  display: inline-block;
}

/* ========== 功能入口 ========== */

.page-home .home-features {
  background:
    radial-gradient(circle at 10% 20%, rgba(45, 156, 78, 0.08), transparent 36%),
    #F9F6F0;
}

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

.page-home .feature-card {
  background: var(--home-card-bg);
  border: 1px solid rgba(217, 203, 184, 0.8);
  border-radius: var(--home-border-rad);
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 10px 30px rgba(11, 29, 58, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-home .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(11, 29, 58, 0.1);
}

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

.page-home .feature-icon {
  font-size: 32px;
  color: #2D9C4E;
}

.page-home .feature-title {
  font-family: var(--home-font-d);
  font-size: 28px;
  font-weight: 700;
  color: #0B1D3A;
  margin: 0 0 10px;
  transform: skewX(-5deg);
}

.page-home .feature-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4A5568;
  margin: 0 0 24px;
}

.page-home .score-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--home-font-m);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FF5E3A;
  background: rgba(255, 94, 58, 0.1);
  border: 1px solid rgba(255, 94, 58, 0.3);
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .feature-badge {
  font-family: var(--home-font-m);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2D9C4E;
  background: rgba(45, 156, 78, 0.1);
  border: 1px solid rgba(45, 156, 78, 0.3);
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .feature-yellow {
  color: #B7791F;
  background: rgba(255, 201, 102, 0.16);
  border-color: rgba(255, 201, 102, 0.5);
}

.page-home .feature-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 52px;
  margin-bottom: 18px;
  border-bottom: 1px solid #D9CBB8;
}

.page-home .bar {
  width: 14px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, #0F4C81, #2D9C4E);
}

.page-home .bar-1 { height: 22%; }
.page-home .bar-2 { height: 45%; }
.page-home .bar-3 { height: 30%; }
.page-home .bar-4 { height: 68%; }
.page-home .bar-5 { height: 52%; }
.page-home .bar-6 { height: 86%; }

.page-home .feature-data-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-home .feature-data-row .data-num {
  font-size: 32px;
  font-weight: 700;
  color: #FF5E3A;
}

.page-home .feature-data-label {
  font-size: 13px;
  color: #4A5568;
}

.page-home .trace-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .trace-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(11, 29, 58, 0.12);
  font-size: 15px;
  color: #1A1A2E;
}

.page-home .trace-list li:last-child {
  border-bottom: none;
}

.page-home .trace-index {
  font-family: var(--home-font-m);
  font-size: 13px;
  color: #2D9C4E;
  width: 24px;
  flex: none;
}

.page-home .nav-layers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}

.page-home .layer {
  display: block;
  font-family: var(--home-font-d);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0B1D3A;
  background: #F9F6F0;
  border: 1px solid #D9CBB8;
  border-radius: 10px;
  padding: 8px 14px;
  transform: skewX(-5deg);
}

.page-home .layer-mid {
  margin-left: 16px;
}

.page-home .layer-bottom {
  margin-left: 32px;
}

/* ========== 数据一览 ========== */

.page-home .home-stats {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(45, 156, 78, 0.2), transparent 44%),
    linear-gradient(150deg, #0B1D3A, #0F4C81);
}

.page-home .stats-bg-img {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 420px;
  height: 280px;
  opacity: 0.12;
  border-radius: 24px;
  overflow: hidden;
  transform: rotate(-6deg);
}

.page-home .stats-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .stats-head .chapter-index,
.page-home .stats-head .chapter-title {
  color: #F9F6F0;
}

.page-home .stats-head .chapter-desc {
  color: rgba(249, 246, 240, 0.72);
}

.page-home .stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 48px;
}

.page-home .stat-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 28px 24px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.3s, transform 0.3s;
}

.page-home .stat-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.page-home .stat-num {
  font-size: 48px;
  font-weight: 700;
  color: #FFC966;
  line-height: 1;
}

.page-home .stat-label {
  font-size: 15px;
  font-weight: 600;
  color: #F9F6F0;
  margin-top: 8px;
}

.page-home .stat-note {
  font-size: 12px;
  color: rgba(249, 246, 240, 0.55);
}

.page-home .stats-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .timeline-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 16px 20px;
  flex: 1 1 120px;
  border-left: 3px solid #2D9C4E;
}

.page-home .timeline-now {
  border-left-color: #FF5E3A;
  background: rgba(255, 94, 58, 0.1);
}

.page-home .timeline-year {
  font-family: var(--home-font-m);
  font-size: 20px;
  font-weight: 700;
  color: #F9F6F0;
}

.page-home .timeline-event {
  font-size: 13px;
  color: rgba(249, 246, 240, 0.7);
}

/* ========== 内容中心 ========== */

.page-home .home-journal {
  background:
    radial-gradient(circle at 90% 80%, rgba(255, 201, 102, 0.06), transparent 30%),
    #F9F6F0;
}

.page-home .journal-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .journal-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .journal-feature {
  display: block;
  background: #0B1D3A;
  border-radius: var(--home-border-rad);
  padding: 32px 28px;
  text-decoration: none;
  color: #F9F6F0;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-home .journal-feature::after {
  content: "04";
  position: absolute;
  right: 20px;
  bottom: -28px;
  font-family: var(--home-font-m);
  font-size: 120px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  transform: skewX(-5deg);
}

.page-home .journal-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 29, 58, 0.24);
}

.page-home .journal-category {
  font-family: var(--home-font-m);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFC966;
  border: 1px solid rgba(255, 201, 102, 0.4);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 16px;
  display: inline-block;
}

.page-home .journal-title {
  font-family: var(--home-font-d);
  font-size: 28px;
  font-weight: 700;
  color: #F9F6F0;
  margin: 0 0 10px;
  line-height: 1.15;
  transform: skewX(-5deg);
}

.page-home .journal-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(249, 246, 240, 0.72);
  margin: 0 0 18px;
}

.page-home .journal-link {
  font-size: 14px;
  font-weight: 600;
  color: #2D9C4E;
}

.page-home .journal-list {
  background: #FFFFFF;
  border: 1px solid #D9CBB8;
  border-radius: var(--home-border-rad);
  overflow: hidden;
}

.page-home .journal-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: #1A1A2E;
  border-bottom: 1px solid rgba(217, 203, 184, 0.5);
  transition: background 0.2s;
}

.page-home .journal-item:last-child {
  border-bottom: none;
}

.page-home .journal-item:hover {
  background: rgba(45, 156, 78, 0.06);
}

.page-home .journal-tag {
  font-size: 12px;
  font-weight: 600;
  color: #0F4C81;
  background: rgba(15, 76, 129, 0.08);
  border-radius: 6px;
  padding: 3px 8px;
  flex: none;
}

.page-home .journal-item-title {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}

.page-home .journal-arrow {
  color: #2D9C4E;
  font-size: 18px;
  flex: none;
}

.page-home .journal-side {
  position: relative;
}

.page-home .side-panel {
  background: linear-gradient(150deg, #0F4C81, #0B1D3A);
  border-radius: var(--home-border-rad);
  padding: 32px 28px;
  color: #F9F6F0;
}

.page-home .side-kicker {
  font-family: var(--home-font-m);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #FFC966;
  text-transform: uppercase;
}

.page-home .side-title {
  font-family: var(--home-font-d);
  font-size: 28px;
  font-weight: 700;
  margin: 8px 0 8px;
  transform: skewX(-5deg);
}

.page-home .side-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(249, 246, 240, 0.7);
  margin: 0 0 20px;
}

.page-home .side-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-home .side-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .side-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  color: #F9F6F0;
  font-size: 15px;
  transition: color 0.2s;
}

.page-home .side-list a:hover {
  color: #FFC966;
}

.page-home .side-num {
  font-family: var(--home-font-m);
  font-size: 13px;
  color: #2D9C4E;
  width: 24px;
  flex: none;
}

.page-home .side-btn {
  display: inline-block;
}

/* ========== 品牌信任带 ========== */

.page-home .home-about {
  padding: 72px 0;
  background: #1A1A2E;
}

.page-home .about-strip {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.page-home .about-copy {
  max-width: 640px;
}

.page-home .about-kicker {
  font-family: var(--home-font-m);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #FFC966;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.page-home .about-title {
  font-family: var(--home-font-d);
  font-size: 32px;
  font-weight: 700;
  color: #F9F6F0;
  margin: 0 0 12px;
  transform: skewX(-5deg);
}

.page-home .about-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(249, 246, 240, 0.7);
  margin: 0 0 24px;
}

.page-home .about-btn {
  border-color: rgba(249, 246, 240, 0.4);
  color: #F9F6F0;
}

.page-home .about-badge {
  display: flex;
  align-items: baseline;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 20px 28px;
}

.page-home .badge-num {
  font-size: 44px;
  color: #FF5E3A;
  font-weight: 700;
}

.page-home .badge-label {
  font-size: 14px;
  color: #F9F6F0;
}

/* ========== 动效 ========== */

@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.25); }
}

@keyframes home-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========== 响应式 ========== */

@media (min-width: 640px) {
  .page-home .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .page-home .journal-layout {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }

  .page-home .about-strip {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .hero-dual {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .page-home .dual-desktop {
    flex: 1;
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-dual {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px;
  }

  .page-home .dual-mobile {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
  }

  .page-home .dual-desktop {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
  }

  .page-home .dual-note {
    max-width: 280px;
  }

  .page-home .dual-bridge {
    display: flex;
    align-items: center;
    gap: 14px;
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 12px;
  }

  .page-home .bridge-line {
    width: 200px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 201, 102, 0.6));
  }

  .page-home .bridge-tag {
    font-family: var(--home-font-m);
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #FFC966;
    text-transform: uppercase;
    padding: 4px 14px;
    border: 1px solid rgba(255, 201, 102, 0.4);
    border-radius: 999px;
  }

  .page-home .hero-title-main {
    font-size: 140px;
  }

  .page-home .hero-title-sub {
    font-size: 60px;
  }

  .page-home .hero-lead {
    font-size: 20px;
  }

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

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

  .page-home .device-mobile {
    width: 260px;
  }

  .page-home .device-desktop {
    max-width: 560px;
  }

  .page-home .section {
    padding: 108px 0;
  }

  .page-home .home-about {
    padding: 96px 0;
  }

  .page-home .journal-feature {
    padding: 44px 40px;
  }

  .page-home .journal-title {
    font-size: 36px;
  }

  .page-home .journal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .page-home .journal-item:nth-child(odd) {
    border-right: 1px solid rgba(217, 203, 184, 0.5);
  }

  .page-home .journal-item:nth-child(3) {
    border-bottom: none;
  }

  .page-home .stats-bg-img {
    width: 560px;
    height: 360px;
  }
}
