/* 首頁熱門法會榜 Top3。UI/UX：垂直排名榜（1→2→3）＋金牌數字＋深色玻璃卡片，
   在山景照片上文字清晰、又輕盈浮動；楓紅/金/襯線，與全站一致，質感沉靜莊重。 */
.home-cta{padding:4px 20px 38px;}

.hc2-head{text-align:center;margin-bottom:18px;}
.hc2-eyebrow{
  color:#e3c39c;font-size:.76rem;letter-spacing:.32em;font-weight:500;
  text-shadow:0 1px 6px rgba(0,0,0,.45);margin-bottom:9px;
}
.hc2-title{
  font-family:"Noto Serif TC",serif;color:#fff;font-size:1.4rem;font-weight:600;
  letter-spacing:.16em;text-shadow:0 1px 9px rgba(0,0,0,.5);margin:0;
}
/* 標題兩側細金線 */
.hc2-title::before,.hc2-title::after{
  content:"";display:inline-block;width:26px;height:1px;vertical-align:middle;
  margin:0 14px;background:rgba(227,195,156,.7);
}

.hot-list{display:flex;flex-direction:column;gap:11px;max-width:456px;margin:0 auto;}
.hot-card{
  display:flex;align-items:center;gap:14px;text-decoration:none;
  background:rgba(52,37,35,.52);
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;padding:13px 15px;
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  box-shadow:0 8px 22px rgba(0,0,0,.2);
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.hot-card:hover,.hot-card:active{
  transform:translateY(-2px);
  background:rgba(74,55,52,.74);
  border-color:rgba(230,196,163,.65);
  box-shadow:0 12px 28px rgba(0,0,0,.3);
}

/* 金牌排名數字 */
.hot-rank{
  flex:none;width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:"Noto Serif TC",serif;font-size:1.14rem;font-weight:700;
  color:#5a2f1e;background:linear-gradient(145deg,#f2dcb6,#d7ad7f);
  box-shadow:0 2px 7px rgba(0,0,0,.28),inset 0 1px 1px rgba(255,255,255,.55);
}
/* 第一名金牌略再亮一階 */
.hot-card:first-child .hot-rank{background:linear-gradient(145deg,#f7e4bf,#e0b887);}

.hot-body{flex:1;min-width:0;text-align:left;}
.hot-name{
  display:block;font-family:"Noto Serif TC",serif;color:#fff;
  font-size:1.1rem;font-weight:600;letter-spacing:.03em;line-height:1.35;
  text-shadow:0 1px 5px rgba(0,0,0,.4);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hot-sub{
  display:block;color:#e9ded7;font-size:.8rem;letter-spacing:.02em;margin-top:3px;
  text-shadow:0 1px 4px rgba(0,0,0,.35);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hot-go{flex:none;color:#e3c39c;font-size:1.4rem;line-height:1;opacity:.85;transition:transform .2s ease;}
.hot-card:hover .hot-go{transform:translateX(3px);opacity:1;}

/* 桌機版放大一級 */
body.view-desktop .hc2-title{font-size:1.7rem;}
body.view-desktop .hot-list{max-width:600px;}
body.view-desktop .hot-card{padding:16px 20px;gap:16px;}
body.view-desktop .hot-rank{width:40px;height:40px;font-size:1.24rem;}
body.view-desktop .hot-name{font-size:1.2rem;}
body.view-desktop .hot-sub{font-size:.88rem;}
