.page-products{
  --pp-line: rgba(212,175,55,.18);
  --pp-line-strong: rgba(212,175,55,.55);
  --pp-card-bg: rgba(16,42,92,.68);
  --pp-grid-line: rgba(212,175,55,.04);
  position:relative;
  z-index:1;
  background:#0B1B3A;
  color:#FFFFFF;
  overflow-x:hidden;
}
.page-products *{box-sizing:border-box;}
.page-products .container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;}
.page-products a{color:#D4AF37;text-decoration:none;}
.page-products a:hover{color:#F0E68C;}
.page-products img{max-width:100%;height:auto;}
.page-products .index-label{display:inline-block;font-family:var(--font-mono);font-size:12px;letter-spacing:.16em;color:#D4AF37;text-transform:uppercase;margin-bottom:10px;}
.page-products .products-section-head{margin-bottom:36px;}
.page-products .products-section-head h2{font-family:var(--font-title);font-size:clamp(24px,3.6vw,38px);font-weight:700;letter-spacing:.02em;line-height:1.2;color:#FFFFFF;margin:12px 0 12px;}
.page-products .products-section-head p{margin:0;color:#B0B8C8;font-size:15px;line-height:1.8;max-width:760px;}
.page-products .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.page-products .breadcrumb{margin-bottom:36px;}
.page-products .breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:#B0B8C8;}
.page-products .breadcrumb li+li::before{content:"/";margin-right:8px;color:#D4AF37;}
.page-products .breadcrumb a{color:#D4AF37;}
.page-products .breadcrumb a:hover{color:#F0E68C;}
.page-products .breadcrumb [aria-current="page"]{color:#B0B8C8;}

.page-products .products-hero{padding:120px 0 56px;position:relative;border-bottom:1px solid var(--pp-line);}
.page-products .products-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--pp-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--pp-grid-line) 1px,transparent 1px);background-size:36px 36px;pointer-events:none;}
.page-products .hero-layout{display:grid;grid-template-columns:1fr;gap:36px;align-items:center;position:relative;}
.page-products .hero-copy h1{font-family:var(--font-title);font-size:clamp(30px,5vw,54px);font-weight:700;letter-spacing:.01em;line-height:1.12;color:#FFFFFF;margin:14px 0 20px;}
.page-products .hero-lead{color:#B0B8C8;font-size:16px;line-height:1.9;max-width:640px;}
.page-products .hero-facts{display:flex;flex-wrap:wrap;gap:20px 32px;margin-top:32px;}
.page-products .hero-fact{border-left:3px solid #8A2BE2;padding-left:14px;display:flex;flex-direction:column;gap:2px;}
.page-products .hero-fact-num{font-family:var(--font-mono);font-size:26px;color:#D4AF37;line-height:1;}
.page-products .hero-fact-label{font-size:12px;color:#B0B8C8;letter-spacing:.08em;}
.page-products .hero-coordinate{display:none;justify-content:center;border:1px solid var(--pp-line);background:rgba(16,42,92,.4);padding:20px;position:relative;}
.page-products .hero-coordinate::after{content:"VIEW // 应用坐标";position:absolute;top:8px;left:8px;font-family:var(--font-mono);font-size:10px;color:#8A2BE2;letter-spacing:.1em;}
.page-products .hero-coordinate svg{width:100%;height:auto;display:block;}

.page-products .tool-section{padding:56px 0 72px;background:linear-gradient(180deg,#0B1B3A,#102A5C);}
.page-products .search-panel{position:relative;border:1px solid rgba(212,175,55,.35);background:rgba(16,42,92,.7);padding:28px;display:grid;grid-template-columns:1fr;gap:32px;backdrop-filter:blur(10px);}
.page-products .search-panel-main{display:flex;flex-direction:column;}
.page-products .search-panel-main h2{font-family:var(--font-title);font-size:clamp(22px,3vw,30px);color:#FFFFFF;margin:0 0 12px;}
.page-products .tool-desc{color:#B0B8C8;font-size:15px;line-height:1.8;margin:0;}
.page-products .search-box{margin:20px 0 0;}
.page-products .search-input{width:100%;height:50px;background:rgba(11,27,58,.8);border:1px solid rgba(212,175,55,.3);color:#FFFFFF;padding:0 16px;font-size:15px;font-family:var(--font-body);outline:none;transition:border-color .2s,box-shadow .2s;}
.page-products .search-input::placeholder{color:#B0B8C8;}
.page-products .search-input:focus{border-color:#D4AF37;box-shadow:0 0 0 3px rgba(212,175,55,.18);}
.page-products .search-hint{display:block;margin-top:8px;font-size:12px;color:#B0B8C8;font-family:var(--font-mono);}
.page-products .filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.page-products .filter-chip{background:transparent;border:1px solid rgba(212,175,55,.3);color:#B0B8C8;font-size:14px;font-family:var(--font-body);padding:7px 16px;cursor:pointer;transition:all .2s;}
.page-products .filter-chip:hover,.page-products .filter-chip.is-active{border-color:#D4AF37;color:#D4AF37;background:rgba(212,175,55,.08);}
.page-products .search-panel-figure{margin:0;border:1px solid rgba(212,175,55,.25);background:rgba(11,27,58,.5);padding:12px;}
.page-products .search-figure-img{display:block;width:100%;height:auto;}
.page-products .search-panel-figure figcaption{margin-top:10px;font-size:12px;color:#B0B8C8;font-family:var(--font-mono);letter-spacing:.04em;}

.page-products .category-section{padding:72px 0 80px;position:relative;}
.page-products .category-section::before{content:"";position:absolute;top:0;right:0;width:260px;height:260px;background:radial-gradient(circle,rgba(138,43,226,.18),transparent 70%);pointer-events:none;}
.page-products .category-index-nav{display:flex;justify-content:flex-end;font-family:var(--font-mono);font-size:12px;letter-spacing:.16em;color:#8A2BE2;margin-bottom:28px;}
.page-products .category-grid{display:grid;grid-template-columns:1fr;gap:14px;}
.page-products .category-item{display:grid;grid-template-columns:26px 34px 1fr auto;align-items:center;gap:12px;background:var(--pp-card-bg);border:1px solid rgba(212,175,55,.22);padding:14px 12px;transition:transform .2s,border-color .2s,box-shadow .2s;}
.page-products .category-item:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.6);box-shadow:0 10px 22px rgba(11,27,58,.5);}
.page-products .category-index{font-family:var(--font-mono);font-size:12px;color:#D4AF37;opacity:.85;}
.page-products .category-icon{width:30px;height:30px;color:#8A2BE2;}
.page-products .category-info h3{margin:0;font-family:var(--font-title);font-size:16px;letter-spacing:.04em;color:#FFFFFF;}
.page-products .category-info p{margin:2px 0 0;font-size:13px;color:#B0B8C8;}
.page-products .category-status{font-size:11px;color:#B0B8C8;border:1px dashed rgba(212,175,55,.35);padding:4px 8px;white-space:nowrap;font-family:var(--font-mono);letter-spacing:.04em;}
.page-products .category-status:has(.){}
.page-products .category-outro{margin-top:36px;padding:20px 24px;border-left:3px solid #8A2BE2;background:rgba(16,42,92,.4);font-size:14px;color:#B0B8C8;line-height:1.8;}

.page-products .hot-section{padding:72px 0;position:relative;}
.page-products .hot-section::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(212,175,55,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.035) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;}
.page-products .hot-masonry{display:grid;grid-template-columns:1fr;gap:22px;}
.page-products .hot-card{position:relative;background:var(--pp-card-bg);border:1px solid rgba(212,175,55,.25);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;}
.page-products .hot-card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.55);box-shadow:0 16px 32px rgba(11,27,58,.55);}
.page-products .hot-card-media{overflow:hidden;}
.page-products .hot-card-img{display:block;width:100%;height:auto;object-fit:cover;}
.page-products .hot-card-body{padding:22px;display:flex;flex-direction:column;flex:1;}
.page-products .hot-card-tag{display:inline-block;font-family:var(--font-mono);font-size:11px;color:#8A2BE2;letter-spacing:.1em;margin-bottom:10px;border:1px solid rgba(138,43,226,.5);padding:3px 8px;align-self:flex-start;}
.page-products .hot-card-body h3{margin:0 0 10px;font-family:var(--font-title);font-size:22px;color:#FFFFFF;}
.page-products .hot-card-body p{color:#B0B8C8;font-size:14px;line-height:1.8;margin:0 0 16px;}
.page-products .hot-card-meta{display:flex;gap:18px;margin-top:auto;font-family:var(--font-mono);font-size:12px;color:#D4AF37;}
.page-products .hot-card-link{margin-top:18px;font-size:14px;color:#F0E68C;}
.page-products .hot-card-link:hover{text-decoration:underline;}

.page-products .update-section{padding:72px 0;background:linear-gradient(180deg,#102A5C,#0B1B3A);}
.page-products .update-banner{position:relative;border:1px solid rgba(212,175,55,.35);overflow:hidden;margin-bottom:28px;}
.page-products .update-banner-img{display:block;width:100%;height:auto;}
.page-products .update-banner-caption{position:absolute;left:0;right:0;bottom:0;padding:28px 24px 22px;background:linear-gradient(180deg,transparent,rgba(11,27,58,.95));}
.page-products .update-banner-caption h3{margin:6px 0 8px;font-family:var(--font-title);font-size:22px;color:#FFFFFF;}
.page-products .update-banner-caption p{color:#B0B8C8;font-size:13px;line-height:1.8;margin:0;}
.page-products .update-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:10px;}
.page-products .update-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:var(--pp-card-bg);border:1px solid rgba(212,175,55,.2);padding:14px 16px;transition:border-color .2s;}
.page-products .update-item:hover{border-color:rgba(212,175,55,.5);}
.page-products .update-list-index{font-family:var(--font-mono);color:#8A2BE2;font-size:12px;}
.page-products .update-item-body h4{margin:0 0 3px;font-family:var(--font-title);font-size:16px;color:#FFFFFF;}
.page-products .update-item-body p{margin:0;color:#B0B8C8;font-size:13px;line-height:1.6;}
.page-products .update-item a{font-size:13px;color:#D4AF37;white-space:nowrap;}

.page-products .guide-section{padding:72px 0;}
.page-products .guide-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;}
.page-products .guide-steps-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:0;}
.page-products .guide-steps-list li{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:18px 0;border-top:1px solid rgba(212,175,55,.2);position:relative;}
.page-products .guide-steps-list li:last-child{border-bottom:1px solid rgba(212,175,55,.2);}
.page-products .step-num{font-family:var(--font-mono);font-size:18px;color:#D4AF37;border:1px solid rgba(212,175,55,.4);width:44px;height:44px;display:flex;align-items:center;justify-content:center;}
.page-products .step-content h3{margin:0 0 6px;font-family:var(--font-title);font-size:18px;color:#FFFFFF;}
.page-products .step-content p{margin:0;color:#B0B8C8;font-size:14px;line-height:1.7;}
.page-products .guide-cta-btn{margin-top:24px;display:inline-block;}
.page-products .guide-figure{margin:0;border:1px solid rgba(212,175,55,.3);padding:12px;}
.page-products .guide-figure-img{display:block;width:100%;height:auto;}

.page-products .doc-cta{padding:72px 0;background:linear-gradient(180deg,#0B1B3A,#16213E);}
.page-products .doc-cta-inner{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;border:1px solid rgba(212,175,55,.35);padding:36px;background:rgba(16,42,92,.5);position:relative;overflow:hidden;}
.page-products .doc-cta-inner::after{content:"HELP DOC";position:absolute;right:-20px;bottom:-30px;font-family:var(--font-mono);font-size:90px;color:rgba(138,43,226,.18);letter-spacing:.08em;pointer-events:none;}
.page-products .doc-cta-copy{position:relative;z-index:1;}
.page-products .doc-cta-copy h2{margin:8px 0 10px;font-family:var(--font-title);font-size:28px;color:#FFFFFF;}
.page-products .doc-cta-copy p{margin:0;color:#B0B8C8;font-size:15px;line-height:1.8;}
.page-products .doc-cta-actions{display:flex;flex-wrap:wrap;gap:14px;position:relative;z-index:1;}

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

@media(min-width:768px){
  .page-products .hero-layout{grid-template-columns:1fr;}
  .page-products .hot-masonry{grid-template-columns:repeat(2,1fr);}
  .page-products .hot-card-lg{grid-column:span 2;}
  .page-products .update-banner-caption{max-width:52%;padding:36px;}
  .page-products .doc-cta-inner{grid-template-columns:1fr auto;}
}

@media(min-width:992px){
  .page-products .hero-layout{grid-template-columns:1.3fr .7fr;}
  .page-products .hero-coordinate{display:flex;}
  .page-products .search-panel{grid-template-columns:1.15fr .85fr;padding:38px;align-items:center;}
  .page-products .guide-layout{grid-template-columns:1fr 1fr;}
}

@media(min-width:1024px){
  .page-products .category-grid{grid-template-columns:repeat(3,1fr);}
  .page-products .hot-masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;}
  .page-products .hot-card-lg{grid-column:span 2;display:grid;grid-template-columns:1.1fr 1fr;}
  .page-products .hot-card-lg .hot-card-media{height:100%;}
  .page-products .hot-card-lg .hot-card-img{height:100%;object-fit:cover;}
}
