.page-home{
  --home-mono:"SF Mono","Cascadia Code","Roboto Mono",Consolas,monospace;
  --home-rule:2px solid rgba(212,160,23,.55);
  position:relative;
  overflow-x:hidden;
  background:var(--color-white);
  color:var(--color-ink);
  font-family:var(--font-body);
  line-height:1.7;
}
.page-home .breadcrumb{
  max-width:1200px;
  margin:0 auto;
  padding:18px 20px 0;
  font-size:14px;
  color:var(--color-muted);
}
.page-home .breadcrumb-item{
  position:relative;
  padding-right:18px;
}
.page-home .breadcrumb-item::after{
  content:"/";
  position:absolute;
  right:6px;
  color:var(--color-gold);
}
.page-home .section{
  position:relative;
}
.page-home .section-head{
  margin-bottom:28px;
}
.page-home .section-head--center{
  text-align:center;
}
.page-home .section-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.page-home .section-head--center .section-kicker{
  justify-content:center;
}
.page-home .section-title{
  margin:0 0 12px;
  font-family:var(--font-title);
  font-size:32px;
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1.18;
  color:var(--color-deep);
}
.page-home .section-lead{
  max-width:760px;
  margin:0;
  font-size:16px;
  color:var(--color-muted);
}
.page-home .section-head--center .section-lead{
  margin-left:auto;
  margin-right:auto;
}
.page-home .gold-rule{
  width:56px;
  height:4px;
  border-radius:var(--radius-pill);
  background:linear-gradient(90deg,var(--color-gold),rgba(212,160,23,.25));
  border:0;
  margin:18px 0 24px;
}

/* ===== Hero ===== */
.page-home .hero-section{
  padding:36px 20px 0;
  overflow:hidden;
}
.page-home .hero-split{
  display:grid;
  gap:40px;
  max-width:1200px;
  margin:0 auto;
  align-items:center;
}
.page-home .hero-copy{
  position:relative;
  z-index:2;
}
.page-home .hero-site-name{
  display:block;
  font-size:16px;
  font-weight:700;
  letter-spacing:.22em;
  color:var(--color-gold);
  margin-bottom:12px;
}
.page-home .display-hero{
  margin:0 0 20px;
  font-family:var(--font-title);
  font-size:44px;
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.03em;
  color:var(--color-deep);
}
.page-home .hero-lead{
  max-width:540px;
  font-size:16px;
  color:var(--color-ink);
  margin-bottom:12px;
}
.page-home .hero-lead--sub{
  color:var(--color-muted);
}
.page-home .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.page-home .hero-visual{
  position:relative;
  z-index:1;
}
.page-home .hero-frame{
  position:relative;
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:var(--color-deep);
  box-shadow:var(--shadow-lg);
}
.page-home .hero-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-home .hero-frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(13,27,62,.04) 0%,rgba(13,27,62,.28) 100%);
  pointer-events:none;
}
.page-home .hero-pulse-ring{
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  border:2px solid rgba(244,196,15,.65);
  top:18%;
  right:10%;
  animation:pulse-ripple 2.8s var(--ease) infinite;
  z-index:2;
  pointer-events:none;
}
.page-home .hero-pulse-ring--two{
  width:76px;
  height:76px;
  top:30%;
  right:20%;
  border-color:rgba(212,160,23,.7);
  animation-delay:.65s;
}
@keyframes pulse-ripple{
  0%{transform:scale(.92);opacity:.85}
  70%{transform:scale(1.28);opacity:.35}
  100%{transform:scale(.92);opacity:.85}
}
.page-home .hero-float-chip{
  position:absolute;
  z-index:3;
  padding:8px 14px;
  border-radius:var(--radius-pill);
  background:rgba(13,27,62,.82);
  color:var(--color-white);
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:var(--shadow-md);
}
.page-home .hero-float-chip--one{
  left:8%;
  top:16%;
}
.page-home .hero-float-chip--two{
  right:7%;
  bottom:26%;
}
.page-home .hero-live{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:var(--radius-pill);
  background:rgba(13,27,62,.82);
  color:var(--color-white);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
}
.page-home .live-dot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--color-green);
  box-shadow:0 0 0 0 rgba(39,174,96,.5);
  animation:live-pulse 2s infinite;
}
@keyframes live-pulse{
  0%{box-shadow:0 0 0 0 rgba(39,174,96,.45)}
  70%{box-shadow:0 0 0 10px rgba(39,174,96,0)}
  100%{box-shadow:0 0 0 0 rgba(39,174,96,0)}
}
.page-home .hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:120px;
  z-index:0;
  pointer-events:none;
}
.page-home .hero-wave svg{
  width:100%;
  height:100%;
  display:block;
}

