@charset "utf-8";
:root {
  --gold: #D4A574;
  --gold-light: #E8C9A8;
  --gold-dark: #B8876C;
  --bg-dark: #1A0E08;
  --bg-dark-2: #2A1810;
  --bg-dark-3: #1E1210;
  --bg-dark-4: #16100C;
  --text-light: #F5E6D3;
  --text-body: #6B5A50;
  --text-dark: #2A1810;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif!important;color: #333;}
p,a{color:#333;}
/*a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
*/a:hover{text-decoration: none;}

html,
body {
	background-color: #0E0705;
}
.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

/*.clearfix:after,*/
/*.clearfix:before{content:" ";display:table;}*/
/*.clearfix:after{clear:both;}*/

.header{
  background: #2A170D;
  min-width: 768px;
}
.header .container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .logo a{
	display: inline-block;
	width:172px;
	height: 34px;
	background:url(../assets/logo.png) left no-repeat;
	text-indent: -9999px;
}
.header .nav{
    text-align: right;
}
.header .nav li{
	display: inline-block;
}
.header .nav a{
	padding: 0px;
  margin: 0 25px;
	font: normal 18px/35px "微软雅黑";
	color: rgb(255, 255, 255, 0.7);
	text-decoration: none;
  transition: color .3s;
}
.header .nav a:after {
  content: ''; position: absolute; bottom: -4px; left: 50%; width: 0; height: 1px;
  background: #fff; transition: width 0.3s, left 0.3s;
}
.header .nav a:hover::after { width: 100%; left: 0; }
.header .nav a:hover{
	color: #fff;
  background: none;
}
.header .nav a:focus,
.header .nav a:visited{
	background: none;
}

.padding-left-0 {
	padding-left: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.black {
	color: #000;
}
.gold {
	color: #cc913e;
}
.container p {
    line-height: 1.6;
    text-align: justify;
}

.section-item {
    border-bottom: 6px solid #f6be87;
  }
  .section-title {
      font-weight: 600;
      margin-bottom: 2rem;
  }
  
  /* 顶部banner */
  .hero-section {
      position: relative;
      width: 100%;
      min-width: 768px;
      overflow: hidden;
  }
  
  .banner-wrapper {
      position: relative;
      width: 100%;
  }
  
  .banner-img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 1920px;
      margin: 0 auto;
  }
  .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      width: 1340px;
  }
  .banner-content .banner-title {
      margin-bottom: 33px;
  }
  .banner-content .banner-series > img {
      margin-right: 26px;
  }
  .hero-section .view-start {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* transform: translate(-50%); */
    /* animation: fadeInOut 5s ease-in-out infinite; */
  }
  .hero-section .view-start p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 28px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 100;
    animation: pulse 3s ease-in-out infinite;
  }
  .hero-section .view-start img {
    display: block;
    margin: 0 auto;
    animation: bounce 2s ease infinite;
  }

