/* 磁力种子 - 天堂磁力 独特视觉系统 */
/* 风格：柔光渐变 + 磁感流体 + 珍珠白基调 */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
  background: #f5f0eb;
  color: #2c2b28;
  background-image: 
    radial-gradient(ellipse at 20% 50%, rgba(255, 220, 180, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(200, 230, 255, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(255, 200, 220, 0.1) 0%, transparent 50%);
  background-attachment: fixed;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section:nth-child(even) {
  background: rgba(255, 248, 242, 0.6);
  backdrop-filter: blur(2px);
}

/* 导航 — 珍珠光泽 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 248, 242, 0.88);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(210, 190, 170, 0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  color: #3a3530;
  letter-spacing: 0.5px;
  position: relative;
}

.logo::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d4a373, #b8c4d0, #d4a373);
  opacity: 0.3;
  border-radius: 2px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #f5e6d3, #e8d5c4);
  box-shadow: 0 2px 8px rgba(180, 140, 110, 0.2);
  color: #7a6a5a;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
  color: #5a524a;
  letter-spacing: 0.3px;
  position: relative;
  padding: 4px 0;
}

.main-nav a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4a373, #b8c4d0);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.main-nav a:hover::before {
  width: 100%;
}

.main-nav a:hover {
  color: #8a7a6a;
}

.nav-cta {
  padding: 10px 24px;
  border-radius: 50px;
  color: #fff !important;
  font-weight: 600;
  background: linear-gradient(135deg, #b8c4d0 0%, #a0b0c0 100%);
  box-shadow: 0 4px 12px rgba(160, 176, 192, 0.3);
  transition: 0.3s;
}

.nav-cta::before {
  display: none !important;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(160, 176, 192, 0.4);
  color: #fff !important;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(210, 190, 170, 0.2);
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #5a524a;
}

/* 首页Hero — 磁感漂浮 */
.hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 163, 115, 0.12) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(180, 200, 220, 0.15) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  background: rgba(212, 163, 115, 0.15);
  color: #8a7a6a;
  letter-spacing: 2px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(212, 163, 115, 0.2);
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2c2b28;
  letter-spacing: -0.5px;
}

.hero h1 span {
  background: linear-gradient(135deg, #d4a373, #b8c4d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.1rem;
  opacity: 0.65;
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.7;
  color: #5a524a;
}

.hero-buttons {
  display: flex;
  gap: 14px;
}

.hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(180, 140, 110, 0.15);
  position: relative;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 按钮 — 磁感圆润 */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #d4a373 0%, #c49a6d 100%);
  box-shadow: 0 4px 16px rgba(212, 163, 115, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212, 163, 115, 0.4);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid #c4b4a4;
  color: #5a524a;
}

.btn-outline:hover {
  background: rgba(210, 190, 170, 0.1);
  border-color: #d4a373;
  transform: translateY(-2px);
}

/* 标签/标题 */
.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 12px;
  color: #a09080;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 14px;
  font-weight: 700;
  color: #2c2b28;
  letter-spacing: -0.3px;
}

.section-desc {
  max-width: 600px;
  opacity: 0.65;
  margin-bottom: 44px;
  line-height: 1.7;
  color: #6a625a;
}

/* 卡片网格 — 柔和层叠 */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.category-card {
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(210, 190, 170, 0.25);
  transition: 0.4s;
  background: rgba(255, 252, 248, 0.7);
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d4a373, #b8c4d0);
  opacity: 0;
  transition: 0.4s;
}

.category-card:hover::before {
  opacity: 1;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(180, 140, 110, 0.12);
  border-color: rgba(212, 163, 115, 0.3);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  background: linear-gradient(135deg, #f5e6d3, #e8d5c4);
  box-shadow: 0 2px 8px rgba(180, 140, 110, 0.1);
  color: #7a6a5a;
}

.card-link {
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  color: #d4a373;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.card-link:hover {
  gap: 8px;
  color: #c49a6d;
}

/* 特性块 */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.feature-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(180, 140, 110, 0.1);
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-text {
  padding: 12px 0;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a423a;
}

.feature-list li::before {
  content: '✦';
  font-weight: 700;
  color: #d4a373;
  font-size: 0.9rem;
}

/* 数据条 */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-item {
  padding: 32px 20px;
  border-radius: 16px;
  border: 1px solid rgba(210, 190, 170, 0.2);
  background: rgba(255, 252, 248, 0.5);
  backdrop-filter: blur(2px);
  transition: 0.3s;
}

.stat-item:hover {
  background: rgba(255, 252, 248, 0.8);
  box-shadow: 0 4px 16px rgba(180, 140, 110, 0.08);
}

.stat-number {
  font-size: 2.4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #d4a373, #b8c4d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.55;
  margin-top: 8px;
  color: #6a625a;
}

/* 内容墙 */
.content-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.content-wall-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(210, 190, 170, 0.2);
  transition: 0.4s;
  background: rgba(255, 252, 248, 0.6);
  backdrop-filter: blur(2px);
}

