.fee-page,.fee-page *{box-sizing:border-box}
.fee-page *{margin:0;padding:0}
html{scroll-behavior:smooth}
.fee-page{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;color:#161616;background:#f8f8f8;-webkit-font-smoothing:antialiased}
.fee-page a{text-decoration:none;color:inherit}

/* ===== Hero ===== */
.fee-page .hero{position:relative;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:#1a1a1c;padding-top:100px;padding-bottom:50px}
.fee-page .hero-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 30%,rgba(62,183,133,.08) 0%,transparent 50%)}
.fee-page .hero-content{position:relative;z-index:10;width:100%;max-width:900px;margin:0 auto;padding:0 24px;text-align:center}
.fee-page .breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#888;margin-bottom:24px}
.fee-page .breadcrumb a{color:#888;transition:color .2s}
.fee-page .breadcrumb a:hover{color:#fff}
.fee-page .breadcrumb svg{opacity:.4;flex-shrink:0}
.fee-page .breadcrumb span{color:#ccc}
.fee-page .hero-title{font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.12;color:#f0f0f0}
.fee-page .hero-subtitle{margin-top:18px;margin-left:auto;margin-right:auto;max-width:640px;font-size:16px;line-height:1.7;color:#999}
.fee-page .hero-fade{position:absolute;bottom:0;left:0;right:0;height:80px;pointer-events:none;background:linear-gradient(to bottom,transparent,#f8f8f8)}

/* ===== Section ===== */
.fee-page .section{padding:70px 0}
@media(max-width:768px){.section{padding:50px 0}}
.fee-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.fee-page .section-header-center{text-align:center;margin-bottom:48px}
.fee-page .section-header-left{margin-bottom:48px}
.fee-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}
.fee-page .section-title{font-size:clamp(26px,3vw,36px);font-weight:500;letter-spacing:-1px;line-height:1.2;color:#161616;margin-bottom:12px}
.fee-page .section-subtitle{font-size:16px;line-height:1.6;color:#666;max-width:600px;margin:0}
.fee-page .section-header-center .section-subtitle{margin-left:auto;margin-right:auto}

/* ===== Pricing Table ===== */
.fee-page .pricing-table{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}
.fee-page .pricing-table table{width:100%;border-collapse:collapse;font-size:15px}
.fee-page .pricing-table th{text-align:center;padding:18px 20px;font-weight:600;color:#fff;background:#1a1a1c;border-right:1px solid rgba(255,255,255,.08)}
.fee-page .pricing-table th:first-child{border-radius:12px 0 0 0}
.fee-page .pricing-table th:last-child{border-radius:0 12px 0 0;border-right:none}
.fee-page .pricing-table th.popular{background:#3eb785;position:relative}
.fee-page .pricing-table th.popular .popular-badge{position:absolute;top:-1px;right:12px;background:#ff8c00;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:0 0 6px 6px}
.fee-page .pricing-table td{text-align:center;padding:16px 20px;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}
.fee-page .pricing-table td:first-child{text-align:left;font-weight:500;color:#555;border-left:none}
.fee-page .pricing-table td:last-child{border-right:none}
.fee-page .pricing-table tr:hover td{background:#fafafa}
.fee-page .pricing-table .price{font-size:22px;font-weight:700;color:#3eb785}
.fee-page .pricing-table .price-unit{font-size:13px;color:#999;font-weight:400}
.fee-page .pricing-table .feature-yes{color:#3eb785;font-weight:600}
.fee-page .pricing-table .feature-no{color:#ccc}
@media(max-width:768px){.pricing-table{overflow-x:auto}.pricing-table table{min-width:700px}}

/* ===== Cards ===== */
.fee-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)}
.fee-page .card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.fee-page .cards-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.fee-page .cards-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fee-page .cards-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media(max-width:1024px){.cards-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.cards-grid-4,.cards-grid-3,.cards-grid-2{grid-template-columns:1fr}}
.fee-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;margin-bottom:14px}
.fee-page .card-title{font-size:16px;font-weight:600;color:#161616;margin-bottom:8px}
.fee-page .card-desc{font-size:14px;line-height:1.6;color:#666;margin:0}
.fee-page .card-link{font-size:14px;font-weight:500;color:#3eb785;display:inline-flex;align-items:center;gap:4px;margin-top:12px}

/* ===== Info/Warning/Highlight ===== */
.fee-page .info-box{margin-top:24px;padding:16px 20px;border-radius:12px;font-size:14px;display:flex;align-items:flex-start;gap:12px;background:rgba(62,183,133,.05);border:1px solid rgba(62,183,133,.12);color:#666}
.fee-page .warn-box{margin-top:24px;padding:16px 20px;border-radius:12px;font-size:14px;display:flex;align-items:flex-start;gap:12px;background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.12);color:#666}
.fee-page .highlight-box{margin-top:24px;padding:16px 20px;border-radius:12px;font-size:14px;display:flex;align-items:flex-start;gap:12px;background:rgba(62,183,133,.08);border:1px solid rgba(62,183,133,.2);color:#555}
.fee-page .info-box svg,.fee-page .warn-box svg,.fee-page .highlight-box svg{flex-shrink:0;margin-top:2px}

/* ===== Text Content ===== */
.fee-page .text-content{font-size:15px;line-height:1.8;color:#555}
.fee-page .text-content h4{font-size:17px;font-weight:600;color:#161616;margin:24px 0 10px}
.fee-page .text-content p{margin-bottom:12px}
.fee-page .text-content ul{margin-left:22px;margin-bottom:14px}
.fee-page .text-content li{margin-bottom:7px}
.fee-page .text-content strong{color:#161616}

/* ===== FAQ ===== */
.fee-page .faq-list{display:flex;flex-direction:column;gap:12px}
.fee-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}
.fee-page .faq-q{width:100%;display:flex;align-items:flex-start;gap:12px;padding:22px 24px;border:none;background:none;cursor:pointer;text-align:left}
.fee-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}
.fee-page .faq-q-text{flex:1;font-size:15px;font-weight:500;color:#161616;line-height:1.5}
.fee-page .faq-arrow{flex-shrink:0;color:#666;transition:transform .3s;margin-top:3px}
.fee-page .faq-item.open .faq-arrow{transform:rotate(180deg)}
.fee-page .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}
.fee-page .faq-item.open .faq-a{max-height:300px;opacity:1}
.fee-page .faq-a-inner{padding:0 24px 22px 60px;font-size:14px;line-height:1.7;color:#666}

/* ===== CTA Banner ===== */
.fee-page .cta-banner{background:#1a1a1c;border-radius:16px;padding:48px;text-align:center;margin:32px 0}
.fee-page .cta-banner h3{font-size:28px;font-weight:500;color:#f0f0f0;margin-bottom:12px}
.fee-page .cta-banner p{font-size:16px;color:#888;margin-bottom:24px}
.fee-page .btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;background:#3eb785;color:#fff;transition:filter .2s}
.fee-page .btn-primary:hover{filter:brightness(1.1)}
.fee-page .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:#ccc;border:1px solid rgba(255,255,255,.12);transition:all .2s}
.fee-page .btn-secondary:hover{background:rgba(255,255,255,.05)}


/* WordPress template adjustments */
.fee-page{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;color:#161616;background:#f8f8f8;-webkit-font-smoothing:antialiased}
.fee-bg-soft{background:#f8f8f8}
.fee-bg-white{background:#fff}
.fee-info-spaced{margin-top:24px}
.fee-text-panel{background:#fff;padding:32px;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)}
.fee-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.fee-faq-container{max-width:800px}
.fee-current-card{border:2px solid #3eb785}
.fee-current-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.fee-current-card-title{margin:0}
.fee-current-badge{font-size:12px;color:#3eb785;font-weight:600}
.fee-inline-green{color:#3eb785;font-weight:600}
.fee-contact-label{font-size:13px;color:#666;margin-bottom:8px}
.fee-contact-link{color:#3eb785;font-size:14px}

/* ===== 优化后的代码 ===== */

/* 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相关属性 */
.fee-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布局规则 */
.fee-page .product-hero-bg .flex,
.fee-page .product-hero-bg .flex-col {
  display: flex;
}
.fee-page .product-hero-bg .flex-col {
  flex-direction: column;
}

/* 4. 合并重复的margin auto */
.fee-page .product-hero-bg .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* 5. 合并重复的justify-between */
.fee-page .product-hero-bg .justify-between {
  justify-content: space-between;
}

/* 6. 工具类精简合并 */
.fee-page .product-hero-bg .px-gutter {
  padding: 0 24px;
}

.fee-page .product-hero-bg .max-w-container-max {
  max-width: 1200px;
}

.fee-page .product-hero-bg .h-\[340px\] {
  height: 340px;
}

.fee-page .product-hero-bg .text-center {
  text-align: center;
}

.fee-page .product-hero-bg .pt-\[127px\] {
  padding-top: 127px;
}

.fee-page .product-hero-bg .max-w-4xl {
  max-width: 56rem;
}

.fee-page .product-hero-bg .gap-6 {
  gap: 1.5rem;
}

.fee-page .product-hero-bg .items-start {
  align-items: flex-start;
}

.fee-page .product-hero-bg .z-10 {
  z-index: 10;
}

.fee-page .product-hero-bg .relative {
  position: relative;
}

/* 7. 标题样式优化 */
.fee-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;
}

.fee-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 优化 - 使用逻辑属性 */
.fee-page .product-hero-bg .hero-top-other {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding-bottom: 20px;
}

.fee-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;
}

.fee-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;
}

.fee-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;
}

.fee-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;
}

.fee-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 */
.fee-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;
}

.fee-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;
}

.fee-page .product-hero-bg .hero-search-form input[name="s"]::placeholder {
  color: var(--hero-input-color);
  opacity: 1;
}

.fee-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;
}