@media (max-width: 1500px) {
  .banner-content .banner-title {
    width: 800px;
  }
  .banner-content .banner-series > img {
    width: 80px;
  }
}
@media (max-width: 1400px) {
  .banner-content {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .banner-content {
    width: 1000px;
  }
  .banner-content .banner-title {
    width: 600px;
  }
  .banner-content .banner-series > img {
    width: 70px;
  }
  .hero-section .view-start p {
    font-size: 16px;
  }
  .hero-section .view-start img {
    width: 40px;
  }
}
@media (max-width: 1080px) {
  .banner-content {
    width: 800px;
  }
  .banner-content .banner-title {
    width: 550px;
  }
  .banner-content .banner-series > img {
    width: 65px;
  }
  .hero-section .view-start {
    bottom: 5px;
  }
  .hero-section .view-start p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .hero-section .view-start img {
    width: 35px;
  }
}
/* 响应式调整 */
@media (max-width: 768px) {
  .banner-content {
    width: 500px;
  }
  .banner-content .banner-title {
    width: 350px;
    margin-bottom: 10px;
  }
  .banner-content .banner-series > img {
    width: 40px;
    margin-right: 10px;
  }
} 
  
  /* 底部 */
  .risk-footer {
    padding: 50px 0 0;
    min-width: 768px;
    background: url(../assets/footer_top_bg.png) center top/100% auto no-repeat;
  }
  .risk-footer .container {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  .risk-footer .risk-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .risk-footer .risk-disclaimer p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify;
  }

.footer{
  min-width: 768px;
    padding-bottom: 50px;
}
.footer p {
  margin: 10px 0;
}
.footer p > img {
  vertical-align: -3px;
}
.footer p,
.footer a{
  font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 30px;
}
.footer a:hover{color: #f67b29;}
.footer p.text-center{
    text-align: center;
}

.right-bar {
    /* display: none; */
    position: fixed;
    width: 48px;
    /* right: calc((100% - 1170px) / 2 - 40px); */
    right: 10px;
    bottom: calc(40% - 120px);
    z-index: 2;
}
.right-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    color: #745b3f;
    text-align: center;
    margin: 2px 0;
    background-color: #e8c99a;
}
/* .right-bar a:first-child {
    border-radius: 10px 0 0 0;
}
.right-bar a:last-child {
    border-radius: 0 0 0 10px;
} */

/* pop */
/* pop style */
.pop,
.pop .pop-main{
    display: none;
}

/* pop common style */
.pop,
.pop-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
.pop-mask{
    background: rgba(0,0,0,.8);
}
.pop-main{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1002;
}
.pop-main .pop-close{
    position: absolute;
    right: 0;
    top: -70px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(../assets/pop-close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 120;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
#pop .pop-main-active{
    display: block;
}

.book-pop {
    width: 752px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e8c99a;
}
.book-pop .pop-header img {
    display: block;
    margin:  0 auto;
}
.book-pop .pop-body {
    padding: 40px 50px;
    margin: 22px 30px 33px;
    background-color: #fefefc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.book-pop .pop-body input {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    color: #828282;
    border: 1px solid #ebebeb;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 15px 20px;
}
.book-pop .pop-body .verify-code-label {
    position: relative;
    padding-right: 25%;
}
.book-pop .pop-body .verify-code-label input {
    border-right: none;
}
.book-pop .pop-body .verify-code-label .verify-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background-color: #cbd;
}
.book-pop .pop-body .verify-code-label .verify-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.book-pop .pop-body .appointment-btn {
    padding-top: 10px;
}
.appointment-btn a {
    display: block;
    font-size: 30px;
    color: #fefefe;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #a17543, #70512e);
}
.appointment-btn p {
    font-size: 18px;
    color: #9a7143;
    text-align: center;
    margin-top: 15px;
}
.hidden-xs {
    display: block;
 }
 .visible-xs {
    display: none;
 }

.show {
    display: block!important;
}

#toast{
    display:none;
    position:fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    max-width: 50%;
    padding: 30px 35px;
    border-radius:10px;
    background: rgba(0,0,0,0.8);
    color:#fff;
    z-index: 1100;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 768px) {
    .header .container .logo,
    .header .container .nav {
        text-align: center;
    }
    .footer p{
        font-size: 14px;
    }
    .book-pop {
        width: 90%;
    }
    .pop-main .pop-close{
        top: -40px;
        width: 26px;
        height: 26px;
    }
    .book-pop .pop-header img {
        width: 73%;
    }
    .book-pop .pop-body {
        padding: 20px 25px;
        margin: 11px 15px 15px;
    }
    .book-pop .pop-body input {
        padding: 8px 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .book-pop .pop-body .appointment-btn {
        padding-top: 10px;
    }
    .book-pop .pop-body .appointment-btn a {
        padding: 15px 0;
        font-size: 20px;
    }
    .appointment-btn p {
        font-size: 14px;
    }
    /* .right-bar {
        right: 0;
    } */
     .hidden-xs {
        display: none;
     }
     .visible-xs {
        display: block;
     }
     #toast{
      padding: 10px 20px;
      font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
    .book-pop {
        width: 90%;
    }
    .book-pop .pop-header img {
        width: 73%;
    }
}
@media (min-width: 1550px) {
  .container {
    width: 1440px;
  }

}



/* ═══════════════════════════════════════════════
   SCROLL REVEAL
   ═══════════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }
.reveal-d4 { transition-delay: 0.48s; }

.reveal-scale {
  opacity: 0; transform: scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal-scale.visible { opacity: 1; transform: scale(1); }

.reveal2 {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal2.visible { 
  opacity: 1; 
  transform: translateY(0); 
}

/* ═══════════════════════════════════════════════
   SECTION TITLE
   ═══════════════════════════════════════════════ */
.stitle { text-align: center; margin-bottom: 48px; }
.stitle h2 { font-size: 26px; font-weight: 600; letter-spacing: 6px; color: var(--gold-light); }
.stitle .en {
  font-size: 11px; letter-spacing: 4px; margin-top: 8px;
  text-transform: uppercase; font-family: 'Cormorant Garamond', serif;
  color: rgba(245,230,211,0.28);
}
.stitle .line {
  width: 48px; height: 1px; margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4;
}
/* ═══════════════════════════════════════════════
   ADVANTAGES
   ═══════════════════════════════════════════════ */
.advantages-section {
  background: url(../assets/section_bg_advantages.png) center top/100% 100% no-repeat;
  padding: 80px 0 90px;
  min-width: 768px;
}
.adv-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  max-width: 1340px; margin: 0 auto; padding: 0 40px;
}
.adv-card {
  background: url(../assets/advantages_item_default_bg.png) left top/ 100% 100% no-repeat; 
   text-align: left;
  cursor: default;
  transition: transform 0.45s cubic-bezier(0.2,0,0,1), background 0.4s, border-color 0.4s, box-shadow 0.4s;
}
.adv-card .adv-card-wrapper {
  padding: 32px 22px;
}
.reveal-d1 .adv-card-wrapper { 
  background: url(../assets/advantages_item1_big_icon.png) right top no-repeat; 
}
.reveal-d2 .adv-card-wrapper { 
  background: url(../assets/advantages_item2_big_icon.png) right top no-repeat; 
}
.reveal-d3 .adv-card-wrapper { 
  background: url(../assets/advantages_item3_big_icon.png) right top no-repeat; 
}
.reveal-d4 .adv-card-wrapper { 
  background: url(../assets/advantages_item4_big_icon.png) right top no-repeat; 
}
.adv-card:hover {
  transform: translateY(-6px); 
  background: url(../assets/advantages_item_hover_bg.png) left top/ 100% 100% no-repeat; ;
  border-color: rgba(212,165,116,0.18); box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.adv-icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 22px; color: var(--gold);
  transition: transform 0.4s, box-shadow 0.4s;
}
.adv-card:hover .adv-icon {
  transform: scale(1.12);
}
.adv-card h3 { 
    font-size: 24px; 
    font-weight: 600; 
    margin-bottom: 12px; 
    letter-spacing: 2px;
    background: linear-gradient(90deg, #FFB994, #FFEBD1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.adv-card p { font-size: 16px; color: rgba(216, 201, 188, 0.90); line-height: 1.85; }

/* ═══════════════════════════════════════════════
   FIVE SERIES - ORBITAL ROTATION
   ═══════════════════════════════════════════════ */
.series-section {
  background: url(../assets/section_bg_series.png) center top/100% 100% no-repeat;
  /* background: linear-gradient(180deg, var(--bg-dark-4) 0%, var(--bg-dark) 100%); */
  padding: 80px 0 100px; position: relative; overflow: hidden;
  min-width: 768px;
}
.series-layout {
  display: flex; align-items: center; justify-content: center;
  gap: 0; max-width: 1100px; margin: 129px auto 0; padding: 0 40px;
  position: relative; min-height: 480px;
}

/* Left: orbital area */
.orbit-area {
  position: relative; width: 500px; height: 500px; flex-shrink: 0;
}

/* Center deco */
.orbit-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 100px; display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.orbit-ding {
  font-size: 40px; color: rgba(212,165,116,0.2);
  animation: dingPulse 3s ease-in-out infinite alternate;
}
@keyframes dingPulse { 0% { opacity: 0.5; } 100% { opacity: 1; } }

/* Orbital rings */
.orbit-ring {
  position: absolute; top: 50%; left: 50%; border-radius: 50%;
  border: 1px solid rgba(212,165,116,0.05); pointer-events: none;
}
.orbit-r1 { width: 300px; height: 300px; transform: translate(-50%,-50%); }
.orbit-r2 { width: 440px; height: 440px; transform: translate(-50%,-50%) rotate(-5deg); }

/* Rotating container */
.orbit-wheel {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  background: url(../assets/series_orbit_area_bg.png) center center/ 100% auto no-repeat;
}

/* Each node positioned on the circle via absolute + calculated positions */
.s-node {
  position: absolute; cursor: pointer; z-index: 5;
  transition: z-index 0s;
}
.s-node .active-img {
  display: none;
}
.s-node.active .active-img {
  display: block;
}
.s-node.active .default-img {
  display: none;
}
.s-circle {
  width: 95px; height: 95px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,165,116,0.06) 0%, rgba(26,14,8,0.85) 70%);
  border: 1.5px solid rgba(212,165,116,0.12);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: all 0.4s cubic-bezier(0.2,0,0,1);
  position: relative;
}
/* Breathing glow for discoverability */
.s-circle::after {
  content: ''; position: absolute; inset: -5px; border-radius: 50%;
  border: 1px solid rgba(212,165,116,0);
  animation: sBreathe 3s ease-in-out infinite;
}
@keyframes sBreathe {
  0%, 100% { border-color: rgba(212,165,116,0); transform: scale(1); }
  50% { border-color: rgba(212,165,116,0.1); transform: scale(1.06); }
}