/* ===== Stats ===== */
.page-home .stats-section{
  background:var(--color-deep);
  color:var(--color-white);
  padding:64px 20px 72px;
  margin-top:-1px;
}
.page-home .stats-band{
  max-width:1200px;
  margin:0 auto;
}
.page-home .stats-section .section-title{
  color:var(--color-white);
}
.page-home .stats-section .section-lead{
  color:rgba(247,245,240,.78);
}
.page-home .stats-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin:32px 0 40px;
}
.page-home .stat-block{
  position:relative;
  padding:28px 18px;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(212,160,23,.2);
  text-align:center;
  transition:transform .35s var(--ease),background .35s var(--ease);
}
.page-home .stat-block:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.09);
}
.page-home .stat-number{
  display:block;
  font-family:var(--home-mono);
  font-size:34px;
  font-weight:800;
  line-height:1;
  color:var(--color-gold);
  letter-spacing:-.02em;
}
.page-home .stat-suffix{
  font-size:20px;
  font-weight:700;
  margin-left:2px;
}
.page-home .stat-label{
  display:block;
  margin-top:10px;
  font-size:14px;
  color:rgba(247,245,240,.8);
}
.page-home .stats-extra{
  display:grid;
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,rgba(212,160,23,.14),rgba(13,27,62,.2));
  border:1px solid rgba(212,160,23,.24);
}
.page-home .stats-figure{
  margin:0;
  border-radius:var(--radius-md);
  overflow:hidden;
}
.page-home .stats-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-home .stats-figure figcaption,
.page-home .services-figure figcaption,
.page-home .pricing-figure figcaption{
  padding:10px 14px;
  background:rgba(13,27,62,.78);
  color:var(--color-white);
  font-size:13px;
  letter-spacing:.04em;
}
.page-home .stats-desc p{
  margin:0 0 18px;
  font-size:15px;
  color:rgba(247,245,240,.88);
}

/* ===== Services ===== */
.page-home .services-section{
  padding:0 20px 64px;
  background:var(--color-white);
  overflow:hidden;
}
.page-home .peak-band{
  height:80px;
  margin:0 -20px;
  background:var(--color-deep);
  clip-path:polygon(0 0,100% 100%,100% 100%,0 100%);
}
.page-home .services-inner{
  max-width:1200px;
  margin:0 auto;
  padding-top:48px;
}
.page-home .service-grid{
  display:grid;
  gap:20px;
  margin-bottom:36px;
}
.page-home .service-card{
  position:relative;
  padding:28px 24px 24px;
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.page-home .service-card .service-num{
  position:absolute;
  top:16px;
  right:20px;
  font-family:var(--home-mono);
  font-size:48px;
  font-weight:900;
  line-height:1;
  color:rgba(13,27,62,.1);
  pointer-events:none;
}
.page-home .card--deep .service-num{
  color:rgba(255,255,255,.12);
}
.page-home .service-name{
  margin:0 0 10px;
  font-size:22px;
  font-weight:900;
  color:var(--color-deep);
}
.page-home .card--deep .service-name{
  color:var(--color-white);
}
.page-home .service-desc{
  margin:0 0 18px;
  font-size:15px;
  color:var(--color-muted);
}
.page-home .card--deep .service-desc{
  color:rgba(247,245,240,.78);
}
.page-home .service-feats{
  list-style:none;
  margin:0 0 20px;
  padding:0;
}
.page-home .service-feats li{
  position:relative;
  padding-left:24px;
  margin-bottom:8px;
  font-size:14px;
  color:var(--color-ink);
}
.page-home .card--deep .service-feats li{
  color:rgba(247,245,240,.88);
}
.page-home .service-feats li::before{
  content:"";
  position:absolute;
  left:2px;
  top:9px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--color-gold);
  box-shadow:0 0 0 3px rgba(212,160,23,.18);
}
.page-home .services-media{
  max-width:440px;
  margin:0 auto;
}
.page-home .services-figure{
  margin:0;
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-md);
}
.page-home .services-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* ===== Pricing ===== */
.page-home .pricing-section{
  padding:64px 20px;
  background:linear-gradient(180deg,var(--color-white) 0%,rgba(212,160,23,.08) 50%,var(--color-white) 100%);
  overflow:hidden;
}
.page-home .pricing-inner{
  max-width:1200px;
  margin:0 auto;
}
.page-home .pricing-grid{
  display:grid;
  gap:16px;
  margin:32px 0 40px;
}
.page-home .pricing-box{
  position:relative;
  padding:28px 22px 22px;
  border-radius:var(--radius-lg);
  background:var(--color-white);
  border:2px solid rgba(212,160,23,.22);
  box-shadow:var(--shadow-md);
  transition:transform .35s var(--ease),box-shadow .35s var(--ease);
}
.page-home .pricing-box:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
}
.page-home .pricing-keyword{
  margin:0 0 14px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.06em;
  color:var(--color-deep);
}
.page-home .pricing-cost{
  margin:0 0 10px;
  font-family:var(--home-mono);
  font-size:38px;
  font-weight:900;
  line-height:1;
  color:var(--color-gold);
}
.page-home .pricing-note{
  margin:0;
  font-size:14px;
  color:var(--color-muted);
}
.page-home .pricing-media{
  display:grid;
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:var(--radius-lg);
  background:var(--color-deep);
  color:var(--color-white);
}
.page-home .pricing-figure{
  margin:0;
  border-radius:var(--radius-md);
  overflow:hidden;
}
.page-home .pricing-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-home .pricing-desc p{
  margin:0 0 18px;
  font-size:15px;
  color:rgba(247,245,240,.88);
}

