/* ============================================
   福利姬 官网样式表
   品牌：福利姬 | 域名：mmxah12.cn
   ============================================ */

/* === CSS Variables === */
:root {
  --primary: #FF2D78;
  --primary-dark: #D4145A;
  --secondary: #FF8C42;
  --accent: #8B5CF6;
  --dark: #1a1a2e;
  --darker: #16213e;
  --light: #f8f9fa;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --border: #e5e7eb;
  --shadow: 0 2px 15px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1200px;
  --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

/* === Reset & Base === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === Header === */
.sh259q {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.j37fj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.rxidv9 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rxidv9 img {
  height: 42px;
  width: auto;
}

.rxidv9 span {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.ixhfbnrv {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ixhfbnrv a {
  color: var(--text);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.ixhfbnrv a:hover,
.ixhfbnrv a.active {
  color: var(--primary);
  background: rgba(255,45,120,0.06);
}

/* Search Box */
.ulfgv {
  background: #f5f5f5;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.ulfgv .container {
  display: flex;
  justify-content: center;
}

.cl58hk {
  display: flex;
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--transition);
}

.cl58hk:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,45,120,0.1);
}

.cl58hk input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
}

.cl58hk button {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

.cl58hk button:hover {
  opacity: 0.9;
}

/* Mobile Menu Toggle */
.rwazft {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  padding: 5px;
}

/* === Hero Banner === */
.2cm7rv2l {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  min-height: 420px;
  display: flex;
  align-items: center;
}

.jzgmm6 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.flzq1cf {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.85), rgba(255,45,120,0.3));
}

.5wj0bl {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.5wj0bl h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.5wj0bl p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 28px;
  line-height: 1.7;
}

.sj0sl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.sj0sl span {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.2);
}

/* === Section Common === */
.section {
  padding: 60px 0;
}

.1getona {
  background: #fff;
}

.ogrwek8u {
  background: var(--dark);
  color: #fff;
}

.awduxht {
  text-align: center;
  margin-bottom: 40px;
}

.awduxht h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.ogrwek8u .awduxht h2 {
  color: #fff;
}