.s-node.active .s-circle {
  background: radial-gradient(circle, rgba(212,165,116,0.22) 0%, rgba(26,14,8,0.9) 70%);
  border-color: rgba(212,165,116,0.5);
  box-shadow: 0 0 50px rgba(212,165,116,0.15);
  transform: scale(1.12);
}
.s-node.active .s-circle::after { animation: none; border-color: rgba(212,165,116,0.25); }

.s-node:hover:not(.active) .s-circle {
  background: radial-gradient(circle, rgba(212,165,116,0.12) 0%, rgba(26,14,8,0.88) 70%);
  border-color: rgba(212,165,116,0.3);
  transform: scale(1.06);
}
.s-node:hover:not(.active) .s-circle::after { animation: none; }

.s-name {
  font-size: 22px; font-weight: 700; color: rgba(245,230,211,0.6);
  letter-spacing: 3px; transition: color 0.3s;
}
.s-node.active .s-name, .s-node:hover .s-name { color: var(--text-light); }

.s-label {
  font-size: 9px; color: rgba(212,165,116,0.3); margin-top: 3px;
  letter-spacing: 1px; transition: color 0.3s;
}
.s-node.active .s-label { color: var(--gold); }
.s-node:hover .s-label { color: rgba(212,165,116,0.6); }

