/* ========== Products Page Styles (cleaned: removed selectors not used on /products page) ========== */
/* ===== Reset ===== */
html{scroll-behavior:smooth}
.products-page, .products-page *{box-sizing:border-box}
.products-page *{margin:0;padding:0}
/* 1. 使用CSS自定义属性统一管理 */
:root{--hero-bg-color: rgb(25 28 30 / 1);
  --hero-text-white: #ffffff;
  --hero-text-muted: rgb(255 255 255 / 0.55);
  --hero-text-dim: rgb(255 255 255 / 0.75);
  --hero-text-faint: rgb(255 255 255 / 0.35);
  --hero-input-color: #818588;
  --hero-border-color: #3f4349;}
/* 2. 主容器 - 合并background相关属性 */
.products-page .product-hero-bg{padding-top: 70px;
  background: 
    url("./banner.jpg") center 52% / cover no-repeat,
    rgb(25 28 30);
  box-shadow: inset 0 -2px 0 rgb(7 18 31 / 0.92);
  overflow: hidden;
  position: relative;}
/* 3. 合并重复的flex布局规则 */
.products-page .product-hero-bg .flex, .products-page .product-hero-bg .flex-col{display: flex;}
.products-page .product-hero-bg .flex-col{flex-direction: column;}
/* 4. 合并重复的margin auto */
.products-page .product-hero-bg .mx-auto{margin-left: auto;
  margin-right: auto;}
/* 5. 合并重复的justify-between */
.products-page .product-hero-bg .justify-between{justify-content: space-between;}
/* 6. 工具类精简合并 */
.products-page .product-hero-bg .px-gutter{padding: 0 24px;}
.products-page .product-hero-bg .max-w-container-max{max-width: 1200px;}
.products-page .product-hero-bg .h-\[340px\]{height: 340px;}
.products-page .product-hero-bg .text-center{text-align: center;}
.products-page .product-hero-bg .pt-\[127px\]{padding-top: 127px;}
.products-page .product-hero-bg .max-w-4xl{max-width: 56rem;}
.products-page .product-hero-bg .gap-6{gap: 1.5rem;}
.products-page .product-hero-bg .items-start{align-items: flex-start;}
.products-page .product-hero-bg .z-10{z-index: 10;}
.products-page .product-hero-bg .relative{position: relative;}
/* 7. 标题样式优化 */
.products-page .product-hero-bg .hero-banner-title{margin: 0;
  color: var(--hero-text-white);
  font: 34px/1.2 Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  letter-spacing: 16px;
  text-align: center;
  font-weight: inherit;}
.products-page .product-hero-bg .hero-banner-subtitle{min-height: 20px;
  margin-top: 12px;
  color: var(--hero-text-white);
  font-size: 15px;
  line-height: 20px;
  text-align: center;}
/* 8. hero-top-other 优化 - 使用逻辑属性 */
.products-page .product-hero-bg .hero-top-other{width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding-bottom: 20px;}
.products-page .product-hero-bg .hero-top-other .other-site{width: auto !important;
  float: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
  margin-top: 10px;
  gap: 0;}
.products-page .product-hero-bg .hero-top-other .other-site > p{display: inline !important;
  width: auto !important;
  margin: 0 4px 0 0;
  color: var(--hero-text-muted);
  font-size: 13px;}
.products-page .product-hero-bg .hero-top-other .other-site a{display: inline !important;
  width: auto !important;
  color: var(--hero-text-dim);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 150ms;}
.products-page .product-hero-bg .hero-top-other .other-site .bc-sep{display: inline;
  width: 20px;
  text-align: center;
  color: var(--hero-text-faint);
  font-size: 12px;
  user-select: none;}
.products-page .product-hero-bg .hero-top-other .other-site .bc-current{display: inline;
  width: auto !important;
  color: var(--hero-text-white);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;}
/* 9. 搜索表单优化 - 使用flex替代float */
.products-page .product-hero-bg .hero-search-form{display: flex;
  align-items: center;
  width: 206px;
  height: 40px;
  border: 1px solid var(--hero-border-color);
  border-radius: 25px;
  background: rgb(0 0 0 / 0.6);
  overflow: hidden;}
.products-page .product-hero-bg .hero-search-form input[name="s"]{width: 163px;
  height: 40px;
  flex: 1;
  height: 100%;
  padding: 0 0 0 10px;
  border: none;
  border-right: 1px solid #2d2f30;
  background: none;
  color: var(--hero-input-color);
  font: 14px/40px Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  outline: none;
  box-shadow: none;
  text-indent: 10px;}
.products-page .product-hero-bg .hero-search-form input[name="s"]::placeholder{color: var(--hero-input-color);
  opacity: 1;}
.products-page .product-hero-bg .hero-search-form button{flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  color: var(--hero-text-white);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: none;
  font: inherit;
  -webkit-appearance: button;}
/* 10. 字体定义移到顶部或单独文件 */
@font-face {
  font-family: "Material Symbols Outlined";
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
.material-symbols-outlined{font-family: "Material Symbols Outlined";
  font-size: 24px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;}
/* 11. 全局重置 - 建议移到全局样式 */
*, ::after, ::before{box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;}
/* 12. 其他工具类 */
.leading-9{line-height: 2.25rem;}
.text-\[26px\]{font-size: 26px;}
/* ===== Base ===== */
.products-page{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;color:#161616;background:#f8f8f8;-webkit-font-smoothing:antialiased;line-height:1.6}
.products-page a{text-decoration:none;color:inherit}
/* ===== Hero ===== */
/* ===== Section Layout ===== */
.products-page .section{padding:100px 0}
@media(max-width:768px){.products-page .section{padding:60px 0}}
.products-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.products-page .section-header-center{text-align:center;margin-bottom:64px}
.products-page .section-header-left{margin-bottom:64px}
.products-page .tag{display:inline-flex;padding:4px 14px;border-radius:999px;font-size:13px;font-weight:500;background:rgba(62,183,133,.1);color:#3eb785;margin-bottom:12px}
.products-page .section-title{font-size:clamp(28px,3vw,40px);font-weight:500;letter-spacing:-1px;line-height:1.2;color:#161616;margin-bottom:12px}
.products-page .section-subtitle{font-size:16px;line-height:1.6;color:#666;max-width:560px;margin:0}
.products-page .section-header-center .section-subtitle{margin-left:auto;margin-right:auto}
.products-page .bg-white{background:#fff}
.products-page .bg-gray{background:#f8f8f8}
/* ===== Cards ===== */
.products-page .card{background:#fff;border-radius:12px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);padding:28px;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}
.products-page .card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.products-page .card-icon{width:40px;height:40px;border-radius:10px;background:rgba(62,183,133,.1);color:#3eb785;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px}
.products-page .card-title{font-size:16px;font-weight:600;color:#161616;margin-bottom:8px}
.products-page .card-desc{font-size:14px;line-height:1.6;color:#666;margin-bottom:16px}
/* ===== Product Overview Section ===== */
.products-page .overview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}
@media(max-width:768px){.products-page .overview-grid{grid-template-columns:1fr 1fr}}
.products-page .overview-card{padding:20px;text-align:center}
.products-page .overview-card .ov-num{font-size:28px;font-weight:700;color:#3eb785;margin-bottom:4px}
.products-page .overview-card .ov-label{font-size:13px;color:#666}
.products-page .overview-cta{text-align:center;padding:32px;background:linear-gradient(135deg,#3eb785,#2d9d6e);border-radius:12px;margin-top:32px}
.products-page .overview-cta h3{color:#fff;font-size:20px;margin-bottom:8px}
.products-page .overview-cta p{color:rgba(255,255,255,.85);font-size:14px;margin-bottom:20px}
.products-page .overview-cta .btn-white{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;background:#fff;color:#3eb785;transition:all .2s}
.products-page .overview-cta .btn-white:hover{filter:brightness(.95)}
/* ===== Product Detail Cards ===== */
.products-page .product-card{display:flex;gap:24px;padding:32px;margin-bottom:20px}
@media(max-width:768px){.products-page .product-card{flex-direction:column}}
.products-page .product-card .pc-icon{width:48px;height:48px;border-radius:12px;background:rgba(62,183,133,.1);color:#3eb785;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.products-page .product-card .pc-content{flex:1}
.products-page .product-card .pc-title{font-size:18px;font-weight:600;color:#161616;margin-bottom:8px}
.products-page .product-card .pc-desc{font-size:14px;color:#555;line-height:1.7;margin-bottom:16px}
.products-page .product-card .pc-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}
.products-page .product-card .pc-meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}
.products-page .product-card .pc-meta-item .dot{width:6px;height:6px;border-radius:50%;background:#3eb785}
.products-page .product-card .pc-link{font-size:13px;font-weight:500;color:#3eb785;display:inline-flex;align-items:center;gap:4px}
.products-page .product-card .pc-link:hover{gap:8px}
/* ===== Comparison Table ===== */
.products-page .compare-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04)}
.products-page .compare-table th{text-align:left;padding:14px 16px;background:#f8f8f8;border-bottom:1px solid #e0e0e0;color:#666;font-weight:600;font-size:13px}
.products-page .compare-table td{padding:14px 16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:14px}
.products-page .compare-table tr:hover td{background:#fafafa}
.products-page .compare-table td:first-child{font-weight:500;color:#161616}
.products-page .check-mark{color:#3eb785;font-weight:700}
.products-page .cross-mark{color:#ccc}
/* ===== FAQ (Unified with Developer Page) ===== */
.products-page .faq-container{max-width:800px}
.products-page .faq-list{display:flex;flex-direction:column;gap:12px}
.products-page .faq-item{background:#fff;border-radius:12px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);overflow:hidden}
.products-page .faq-q{width:100%;display:flex;align-items:flex-start;gap:12px;padding:24px;border:none;background:none;cursor:pointer;text-align:left}
.products-page .faq-q-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:rgba(62,183,133,.1);color:#3eb785}
.products-page .faq-q-text{flex:1;font-size:15px;font-weight:500;color:#161616;line-height:1.5}
.products-page .faq-arrow{flex-shrink:0;color:#666;transition:transform .3s;margin-top:3px}
.products-page .faq-item.open .faq-arrow{transform:rotate(180deg)}
.products-page .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}
.products-page .faq-item.open .faq-a{max-height:300px;opacity:1}
.products-page .faq-a-inner{padding:0 24px 24px 52px;font-size:14px;line-height:1.7;color:#666}
.products-page .faq-cat{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:600}
/* ===== Support Resources ===== */
.products-page .support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:768px){.products-page .support-grid{grid-template-columns:1fr}}
.products-page .support-card{padding:28px;text-align:center}
.products-page .support-card .sc-icon{width:48px;height:48px;border-radius:12px;background:rgba(62,183,133,.1);color:#3eb785;display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 14px}
.products-page .support-card h4{font-size:16px;font-weight:600;color:#161616;margin-bottom:8px}
.products-page .support-card p{font-size:14px;color:#666;line-height:1.6;margin-bottom:12px}
.products-page .support-card .sc-link{font-size:13px;font-weight:500;color:#3eb785;display:inline-flex;align-items:center;gap:4px}
.products-page .support-card .sc-link:hover{gap:8px}
/* ===== CTA Section ===== */
.products-page .cta-section{padding:80px 0;background:linear-gradient(135deg,#3eb785,#2d9d6e);text-align:center}
.products-page .cta-section h2{color:#fff;font-size:clamp(26px,3vw,36px);font-weight:500;margin-bottom:12px}
.products-page .cta-section p{color:rgba(255,255,255,.85);font-size:16px;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}
.products-page .cta-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.products-page .cta-btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;background:#fff;color:#3eb785;transition:all .2s}
.products-page .cta-btn-primary:hover{filter:brightness(.95)}
.products-page .cta-btn-secondary{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);transition:all .2s}
.products-page .cta-btn-secondary:hover{border-color:#fff}
/* ===== Fade-in Animation ===== */
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