.content-wall-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(180, 140, 110, 0.12);
  border-color: rgba(212, 163, 115, 0.3);
}

.content-wall-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.content-wall-body {
  padding: 22px;
}

.content-wall-body h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #2c2b28;
}

.content-wall-body p {
  font-size: 0.9rem;
  opacity: 0.6;
  line-height: 1.6;
}

/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(210, 190, 170, 0.25);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 252, 248, 0.5);
  backdrop-filter: blur(2px);
  transition: 0.3s;
}

.faq-item:hover {
  border-color: rgba(212, 163, 115, 0.3);
}

.faq-item .faq-question {
  padding: 18px 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3530;
  letter-spacing: 0.2px;
}

.faq-item .faq-question::after {
  content: '↓';
  transition: 0.3s;
  font-size: 0.9rem;
  opacity: 0.4;
}

.faq-item.open .faq-question::after {
  transform: rotate(180deg);
}

.faq-item .faq-answer {
  padding: 0 22px 18px;
  display: none;
  opacity: 0.65;
  line-height: 1.7;
  color: #5a524a;
}

.faq-item.open .faq-answer {
  display: block;
}

/* CTA横幅 — 磁感渐变 */
.cta-banner {
  padding: 64px 24px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #b8c4d0 0%, #a0b0c0 50%, #d4a373 100%);
  box-shadow: 0 20px 60px rgba(160, 176, 192, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.cta-banner h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}

.cta-banner p {
  opacity: 0.85;
  margin-bottom: 28px;
  font-size: 1.05rem;
}

.cta-banner .btn-primary {
  background: #fff;
  color: #5a524a !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.cta-banner .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

/* 页脚 — 珍珠质感 */
.site-footer {
  padding: 60px 0 28px;
  background: rgba(255, 248, 242, 0.7);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(210, 190, 170, 0.2);
}

.site-footer .container {
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand {
  color: #4a423a;
}

.footer-brand .logo {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.footer-brand p {
  opacity: 0.6;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 280px;
}

.footer-col h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #3a3530;
  letter-spacing: 0.5px;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #6a625a;
  font-size: 0.85rem;
  padding: 4px 0;
  transition: 0.3s;
  opacity: 0.7;
}

.footer-col a:hover {
  opacity: 1;
  color: #d4a373;
  padding-left: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(210, 190, 170, 0.2);
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: #8a7a6a;
  opacity: 0.6;
}

/* 工具类 */
.text-accent {
  color: #d4a373;
}

.text-center {
  text-align: center;
}

.seo-description {
  max-width: 600px;
  margin: 0 auto 48px;
  opacity: 0.6;
  line-height: 1.7;
  color: #6a625a;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* 响应式 */
@media (max-width: 768px) {
  .feature-block {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  
  .main-nav {
    display: none;
  }
  
  .menu-toggle {
    display: flex;
  }
  
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(255, 248, 242, 0.98);
    backdrop-filter: blur(16px);
    padding: 24px 20px;
    border-bottom: 1px solid rgba(210, 190, 170, 0.2);
    gap: 16px;
  }
  
  .hero h1 {
    font-size: 2.2rem;
  }
  
  .hero {
    min-height: 60vh;
  }
  
  .section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .cards-grid,
  .content-wall,
  .stats-bar {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .hero-buttons {
    flex-direction: column;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .section {
    padding: 48px 0;
  }
  
  .cta-banner {
    padding: 40px 20px;
  }
  
  .cta-banner h2 {
    font-size: 1.5rem;
  }
}