*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F8C84A;text-decoration:none;transition:.22s ease}a:hover{color:#FFE45A}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#101115;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.28);border-bottom:1px solid rgba(248,200,74,.12)}.header-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:18px;padding:12px 22px}.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{width:132px;max-height:48px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1;min-width:0}.desktop-nav a{color:#F8C84A;font-weight:700;font-size:14px;padding:10px 9px;border-radius:10px;white-space:nowrap}.desktop-nav a.active,.desktop-nav a:hover{background:linear-gradient(180deg,rgba(248,200,74,.12),rgba(248,200,74,.02));box-shadow:inset 0 -2px 0 #F8C84A,0 10px 22px rgba(248,200,74,.16)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115!important;border-radius:10px;box-shadow:0 10px 24px rgba(248,184,50,.28);font-weight:800;padding:10px 22px;line-height:1;border:0;cursor:pointer}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px);color:#101115!important}.header-btn{flex:0 0 auto}.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(248,200,74,.28);border-radius:10px;background:#15161A;padding:9px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#F8C84A;margin:6px 0;border-radius:2px}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:9998;opacity:0;visibility:hidden;transition:.25s ease}.drawer-overlay.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;left:0;top:0;height:100vh;width:84vw;max-width:320px;background:#15161A;z-index:10000;transform:translateX(-105%);transition:.28s ease;box-shadow:18px 0 40px rgba(0,0,0,.4);overflow-y:auto;border-right:1px solid rgba(248,200,74,.18)}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(248,200,74,.12)}.drawer-logo img{width:126px;max-height:46px;object-fit:contain}.drawer-close{width:38px;height:38px;border-radius:10px;border:1px solid rgba(248,200,74,.25);background:#1B1C21;color:#F8C84A;font-size:28px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:8px;padding:16px}.drawer-nav a{color:#F8C84A;font-weight:700;padding:12px 14px;border-radius:10px;background:#1B1C21;border:1px solid rgba(248,200,74,.1)}.drawer-nav a.active{box-shadow:inset 0 -2px 0 #F8C84A;background:linear-gradient(180deg,rgba(248,200,74,.14),rgba(248,200,74,.04))}.drawer-open{overflow:hidden}.site-main{min-height:70vh}.section{max-width:1200px;margin:0 auto;padding:34px 22px}.section.tight{padding-top:18px}.section-title,h1,h2,h3{color:#F8C84A;line-height:1.28;margin:0 0 14px}.eyebrow{display:inline-flex;color:#F8C84A;font-weight:800;letter-spacing:.08em;font-size:13px;margin-bottom:10px}.lead{font-size:18px;color:#DCE2EC;max-width:840px}.muted{color:#B8BEC9}.small{color:#8E96A6;font-size:14px}.text-link{font-weight:800;color:#F8C84A}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;position:relative;border:1px solid rgba(248,200,74,.16)}.slides{position:relative;height:520px}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease;background:#101115}.slide.active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:contain;background:#101115}.slide-copy{position:absolute;left:0;right:0;bottom:0;padding:80px 54px 44px;background:linear-gradient(180deg,rgba(16,17,21,0) 0%,rgba(16,17,21,.88) 70%,rgba(16,17,21,.96) 100%)}.slide-copy h1,.slide-copy h2{font-size:42px;max-width:760px;text-shadow:0 6px 20px rgba(0,0,0,.6)}.slide-copy p{max-width:660px;color:#EDEFF5;margin:0}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(248,200,74,.3);border-radius:999px;background:rgba(21,22,26,.78);color:#F8C84A;font-size:24px;cursor:pointer}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;gap:10px;justify-content:center}.slider-dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(248,200,74,.35);cursor:pointer}.slider-dots button.active{width:28px;background:#F8C84A}.intro-grid,.split-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}.dark-panel,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:18px}.dark-panel{padding:28px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag-list span,.pill{display:inline-flex;align-items:center;color:#F8C84A;background:rgba(248,200,74,.09);border:1px solid rgba(248,200,74,.18);border-radius:999px;padding:7px 12px;font-weight:700;font-size:13px}.content-img,.zone-card img,.app-section img,.banner-slider img,.product-img{max-width:100%;height:auto}.visual-card{padding:12px;background:#1B1C21;border:1px solid rgba(248,200,74,.14);border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.35)}.visual-card img,.product-img{width:100%;max-height:360px;object-fit:contain;background:#101115;border-radius:14px}.grid{display:grid;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item{padding:22px}.card h3,.zone-card h3,.info-card h3,.review-card h3{font-size:20px}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{margin:0 0 14px;color:#B8BEC9}.zone-card img{width:100%;max-height:220px;object-fit:contain;background:#101115;border-radius:14px;margin-bottom:16px}.numbered{counter-reset:item}.numbered .info-card{position:relative;padding-left:64px}.numbered .info-card:before{counter-increment:item;content:counter(item,decimal-leading-zero);position:absolute;left:22px;top:22px;color:#F8C84A;font-weight:900;font-size:22px}.notice-box{padding:24px;background:#1B1C21;color:#D8DEEA}.sub-hero{max-width:1200px;margin:28px auto 18px;padding:28px 22px;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.sub-hero-text{background:#15161A;border:1px solid rgba(248,200,74,.16);border-radius:20px;padding:34px;box-shadow:0 14px 36px rgba(0,0,0,.32)}.sub-visual{padding:12px;background:#1B1C21;border:1px solid rgba(248,200,74,.16);border-radius:20px;box-shadow:0 14px 36px rgba(0,0,0,.32)}.sub-visual img{width:100%;max-height:360px;object-fit:contain;background:#101115;border-radius:16px}.text-hero{max-width:1000px;margin:28px auto 8px;padding:44px 22px}.text-hero .dark-panel{padding:34px}.check-list{display:grid;gap:12px;margin:18px 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px;color:#B8BEC9}.check-list li:before{content:'•';position:absolute;left:0;top:0;color:#F8C84A;font-weight:900}.faq-list{display:grid;gap:16px}.faq-item h3{font-size:18px}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.app-section img{width:100%;max-height:330px;object-fit:contain;background:#101115;border-radius:16px}.contact-lines{display:grid;gap:12px}.contact-lines div{background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:14px;padding:14px;color:#B8BEC9}.site-footer{background:#08090C;color:#D8DEEA;margin-top:44px}.footer-inner{max-width:1200px;margin:0 auto;padding:34px 22px;display:grid;grid-template-columns:1.2fr .9fr 1.1fr;gap:24px}.footer-brand img{width:130px;max-height:48px;object-fit:contain;margin-bottom:12px}.footer-brand p,.footer-note p{color:#D8DEEA;margin:0 0 10px}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-links a{color:#F8C84A;font-weight:700}.section-divider{height:1px;background:linear-gradient(90deg,rgba(248,200,74,0),rgba(248,200,74,.25),rgba(248,200,74,0));max-width:1200px;margin:8px auto}.quote-mark{font-size:32px;color:#F8C84A;line-height:1}.mini-title{color:#F8C84A;font-weight:900;margin-bottom:8px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-meta span{color:#F8C84A;background:rgba(248,200,74,.08);border:1px solid rgba(248,200,74,.18);border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px}@media (max-width:1180px){.desktop-nav a{font-size:13px;padding:9px 6px}.header-inner{gap:10px}.brand-logo img{width:118px}.slides{height:460px}}@media (max-width:980px){.desktop-nav{display:none}.menu-toggle{display:block}.header-inner{display:grid;grid-template-columns:52px 1fr auto;padding:10px 14px}.brand-logo{justify-self:center}.brand-logo img{width:126px}.header-btn{padding:10px 16px}.intro-grid,.split-grid,.sub-hero,.app-section{grid-template-columns:1fr}.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.slides{height:420px}.slide-copy{padding:72px 26px 42px}.slide-copy h1,.slide-copy h2{font-size:32px}.footer-inner{grid-template-columns:1fr}}@media (max-width:640px){.section{padding:26px 16px}.banner-slider{margin:18px 14px 28px;border-radius:16px}.slides{height:360px}.slide-copy{padding:68px 18px 38px}.slide-copy h1,.slide-copy h2{font-size:25px}.slide-copy p{font-size:14px}.slider-arrow{width:36px;height:36px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}.sub-hero{padding:16px;margin-top:16px}.sub-hero-text{padding:24px}.dark-panel{padding:22px}.card,.zone-card,.info-card,.review-card,.faq-item{padding:18px}.numbered .info-card{padding-left:54px}.visual-card img,.sub-visual img{max-height:300px}.footer-links{grid-template-columns:1fr}.text-hero{padding:26px 16px}.header-btn{padding:9px 14px}.brand-logo img{width:112px}}