/* Counter-rotate text so it stays upright */
.s-circle-inner {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Right: detail panel */
.series-detail {
  width: 617px; 
  flex-shrink: 0;
  background: linear-gradient(to right bottom, #FFF0E2 0%, rgba(151, 94, 51, 0.36) 45%, rgba(151, 94, 51, 0.36) 55%, #FFD1AF 100%);
  /* background: url(../assets/series_detail_bg.png) left top/100% 100% no-repeat; */
  /* border: 1px solid rgba(212,165,116,0.12); */
  border-radius: 8px; 
  /* backdrop-filter: blur(8px); */
  position: relative; overflow: hidden;
  margin-left: 120px;
  padding: 1px;
}
.series-detail::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(212,165,116,0.04) 0%, transparent 60%);
  pointer-events: none;  
}
.series-detail .detail-box {
  background: linear-gradient(to right bottom, #8A5028 0%, #381F09 45%, #381F09 55%, #965639 100%);
  border-radius: 8px; 
 }
/* Detail content transition */
.sd-content {
  display: flex;
  padding: 36px 40px;
  opacity: 1; transform: translateX(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.sd-content .sd-right {
  margin-left: 16px;
  padding: 20px 0;
}
.sd-content.switching {
  opacity: 0; transform: translateX(15px);
}

.sd-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 14px; position: relative; }
.sd-big-name {
  font-size: 48px; font-weight: 900; color: rgba(245,230,211,0.12);
  line-height: 1; letter-spacing: 4px;
  position: absolute; right: 0; top: -8px;
}
.sd-title { font-size: 20px; font-weight: 600; color: var(--text-light); letter-spacing: 3px; margin-bottom: 20px; }
.sd-tag-row { 
  display: inline-block;
  margin-bottom: 20px; 
  background: linear-gradient(to right, rgb(181 165 148), rgb(105 69 38));
  border-radius: 50px;
  padding: 1px;
}
.sd-tag {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px; 
  font-size: 14px; 
  line-height: 20px;
  color: rgba(216, 201, 188, 0.90);
  letter-spacing: 1px;
  background-color: rgba(98, 56, 28, 1);
}
.sd-audience { font-size: 14px; color: rgba(255, 255, 255, 0.80); margin-bottom: 24px; letter-spacing: 1px; }
.sd-audience strong { line-height: 20px; color: rgba(255, 255, 255, 0.80); font-weight: normal; }
.sd-audience span { color: rgba(220, 202, 189, 0.90); font-size: 14px; line-height: 20px;background-color: #fff; background-color: rgba(255, 255, 255, 0.10);border-radius: 2px;padding: 4px 7px;}
.sd-desc {
  font-size: 18px; color: rgba(216, 201, 188, 0.90); line-height: 25px;
  margin-bottom: 22px; position: relative;
  letter-spacing: 2px;
}
.sd-cta {
  width: 170px;
  height: 40px;
  background: url(../assets/read_more_btn_bg.png) left top/100% 100% no-repeat;
  display: inline-flex; align-items: center;justify-content: center;
  color: #fff; border: none; border-radius: 50px;
  padding: 11px 30px; font-size: 16px;
  cursor: pointer; letter-spacing: 2px; font-family: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
}
.sd-cta:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../assets/icon_read_more.png) left top/100% 100% no-repeat;
  display: inline-flex;
  margin-left: 10px;
}
.sd-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,165,116,0.35); }
.sd-cta:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(212,165,116,0.2); }

