/* =========================================================
   丙狗 Bingo 官方成长站 · 共享设计系统 v3.0
   品牌：橙暖 #E85D26 + 奶油 #FFFBF5 + 健康绿 #3FA37A
   字体：Noto Serif SC (中文) + Cormorant Garamond (数字/拉丁)
   v2.1 基础 + v3.0 新增：信任模块/状态画廊/二维码真图/Hero叠层/为什么不是提醒
   ========================================================= */
:root{
  --o:#E85D26;        /* 主橙 */
  --op:#F97316;       /* 亮橙 */
  --opl:#FFF7ED;      /* 浅橙底 */
  --om:#C45A28;       /* 深橙（hover/强调） */
  --cr:#FFFBF5;       /* 奶油主底 */
  --crd:#FFF0E0;      /* 奶油次底 */
  --td:#1A1A1A;       /* 标题深 */
  --tb:#3D2C1E;       /* 正文棕 */
  --tm:#8A6A52;       /* 次要文字 */
  --bd:#FED7AA;       /* 描边 */
  --nc:#FDBA74;       /* 中性浅橙 */
  --gn:#3FA37A;       /* 健康绿 */
  --gnl:#E7F5EF;      /* 健康绿浅底 */
  --sh:rgba(232,93,38,.14); /* 橙阴影 */
  --maxw:1140px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Noto Serif SC','Source Han Serif SC','Songti SC','SimSun',serif;
  background:var(--cr);color:var(--tb);line-height:1.85;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:var(--o);text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.num{font-family:Georgia,'Times New Roman',serif}

/* ---------- Header ---------- */
header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 32px;height:72px;
  background:rgba(255,251,245,.92);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--bd);
}
.logo{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:600;color:var(--o)}
.logo .logo-icon{width:34px;height:34px;border-radius:50%;object-fit:cover;background:var(--opl);box-shadow:0 2px 8px var(--sh)}
nav{display:flex;gap:24px}
nav a{font-size:14.5px;color:var(--tm);transition:color .2s}
nav a:hover,nav a.active{color:var(--o)}
.hcta-wrap{position:relative;width:126px;flex:0 0 126px}
.hcta{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;border-radius:3px;background:var(--o);color:#fff;font-size:15px;font-weight:500;transition:all .2s;box-sizing:border-box}
.hcta:hover{background:var(--om);box-shadow:0 8px 22px var(--sh);transform:translateY(-1px)}
.menu-btn{display:none;background:none;border:none;font-size:24px;color:var(--o);cursor:pointer}

/* ---------- Hero (v2: 更聚焦饮品记录) ---------- */
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 32px 80px;gap:54px}
.hero .hl{max-width:560px}
.badge{display:inline-block;font-size:13px;letter-spacing:3px;color:var(--o);margin-bottom:22px;
  border:1px solid var(--bd);padding:6px 14px;border-radius:999px;background:var(--opl)}