.awduxht p {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.ogrwek8u .awduxht p {
  color: rgba(255,255,255,0.7);
}

/* Breadcrumb */
.breadcrumb {
  padding: 15px 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.breadcrumb a {
  color: var(--text-muted);
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  margin: 0 6px;
}

/* === Video Cards === */
.1pcmk9o {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.0zmizoor {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

.0zmizoor:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.u5s58noz {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}

.u5s58noz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.0zmizoor:hover .u5s58noz img {
  transform: scale(1.05);
}

.titf4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255,45,120,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.0zmizoor:hover .titf4 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.titf4::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.8zafwd {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.n9n20v {
  padding: 14px 16px;
}

.n9n20v h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qm78bk {
  display: flex;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.qm78bk span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rmfgs0l {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.rmfgs0l span {
  background: rgba(255,45,120,0.08);
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
}

/* === Expert Cards === */
.0t6sxj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.ijhbxe {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.ijhbxe:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.rkou0 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--primary);
}

.ijhbxe h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.ijhbxe .role {
  color: var(--primary);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.ijhbxe .desc {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.6;
}

.ijhbxe .awards {
  font-size: 0.82rem;
  color: var(--secondary);
  margin-bottom: 14px;
}

.gly6cs {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.btn-lg {
  padding: 12px 32px;
  font-size: 1rem;
}

/* === Brand Logo Wall === */
.9duqexez {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.lewm8q4 {
  background: #fff;
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  transition: var(--transition);
}

.lewm8q4:hover {
  box-shadow: var(--shadow-lg);
  color: var(--primary);
}

/* === How-To Section === */
.p0anja {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.wh1mog8m {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  counter-increment: step;
}

.wh1mog8m::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.wh1mog8m h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.wh1mog8m p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === About Section === */
.k70xl23 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.2ql6bp8u h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.2ql6bp8u p {
  color: var(--text-light);
  margin-bottom: 14px;
  line-height: 1.8;
}

.ceae7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.xhdsf24 {
  text-align: center;
}

.xhdsf24 .num {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.xhdsf24 .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.imekhkfm {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* === Reviews === */
.jcou5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.dg0033 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.g3clkk {
  color: #FFB800;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.dg0033 p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}

.7ijia6q2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.7ijia6q2 .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.7ijia6q2 .name {
  font-weight: 600;
  font-size: 0.9rem;
}

.7ijia6q2 .date {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* === FAQ === */
.e5ek0 {
  max-width: 800px;
  margin: 0 auto;
}

.zsltsdh {
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.gd768 {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.gd768:hover {
  color: var(--primary);
}

.gd768::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  transition: var(--transition);
}

.zsltsdh.active .gd768::after {
  content: '-';
}

.kxqwvf {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.zsltsdh.active .kxqwvf {
  padding: 0 24px 18px;
  max-height: 500px;
}

.kxqwvf p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* === Contact Section === */
.9c8v1q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.0ahyq {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.0ahyq h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.0ahyq p {
  font-size: 0.9rem;
  color: var(--text-light);
}

.0ahyq .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

/* === AI Section === */
.ffa5psv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.ryp9sku {
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  transition: var(--transition);
}

.ryp9sku:hover {
  transform: translateY(-4px);
}

.ryp9sku h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.ryp9sku p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.7;
}

.ryp9sku .icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

/* === Community Section === */
.0p66f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.jlqgytt {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-left: 4px solid var(--primary);
}

.jlqgytt:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.jlqgytt h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.jlqgytt p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === Social Share === */
.oux19z {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.kivouie {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  color: #fff;
  transition: var(--transition);
}

.kivouie:hover {
  opacity: 0.85;
  color: #fff;
  transform: translateY(-2px);
}

.0or9o { background: #07C160; }
.eyo50tdu { background: #E6162D; }
.rrkz55nw { background: #111; }
.blsg42m8 { background: #00A1D6; }

/* === Footer === */
.78hhs4 {
  background: var(--darker);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

.6algcnmo {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.bwh1ygw7 .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.bwh1ygw7 .logo img {
  height: 36px;
}

.bwh1ygw7 .logo span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.bwh1ygw7 p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.s0phj7 {
  display: flex;
  gap: 16px;
}

.s0phj7 .3ybsbwjo {
  text-align: center;
}

.s0phj7 .3ybsbwjo img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.s0phj7 .3ybsbwjo span {
  font-size: 0.78rem;
  display: block;
}

.thiz8v h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 600;
}

.thiz8v ul {
  list-style: none;
}

.thiz8v ul li {
  margin-bottom: 8px;
}

.thiz8v ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: var(--transition);
}

.thiz8v ul li a:hover {
  color: var(--primary);
}

.j3ue0 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
}

.j3ue0 p {
  margin-bottom: 4px;
}

/* === Inner Page === */
.d90185p {
  background: var(--dark);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.d90185p h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.d90185p p {
  opacity: 0.8;
  font-size: 1rem;
}

.0p15dnm {
  padding: 40px 0 60px;
}

.0p15dnm h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 16px;
  color: var(--text);
}

.0p15dnm h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
}

.0p15dnm p {
  margin-bottom: 14px;
  line-height: 1.8;
  color: var(--text-light);
}

.two41xuc {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

/* === Lazy Load === */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy.loaded {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 992px) {
  .6algcnmo {
    grid-template-columns: 1fr 1fr;
  }
  .k70xl23 {
    grid-template-columns: 1fr;
  }
  .5wj0bl h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ixhfbnrv {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .ixhfbnrv.active {
    display: flex;
  }

  .rwazft {
    display: block;
  }

  .5wj0bl h1 {
    font-size: 1.6rem;
  }

  .5wj0bl p {
    font-size: 1rem;
  }

  .section {
    padding: 40px 0;
  }

  .awduxht h2 {
    font-size: 1.5rem;
  }

  .1pcmk9o {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .6algcnmo {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ceae7 {
    grid-template-columns: repeat(3, 1fr);
  }

  .0t6sxj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .1pcmk9o {
    grid-template-columns: 1fr;
  }

  .5wj0bl h1 {
    font-size: 1.4rem;
  }

  .ceae7 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .s0phj7 {
    flex-direction: column;
    align-items: center;
  }
}
