*{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}a{color:#F8C84A;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 22px}.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)}.desktop-nav{height:76px;display:flex;align-items:center;gap:22px}.brand-logo img{width:128px;max-height:54px;object-fit:contain}.nav-links{flex:1;display:flex;justify-content:center;gap:4px;white-space:nowrap}.nav-links a{color:#F8C84A;padding:18px 10px;border-radius:12px;font-size:15px;font-weight:700}.nav-links a.active,.drawer-nav a.active{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;border-radius:999px;box-shadow:0 10px 24px rgba(248,184,50,.28);font-weight:800;padding:12px 24px;border:0;transition:.22s}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}.small-btn{padding:9px 16px}.mobile-top{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 16px}.mobile-logo img{width:122px;max-height:46px;object-fit:contain}.menu-toggle{width:42px;height:42px;border:1px solid rgba(248,200,74,.2);background:#15161A;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{display:block;height:2px;background:#F8C84A;border-radius:4px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:82vw;max-width:320px;background:#15161A;z-index:10001;transform:translateX(-102%);transition:.28s ease;box-shadow:22px 0 50px rgba(0,0,0,.45);overflow-y:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open{overflow:hidden}.drawer-head{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(248,200,74,.14)}.drawer-head img{width:128px;max-height:50px;object-fit:contain}.drawer-close{font-size:30px;color:#F8C84A;background:#1B1C21;border:1px solid rgba(248,200,74,.18);border-radius:12px;width:42px;height:42px}.drawer-nav{padding:16px}.drawer-nav a{display:block;color:#F8C84A;padding:13px 14px;border-radius:12px;margin-bottom:6px;font-weight:700}.hero-section{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}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:24px;align-items:center;padding:52px}.eyebrow,.tag,.number,.gold{color:#F8C84A}.eyebrow{font-weight:800;letter-spacing:.08em}.hero-grid h1,.page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.18;margin:12px 0;color:#F8C84A}.hero-grid p,.lead{color:#EDEFF5;font-size:17px}.muted{color:#B8BEC9}.note{color:#8E96A6}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.tag{padding:8px 13px;border:1px solid rgba(248,200,74,.22);border-radius:999px;background:#1B1C21;font-weight:700}.hero-img,.content-img{background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:18px;padding:14px}.hero-img img,.content-img img,.zone-card img,.app-banner img,.page-top-img img{width:100%;max-height:420px;object-fit:contain;margin:auto}.section{padding:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-title,h1,h2,h3{color:#F8C84A}.section-title{font-size:clamp(26px,3vw,38px);margin:0}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.strip,.legal-box,.faq-item,.text-panel{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:18px}.card,.info-card,.review-card,.faq-item,.text-panel,.legal-box{padding:22px}.card:hover,.zone-card:hover{border-color:rgba(248,200,74,.42);transform:translateY(-2px)}.card,.zone-card{transition:.22s}.card h3,.info-card h3,.review-card h3{margin:8px 0;color:#F8C84A}.text-link{font-weight:800;color:#F8C84A}.strip{padding:26px 30px;background:#1B1C21}.feature-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center;margin-bottom:20px}.feature-row:nth-child(even){grid-template-columns:1.05fr .95fr}.feature-row:nth-child(even) .content-img{order:2}.feature-copy{padding:28px}.feature-copy ul,.clean-list{margin:16px 0;padding-left:20px;color:#B8BEC9}.zone-card{overflow:hidden}.zone-card .zone-body{padding:20px}.zone-card img{height:210px}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.app-banner{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center;background:#1B1C21;border:1px solid rgba(248,200,74,.16);border-radius:22px;padding:28px;box-shadow:0 14px 36px rgba(0,0,0,.32)}.app-banner ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0;list-style:none}.app-banner li{background:#202127;border-radius:12px;padding:12px;color:#EDEFF5}.page-hero{max-width:1200px;margin:28px auto 24px;padding:46px 22px;border-radius:20px;background:#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35)}.page-hero-inner{max-width:860px}.page-top-img{margin-top:24px;background:#1B1C21;border:1px solid rgba(248,200,74,.14);border-radius:18px;padding:12px}.content-block{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}.content-block.alt{grid-template-columns:.9fr 1.1fr}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:0;list-style:none}.checklist li{padding:14px 16px;border-radius:14px;background:#202127;border:1px solid rgba(248,200,74,.1)}.faq-list{display:grid;gap:14px}.faq-item h3{margin-top:0}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-footer{margin-top:40px;background:#08090C;color:#D8DEEA;padding:44px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:24px}.footer-brand img{width:128px;max-height:54px;object-fit:contain;margin-bottom:12px}.site-footer h3{margin-top:0}.site-footer a{display:block;color:#D8DEEA;margin:7px 0}.footer-note{border-top:1px solid rgba(248,200,74,.12);margin-top:26px;padding-top:18px;color:#8E96A6}.legal-box{background:#1B1C21}.legal-box strong{color:#F8C84A}@media(max-width:1060px){.desktop-nav{gap:12px}.nav-links a{font-size:13px;padding:16px 7px}.hero-grid{padding:38px}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.desktop-nav{display:none}.mobile-top{display:flex}.hero-section{margin:18px 14px 28px}.hero-grid,.feature-row,.feature-row:nth-child(even),.content-block,.content-block.alt,.split,.app-banner{grid-template-columns:1fr}.feature-row:nth-child(even) .content-img{order:0}.hero-grid{padding:26px}.grid-3,.grid-4,.grid-2,.footer-grid,.contact-box{grid-template-columns:1fr}.section-head{display:block}.wrap{padding:0 16px}.app-banner ul,.checklist{grid-template-columns:1fr}.page-hero{margin:18px 14px 24px;padding:28px 18px}.zone-card img{height:auto;max-height:300px}.content-img img,.hero-img img,.app-banner img,.page-top-img img{max-height:330px}.site-footer{padding-bottom:24px}}