/* ═══════════════════════════════════════════════
   PURCHASE NOTICE
   ═══════════════════════════════════════════════ */
.purchase-section {
  background: url(../assets/section_bg_purchase_notes.png) center top/100% 100% no-repeat;
  padding: 80px 0;
  min-width: 768px;
}
.purchase-card {
  max-width: 940px;
  margin: 0 auto;
  background: #1B110A;
  border: 1px solid rgba(255, 190, 154, 0.3);
  border-radius: 16px; padding: 32px;
  transition: border-color 0.4s, box-shadow 0.4s, opacity 0.8s ease-out, transform 0.8s ease-out;
}
.purchase-card:hover {
  border-color: rgba(255, 190, 154, 0.5);
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}
.purchase-intro { font-size: 22px; color: #D8C9BC; line-height: 30px; letter-spacing: 2px; margin-bottom: 22px; }
.purchase-req {
  background: rgba(212,165,116,0.04); border-radius: 12px;
  padding: 24px 28px; border: 1px solid rgba(212,165,116,0.06); margin-bottom: 24px;
}
.req-line { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.req-txt { font-size: 22px; font-weight: 600; color: #FFEBDC; letter-spacing: 2px; line-height: 30px; }
.req-txt .qie { color: var(--gold); font-weight: 700; margin-right: 4px; }
.req-conds { padding-left: 38px; margin-top: 4px; }
.req-cond { display: flex; gap: 8px; margin-bottom: 7px; font-size: 16px; color: rgba(216, 201, 188, 0.90); line-height: 22px; letter-spacing: 1px;}
.req-cond .n { min-width: 20px; }
.req-cond .amt { font-size: 14px; }

.purchase-note {
  border-radius: 10px;;
  display: flex; 
  align-items: center; 
  gap: 12px; 
}
.purchase-note .ico { font-size: 16px; margin-top: 2px; }
.purchase-note p { font-size: 16px; color: rgba(216, 201, 188, 0.90); line-height: 24px; letter-spacing: 1px; }.purchase-note .hl { color: rgba(255, 232, 205, 1); font-weight: 600; }

.purchase-cta-row { 
  background: linear-gradient(to right bottom, #FDFCFB, #E79779);
  border-radius: 100px;
  padding: 1px;
  margin-left: 50px;
 }
.purchase-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(to right bottom, #AE5331, #E79473);
  color: #fff; border: none;
  padding: 11px 32px; font-size: 20px; font-weight: 600;
  cursor: pointer; letter-spacing: 2px; font-family: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(212,165,116,0.2);
}
.purchase-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(212,165,116,0.35); color: #e7ded5; text-decoration: none; }
.purchase-cta:active,
.purchase-cta:focus,
.purchase-cta:visited { color: #e7ded5; text-decoration: none; }

/* ═══════════════════════════════════════════════
   SERVICE
   ═══════════════════════════════════════════════ */
.svc-section {
  background: url(../assets/section_bg_service.png) center top/100% 100% no-repeat;
  padding: 80px 0 90px;
  min-width: 768px;
}
.svc-section .stitle {
  margin-bottom: 86px;
}
.svc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1340px; margin: 0 auto; padding: 0 40px;
}
.svc-card {
  background: rgba(212,165,116,0.03); border: 1px solid rgba(212,165,116,0.08);
  border-radius: 14px; padding: 32px 26px; text-align: center;
  transition: all 0.4s cubic-bezier(0.2,0,0,1);
}
.svc-card:hover {
  background: rgba(212,165,116,0.06); border-color: rgba(212,165,116,0.2);
  transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,0.2);
}
.svc-ico {
  transition: transform 0.4s;
  margin-top: -70px;
}
.svc-card:hover .svc-ico { transform: scale(1.15) rotate(-5deg); }
.svc-card h3 { 
  margin-bottom: 20px; 
  margin-top: 20px;

  font-size: 22px; 
    font-weight: 600; 
    letter-spacing: 2px;
    background: linear-gradient(90deg, #FFB994, #FFEBD1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.svc-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-bottom: 20px; }
.svc-tag {
  width: 112px;
  height: 32px;
  line-height: 32px;
  background: url(../assets/service_item_tags_bg.png) left top/100% 100% no-repeat;
  font-size: 14px; color: rgba(255, 255, 255, 0.70); letter-spacing: 1px;
  transition: all 0.3s;
}
.svc-card:hover .svc-tag { border-color: rgba(212,165,116,0.18); color: rgba(245,230,211,0.65); }
.svc-card p { font-size: 14px; color: rgba(216, 201, 188, 0.90); line-height: 24px; letter-spacing: 1px; text-align: left;}

/* ═══════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════ */
.faq-section {
  background: #150C07 url(../assets/section_bg_faq.png) center top/100% auto no-repeat;
  padding: 80px 0 90px;
  min-width: 768px;
}
.faq-section .faq-item { 
  cursor: pointer;
  padding: 32px;
}
.faq-list { max-width: 1340px; margin: 0 auto; padding: 0 40px; }
.faq-item {
  margin-bottom: 12px; border-radius: 10px;
  border: 1px solid rgba(212,165,116,0.07);
  background: #1C120A; overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
.faq-item.active {
  border-color: rgba(255, 190, 154, 0.46); background: rgba(245,230,211,0.03);
}
.faq-item:hover { border-color: rgba(255, 190, 154, 0.46); background: rgba(245,230,211,0.03); }
.faq-section .faq-item .faq-header { 
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question { 
  font-size: 20px;
  line-height: 28px;
  color: #FFEBDC;
  letter-spacing: 2px;
  font-weight: normal;
 }
 .faq-toggle {
  width: 22px;
  height: 22px;
  background: url(../assets/icon_faq_list.png) left top/100% 100% no-repeat;
  transition: transform 0.3s;
 }
 .faq-section .faq-item.active .faq-toggle { 
  transform: rotate(180deg);
 }
 .faq-content {
  display: none;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  margin-top: 20px;
 }
 .faq-content.default-show { display: block; }
 .faq-content p {
  font-size: 14px;
  color: rgba(216, 201, 188, 0.90);
  line-height: 24px;
  letter-spacing: 1px;
 }
@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-15px); }
  60% { transform: translateY(-7px); }
}