/* ===== Quanwang (Full-Network Marketing) Page Styles ===== */

/* ---------- HERO ---------- */
.quanwang-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  background: linear-gradient(160deg, #0b0f1a 0%, #0f1726 30%, #131f35 60%, #0e1a2d 100%);
  overflow: hidden;
}
.quanwang-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0,120,255,0.12), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.quanwang-hero::after {
  content: '';
  position: absolute;
  bottom: -8%;
  right: -4%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(100,50,200,0.08), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.quanwang-hero .hero-inner { position: relative; z-index: 2; }
.quanwang-hero .hero-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--blue);
  border: 1px solid rgba(0,178,255,0.3);
  padding: 6px 22px;
  border-radius: 999px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.quanwang-hero .gradient-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.3;
  background: linear-gradient(135deg, #fff 30%, var(--blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.quanwang-hero .hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.7);
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.quanwang-hero .orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.18; pointer-events: none; }
.quanwang-hero .orb-1 { width: 450px; height: 450px; background: radial-gradient(circle, rgba(0,120,255,0.12), transparent 70%); top: -80px; left: -120px; }
.quanwang-hero .orb-2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(100,50,200,0.08), transparent 70%); bottom: -60px; right: -80px; }
.quanwang-hero .deco-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(0,178,255,0.12); pointer-events: none; }
.quanwang-hero .deco-circle-1 { width: 500px; height: 500px; top: 10%; left: -150px; }
.quanwang-hero .deco-circle-2 { width: 350px; height: 350px; bottom: 5%; right: -100px; }
/* Hero stats row */
.hero-stats-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero-stat-item { text-align: center; }
.hero-stat-item .stat-num {
  font-family: var(--font-en);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--orange);
}
.hero-stat-item .stat-unit { font-size: 14px; color: rgba(255,255,255,0.5); margin-left: 2px; }
.hero-stat-item .stat-label { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }
/* Hero buttons */
.quanwang-hero .hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- SECTION HELPERS ---------- */
/* Section helpers */
.section-light { background-color: #f8fafc; background-image: linear-gradient(rgba(0,178,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(0,178,255,0.015) 1px, transparent 1px); background-size: 40px 40px; padding: 90px 24px; }
.section-dark { background: linear-gradient(135deg, #162238 0%, #0b0f1a 100%); padding: 90px 24px; }
.section-inner { max-width: 1400px; margin: 0 auto; }
.section-subtitle-light {
  font-size: 1rem; color: var(--gray-500); max-width: 700px;
  margin: -32px auto 48px; line-height: 1.8;
}
.section-subtitle-dark {
  font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 700px;
  margin: -32px auto 48px; line-height: 1.8;
}
/* Body text readability */
.quanwang-hero p, .pain-card p, .adv-card p, .team-card p,
.contact-card p, .about-text p, .section-subtitle-light,
.section-subtitle-dark { line-height: 1.8; }

/* ---------- PAIN POINTS ---------- */
/* Pain points grid */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.pain-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.pain-icon { font-size: 2rem; margin-bottom: 14px; }
.pain-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.pain-card p { font-size: 0.92rem; color: var(--gray-500); }

/* ---------- SERVICES ---------- */
/* Service images */
.service-images {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.service-img { max-width: 900px; width: 100%; }
.service-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* ---------- ADVANTAGES ---------- */
/* Advantages grid */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.adv-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 36px 24px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.adv-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.adv-icon { font-size: 2.4rem; margin-bottom: 14px; }
.adv-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.adv-card p { font-size: 0.9rem; color: var(--gray-500); }

/* ---------- TEAM ---------- */
/* Team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.glass-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  transition: transform .3s, box-shadow .3s;
}
.glass-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,178,255,0.12); }
.team-card { padding: 32px; text-align: center; }
.team-photo {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.team-card h3 { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.team-card p { font-size: 0.92rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; }

/* ---------- CASES ---------- */
/* Cases grid */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.case-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform .3s;
}
.case-img img:hover { transform: scale(1.02); }

/* ---------- PROCESS ---------- */
/* Process image */
.process-img { max-width: 900px; margin: 0 auto; }
.process-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* ---------- CONTACTS ---------- */
/* Contact grid */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.contact-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 32px 20px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.contact-avatar-wrap {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.contact-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.contact-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.contact-role { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 10px; }
.contact-info { font-size: 0.85rem; color: var(--gray-600); margin-bottom: 4px; }

/* ---------- ABOUT ---------- */
/* About grid */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
}
.about-text h3 { font-size: 1.3rem; font-weight: 800; color: var(--blue); margin-bottom: 16px; }
.about-text p { font-size: 0.95rem; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.about-skills h3 { font-size: 1.3rem; font-weight: 800; color: var(--blue); margin-bottom: 20px; }
.skill-bar { margin-bottom: 16px; }
.skill-label { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.skill-track {
  width: 100%; height: 10px;
  background: rgba(255,255,255,0.08);
  border-radius: 5px;
  overflow: hidden;
}
.skill-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  border-radius: 5px;
  transition: width 1s var(--ease-out-expo);
}

/* ---------- RESPONSIVE ---------- */
/* CTA bottom (inherits from agent.css pattern) */
.cta-bottom {
  background: linear-gradient(135deg, #162238 0%, #0b0f1a 100%);
  padding: 90px 24px;
  text-align: center;
  overflow: hidden;
}
.cta-bottom h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: #fff; margin-bottom: 16px; }
.cta-bottom p { font-size: 1.05rem; color: rgba(255,255,255,0.6); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .quanwang-hero { min-height: 80vh; padding: 100px 18px 60px; }
  .section-light, .section-dark { padding: 60px 18px; }
  .hero-stats-row { gap: 20px; }
  .pain-grid { grid-template-columns: 1fr; }
  .adv-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}