h1{font-size:clamp(33px,4.4vw,54px);line-height:1.25;margin-bottom:22px;color:var(--td)}
.hero .hsub{font-size:17.5px;color:var(--tm);line-height:1.85;margin-bottom:32px}
.ctarow{display:flex;gap:16px;flex-wrap:wrap}
.btn1{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:3px;background:var(--o);color:#fff;font-size:16px;font-weight:500;transition:all .2s}
.btn1:hover{transform:translateY(-1px);box-shadow:0 10px 26px var(--sh)}
.btn2{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:3px;background:var(--cr);color:var(--o);border:1px solid var(--bd);font-size:16px;font-weight:500;transition:all .2s}
.btn2:hover{background:var(--opl)}
.hero .hr{
  width:420px;flex-shrink:0;
  display:flex;flex-direction:column;align-items:center;gap:12px
}
.hero .hr .hero-visual-stack{
  width:420px;height:420px;border-radius:18px;overflow:hidden;
  box-shadow:0 24px 70px var(--sh);background:linear-gradient(135deg,#FFF7ED,#FED7AA);
  display:flex;align-items:center;justify-content:center
}
.hero .hr .hero-visual-stack img{width:100%;height:100%;object-fit:cover}

/* ---------- Section heading ---------- */
.sec{padding:88px 0}
.sec.alt{background:var(--crd)}
.bh{text-align:center;margin-bottom:52px}
.bk{font-size:13px;letter-spacing:3px;color:var(--o);margin-bottom:12px}
.bt{font-size:clamp(25px,3vw,32px);color:var(--td);line-height:1.35}

/* ========== v2.0 新增：产品展示卡（首页三截图） ========== */
.showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.scard{
  border-radius:14px;overflow:hidden;
  background:#fff;border:1px solid var(--bd);
  transition:all .3s ease;
  box-shadow:0 6px 20px rgba(61,44,30,.04);
}
.scard:hover{transform:translateY(-6px);box-shadow:0 20px 50px var(--sh);border-color:var(--nc)}
.scard img{width:100%;height:380px;object-fit:cover;display:block}
.scard .scap{padding:20px 18px 18px;text-align:center}
.scard .scap h3{font-size:18px;font-weight:600;color:var(--td);margin-bottom:6px}
.scard .scap p{font-size:14px;color:var(--tm)}

/* ---------- Beats (3 拍) ---------- */
.bg{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.bc{padding:30px 26px;border-radius:6px;background:#fff;border-top:3px solid var(--o);box-shadow:0 6px 20px rgba(61,44,30,.05)}
.bnum{font-family:Georgia,'Times New Roman',serif;font-size:42px;color:var(--nc);font-weight:600;line-height:1}
.blbl{font-size:20px;font-weight:600;color:var(--td);margin:6px 0 10px}
.bdesc{font-size:15px;color:var(--tm);line-height:1.85}

/* ---------- Feature grid ---------- */
.fg{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.fc{padding:28px 24px;border-radius:8px;background:#fff;border:1px solid var(--bd);transition:all .25s}
.fc:hover{transform:translateY(-4px);box-shadow:0 14px 34px var(--sh);border-color:var(--nc)}
.fico{width:52px;height:52px;border-radius:12px;background:var(--opl);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}
.ft{font-size:19px;font-weight:600;color:var(--td);margin-bottom:8px}
.fd{font-size:14.5px;color:var(--tm);line-height:1.8}
.tag{display:inline-block;font-size:12px;padding:3px 10px;border-radius:999px;background:var(--gnl);color:var(--gn);margin-top:14px}

/* ---------- Page hero (inner pages) ---------- */
.phero{padding:140px 0 56px;text-align:center;background:linear-gradient(180deg,var(--opl),var(--cr))}
.phero .bk{margin-bottom:10px}
.phero h1{font-size:clamp(30px,3.6vw,44px);margin-bottom:16px}
.phero p{font-size:17px;color:var(--tm);max-width:640px;margin:0 auto}

/* ========== v2.0 新增：Story 章节样式 ========== */
.chapter{max-width:720px;margin:0 auto 64px}
.chapter .ch-num{font-family:Georgia,'Times New Roman',serif;font-size:14px;color:var(--o);letter-spacing:3px;margin-bottom:8px}
.chapter h2{font-size:clamp(24px,3vw,34px);color:var(--td);line-height:1.35;margin-bottom:18px}
.chapter h3{font-size:19px;color:var(--td);margin:20px 0 10px}
.chapter p{font-size:15.5px;color:var(--tm);line-height:1.95;margin-bottom:14px}
.chapter .pullquote{
  font-size:18px;color:var(--tb);border-left:3px solid var(--o);padding-left:20px;margin:24px 0;
  font-style:italic;line-height:1.7
}
.chapter .img-showcase{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(61,44,30,.08);margin:20px 0}
.chapter .img-showcase img{width:100%;display:block}

/* Legacy timeline fallback (兼容旧结构) */
.tl{position:relative;max-width:760px;margin:0 auto;padding-left:34px}
.tl::before{content:"";position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:var(--bd)}
.ti{position:relative;padding:0 0 40px 0}
.ti::before{content:"";position:absolute;left:-33px;top:6px;width:20px;height:20px;border-radius:50%;background:var(--o);border:4px solid var(--cr);box-shadow:0 0 0 2px var(--bd)}
.ti .tdate{font-family:Georgia,'Times New Roman',serif;font-size:15px;color:var(--o);letter-spacing:1px}
.ti h3{font-size:21px;color:var(--td);margin:4px 0 10px}
.ti p{font-size:15.5px;color:var(--tm);line-height:1.9}
.ti .pull{font-size:17px;color:var(--tb);border-left:3px solid var(--o);padding-left:16px;margin-top:12px;font-style:italic}

/* ========== v2.0 新增：Pet 页大图 + 状态表 ========== */
.pet-hero-img{text-align:center;margin-bottom:48px}
.pet-hero-img img{
  width:280px;height:auto;border-radius:20px;
  box-shadow:0 16px 48px rgba(232,93,38,.12);
  display:inline-block
}
.pet-intro{max-width:680px;margin:0 auto 56px;text-align:center}
.pet-intro h2{font-size:clamp(24px,3vw,32px);color:var(--td);margin-bottom:14px}
.pet-intro p{font-size:16px;color:var(--tm);line-height:1.9}

.status-table{
  max-width:640px;margin:40px auto 0;
  background:#fff;border-radius:10px;border:1px solid var(--bd);overflow:hidden
}
.st-head{background:var(--opl);padding:14px 20px;font-weight:600;color:var(--om);font-size:14px}
.st-row{display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid var(--bd);transition:background .2s}
.st-row:last-child{border-bottom:none}
.st-row:hover{background:var(--opl)}
.st-name{flex:1;font-size:15.5px;color:var(--td);font-weight:500}
.st-trig{flex:1;font-size:14.5px;color:var(--tm)}
.st-emoji{font-size:24px;margin-right:12px}

/* Pet growth cards (保留旧版) */
.petgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pcard{padding:26px 20px;border-radius:12px;text-align:center;background:#fff;border:1px solid var(--bd)}
.pcard .emoji{font-size:40px;margin-bottom:12px}
.pcard h4{font-size:17px;color:var(--td);margin-bottom:8px}
.pcard p{font-size:14px;color:var(--tm);line-height:1.75}
.pcard.cur{border-color:var(--o);box-shadow:0 10px 30px var(--sh)}
.lvlbar{height:10px;border-radius:999px;background:var(--bd);overflow:hidden;margin:14px 0}
.lvlbar i{display:block;height:100%;background:linear-gradient(90deg,var(--o),var(--op))}

/* ---------- Blog cards ---------- */
.blg{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:920px;margin:0 auto}
.post{padding:26px 24px;border-radius:10px;background:#fff;border:1px solid var(--bd);transition:all .25s}
.post:hover{transform:translateY(-3px);box-shadow:0 12px 30px var(--sh)}
.post .meta{font-size:13px;color:var(--o);letter-spacing:1px;margin-bottom:8px}
.post h3{font-size:20px;color:var(--td);margin-bottom:10px;line-height:1.4}
.post p{font-size:14.5px;color:var(--tm);line-height:1.8}
.post a.more{display:inline-block;margin-top:14px;font-size:14px;color:var(--o);font-weight:500}

/* ========== 文章详情页（Blog 长文） ========== */
.abread{font-size:13px;color:var(--tm);margin-bottom:16px}
.abread a{color:var(--o)}
.abody{max-width:720px;margin:0 auto;font-size:16.5px;line-height:1.95;color:var(--tb)}
.abody h2{font-size:24px;color:var(--td);margin:38px 0 14px;line-height:1.4}
.abody h3{font-size:19px;color:var(--td);margin:28px 0 10px}
.abody p{margin-bottom:18px}
.abody blockquote{
  margin:22px 0;padding:14px 22px;border-left:4px solid var(--o);
  background:var(--opl);border-radius:0 8px 8px 0;color:var(--om);font-size:16px;line-height:1.85
}
.abody ul{margin:0 0 18px 22px}
.abody li{margin-bottom:8px}
.abody .tags{margin-top:32px;display:flex;gap:10px;flex-wrap:wrap}
.abody .tags span{font-size:13px;color:var(--o);border:1px solid var(--bd);border-radius:999px;padding:4px 14px;background:var(--opl)}
.afoot{max-width:720px;margin:36px auto 0;padding-top:24px;border-top:1px solid var(--bd);font-size:14px;color:var(--tm)}
.afoot a{color:var(--o);font-weight:500}

/* ========== v2.0 升级：Drinks db + 三级数据来源 ========== */
.search{display:flex;gap:12px;max-width:560px;margin:0 auto 14px;flex-wrap:wrap;justify-content:center}
.search input,.search select{padding:12px 16px;border:1px solid var(--bd);border-radius:6px;font-size:15px;font-family:inherit;background:#fff;color:var(--tb)}
.search input{flex:1;min-width:220px}
.search select{cursor:pointer}
.dhint{text-align:center;font-size:13.5px;color:var(--tm);margin-bottom:26px}
.tablewrap{overflow-x:auto;border-radius:10px;border:1px solid var(--bd);background:#fff}
.drink-link{color:var(--o);font-weight:600;text-decoration:underline;text-decoration-color:rgba(232,93,38,.3);text-underline-offset:3px}
.drink-index-links{margin:28px 0 34px;padding:22px 24px;border:1px solid var(--bd);border-radius:10px;background:var(--opl)}
.drink-index-links p{margin:6px 0 14px;color:var(--tm);font-size:14px}
.drink-index-grid{display:flex;flex-wrap:wrap;gap:8px 14px}
.drink-index-grid a{color:var(--o);font-size:14px;text-decoration:underline;text-underline-offset:3px}
.source-reference{margin:28px auto;max-width:1100px;padding:24px;border:1px solid #f2c9a8;border-radius:14px;background:#fffaf5}
.source-reference h2{margin:8px 0 18px;font-size:22px}
.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.source-grid>div{padding:12px;border-radius:10px;background:#fff;border:1px solid var(--bd)}
.source-grid span{display:block;color:var(--tm);font-size:13px;margin-bottom:4px}.source-grid strong{font-size:16px;color:var(--tx)}
.source-note{margin:18px 0 0;color:var(--tm);font-size:13px;line-height:1.7}.source-note strong{color:var(--o)}
.source-table{overflow:auto}.source-table table{min-width:1050px}.source-badge{display:inline-block;padding:2px 7px;border-radius:10px;font-weight:700;font-size:12px;background:#eee}.source-S,.source-S\+A{background:#dff4df;color:#26733a}.source-A,.source-B{background:#fff0c7;color:#7a5a00}.source-D{background:#ffe0dc;color:#a13b2e}
@media(max-width:700px){.source-reference{padding:18px}.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-reference h2{font-size:19px}}
table{width:100%;border-collapse:collapse;min-width:640px}
th,td{padding:14px 18px;text-align:left;font-size:14.5px;border-bottom:1px solid var(--bd)}
th{background:var(--opl);color:var(--om);font-weight:600;font-size:13.5px;letter-spacing:.5px}
tbody tr:hover{background:var(--gnl)}
.cal{font-family:Georgia,'Times New Roman',serif;font-weight:600;color:var(--td)}
.sugar{color:var(--o);font-weight:600}
.src{font-size:11.5px;padding:2px 9px;border-radius:999px;font-weight:500}
.src.a{background:var(--gnl);color:var(--gn)}      /* A = 品牌公开 */
.src.b{background:#FEF3C7;color:#B45309}    /* B = 官方计算 */
.src.c{background:#FEE2E2;color:#DC2626}    /* C = 参考估算 */
.nores{text-align:center;padding:40px;color:var(--tm);font-size:15px;display:none}

/* ========== v2.0 新增：FAQ ========== */
.faq-list{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--bd);padding:20px 0}
.faq-item:last-child{border-bottom:none}
.faq-q{font-size:17px;font-weight:600;color:var(--td);cursor:pointer;display:flex;align-items:center;gap:10px}
.faq-q::before{content:"+";font-size:20px;color:var(--o);flex-shrink:0;font-weight:400}
.faq-q.open::before{content:"−"}
.faq-a{font-size:15px;color:var(--tm);line-height:1.9;padding:14px 0 4px 30px;display:none}
.faq-item.open .faq-a{display:block}

/* ========== v2.0 新增：About / Privacy 页面 ========== */
.prose{max-width:680px;margin:0 auto}
.prose p{font-size:15.5px;color:var(--tm);line-height:1.95;margin-bottom:16px}
.prose h2{font-size:24px;color:var(--td);margin:36px 0 14px}
.prose h3{font-size:19px;color:var(--td);margin:24px 0 10px}
.prose ul{list-style:none;padding:0}
.prose li{position:relative;padding-left:20px;font-size:15px;color:var(--tm);margin-bottom:8px;line-height:1.85}
.prose li::before{content:"·";position:absolute;left:4px;color:var(--o);font-weight:bold;font-size:18px}
.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.ccard{padding:22px 20px;border-radius:10px;background:#fff;border:1px solid var(--bd)}
.ccard h4{font-size:16px;color:var(--td);margin-bottom:6px}
.ccard p{font-size:14px;color:var(--tm);line-height:1.75}

/* ---------- CTA band ---------- */
.ctaband{background:linear-gradient(135deg,var(--o),var(--op));padding:78px 32px;display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}
.ctatxt{max-width:560px}
.ctaband h2{font-size:clamp(25px,3vw,32px);color:#fff;margin-bottom:14px;line-height:1.35}
.ctaband p{font-size:16.5px;color:rgba(255,255,255,.88);margin-bottom:22px}
.btnw{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:3px;background:#fff;color:var(--o);font-size:16px;font-weight:500;margin-right:14px;transition:all .2s}
.btnw:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.18)}
.btnol{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:3px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55);font-size:16px;font-weight:500;transition:all .2s}
.btnol:hover{background:rgba(255,255,255,.12)}
.qrbox{width:172px;height:172px;border-radius:10px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--nc);flex-shrink:0;text-align:center}

/* ---------- Footer ---------- */
footer{background:var(--crd);padding:56px 32px 34px;border-top:1px solid var(--bd)}
.ftop{display:flex;gap:64px;margin-bottom:30px;flex-wrap:wrap}
.fbrand h3{font-size:19px;color:var(--o);margin-bottom:10px}
.fbrand p{font-size:15px;color:var(--tm);line-height:1.8}
.flinks{display:flex;gap:56px;flex-wrap:wrap}
.fc4 h4{font-size:13px;color:var(--o);letter-spacing:2px;margin-bottom:12px}
.fc4 a{display:block;font-size:14.5px;color:var(--tm);margin-bottom:8px;transition:color .2s}
.fc4 a:hover{color:var(--o)}
.fbtm{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--bd);font-size:13px;color:var(--nc);flex-wrap:wrap;gap:8px}
.fbeian{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;padding-top:16px;margin-top:4px;border-top:1px dashed var(--bd);font-size:12.5px;color:var(--nc);line-height:1.8}
.fbeian a{color:var(--nc);text-decoration:none;transition:color .2s}
.fbeian a:hover{color:var(--o)}
.fbeian .sep{color:var(--bd)}

/* ---------- Reveal animation (SEO-safe: content in DOM) ---------- */
[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
[data-animate].vis{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none}}

/* ---------- Responsive ---------- */
@media(max-width:900px){
  nav{display:none}
  .menu-btn{display:block}
  nav.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;background:var(--cr);padding:18px 32px;gap:14px;border-bottom:1px solid var(--bd)}
  .hero{flex-direction:column;padding:100px 24px 56px;text-align:center}
  .hero .hr{width:100%;max-width:360px;flex-direction:row;justify-content:center;gap:16px}
  .hero .hr .hero-visual-stack{width:260px;height:260px}
  .hero-pet-badge{width:70px;margin-top:0}
  .hero .hl{max-width:100%}
  .ctarow{justify-content:center}
  .bg,.fg,.petgrid{grid-template-columns:1fr}
  .petgrid{grid-template-columns:repeat(2,1fr)}
  .blg,.showcase{grid-template-columns:1fr}
  .scard img{height:300px}
  .ctaband{flex-direction:column;text-align:center;padding:56px 24px}
  .sec{padding:60px 0}
  .contact-cards{grid-template-columns:1fr}
}
@media(max-width:520px){
  .petgrid{grid-template-columns:1fr}
  .wrap{padding:0 18px}
  .pet-hero-img img{width:200px}
}

/* ========== v3.0 新增：Hero 丙狗IP（不遮挡主视觉） ========== */
.hero-pet-badge{
  width:100px;height:auto;flex-shrink:0;
  margin-top:16px;align-self:flex-end;
  filter:drop-shadow(0 8px 20px rgba(232,93,38,.2));
  animation:petFloat 3s ease-in-out infinite;
  border-radius:16px;background:linear-gradient(135deg,#FFF8F0,#FFE8D6);padding:10px;box-sizing:border-box
}
@keyframes petFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* ========== v3.0 新增：Hero 视觉容器（主视觉截图） ========== */
.hero-visual-stack{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.hero-visual-stack>img:first-child{width:100%;height:100%;object-fit:cover;border-radius:18px}

/* ========== v3.0 新增：信任模块 ========== */
.trust-module{background:linear-gradient(180deg,var(--cr),var(--crd))}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.trust-card{
  padding:36px 28px;border-radius:14px;background:#fff;border:1px solid var(--bd);
  text-align:center;transition:all .3s ease
}
.trust-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px var(--sh);border-color:var(--nc)}
.trust-icon{font-size:44px;margin-bottom:18px}
.trust-card h3{font-size:19px;color:var(--td);margin-bottom:10px;font-weight:600}
.trust-card p{font-size:15px;color:var(--tm);line-height:1.85}

/* ========== v3.0 新增：真实二维码盒子 ========== */
.qrbox-real{width:200px;flex-shrink:0;text-align:center}
.qrbox-real img{width:200px;height:200px;border-radius:14px;box-shadow:0 12px 36px rgba(0,0,0,.15);background:#fff;padding:8px;box-sizing:border-box}
.qrbox-real p{font-size:13px;color:rgba(255,255,255,.8);margin-top:10px;line-height:1.6}

/* ========== v3.0 新增：宠物状态画廊（5张真图） ========== */
.state-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1000px;margin:0 auto}
.state-card{background:#fff;border:1px solid var(--bd);border-radius:16px;overflow:hidden;transition:all .3s ease}
.state-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px var(--sh);border-color:var(--nc)}
.state-img-wrap{background:linear-gradient(135deg,var(--opl),var(--crd));padding:24px;text-align:center}
.state-img-wrap img{width:200px;height:200px;object-fit:contain;display:inline-block;filter:drop-shadow(0 8px 18px rgba(232,93,38,.12));margin:0 auto}
.state-info{padding:20px 22px 22px}
.state-info h4{font-size:18px;color:var(--td);margin:8px 0 8px;font-weight:600}
.state-info p{font-size:14px;color:var(--tm);line-height:1.75;margin-bottom:12px}
.state-badge{display:inline-block;font-size:12px;font-weight:600;padding:3px 12px;border-radius:999px;letter-spacing:.5px}
.state-badge.idle{background:var(--opl);color:var(--om)}
.state-badge.wave{background:#FEF3C7;color:#B45309}
.state-badge.jump{background:var(--gnl);color:var(--gn)}
.state-badge.reward{background:#FCE7F3;color:#BE185D}
.state-badge.sleep{background:#E0E7FF;color:#4338CA}
.state-trigger{display:block;font-size:12.5px;color:var(--nc);background:var(--crd);padding:6px 12px;border-radius:8px;border:1px dashed var(--bd)}

/* ========== v3.0 新增：为什么不是提醒（对比模块） ========== */
.why-not-alert{max-width:760px;margin:0 auto}
.wna-row{display:grid;grid-template-columns:1fr 60px 1fr;gap:20px;align-items:stretch;margin-top:24px}
.wna-before,.wna-after{padding:30px 26px;border-radius:14px;border:1px solid var(--bd)}
.wna-before{background:#FEF2F2;border-color:#FECACA}
.wna-after{background:var(--gnl);border-color:#BBF7D0}
.wna-before h3,.wna-after h3{font-size:18px;margin-bottom:14px;color:var(--td)}
.wna-before p,.wna-after p{font-size:15px;color:var(--tb);margin-bottom:8px;line-height:1.7}
.wna-effect{font-size:14px!important;color:var(--tm)!important;margin-top:6px!important}
.wna-result{font-weight:600;color:var(--td)!important}
.wna-arrow{display:flex;align-items:center;justify-content:center;font-size:30px;color:var(--o)}

/* ========== v4.3 常驻小程序码：按钮正下方展示，不裁切、不挤压 ========== */
.qr-dropdown {
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 120;
  width: 100%;
}
.qr-dropdown-content {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(61,44,30,.18);
  border: 1px solid var(--bd);
  box-sizing: border-box;
}
.qr-dropdown-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: var(--cr);
  box-sizing: border-box;
}
.qr-dropdown-content p {
  font-size: 12px;
  color: var(--tm);
  margin-top: 8px;
  line-height: 1.5;
}
@media(max-width:900px) {
  .hcta-wrap{width:108px;flex-basis:108px}
  .qr-dropdown {
    top: calc(100% + 6px);
    right: 0;
    width: 100%;
  }
  .qr-dropdown-content{padding:7px;border-radius:10px}
  .qr-dropdown-content p{font-size:10px;margin-top:5px;line-height:1.35}
}

/* ========== v4.0 响应式补充 ========== */
@media(max-width:900px){
  .trust-grid{grid-template-columns:1fr}
  .hero-pet-badge{width:70px;padding:6px}
  .fbeian{font-size:12px;gap:6px 12px}
  .wna-row{grid-template-columns:1fr;gap:16px}
  .wna-arrow{transform:rotate(90deg);font-size:24px}
  .state-gallery{grid-template-columns:1fr;max-width:420px}
}
