
/* v7: precise visual fixes from user review. No qimen page/js/style touched. */
:root{--dy-gold-1:#fff8e8;--dy-gold-2:#fff2d4;--dy-gold-3:#e9c16d;--dy-gold-ink:#7a5212;}

/* 1. Homepage qimen start wheel: move to upper-right blank area, never over text. */
@media (min-width:981px){
  .qimen-infoposter{position:relative!important;min-height:620px!important;overflow:hidden!important;}
  .poster-title-block{max-width:590px!important;position:relative!important;z-index:4!important;}
  .poster-qimen-wheel{
    top:54px!important;
    right:50px!important;
    bottom:auto!important;
    width:162px!important;
    height:162px!important;
    z-index:3!important;
    transform:none!important;
  }
  .poster-qimen-wheel .wheel-core{inset:50px!important;font-size:18px!important;}
  .poster-path-v4,.poster-bottom-tags{position:relative!important;z-index:4!important;max-width:610px!important;}
}
@media (min-width:981px) and (max-width:1180px){
  .poster-qimen-wheel{width:132px!important;height:132px!important;top:68px!important;right:26px!important;opacity:.92;}
  .poster-qimen-wheel .wheel-core{inset:42px!important;font-size:15px!important;}
  .poster-title-block{max-width:520px!important;}
}

/* 2. Method section: centered, tidy, no intro paragraph under title. */
.method-band-v5{padding-top:54px!important;padding-bottom:62px!important;}
.method-v5-head{
  display:block!important;
  text-align:center!important;
  max-width:980px!important;
  margin:0 auto 30px!important;
}
.method-v5-head span{display:block!important;margin-bottom:16px!important;}
.method-v5-head h2{
  margin:0 auto!important;
  max-width:900px!important;
  font-size:clamp(36px,4vw,58px)!important;
  line-height:1.14!important;
  letter-spacing:-.04em!important;
}
.method-v5-head p{display:none!important;}
.method-v5-grid{
  max-width:1220px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.method-v5-grid .method-card-deep{
  min-height:292px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:26px 26px 24px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%)!important;
}
.method-card-deep strong{font-size:27px!important;margin-bottom:9px!important;}
.method-card-deep em{font-size:16px!important;margin-bottom:12px!important;color:#b77b18!important;}
.method-card-deep p{font-size:16px!important;line-height:1.86!important;margin-bottom:14px!important;}
.method-card-deep span{margin-top:auto!important;}
@media (max-width:1120px){.method-v5-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:760px){.method-v5-grid{grid-template-columns:1fr!important;}.method-v5-grid .method-card-deep{min-height:auto!important;}.method-v5-head{text-align:left!important;}}

/* 3. Consultation cards: warm light-yellow, concise, more like paid service entry. */
.service-v3-grid{gap:22px!important;align-items:stretch!important;}
.service-v3-grid a{
  background:linear-gradient(160deg,#fffdf7 0%,#fff6df 58%,#fffaf0 100%)!important;
  border:1px solid #ecd39a!important;
  border-radius:28px!important;
  box-shadow:0 18px 42px rgba(142,98,21,.08)!important;
  padding:28px 30px!important;
  min-height:238px!important;
  display:flex!important;
  flex-direction:column!important;
  text-decoration:none!important;
  position:relative!important;
  overflow:hidden!important;
}
.service-v3-grid a::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#d6a13a,#ffe5a6,#8ecbf3);
  opacity:.95;
}
.service-v3-grid h3{font-size:28px!important;line-height:1.18!important;margin:20px 0 12px!important;color:#0d3559!important;}
.service-v3-grid b{font-size:34px!important;color:#c1841e!important;letter-spacing:-.02em;}
.service-v3-grid span{font-size:16px!important;line-height:1.85!important;color:#445f75!important;margin-top:14px!important;}
.service-v3-grid .service-more{font-style:normal!important;margin-top:auto!important;padding-top:18px!important;color:#0872bf!important;font-weight:900!important;}
.service-v3-grid a:hover{transform:translateY(-4px)!important;border-color:#dfb74d!important;box-shadow:0 24px 58px rgba(142,98,21,.16)!important;}

/* Zixun detail cards use same warm tone while keeping rich content. */
.service-rich-grid{gap:24px!important;}
.service-card-rich{
  background:linear-gradient(160deg,#fffdf8 0%,#fff7e3 62%,#ffffff 100%)!important;
  border-color:#e7c879!important;
  border-radius:26px!important;
  box-shadow:0 18px 46px rgba(142,98,21,.09)!important;
}
.service-card-rich h3{font-size:28px!important;color:#0d3559!important;}
.service-card-rich b{font-size:30px!important;color:#c1841e!important;}
.service-card-rich dt{color:#a56f16!important;}
.service-card-rich .card-more{color:#0872bf!important;font-weight:900!important;}

/* Minor text polish: keep pages airy, not loose. */
.section-head-row{margin-bottom:28px!important;}
.section-head-row h2{letter-spacing:-.035em!important;}
.section-head-row p{max-width:780px!important;line-height:1.85!important;}
