:root{
  --bg:#121826;
  --nav:#121826;
  --panel:#171E2D;
  --panel2:#1C2333;
  --panel3:#21293B;
  --card:#1A2130;
  --gold:#F1D18A;
  --gold2:#E0BC6A;
  --text:#E8ECF3;
  --muted:#C7CEDD;
  --soft:#AAB3C5;
  --footer:#0E1420;
  --line:rgba(241,209,138,.14);
  --shadow:0 14px 36px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
p{margin:0 0 14px;color:var(--muted)}
h1,h2,h3,.section-title,.nav a{color:var(--gold)}
h1{font-size:clamp(32px,5vw,58px);line-height:1.14;margin:0 0 18px;letter-spacing:.02em}
h2{font-size:clamp(24px,3vw,36px);line-height:1.25;margin:0 0 18px}
h3{font-size:20px;line-height:1.35;margin:0 0 10px}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:14px;border:1px solid rgba(241,209,138,.18);background:rgba(241,209,138,.06);border-radius:999px;padding:5px 12px;margin-bottom:14px}.container{width:min(1200px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#121826;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.22);border-bottom:1px solid rgba(241,209,138,.1)}.header-shell{width:min(1240px,calc(100% - 34px));height:76px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.brand-logo img{width:142px;max-height:52px;object-fit:contain}.desktop-nav{display:flex;justify-content:center;align-items:center;gap:4px;min-width:0}.desktop-nav a{position:relative;display:inline-flex;align-items:center;height:42px;padding:0 10px;border-radius:14px;color:#F1D18A;font-weight:600;font-size:14px;white-space:nowrap;transition:.2s ease}.desktop-nav a:hover,.desktop-nav a.active{background:rgba(241,209,138,.08);color:#F1D18A}.desktop-nav a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:3px;height:2px;border-radius:6px;background:#F1D18A;box-shadow:0 0 16px rgba(241,209,138,.8)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F1D18A;color:#1A1F2B!important;border-radius:999px;font-weight:800;letter-spacing:.02em;padding:11px 20px;box-shadow:0 10px 24px rgba(241,209,138,.18);border:0;transition:.22s ease;white-space:nowrap}.main-btn:hover{background:#E0BC6A;transform:translateY(-1px)}.header-btn{min-width:104px}.mobile-header{display:none;height:66px;width:min(100%,1240px);margin:0 auto;padding:0 14px;grid-template-columns:92px 1fr 92px;align-items:center}.menu-toggle{width:44px;height:44px;border:1px solid rgba(241,209,138,.2);background:rgba(255,255,255,.03);border-radius:14px;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-toggle span{width:20px;height:2px;border-radius:10px;background:#F1D18A}.mobile-logo{justify-self:center}.mobile-logo img{width:118px;max-height:45px;object-fit:contain}.mobile-register{justify-self:end;padding:9px 13px;font-size:13px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:10000;opacity:0;visibility:hidden;transition:.25s ease}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:82vw;max-width:320px;background:#171E2D;z-index:10001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 40px rgba(0,0,0,.36);border-right:1px solid rgba(241,209,138,.16);padding:18px;overflow-y:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-logo img{width:128px;max-height:48px;object-fit:contain}.drawer-close{width:38px;height:38px;border:1px solid rgba(241,209,138,.18);border-radius:12px;background:#1C2333;color:#F1D18A;font-size:24px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{color:#F1D18A;font-weight:700;background:rgba(255,255,255,.03);border:1px solid rgba(241,209,138,.12);padding:12px 14px;border-radius:14px}.drawer-nav a.active{background:rgba(241,209,138,.1);border-color:rgba(241,209,138,.34)}.drawer-note{margin-top:18px;color:#AAB3C5;font-size:13px;padding:14px;border-radius:16px;background:#1C2333;border:1px solid rgba(241,209,138,.1)}.banner-slider{max-width:1200px;height:390px;margin:28px auto 36px;border-radius:20px;background:#171E2D;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;border:1px solid rgba(241,209,138,.12)}.banner-track,.banner-slide{position:absolute;inset:0}.banner-slide{opacity:0;pointer-events:none;transition:opacity .55s ease}.banner-slide.active{opacity:1;pointer-events:auto}.banner-slide img{width:100%;height:100%;object-fit:contain;background:linear-gradient(135deg,#171E2D,#121826)}.banner-caption{position:absolute;left:38px;bottom:34px;max-width:470px;padding:18px 20px;border-radius:18px;background:rgba(18,24,38,.72);border:1px solid rgba(241,209,138,.16);backdrop-filter:blur(8px);box-shadow:0 12px 28px rgba(0,0,0,.24)}.banner-caption strong{display:block;color:#F1D18A;font-size:24px;margin-bottom:6px}.banner-caption span{color:#E8ECF3;font-size:15px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(241,209,138,.18);background:rgba(18,24,38,.72);color:#F1D18A;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;z-index:3}.slider-arrow:hover{background:rgba(18,24,38,.92)}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:15px;display:flex;justify-content:center;gap:9px;z-index:4}.slider-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(241,209,138,.24);cursor:pointer;transition:.2s ease}.slider-dot.active{width:30px;background:#F1D18A}.section{padding:46px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head p{max-width:680px;margin:0;color:#C7CEDD}.pill-row{width:min(1200px,calc(100% - 36px));margin:0 auto 36px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-pill{background:#1A2130;border:1px solid rgba(241,209,138,.16);border-radius:18px;padding:16px 16px;box-shadow:0 14px 36px rgba(0,0,0,.18);transition:.22s ease}.quick-pill:hover{border-color:rgba(241,209,138,.44);transform:translateY(-2px)}.quick-pill em{font-style:normal;color:#F1D18A;font-weight:900;font-size:13px}.quick-pill strong{display:block;color:#E8ECF3;font-size:17px;margin:3px 0}.quick-pill span{display:block;color:#AAB3C5;font-size:13px;line-height:1.6}.intro-strip{width:min(1200px,calc(100% - 36px));margin:0 auto 18px;padding:24px 28px;border-radius:22px;background:linear-gradient(135deg,#171E2D,#1C2333);border:1px solid rgba(241,209,138,.14);box-shadow:var(--shadow)}.intro-strip p{margin:0;color:#E8ECF3;font-size:16px}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.zone-card,.info-card,.faq-item,.text-panel,.sub-card{background:#1A2130;border:1px solid rgba(241,209,138,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:22px}.info-card{padding:22px}.num{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:rgba(241,209,138,.1);color:#F1D18A;font-weight:900;margin-bottom:14px}.feature-stack{display:grid;gap:28px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.feature-row.reverse .feature-copy{order:1}.feature-row.reverse .feature-media{order:2}.feature-media{background:#171E2D;border:1px solid rgba(241,209,138,.14);border-radius:24px;padding:14px;box-shadow:var(--shadow)}.feature-media img,.content-img{width:100%;max-height:330px;object-fit:contain;border-radius:18px;background:#121826}.feature-copy{padding:8px 4px}.feature-copy p{font-size:16px}.point-list{display:grid;gap:10px;margin:18px 0}.point-list span{position:relative;display:block;color:#E8ECF3;background:rgba(255,255,255,.03);border:1px solid rgba(241,209,138,.1);border-radius:14px;padding:10px 12px 10px 34px}.point-list span:before{content:"";position:absolute;left:14px;top:20px;width:7px;height:7px;border-radius:50%;background:#F1D18A}.text-link{display:inline-flex;align-items:center;gap:6px;color:#F1D18A;font-weight:800}.text-link:after{content:"→"}.zone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.zone-card{overflow:hidden}.zone-card .zone-img{height:165px;background:#171E2D;display:flex;align-items:center;justify-content:center;padding:10px}.zone-card img{max-height:145px;width:100%;object-fit:contain;border-radius:16px}.zone-body{padding:18px}.tag{display:inline-flex;color:#F1D18A;background:rgba(241,209,138,.08);border:1px solid rgba(241,209,138,.18);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.zone-card.text-only{padding:20px}.app-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#171E2D,#21293B);border:1px solid rgba(241,209,138,.15);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.app-visual img{max-height:340px;width:100%;object-fit:contain;border-radius:22px;background:#121826}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.feature-list span{padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.04);border:1px solid rgba(241,209,138,.1);color:#E8ECF3}.safe-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:stretch}.safe-aside{background:#171E2D;border:1px solid rgba(241,209,138,.14);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.safe-aside img{width:100%;max-height:330px;object-fit:contain;border-radius:18px;background:#121826}.safe-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.safe-cards .info-card{padding:18px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{padding:20px}.faq-item strong{display:block;color:#F1D18A;font-size:18px;margin-bottom:8px}.notice-box{background:#171E2D;border:1px solid rgba(241,209,138,.16);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.notice-box p{margin:0;color:#E8ECF3}.sub-hero{padding:54px 0 30px}.sub-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.hero-card{background:linear-gradient(135deg,#171E2D,#1C2333);border:1px solid rgba(241,209,138,.15);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.hero-card p{font-size:17px;color:#DDE3EF}.hero-image{background:#171E2D;border:1px solid rgba(241,209,138,.14);border-radius:26px;padding:16px;box-shadow:var(--shadow)}.hero-image img{width:100%;max-height:360px;object-fit:contain;border-radius:20px;background:#121826}.sub-layout{display:grid;grid-template-columns:1fr;gap:22px;padding-bottom:56px}.content-block{background:#1A2130;border:1px solid rgba(241,209,138,.14);border-radius:24px;padding:28px;box-shadow:0 14px 36px rgba(0,0,0,.25)}.content-block p{font-size:16px}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sub-card{padding:22px}.sub-card h3{margin-bottom:8px}.steps{counter-reset:item;display:grid;gap:14px;margin-top:12px}.steps li{list-style:none;counter-increment:item;background:rgba(255,255,255,.03);border:1px solid rgba(241,209,138,.1);border-radius:16px;padding:14px 16px;color:#C7CEDD}.steps li:before{content:counter(item,decimal-leading-zero);color:#F1D18A;font-weight:900;margin-right:10px}.faq-list{display:grid;gap:14px}.faq-list details{background:#1A2130;border:1px solid rgba(241,209,138,.14);border-radius:18px;padding:18px 20px;box-shadow:0 12px 28px rgba(0,0,0,.18)}.faq-list summary{cursor:pointer;color:#F1D18A;font-weight:800;font-size:18px}.faq-list p{margin-top:10px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.site-footer{background:#0E1420;color:#D6DCEC;border-top:1px solid rgba(241,209,138,.1);padding-top:44px}.footer-shell{width:min(1200px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:28px}.footer-logo img{width:138px;max-height:52px;object-fit:contain;margin-bottom:14px}.footer-brand p,.footer-reminder p{color:#D6DCEC;font-size:14px}.footer-links{display:grid;gap:8px;align-content:start}.footer-links h3,.footer-reminder h3{font-size:18px;margin-bottom:8px}.footer-links a{color:#D6DCEC;font-size:14px}.footer-links a:hover{color:#F1D18A}.footer-bottom{text-align:center;color:#AAB3C5;border-top:1px solid rgba(255,255,255,.06);padding:18px;margin-top:34px;font-size:13px}@media (max-width:1100px){.desktop-nav a{padding:0 7px;font-size:13px}.header-shell{gap:12px}.brand-logo img{width:120px}.zone-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.desktop-header{display:none}.mobile-header{display:grid}.site-header{position:sticky}.banner-slider{height:260px;margin:18px auto 28px;width:calc(100% - 28px);border-radius:18px}.banner-caption{left:14px;right:14px;bottom:36px;padding:12px 14px}.banner-caption strong{font-size:18px}.banner-caption span{font-size:13px}.slider-arrow{width:36px;height:36px;font-size:24px}.slider-prev{left:10px}.slider-next{right:10px}.pill-row{display:flex;overflow-x:auto;gap:12px;padding-bottom:6px;scroll-snap-type:x mandatory}.quick-pill{min-width:220px;scroll-snap-align:start}.section{padding:34px 0}.section-head{display:block}.feature-row,.feature-row.reverse,.app-band,.safe-layout,.sub-hero-grid{grid-template-columns:1fr}.feature-row.reverse .feature-copy,.feature-row.reverse .feature-media{order:initial}.faq-grid,.two-col,.three-col,.contact-grid{grid-template-columns:1fr}.footer-shell{grid-template-columns:1fr 1fr}.hero-card{padding:24px}.sub-hero{padding-top:34px}}@media (max-width:640px){.container{width:calc(100% - 28px)}h1{font-size:32px}.mobile-header{grid-template-columns:74px 1fr 86px}.mobile-logo img{width:104px}.mobile-register{padding:8px 10px;font-size:12px}.banner-slider{height:218px}.banner-caption{display:none}.pill-row,.intro-strip{width:calc(100% - 28px)}.intro-strip{padding:20px}.info-grid,.zone-grid,.safe-cards,.feature-list,.footer-shell{grid-template-columns:1fr}.app-band{padding:18px;border-radius:22px}.feature-media img,.app-visual img,.safe-aside img,.hero-image img{max-height:260px}.content-block{padding:22px}.footer-shell{gap:20px}.zone-card .zone-img{height:145px}.sub-card{padding:18px}}
