/* QSYJ V4 Desktop Refined */
:root{
  --qsyj-green:#004c3a;
  --qsyj-green2:#006143;
  --qsyj-gold:#d3a64a;
  --qsyj-bg:#f7f3eb;
  --qsyj-text:#1d2d2a;
  --qsyj-muted:#6a746f;
  --qsyj-card:#fffaf2;
}

.desktop-home{display:block;}
.mobile-home{display:none;}

.qsyj-desktop-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#003f34;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
}
.qsyj-header-top{
  height:74px;
  background:linear-gradient(135deg,#003b2f,#005944);
}
.qsyj-header-top-inner{
  max-width:1280px;
  height:74px;
  margin:0 auto;
  padding:0 30px;
  display:grid;
  grid-template-columns:240px 1fr 240px;
  gap:28px;
  align-items:center;
}
.qsyj-brand img{
  height:54px;
  width:auto;
  display:block;
}
.qsyj-header-search{
  max-width:530px;
  width:100%;
  height:40px;
  margin:0 auto;
  background:#fff;
  border-radius:8px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.qsyj-header-search input{
  flex:1;
  height:100%;
  border:0;
  outline:none;
  padding:0 16px;
  font-size:14px;
  color:#233;
}
.qsyj-header-search button{
  width:46px;
  height:100%;
  border:0;
  background:#fff;
  cursor:pointer;
  font-size:16px;
}
.qsyj-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.qsyj-header-actions a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
}
.qsyj-header-actions .join-btn{
  height:40px;
  padding:0 18px;
  background:var(--qsyj-gold);
  color:#123832;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
}

.qsyj-header-nav{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.qsyj-header-nav ul{
  max-width:1280px;
  height:54px;
  margin:0 auto;
  padding:0 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  list-style:none;
}
.qsyj-header-nav a{
  height:54px;
  display:inline-flex;
  align-items:center;
  color:#17242b;
  text-decoration:none;
  font-weight:900;
  font-size:15px;
  white-space:nowrap;
  position:relative;
}
.qsyj-header-nav a:hover,
.qsyj-header-nav li:first-child a{
  color:var(--qsyj-green2);
}
.qsyj-header-nav li:first-child a:after,
.qsyj-header-nav a:hover:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:3px;
  background:var(--qsyj-gold);
  border-radius:999px;
}

/* Main */
.qsyj-desktop-home{
  background:var(--qsyj-bg);
  color:var(--qsyj-text);
  padding-bottom:0;
}

/* Hero */
.qsyj-hero-premium{
  max-width:1280px;
  min-height:390px;
  margin:0 auto;
  display:grid;
  grid-template-columns:43% 37% 20%;
  align-items:stretch;
  background:linear-gradient(90deg,#f9f1df 0%,#eef3e9 58%,#fff8ec 100%);
  overflow:hidden;
}
.hero-copy{
  padding:74px 48px 56px 58px;
}
.hero-copy h1{
  font-size:46px;
  line-height:1.22;
  margin:0 0 22px;
  color:var(--qsyj-green);
  font-weight:900;
  letter-spacing:-.03em;
}
.hero-copy p{
  margin:0;
  font-size:21px;
  line-height:1.7;
  color:#40524d;
}
.hero-actions{
  display:flex;
  gap:28px;
  margin-top:34px;
}
.hero-actions a{
  height:52px;
  min-width:150px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-weight:900;
  font-size:16px;
  text-decoration:none;
}
.btn-primary{
  background:var(--qsyj-green2);
  color:#fff;
}
.btn-secondary{
  background:rgba(255,255,255,.55);
  color:#b78326;
  border:1px solid #d4a34a;
}
.hero-image{
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-quote{
  padding:58px 38px;
  background:rgba(255,255,255,.64);
  border-left:1px solid rgba(211,166,74,.35);
}
.hero-quote h3{
  color:var(--qsyj-green);
  font-size:19px;
  margin:0 0 22px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(211,166,74,.55);
}
.hero-quote p{
  font-size:28px;
  line-height:1.68;
  color:#5d4636;
  margin:0 0 20px;
  font-family:"Noto Serif SC","Songti SC",serif;
}
.hero-quote span{
  color:#5d4636;
  font-size:18px;
}

/* Six core */
.core-six{
  max-width:1240px;
  margin:-28px auto 28px;
  background:#fffdf8;
  border-radius:14px;
  box-shadow:0 14px 36px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:repeat(6,1fr);
  overflow:hidden;
  position:relative;
  z-index:5;
}
.core-card{
  text-align:center;
  padding:26px 16px 24px;
  border-right:1px solid rgba(0,0,0,.08);
}
.core-card:last-child{border-right:0;}
.core-icon{
  width:64px;height:64px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  margin:0 auto 14px;
  font-size:30px;
}
.core-health .core-icon{background:#4c8758;}
.core-happy .core-icon{background:#c89943;}
.core-value .core-icon{background:#407e83;}
.core-dignity .core-icon{background:#5f5795;}
.core-relation .core-icon{background:#b85a4d;}
.core-legacy .core-icon{background:#a8793d;}
.core-card h3{
  font-size:22px;
  margin:0 0 8px;
  color:var(--qsyj-green);
}
.core-card p{
  margin:0 0 12px;
  line-height:1.55;
  font-size:15px;
  color:#4f5d58;
}
.core-card a{
  display:inline-flex;
  height:28px;
  min-width:70px;
  border-radius:999px;
  border:1px solid rgba(211,166,74,.45);
  align-items:center;
  justify-content:center;
  color:#5b4735;
  text-decoration:none;
  font-size:14px;
}

/* Recommend */
.recommend-premium{
  max-width:1240px;
  margin:0 auto 28px;
  padding:28px 28px 30px;
  background:#fffaf2;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.section-title-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
  margin-bottom:22px;
}
.section-title-row h2{
  color:var(--qsyj-green);
  font-size:27px;
  margin:0;
  font-weight:900;
}
.recommend-tabs{
  display:flex;
  gap:28px;
  align-items:center;
}
.recommend-tabs a,
.section-more{
  color:#263732;
  text-decoration:none;
  font-weight:800;
  font-size:15px;
}
.recommend-tabs a.active{
  color:var(--qsyj-green2);
  border-bottom:3px solid var(--qsyj-green2);
  padding-bottom:8px;
}
.recommend-card-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}
.recommend-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.recommend-card a{text-decoration:none;color:#17242b;}
.recommend-card .thumb{
  position:relative;
  height:150px;
  overflow:hidden;
}
.recommend-card img{
  width:100%;
  height:150px;
  object-fit:cover;
}
.thumb-placeholder{
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4ec;
  color:var(--qsyj-green);
  font-weight:900;
}
.badge{
  position:absolute;
  top:8px;left:8px;
  background:#006143;
  color:#fff;
  border-radius:4px;
  padding:4px 8px;
  font-size:12px;
  font-weight:800;
}
.card-body{padding:12px 12px 14px;}
.card-body h3{
  font-size:16px;
  line-height:1.45;
  margin:0 0 10px;
}
.card-meta{
  display:flex;
  gap:14px;
  font-size:12px;
  color:#7c8580;
}

/* AI */
.ai-premium{
  max-width:1240px;
  margin:0 auto 28px;
  background:#fffaf2;
  border-radius:14px;
  display:grid;
  grid-template-columns:280px 1fr;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.ai-intro{
  padding:34px 30px;
}
.ai-intro h2{
  font-size:27px;
  color:var(--qsyj-green);
  margin:0 0 18px;
}
.ai-intro p{
  font-size:17px;
  line-height:1.8;
  color:#53635e;
  margin:0 0 22px;
}
.ai-intro a{
  display:inline-flex;
  height:42px;
  padding:0 18px;
  border-radius:8px;
  background:var(--qsyj-green2);
  color:#fff;
  text-decoration:none;
  align-items:center;
  font-weight:900;
}
.ai-tools{
  display:grid;
  grid-template-columns:repeat(6,1fr);
}
.ai-tools a{
  text-decoration:none;
  color:#263732;
  text-align:center;
  padding:34px 14px;
  border-left:1px solid rgba(0,0,0,.08);
}
.ai-tools span{
  font-size:38px;
  color:#4d8278;
  display:block;
  margin-bottom:14px;
}
.ai-tools strong{
  display:block;
  color:#17242b;
  font-size:16px;
  margin-bottom:8px;
}
.ai-tools em{
  font-style:normal;
  color:#65746e;
  font-size:13px;
}

/* Relationship */
.relationship-row{
  max-width:1240px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.letter-box,
.community-box{
  border-radius:14px;
  min-height:230px;
  overflow:hidden;
}
.letter-box{
  padding:38px 34px;
  background:linear-gradient(135deg,#004c3a,#0b614c);
  color:#fff;
  position:relative;
}
.letter-box h2,
.community-box h2{
  font-size:30px;
  margin:0 0 18px;
}
.letter-box p,
.community-box p{
  font-size:17px;
  line-height:1.8;
  margin:0 0 22px;
}
.letter-box form{
  display:flex;
  max-width:470px;
}
.letter-box input{
  flex:1;
  height:50px;
  border:0;
  border-radius:8px 0 0 8px;
  padding:0 18px;
}
.letter-box button{
  width:120px;
  border:0;
  border-radius:0 8px 8px 0;
  background:var(--qsyj-gold);
  color:#123832;
  font-weight:900;
}
.community-box{
  background:#fffaf2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
}
.community-box>div{padding:38px 30px;}
.community-box ul{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 18px;
  padding:0;
  list-style:none;
  color:#2d403a;
}
.community-box a{
  display:inline-flex;
  margin-top:8px;
  height:42px;
  padding:0 18px;
  align-items:center;
  border-radius:8px;
  background:var(--qsyj-gold);
  color:#123832;
  text-decoration:none;
  font-weight:900;
}
.community-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Bottom resources */
.bottom-resource-row{
  max-width:1240px;
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.resource-panel{
  background:#fffaf2;
  border-radius:14px;
  padding:24px;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.section-title-row.small{
  display:flex;
  justify-content:space-between;
  margin-bottom:18px;
}
.book-strip,
.media-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.book-strip a,
.media-strip a{
  min-height:110px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#edf4ef;
  color:#23433b;
  text-decoration:none;
  padding:10px;
  font-weight:800;
}

.site-footer-premium{
  background:linear-gradient(135deg,#003b2f,#005944);
  color:#fff;
  padding:42px 0 24px;
}
.footer-inner{
  max-width:1240px;
  margin:0 auto;
  padding:0 28px;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;
  gap:40px;
}
.footer-brand img{width:110px;filter:brightness(0) invert(1);margin-bottom:14px;}
.footer-brand p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.78);}
.site-footer-premium h4{font-size:16px;margin:0 0 14px;color:#fff;}
.site-footer-premium a{display:block;color:rgba(255,255,255,.8);text-decoration:none;font-size:14px;line-height:1.8;}
.social-icons a{display:inline-flex;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.14);align-items:center;justify-content:center;margin-right:12px;color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);max-width:1240px;margin:32px auto 0;padding-top:16px;text-align:center;color:rgba(255,255,255,.7);font-size:13px;}

@media(max-width:768px){
  .qsyj-desktop-header{display:none!important;}
  .desktop-home{display:none!important;}
  .mobile-home{display:block!important;}
}


/* =====================================================
   青山依旧 Hero Banner FINAL
   整图铺满 + 完整人物显示
===================================================== */

@media (min-width:769px){

/* =========================================
   HERO 外层
========================================= */

.qsyj-hero-premium{
  position:relative;

  width:100%;
  max-width:100%;

  min-height:720px;

  overflow:hidden;

  background:#f5f2e8;

  margin:0 auto;
}

/* =========================================
   HERO 图片层
========================================= */

.qsyj-hero-premium .hero-image{
  position:absolute;

  inset:0;

  width:100%;
  height:100%;

  z-index:1;
}

.qsyj-hero-premium .hero-image img{
  width:100%;
  height:100%;

  object-fit:contain;

  object-position:center bottom;

  display:block;

  background:#f5f2e8;
}

/* =========================================
   左侧渐变遮罩
========================================= */

.qsyj-hero-premium .hero-image::after{
  content:"";

  position:absolute;
  inset:0;

  z-index:2;

  background:
    linear-gradient(
      90deg,
      rgba(245,242,232,.97) 0%,
      rgba(245,242,232,.88) 26%,
      rgba(245,242,232,.42) 52%,
      rgba(245,242,232,.08) 78%,
      rgba(245,242,232,0) 100%
    );
}

/* =========================================
   左侧文字
========================================= */

.qsyj-hero-premium .hero-copy{
  position:relative;

  z-index:5;

  max-width:660px;

  padding:
    120px
    0
    90px
    70px;
}

/* 主标题 */

.qsyj-hero-premium .hero-copy h1{
  margin:0 0 36px;

  font-size:86px;

  line-height:1.02;

  letter-spacing:-0.05em;

  font-weight:900;

  color:#004d3a;
}

/* 副标题 */

.qsyj-hero-premium .hero-copy p{
  margin:0;

  font-size:34px;

  line-height:1.7;

  font-weight:500;

  color:#2f4d44;
}

/* =========================================
   按钮区
========================================= */

.qsyj-hero-premium .hero-actions{
  display:flex;

  gap:24px;

  margin-top:46px;
}

.qsyj-hero-premium .hero-actions a{
  display:inline-flex;

  align-items:center;
  justify-content:center;

  text-decoration:none;

  height:56px;

  min-width:170px;

  padding:0 30px;

  border-radius:12px;

  font-size:18px;

  font-weight:900;

  transition:all .25s ease;
}

/* 主按钮 */

.qsyj-hero-premium .btn-primary{
  background:#006143;

  color:#ffffff;

  box-shadow:
    0 12px 28px rgba(0,97,67,.22);
}

.qsyj-hero-premium .btn-primary:hover{
  transform:translateY(-2px);
}

/* 次按钮 */

.qsyj-hero-premium .btn-secondary{
  background:
    rgba(255,255,255,.66);

  color:#b47a22;

  border:
    1px solid rgba(211,166,74,.85);

  backdrop-filter:
    blur(8px);
}

/* =========================================
   今日金句
========================================= */

.qsyj-hero-premium .hero-quote{
  position:absolute;

  right:0;
  top:0;

  width:330px;

  height:100%;

  z-index:6;

  box-sizing:border-box;

  padding:
    96px
    44px;

  background:
    rgba(255,255,255,.82);

  backdrop-filter:
    blur(10px);

  border-left:
    1px solid rgba(0,0,0,.06);
}

/* 标题 */

.qsyj-hero-premium .hero-quote h3{
  margin:0 0 28px;

  padding-bottom:14px;

  font-size:20px;

  font-weight:900;

  color:#004d3a;

  border-bottom:
    1px solid rgba(211,166,74,.5);
}

/* 金句 */

.qsyj-hero-premium .hero-quote p{
  margin:0 0 34px;

  font-family:
    "Noto Serif SC",
    "Songti SC",
    serif;

  font-size:30px;

  line-height:1.8;

  color:#5d4335;
}

/* 作者 */

.qsyj-hero-premium .hero-quote span{
  font-size:18px;

  color:#5d4335;
}

/* =========================================
   六大方向卡片
========================================= */

.core-six{
  position:relative;

  z-index:10;

  margin:
    -40px auto 30px;

  max-width:1400px;
}

/* =========================================
   防止内容太宽
========================================= */

.qsyj-hero-premium .hero-copy,
.qsyj-hero-premium .hero-quote{
  box-sizing:border-box;
}

}

/* =========================================
   Hero 副标题精修
========================================= */

@media (min-width:769px){

  .qsyj-hero-premium .hero-copy p{
    font-size:26px !important;

    line-height:1.75 !important;

    letter-spacing:-0.01em;

    color:#34524a !important;

    max-width:720px;
  }

}

/* =========================================
   Hero 左侧文字整体右移
========================================= */

@media (min-width:769px){

  .qsyj-hero-premium .hero-copy{

    padding:
      120px
      0
      90px
      180px !important;

  }

}

