:root{--bg:#151A23;--panel:#1B2130;--panel2:#202738;--panel3:#252D40;--gold:#F1DCA3;--gold2:#E3C98F;--text:#E8ECF5;--muted:#B8C0D3;--soft:#8F98AD;--footer:#0E121A;--border:rgba(241,220,163,.14);--shadow:0 14px 36px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#151A23;color:#E8ECF5;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.78;overflow-x:hidden}a{color:#F1DCA3;text-decoration:none;transition:.22s ease}a:hover{color:#E3C98F}img{display:block;max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:9999;background:#151A23;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.22);border-bottom:1px solid rgba(241,220,163,.1)}.header-inner{max-width:1260px;margin:0 auto;display:flex;align-items:center;gap:20px;min-height:78px;padding:0 22px}.brand-logo img{width:132px;max-height:54px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:3px;flex:1;white-space:nowrap}.desktop-nav a{color:#F1DCA3;font-size:14px;font-weight:700;padding:22px 8px;border-radius:12px;letter-spacing:.2px}.desktop-nav a:hover,.desktop-nav a.active{background:linear-gradient(180deg,rgba(241,220,163,.10),rgba(241,220,163,.02));box-shadow:inset 0 -2px 0 #F1DCA3,0 10px 22px rgba(241,220,163,.16)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F1DCA3;color:#151A23!important;border-radius:999px;box-shadow:0 10px 24px rgba(241,220,163,.18);font-weight:800;padding:10px 20px;line-height:1.2;border:0;cursor:pointer}.main-btn:hover{background:#E3C98F;transform:translateY(-1px)}.header-entry{flex:0 0 auto}.mobile-topbar{display:none}.site-main{min-height:60vh}.container{width:min(1200px,calc(100% - 36px));margin:0 auto}.section{padding:54px 0}.section.tight{padding:34px 0}.section-head{margin-bottom:24px}.eyebrow,.tag,.number{color:#F1DCA3;font-weight:800;letter-spacing:.06em}.eyebrow{font-size:14px}.section-title,h1,h2,h3{color:#F1DCA3;line-height:1.28}.section-title{font-size:clamp(28px,4vw,46px);margin:8px 0 12px}h1{font-size:clamp(32px,5vw,54px);margin:0 0 18px}h2{font-size:clamp(24px,3.2vw,34px);margin:0 0 14px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 14px;color:#E8ECF5}.muted{color:#B8C0D3}.soft{color:#8F98AD}.text-link{font-weight:800;color:#F1DCA3}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#1B2130;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;border:1px solid rgba(241,220,163,.16)}.slide{position:relative;display:none;height:clamp(240px,48vw,540px);background:#151A23}.slide.active{display:block}.slide img{width:100%;height:100%;object-fit:contain;background:#151A23}.slide-copy{position:absolute;left:6%;bottom:8%;max-width:520px;padding:24px;border-radius:18px;background:rgba(14,18,26,.64);box-shadow:0 16px 36px rgba(0,0,0,.28);backdrop-filter:blur(6px)}.slide-copy h2{font-size:clamp(24px,4vw,42px);margin-bottom:10px}.slide-copy p{color:#E8ECF5}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:999px;border:1px solid rgba(241,220,163,.35);background:rgba(21,26,35,.7);color:#F1DCA3;font-size:28px;line-height:1;cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;gap:10px;justify-content:center;z-index:4}.slider-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(241,220,163,.5);background:rgba(241,220,163,.18);cursor:pointer}.slider-dot.active{background:#F1DCA3;box-shadow:0 0 16px rgba(241,220,163,.5)}.hero-panel,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box,.content-band{background:#1B2130;border:1px solid rgba(241,220,163,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:20px}.hero-panel{display:grid;grid-template-columns:1.12fr .88fr;gap:28px;align-items:center;padding:34px}.hero-panel .visual img,.content-img{width:100%;max-height:360px;object-fit:contain;border-radius:18px;background:#202738}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}.tag-list span,.pill{border:1px solid rgba(241,220,163,.18);background:rgba(241,220,163,.06);color:#F1DCA3;border-radius:999px;padding:8px 13px;font-size:14px;font-weight:700}.capsule-row{display:flex;gap:14px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:thin}.capsule{min-width:188px;background:rgba(255,255,255,.03);border:1px solid rgba(241,220,163,.16);border-radius:999px;padding:14px 18px;display:flex;flex-direction:column;gap:2px}.capsule:hover{border-color:#F1DCA3;transform:translateY(-2px)}.capsule strong{color:#F1DCA3}.capsule small{color:#B8C0D3}.content-band{padding:26px 30px;background:#202738}.stats-grid,.cards-grid,.review-grid,.faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.info-card,.card,.review-card,.faq-item{padding:22px}.info-card .number{font-size:20px}.cards-grid.three{grid-template-columns:repeat(3,1fr)}.cards-grid.two{grid-template-columns:repeat(2,1fr)}.product-card p{color:#B8C0D3}.feature-list{display:grid;gap:12px;margin:18px 0}.feature-list li{list-style:none;position:relative;padding-left:25px;color:#E8ECF5}.feature-list li:before{content:"";position:absolute;left:0;top:.7em;width:9px;height:9px;border-radius:50%;background:#F1DCA3;box-shadow:0 0 14px rgba(241,220,163,.45)}.zigzag{display:grid;gap:28px}.zig-item{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center;background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:22px;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.25)}.zig-item:nth-child(even){grid-template-columns:1.1fr .9fr}.zig-item:nth-child(even) .zig-img{order:2}.zig-img img{width:100%;max-height:320px;object-fit:contain;border-radius:18px;background:#202738}.zone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-card{overflow:hidden}.zone-card img{width:100%;height:210px;object-fit:contain;background:#202738}.zone-card div{padding:20px}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.notice-box{padding:26px;background:#202738}.review-card strong{display:block;color:#F1DCA3;margin-bottom:6px}.faq-item summary{cursor:pointer;color:#F1DCA3;font-weight:800;font-size:18px}.faq-item p{margin-top:12px;color:#B8C0D3}.page-hero{padding:54px 0 30px}.page-hero .hero-panel{grid-template-columns:1fr .78fr}.breadcrumb{color:#8F98AD;margin-bottom:12px}.image-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.image-row.two{grid-template-columns:repeat(2,1fr)}.image-row img{width:100%;height:250px;object-fit:contain;background:#202738;border-radius:18px;border:1px solid rgba(241,220,163,.12)}.article-block{background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:22px;padding:30px;box-shadow:0 14px 36px rgba(0,0,0,.25);margin-bottom:22px}.article-block p{color:#E8ECF5}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-list .card{box-shadow:none}.site-footer{background:#0E121A;color:#D5DBEA;margin-top:54px}.footer-inner{width:min(1200px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.35fr .7fr .7fr 1fr;gap:30px;padding:48px 0}.footer-logo img{width:128px;max-height:52px;object-fit:contain;margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h3,.footer-note h3{color:#F1DCA3}.footer-brand p,.footer-note p{color:#D5DBEA}.copyright{text-align:center;border-top:1px solid rgba(241,220,163,.1);padding:18px;color:#8F98AD}.drawer-mask,.mobile-drawer{display:none}
@media (max-width:1120px){.desktop-nav a{font-size:13px;padding:20px 5px}.header-inner{gap:12px}.brand-logo img{width:112px}.main-btn{padding:9px 15px}.zone-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:880px){.header-inner{display:none}.mobile-topbar{display:grid;grid-template-columns:64px 1fr auto;align-items:center;min-height:68px;padding:0 14px;background:#151A23}.mobile-logo{justify-self:center}.mobile-logo img{width:118px;max-height:48px;object-fit:contain}.mobile-entry{padding:9px 13px;font-size:13px}.menu-toggle{width:42px;height:42px;border-radius:12px;border:1px solid rgba(241,220,163,.22);background:#1B2130;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.menu-toggle span{width:20px;height:2px;background:#F1DCA3;border-radius:4px}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.25s;z-index:10000}.mobile-drawer{display:block;position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#1B2130;transform:translateX(-105%);transition:.28s ease;z-index:10001;box-shadow:18px 0 40px rgba(0,0,0,.35);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(241,220,163,.14)}.drawer-logo img{width:118px;max-height:48px;object-fit:contain}.drawer-close{font-size:30px;color:#F1DCA3;background:transparent;border:0;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;padding:12px}.drawer-nav a{color:#F1DCA3;padding:13px 14px;border-radius:12px;font-weight:700}.drawer-nav a.active,.drawer-nav a:hover{background:#202738;box-shadow:inset 3px 0 0 #F1DCA3}.hero-panel,.page-hero .hero-panel,.split-section,.zig-item,.zig-item:nth-child(even){grid-template-columns:1fr}.zig-item:nth-child(even) .zig-img{order:0}.cards-grid,.cards-grid.three,.cards-grid.two,.faq-grid,.review-grid,.service-list{grid-template-columns:1fr}.slide-copy{left:18px;right:18px;bottom:46px;padding:18px}.section{padding:40px 0}.image-row,.image-row.two{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.zone-card img{height:180px}}
@media (max-width:560px){.container{width:min(100% - 28px,1200px)}.banner-slider{margin:18px 14px 28px;border-radius:16px}.slide{height:260px}.slide-copy{position:absolute;padding:14px}.slide-copy p{display:none}.slider-arrow{width:36px;height:36px;font-size:22px}.hero-panel,.article-block,.notice-box{padding:20px}.stats-grid,.zone-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.capsule{min-width:170px}.image-row img{height:210px}}
