
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#FFF0E6;color:#243447;line-height:1.75}a{color:#DEC1AF;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:9999;background:#FAF7F5;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.header-inner{max-width:1280px;margin:0 auto;min-height:76px;display:flex;align-items:center;gap:24px;padding:0 24px}.brand-logo img{height:44px;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;overflow-x:auto}.nav a{color:#4E5F7A;font-size:14px;font-weight:700;padding:26px 10px 22px;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:#DEC1AF;border-bottom-color:#DEC1AF}.main-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%);color:#fff!important;border-radius:999px;box-shadow:0 10px 24px rgba(227,168,132,.28);font-weight:800;padding:11px 24px;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#F0C5AA 0%,#DFE4E8 100%);transform:translateY(-1px)}.small-btn{padding:8px 15px;font-size:13px}.mobile-head{display:none;min-height:66px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-logo img{height:40px;display:block}.menu-toggle{width:42px;height:42px;border:0;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(56,92,138,.10);display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.menu-toggle span{width:20px;height:2px;background:#4E5F7A;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);opacity:0;visibility:hidden;z-index:10000;transition:.25s}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:20px 0 40px rgba(0,0,0,.18);padding:18px;display:flex;flex-direction:column;gap:18px}.drawer-open{overflow:hidden}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-top{display:flex;justify-content:space-between;align-items:center}.drawer-top img{height:42px}.drawer-close{border:0;background:#F8F4F1;border-radius:50%;width:38px;height:38px;font-size:24px;color:#4E5F7A}.drawer-links{display:grid;gap:8px;overflow-y:auto}.drawer-links a{display:block;padding:11px 12px;border-radius:12px;color:#4E5F7A;font-weight:800;background:#FAF7F5}.drawer-links a.active{color:#DEC1AF;background:#FFF0E6}.drawer-btn{width:100%;margin-top:auto}.container{max-width:1200px;margin:0 auto;padding:0 22px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#DEC1AF;font-size:26px;box-shadow:0 10px 24px rgba(56,92,138,.16);cursor:pointer}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.70);box-shadow:0 0 0 1px rgba(222,193,175,.3);cursor:pointer}.dot.active{width:24px;border-radius:999px;background:#DEC1AF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.hero-card,.section,.card,.zone-card,.info-card,.review-card,.faq-item{background:rgba(255,255,255,.92);border:1px solid rgba(222,193,175,.28);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:24px}.hero-card{padding:38px;margin-bottom:34px}.section{padding:34px;margin:30px 0}.section.alt{background:#FCFAF9}.section-title,h1,h2,h3{color:#DEC1AF}h1{font-size:40px;line-height:1.2;margin:0 0 16px}h2{font-size:28px;margin:0 0 18px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 14px}.lead{font-size:17px;color:#243447}.muted{color:#66788A}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.info-card,.review-card{padding:24px}.zone-card{display:flex;flex-direction:column;height:100%;padding:18px}.zone-card .img-wrap{height:260px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;margin-bottom:18px;overflow:hidden}.zone-card img{max-width:100%;max-height:240px;width:auto;height:auto;display:block;object-fit:contain;object-position:center}.zone-card h3{min-height:56px}.zone-card p{color:#66788A}.zone-card a,.text-link{margin-top:auto;font-weight:800;color:#DEC1AF}.pill-list{display:flex;gap:10px;flex-wrap:wrap}.pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:#F8F4F1;color:#DEC1AF;font-weight:800}.steps{counter-reset:s;display:grid;gap:14px}.step{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:18px;background:#FCFAF9}.step:before{counter-increment:s;content:counter(s,decimal-leading-zero);color:#DEC1AF;font-weight:900}.app-section{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:center}.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(56,92,138,.10)}.notice{border-radius:22px;background:#F8F4F1;border:1px solid rgba(222,193,175,.28);padding:24px;color:#66788A}.site-footer{background:#243447;color:#EAF3FF;margin-top:54px}.footer-inner{max-width:1200px;margin:0 auto;padding:42px 22px}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center}.footer-brand img{max-height:54px;max-width:150px}.footer-links{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0}.footer-links a{color:#EAF3FF}.footer-note{color:#d7e8fb;font-size:14px}.faq-list{display:grid;gap:16px}.faq-item{padding:24px}.page-hero{padding:54px 0 22px}.page-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.link-list{display:grid;gap:10px}.link-list a{padding:13px 16px;border-radius:14px;background:#FCFAF9;color:#4E5F7A;font-weight:800}.compliance{margin:34px auto;max-width:1200px}.banner-slider img,.content-img,.app-section img{max-width:100%;height:auto}
@media(max-width:1100px){.desktop-head{display:none}.mobile-head{display:flex}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.page-layout,.app-section{grid-template-columns:1fr}.site-header{position:sticky}}
@media(max-width:760px){.container{padding:0 14px}.banner-slider{margin:16px 14px 26px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:22px}.hero-card{padding:24px}h1{font-size:30px}h2{font-size:24px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.zone-card .img-wrap{height:220px}.zone-card img{max-height:200px}.footer-brand{grid-template-columns:1fr}.section{padding:24px;margin:20px 0}.mobile-drawer{width:86vw}}
