@import url('home.css');




.page-hero {
  position: relative;
  min-height: 45vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding-top: 64px;
  background-image: linear-gradient(to bottom, rgba(12,10,9,.8) 0%, rgba(12,10,9,.5) 60%, rgba(12,10,9,1) 100%), url('https://yqcdn.fuhua95.com/game/20250624/866bee01d2db6f449b79d3e2b28054bc.png');
  background-size: cover; background-position: center 30%;
}
.page-title { font-family: var(--font-shufa); color: var(--jh-gold); font-size: clamp(2.5rem, 8vw, 4.5rem); text-shadow: 0 4px 20px rgba(0,0,0,.7); margin: 0; }
.page-sub { font-family: var(--font-serif); color: var(--jh-light); font-size: clamp(1rem, 2.2vw, 1.35rem); margin-top: .5rem; }

.article-list { max-width: 800px; margin: 0 auto; }
.article-item { border-bottom: 1px solid rgba(250,204,21,.1); transition: background .2s; }
.article-item:hover { background: rgba(250,204,21,.04); }
.article-link { display: block; padding: 1.25rem 0; }
.article-title { font-family: var(--font-shufa); color: var(--jh-gold); font-size: clamp(1.25rem, 3vw, 1.55rem); margin-bottom: .25rem; display: flex; align-items: center; gap: .5rem; transition: color .2s; }
.article-item:hover .article-title { color: #fff; }
.article-title i { font-size: .75rem; color: var(--jh-copper-light); }
.article-meta { color: var(--jh-copper-light); font-size: .85rem; margin-bottom: .35rem; }
.article-summary { color: var(--jh-muted); max-height: 0; overflow: hidden; opacity: 0; transition: max-height .4s ease, opacity .4s ease, margin .4s ease; }
.article-item:hover .article-summary { max-height: 120px; opacity: 1; margin-top: .5rem; }

/* Position-specific image sizing */

header img { height: 2.5rem; width: auto; }
.hero-logo { width: min(300px, 70vw); height: auto; }
.feature-card img { width: 100%; height: 200px; object-fit: cover; }
.qr-card img { width: 100%; max-width: 150px; height: auto; }
footer img { width: 100%; max-width: 120px; height: auto; }

/* Friendly links block */

.friendly-links.zjjh { padding: 3rem 1rem; background: #0c0a09; border-top: 1px solid rgba(180,83,9,.35); }
.friendly-links.zjjh .friendly-links-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.friendly-links.zjjh h2 { font-family: 'Ma Shan Zheng', cursive; font-size: clamp(1.6rem, 4vw, 2.4rem); color: #FACC15; margin-bottom: .25rem; }
.friendly-links.zjjh h2 i { color: #15803D; margin-right: .5rem; }
.friendly-links.zjjh p { color: #A8A29E; margin-bottom: 1.5rem; }
.friendly-links.zjjh ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .75rem; list-style: none; padding: 0; margin: 0; }
.friendly-links.zjjh li a { display: block; padding: .6rem .8rem; border-radius: .5rem; background: rgba(21,128,61,.1); border: 1px solid rgba(180,83,9,.35); color: #E7E5E4; font-size: .9rem; transition: .2s; }
.friendly-links.zjjh li a:hover { background: rgba(250,204,21,.12); border-color: #FACC15; color: #FACC15; transform: translateY(-2px); }
@media (max-width: 375px) { .friendly-links.zjjh ul { grid-template-columns: repeat(2, 1fr); } }