/* ===== News ===== */
.page-home .news-section{
  padding:24px 20px 64px;
  background:var(--color-white);
}
.page-home .news-inner{
  max-width:1200px;
  margin:0 auto;
}
.page-home .news-list{
  list-style:none;
  margin:0 0 32px;
  padding:0;
}
.page-home .news-item{
  margin-bottom:12px;
  border-radius:var(--radius-md);
  transition:background .3s var(--ease),transform .3s var(--ease);
}
.page-home .news-item:hover{
  background:rgba(212,160,23,.08);
  transform:translateX(4px);
}
.page-home .news-item a{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  padding:18px 16px;
  border-bottom:1px solid rgba(13,27,62,.08);
  text-decoration:none;
  color:var(--color-ink);
}
.page-home .news-item a:hover{
  color:var(--color-deep);
}
.page-home .news-title{
  flex:1 1 220px;
  font-size:16px;
  font-weight:700;
}
.page-home .news-arrow{
  color:var(--color-gold);
  font-size:20px;
  font-weight:900;
  transition:transform .3s var(--ease);
}
.page-home .news-item a:hover .news-arrow{
  transform:translateX(4px);
}
.page-home .news-more{
  text-align:center;
}

/* ===== CTA ===== */
.page-home .cta-section{
  padding:32px 20px 72px;
  background:var(--color-white);
}
.page-home .cta-box{
  max-width:880px;
  margin:0 auto;
  padding:48px 28px;
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,var(--color-deep) 0%,var(--color-deep) 55%,rgba(212,160,23,.85) 100%);
  color:var(--color-white);
  text-align:center;
  box-shadow:var(--shadow-lg);
  position:relative;
  overflow:hidden;
}
.page-home .cta-box::before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  border:3px solid rgba(247,245,240,.1);
  top:-120px;
  right:-120px;
  pointer-events:none;
}
.page-home .cta-box .section-kicker{
  justify-content:center;
  color:rgba(247,245,240,.75);
}
.page-home .cta-title{
  margin:0 0 14px;
  font-size:28px;
  font-weight:900;
  line-height:1.25;
}
.page-home .cta-text{
  margin:0 auto 28px;
  max-width:560px;
  font-size:15px;
  color:rgba(247,245,240,.84);
}
.page-home .cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

/* ===== 响应式增强 ===== */
@media (min-width:640px){
  .page-home .stats-grid{
    grid-template-columns:repeat(4,1fr);
  }
  .page-home .pricing-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .service-grid{
    grid-template-columns:1fr;
  }
  .page-home .stats-extra,
  .page-home .pricing-media{
    grid-template-columns:1fr 1fr;
  }
  .page-home .header-inner{
    width:264px;
  }
}

@media (min-width:960px){
  .page-home .hero-section{
    padding-top:64px;
  }
  .page-home .hero-split{
    grid-template-columns:1fr 1fr;
    gap:56px;
  }
  .page-home .display-hero{
    font-size:64px;
  }
  .page-home .hero-lead{
    font-size:17px;
  }
  .page-home .service-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .page-home .service-card{
    min-height:360px;
  }
  .page-home .stats-section{
    padding:84px 20px 96px;
  }
  .page-home .stats-grid{
    margin:48px 0 56px;
  }
  .page-home .stat-number{
    font-size:46px;
  }
  .page-home .pricing-section{
    padding:84px 20px 96px;
  }
  .page-home .pricing-box{
    padding:36px 28px 28px;
  }
  .page-home .pricing-cost{
    font-size:44px;
  }
  .page-home .cta-box{
    padding:72px 48px;
  }
  .page-home .cta-title{
    font-size:38px;
  }
}

@media (prefers-reduced-motion:reduce){
  .page-home *,
  .page-home *::before,
  .page-home *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
  .page-home [data-reveal]{
    opacity:1 !important;
    transform:none !important;
  }
}
