/* ============================================
   母狗 全站样式表 - 原创设计
   品牌色系：珊瑚粉 #FF6B9D / 暖橙 #FF8A65 / 深紫 #2D1B69
   ============================================ */

/* --- CSS Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: #333; background: #fafafa; line-height: 1.7; }
a { text-decoration: none; color: inherit; transition: color .3s; }
a:hover { color: #FF6B9D; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.z2kmv { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Header / Navigation --- */
.awuqi2qf { background: linear-gradient(135deg, #2D1B69 0%, #1a0f40 100%); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.sfnyd { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; max-width: 1200px; margin: 0 auto; }
.mcx71 { display: flex; align-items: center; gap: 10px; }
.mcx71 img { height: 42px; width: auto; }
.mcx71 span { color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; }
.mcv0ih { display: flex; gap: 4px; }
.mcv0ih a { color: rgba(255,255,255,.85); padding: 8px 16px; border-radius: 6px; font-size: .9rem; font-weight: 500; transition: all .3s; }
.mcv0ih a:hover, .mcv0ih a.bq1dp8sm { background: rgba(255,107,157,.25); color: #fff; }
.g2y8lkld { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* --- Search Bar --- */
.zdft7 { background: linear-gradient(90deg, #FF6B9D 0%, #FF8A65 100%); padding: 12px 0; }
.zdft7 .z2kmv { display: flex; align-items: center; justify-content: center; gap: 10px; }
.zdft7 input[type="text"] { width: 50%; max-width: 500px; padding: 10px 20px; border: none; border-radius: 25px; font-size: .95rem; outline: none; background: rgba(255,255,255,.95); }
.zdft7 button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.zdft7 button:hover { background: #1a0f40; }

/* --- Breadcrumb --- */
.p5nhzg7 { padding: 12px 0; font-size: .85rem; color: #888; }
.p5nhzg7 a { color: #FF6B9D; }
.p5nhzg7 span { margin: 0 6px; }

/* --- Hero Section --- */
.akb7npoo { position: relative; overflow: hidden; background: #1a0f40; }
.akb7npoo img { width: 100%; height: 480px; object-fit: cover; opacity: .7; }
.r6hs6dg6 { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.r6hs6dg6 h1 { color: #fff; font-size: 2.8rem; font-weight: 800; text-shadow: 0 4px 20px rgba(0,0,0,.5); margin-bottom: 16px; }
.r6hs6dg6 p { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 600px; margin-bottom: 24px; }
.h69r1sfb { display: inline-block; padding: 14px 40px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff; border-radius: 30px; font-size: 1.05rem; font-weight: 600; box-shadow: 0 6px 20px rgba(255,107,157,.4); transition: transform .3s, box-shadow .3s; }
.h69r1sfb:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,157,.5); color: #fff; }

/* --- Section Common --- */
.yielt { padding: 60px 0; }
.sh1r1 { background: #fff; }
.kogb88 { background: linear-gradient(135deg, #2D1B69, #1a0f40); color: #fff; }
.xik4fq4b { text-align: center; margin-bottom: 40px; }
.xik4fq4b h2 { font-size: 2rem; font-weight: 700; color: #2D1B69; position: relative; display: inline-block; padding-bottom: 12px; }
.kogb88 .xik4fq4b h2 { color: #fff; }
.xik4fq4b h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, #FF6B9D, #FF8A65); border-radius: 2px; }
.xik4fq4b p { color: #777; margin-top: 10px; font-size: 1rem; }
.kogb88 .xik4fq4b p { color: rgba(255,255,255,.7); }

/* --- Video Card Grid --- */
.q7itm1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.a7qlfg { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; cursor: pointer; }
.a7qlfg:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.15); }
.a7qlfg .de0u6s { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.a7qlfg .de0u6s img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.a7qlfg:hover .de0u6s img { transform: scale(1.05); }
.a7qlfg .pmzvzve { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.3); opacity: 0; transition: opacity .3s; }
.a7qlfg:hover .pmzvzve { opacity: 1; }
.pmzvzve svg { width: 50px; height: 50px; fill: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.a7qlfg .a3ugoh { padding: 16px; }
.a7qlfg .a3ugoh h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.a7qlfg .ip7oui4 { display: flex; gap: 12px; font-size: .8rem; color: #999; }
.a7qlfg .ip7oui4 span { display: flex; align-items: center; gap: 4px; }
.a7qlfg .z9scmy71 { display: inline-block; padding: 2px 10px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff; border-radius: 12px; font-size: .75rem; margin-top: 8px; }

/* --- Feature Cards --- */
.i8y8jzbe { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.gl64lj { background: #fff; border-radius: 12px; padding: 30px 24px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.06); transition: transform .3s; }
.gl64lj:hover { transform: translateY(-4px); }
.gl64lj .ijy2l4 { width: 64px; height: 64px; margin: 0 auto 16px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #fff; }
.gl64lj h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #2D1B69; }
.gl64lj p { font-size: .9rem; color: #666; }

/* --- Expert Section --- */
.cg8mf5vd { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.wawy3w { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.wawy3w .dvmtp { height: 220px; overflow: hidden; }
.wawy3w .dvmtp img { width: 100%; height: 100%; object-fit: cover; }
.wawy3w .d6w3q651 { padding: 20px; }
.wawy3w .d6w3q651 h3 { font-size: 1.15rem; font-weight: 700; color: #2D1B69; margin-bottom: 6px; }
.wawy3w .d6w3q651 .apb0g { color: #FF6B9D; font-size: .85rem; font-weight: 500; margin-bottom: 10px; }
.wawy3w .d6w3q651 p { font-size: .88rem; color: #666; margin-bottom: 14px; }
.wawy3w .c8l4y6 { display: flex; gap: 10px; }
.wawy3w .c8l4y6 a { padding: 8px 18px; border-radius: 20px; font-size: .82rem; font-weight: 500; transition: all .3s; }
.cmbq1z { background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff !important; }
.cmbq1z:hover { box-shadow: 0 4px 12px rgba(255,107,157,.4); }
.lyjtgwr2 { border: 1px solid #FF6B9D; color: #FF6B9D !important; }
.lyjtgwr2:hover { background: #FF6B9D; color: #fff !important; }

/* --- FAQ Section --- */
.mnjllch4 { max-width: 800px; margin: 0 auto; }
.x9vhq { border: 1px solid #eee; border-radius: 10px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.x9vhq .o7m7t { padding: 18px 24px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .3s; }
.x9vhq .o7m7t:hover { background: #fef5f8; }
.x9vhq .o7m7t::after { content: '+'; font-size: 1.4rem; color: #FF6B9D; transition: transform .3s; }
.x9vhq.dho1gue .o7m7t::after { transform: rotate(45deg); }
.x9vhq .ln3j4g { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s; color: #666; font-size: .92rem; line-height: 1.8; }
.x9vhq.dho1gue .ln3j4g { padding: 0 24px 18px; max-height: 500px; }

/* --- Reviews --- */
.bnzvz59 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.e9cty { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.e9cty .rtjym0y { color: #FFB800; font-size: 1.1rem; margin-bottom: 10px; }
.e9cty .nu0b9 { font-size: .92rem; color: #555; margin-bottom: 14px; line-height: 1.7; font-style: italic; }
.e9cty .f52zng { display: flex; align-items: center; gap: 10px; }
.e9cty .f52zng .wqbch { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #FF6B9D, #FF8A65); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .9rem; }
.e9cty .f52zng .fd4cm { font-weight: 600; font-size: .88rem; }
.e9cty .f52zng .pycfkoed { font-size: .78rem; color: #999; }

/* --- Partners --- */
.w26dzj60 { max-width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.1); }

/* --- Contact Section --- */
.f4smh6f { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.xof4gq { background: #fff; border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.xof4gq .qwl84e { font-size: 2rem; margin-bottom: 12px; }
.xof4gq h4 { font-size: 1rem; font-weight: 600; color: #2D1B69; margin-bottom: 8px; }
.xof4gq p { font-size: .88rem; color: #666; }

/* --- Share Buttons --- */
.l9o3sa3n { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px 0; }
.wfxhy1 { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: 25px; font-size: .88rem; font-weight: 500; color: #fff !important; transition: transform .3s, box-shadow .3s; }
.wfxhy1:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.2); color: #fff; }
.hk02q { background: #07C160; }
.hryqn { background: #E6162D; }
.vap4gk { background: #161823; }
.m39cb { background: #00A1D6; }

/* --- Footer --- */
.visksyk { background: linear-gradient(135deg, #1a0f40, #2D1B69); color: rgba(255,255,255,.8); padding: 50px 0 20px; }
.u6xp8h { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 30px; }
.a2onrw46 h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.a2onrw46 h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #FF6B9D; }
.a2onrw46 p, .a2onrw46 a { font-size: .88rem; color: rgba(255,255,255,.7); display: block; margin-bottom: 8px; }
.a2onrw46 a:hover { color: #FF6B9D; }
.a2onrw46 .g12pod { width: 120px; border-radius: 8px; margin-top: 10px; }
.b7df7tk { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; text-align: center; font-size: .82rem; color: rgba(255,255,255,.5); }
.b7df7tk .jtws3su { margin-top: 6px; }

/* --- Video Player Page --- */
.bd5oprq { background: #000; padding: 20px 0; }
.bd5oprq video { width: 100%; max-height: 600px; border-radius: 8px; }
.h8t4y { padding: 30px 0; }
.h8t4y h1 { font-size: 1.6rem; font-weight: 700; margin-bottom: 12px; }
.h8t4y .ui5sks { display: flex; gap: 20px; color: #888; font-size: .9rem; margin-bottom: 20px; flex-wrap: wrap; }
.h8t4y .x453pdw { font-size: .95rem; color: #555; line-height: 1.8; margin-bottom: 30px; }
.xizk9a h2 { font-size: 1.3rem; font-weight: 600; margin-bottom: 20px; color: #2D1B69; }

/* --- How-To Guide --- */
.y40bnoz5 { max-width: 700px; margin: 0 auto; }
.why0l { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
.why0l .frhxvps { width: 48px; height: 48px; min-width: 48px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1.2rem; }
.why0l .wpcnlh2q h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; color: #2D1B69; }
.why0l .wpcnlh2q p { font-size: .9rem; color: #666; }

/* --- EEAT Notice --- */
.ueezbft { background: linear-gradient(90deg, #f8f4ff, #fff5f8); border-left: 4px solid #FF6B9D; padding: 14px 20px; border-radius: 0 8px 8px 0; margin: 16px 0 10px; font-size: .85rem; color: #555; }
.ueezbft strong { color: #2D1B69; }

/* --- Beauty Live Grid --- */
.rs9bbo { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.dtb9ctr { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; }
.dtb9ctr:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(255,107,157,.2); }
.dtb9ctr img { width: 100%; height: 240px; object-fit: cover; transition: transform .5s; }
.dtb9ctr:hover img { transform: scale(1.05); }
.vfnpqdw { padding: 16px; }
.vfnpqdw h3 { font-size: 1.05rem; font-weight: 600; color: #2D1B69; margin-bottom: 6px; }
.vfnpqdw p { font-size: .85rem; color: #777; margin-bottom: 8px; }
.vupxunn { display: inline-block; padding: 3px 12px; border-radius: 12px; font-size: .75rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #FF6B9D, #FF8A65); }

/* --- Search Form --- */
.syzsf { display: flex; gap: 10px; justify-content: center; align-items: center; }
.syzsf input[type="text"] { width: 50%; max-width: 500px; padding: 10px 20px; border: none; border-radius: 25px; font-size: .95rem; outline: none; background: rgba(255,255,255,.95); }
.syzsf button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.syzsf button:hover { background: #1a0f40; }

/* --- Responsive --- */
@media (max-width: 768px) {
    .sfnyd { flex-wrap: wrap; }
    .mcv0ih { display: none; flex-direction: column; width: 100%; padding: 10px 0; }
    .mcv0ih.dho1gue { display: flex; }
    .g2y8lkld { display: block; }
    .r6hs6dg6 h1 { font-size: 1.8rem; }
    .akb7npoo img { height: 320px; }
    .yielt { padding: 40px 0; }
    .xik4fq4b h2 { font-size: 1.5rem; }
    .q7itm1 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .zdft7 input[type="text"] { width: 65%; }
    .u6xp8h { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .q7itm1 { grid-template-columns: 1fr; }
    .i8y8jzbe { grid-template-columns: 1fr; }
    .cg8mf5vd { grid-template-columns: 1fr; }
    .bnzvz59 { grid-template-columns: 1fr; }
    .r6hs6dg6 h1 { font-size: 1.4rem; }
}
