*{box-sizing:border-box}:root{--brand:rgb(255,80,0);--brand-dark:#E85A00;--brand-soft:#FFF3EC;--page-bg:#F6F6F6;--text:#222;--muted:#555;--light:#777;--footer-bg:#1F1F1F;--footer-text:#D8D8D8;--border:rgba(0,0,0,.08);--shadow:0 14px 32px rgba(0,0,0,.08)}html{scroll-behavior:smooth}body{margin:0;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--text);background:var(--page-bg);line-height:1.75;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.05);backdrop-filter:blur(12px)}.mobile-topbar{height:62px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0 8px;cursor:pointer}.menu-toggle span{height:2px;width:24px;background:#1f1f1f;border-radius:10px}.mobile-logo{justify-self:center;max-width:128px}.mobile-logo img,.site-logo img,.drawer-logo img,.footer-brand img{object-fit:contain}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700;letter-spacing:.02em;box-shadow:0 10px 24px rgba(255,80,0,.28);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.main-btn:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 12px 30px rgba(232,90,0,.35)}.header-btn{min-height:36px;padding:0 14px;font-size:14px;white-space:nowrap}.desktop-header{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:90}.mobile-drawer{position:fixed;top:0;left:0;width:min(84vw,320px);height:100vh;background:#fff;transform:translateX(-105%);transition:transform .28s ease;z-index:100;box-shadow:16px 0 38px rgba(0,0,0,.2);overflow-y:auto}.drawer-open{overflow:hidden}.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.drawer-logo{max-width:132px}.drawer-close{width:38px;height:38px;border:0;background:var(--brand-soft);color:var(--brand);border-radius:50%;font-size:28px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:4px;padding:14px}.drawer-nav a{padding:13px 14px;border-radius:12px;color:#2a2a2a;font-weight:600}.drawer-nav a.active,.drawer-nav a:hover{color:var(--brand);background:var(--brand-soft)}.section{padding:56px 0}.section.alt{background:#fff}.section.soft{background:var(--brand-soft)}.section-head{max-width:760px;margin-bottom:26px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:800;font-size:14px;letter-spacing:.08em}.eyebrow:before{content:"";width:20px;height:3px;border-radius:999px;background:var(--brand)}h1,h2,h3{margin:0;line-height:1.3}p{margin:0}.section-title{margin-top:8px;font-size:clamp(26px,4vw,42px)}.section-desc{margin-top:10px;color:var(--muted);font-size:16px}.hero-section{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.58)),url('banner.webp');background-size:cover;background-position:center;background-repeat:no-repeat;padding:34px 0 40px;color:#fff}.hero-inner{display:grid;grid-template-columns:1fr;align-items:center;gap:20px;max-width:1200px;margin:0 auto;width:min(1180px,calc(100% - 32px))}.hero-image{position:relative;z-index:2;display:flex;justify-content:center}.hero-image img{width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 20px 38px rgba(0,0,0,.45))}.hero-content{position:relative;z-index:2;text-align:center}.hero-kicker{color:#fff;font-weight:700;letter-spacing:.12em;opacity:.92}.hero-title{color:rgb(255,80,0);font-size:clamp(34px,7vw,60px);margin:8px 0 14px}.hero-desc{color:#fff;max-width:650px;margin:0 auto 22px;font-size:16px}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px}.hero-tags span,.card-tag,.mini-tag{display:inline-flex;align-items:center;border-radius:999px;padding:4px 11px;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:700}.hero-tags span{background:rgba(255,80,0,.16);color:#fff;border:1px solid rgba(255,255,255,.18)}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quick-card{background:#fff;border:1px solid rgba(255,80,0,.12);border-radius:18px;padding:18px;min-height:130px;box-shadow:0 10px 28px rgba(0,0,0,.05)}.quick-card strong{display:block;color:var(--brand);margin-bottom:6px;font-size:18px}.quick-card p{color:var(--muted);font-size:14px;margin-bottom:8px}.text-link{color:var(--brand);font-weight:800;border-bottom:1px solid rgba(255,80,0,.35)}.text-link:hover{color:var(--brand-dark);border-bottom-color:var(--brand-dark)}.feature-grid,.category-grid,.service-grid,.notice-grid,.faq-grid,.contact-grid,.steps-grid{display:grid;gap:20px}.feature-card,.category-card,.service-card,.faq-item,.notice-card,.info-panel,.contact-card,.step-card{background:#fff;border-radius:20px;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.feature-card{display:flex;flex-direction:column}.feature-card.large{background:#111;color:#fff}.card-media{min-height:132px;padding:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#fff7f2)}.feature-card.large .card-media{background:linear-gradient(135deg,#222,#0b0b0b)}.card-media img{width:100%;max-height:185px;object-fit:contain;object-position:center}.card-body{padding:20px}.card-body h3,.service-card h3,.faq-item h3,.notice-card h3,.contact-card h3,.step-card h3{font-size:21px;color:var(--text);margin-bottom:8px}.feature-card.large .card-body h3,.feature-card.large .card-body p{color:#fff}.card-body p,.service-card p,.faq-item p,.notice-card p,.contact-card p,.step-card p,.info-panel p{color:var(--muted)}.feature-card.large .card-body p{color:#ececec}.category-card{padding:14px}.category-card .card-media{border-radius:16px;min-height:126px}.category-card .card-media img{max-height:156px}.category-card .card-body{padding:16px 6px 4px}.app-section{background:#fff}.app-panel,.page-hero-inner,.split-panel{display:grid;gap:24px;align-items:center}.app-visual,.page-visual{background:linear-gradient(135deg,#fff,#fff3ec);border-radius:24px;padding:18px;border:1px solid rgba(255,80,0,.16);box-shadow:var(--shadow)}.app-visual img,.page-visual img{width:100%;max-height:380px;object-fit:contain}.app-copy h2,.page-hero-copy h1,.split-copy h2{font-size:clamp(26px,4vw,44px);margin:8px 0 12px}.app-copy p,.page-hero-copy p,.split-copy p{color:var(--muted);margin-bottom:12px}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.service-card,.notice-card,.faq-item,.contact-card,.step-card,.info-panel{padding:22px}.service-card h3:before,.notice-card h3:before,.step-card h3:before{content:"";display:block;width:34px;height:4px;border-radius:999px;background:var(--brand);margin-bottom:12px}.notice-card{background:linear-gradient(135deg,#fff,#fff8f4)}.faq-item h3{color:var(--brand)}.page-hero{padding:54px 0;background:linear-gradient(135deg,#141414,#242424);color:#fff}.page-hero-copy h1{color:var(--brand)}.page-hero-copy p{color:#eee}.page-hero .tag-row span{background:rgba(255,80,0,.15);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:4px 11px;font-weight:700;font-size:13px}.page-visual{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.content-block{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow);margin-bottom:20px}.content-block h2{margin-bottom:10px;font-size:26px}.content-block p+p{margin-top:12px}.content-block p,.content-block li{color:var(--muted)}.content-block ul,.content-block ol{margin:14px 0 0;padding-left:22px}.content-block li{margin:8px 0}.steps-grid{counter-reset:steps}.step-card{position:relative}.step-card:after{counter-increment:steps;content:counter(steps);position:absolute;right:18px;top:16px;width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:800}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding-top:48px}.footer-grid{display:grid;gap:28px}.footer-brand img{max-width:150px;margin-bottom:14px}.footer-brand p{color:var(--footer-text)}.site-footer h3{color:#fff;font-size:18px;margin-bottom:12px}.site-footer a{display:block;color:var(--footer-text);margin:8px 0}.site-footer a:hover{color:var(--brand)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding:16px;text-align:center;color:#cfcfcf;font-size:14px}@media (min-width:640px){.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid,.category-grid,.service-grid,.notice-grid,.faq-grid,.contact-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:860px){.mobile-topbar{display:none}.desktop-header{height:76px;display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:22px}.site-logo{display:flex;align-items:center;max-width:150px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0}.desktop-nav a{padding:9px 10px;border-radius:999px;color:#303030;font-weight:700;font-size:15px;white-space:nowrap}.desktop-nav a.active,.desktop-nav a:hover{color:var(--brand);background:var(--brand-soft)}.header-btn{min-height:42px;padding:0 20px;font-size:15px}.hero-section{padding:46px 0 54px}.hero-inner{grid-template-columns:1fr 1fr;gap:40px}.hero-image{order:1}.hero-content{order:2;text-align:left}.hero-desc{margin-left:0}.hero-tags{justify-content:flex-start}.hero-image img{max-height:520px}.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-grid{grid-template-columns:1.2fr .8fr .8fr}.feature-card.large{grid-row:span 2}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid,.notice-grid,.faq-grid,.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.app-panel,.page-hero-inner,.split-panel{grid-template-columns:1fr 1fr;gap:42px}.footer-grid{grid-template-columns:1.4fr .7fr .7fr .7fr}}@media (min-width:1080px){.desktop-nav a{padding:10px 14px}}@media (max-width:420px){.container{width:min(100% - 24px,1180px)}.mobile-topbar{grid-template-columns:42px minmax(0,1fr) auto;padding:0 10px;gap:4px}.mobile-logo{max-width:112px}.header-btn{padding:0 10px;font-size:13px;min-height:34px}.quick-grid{gap:10px}.quick-card{padding:14px;min-height:118px}.section{padding:46px 0}.card-media img{max-height:150px}}