*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#f6f6f6;color:#222;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:#555}h1,h2,h3{margin:0;color:#222;line-height:1.28}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.section{padding:56px 0}.section.light{background:#fff}.section.soft{background:#fff3ec}.section.gray{background:#f6f6f6}.section-head{max-width:760px;margin:0 auto 28px;text-align:center}.section-kicker{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;background:#fff3ec;color:rgb(255,80,0);font-weight:700;font-size:13px;margin-bottom:12px}.section-head h2{font-size:28px;margin-bottom:10px}.section-head p{font-size:16px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 3px 18px rgba(0,0,0,.08)}.desktop-topbar{display:none}.mobile-topbar{height:62px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;padding:0 12px;gap:8px}.menu-toggle{width:44px;height:44px;border:0;background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:0 0 0 1px rgba(0,0,0,.08);cursor:pointer}.menu-toggle span{width:21px;height:2px;background:#222;border-radius:2px}.mobile-logo{justify-self:center;display:flex;align-items:center;justify-content:center;max-width:128px}.mobile-logo img,.brand-logo img,.drawer-logo img,.footer-logo img{max-height:42px;object-fit:contain}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:rgb(255,80,0);color:#fff!important;border-radius:999px;font-weight:800;box-shadow:0 10px 24px rgba(255,80,0,.24);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.main-btn:hover{background:#e85a00;transform:translateY(-1px);box-shadow:0 12px 28px rgba(232,90,0,.28)}.header-btn{padding:9px 18px;font-size:14px;white-space:nowrap}.mobile-register{padding:7px 12px;font-size:13px;box-shadow:0 8px 18px rgba(255,80,0,.18)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:90;opacity:0;transition:opacity .22s ease}.drawer-overlay.show{opacity:1}.mobile-drawer{position:fixed;top:0;left:0;width:82vw;max-width:320px;height:100vh;background:#fff;z-index:100;transform:translateX(-102%);transition:transform .26s ease;box-shadow:18px 0 40px rgba(0,0,0,.22);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-close{width:38px;height:38px;border:0;border-radius:50%;background:#fff3ec;color:rgb(255,80,0);font-size:26px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:13px 14px;border-radius:12px;color:#333;background:#f7f7f7;font-weight:700}.drawer-nav a.active,.drawer-nav a:hover{background:#fff3ec;color:rgb(255,80,0)}.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:38px 0 44px;color:#fff;position:relative}.hero-inner{display:grid;grid-template-columns:1fr;text-align:center;gap:20px;align-items:center;max-width:1200px;margin:0 auto;width:min(1200px,calc(100% - 32px))}.hero-image{order:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.hero-image img{width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(0,0,0,.38))}.hero-content{order:2;position:relative;z-index:2;max-width:620px;margin:0 auto}.hero-title{color:rgb(255,80,0);font-size:34px;margin-bottom:14px;text-shadow:0 2px 18px rgba(0,0,0,.38)}.hero-desc{color:#fff;font-size:16px;margin-bottom:22px}.hero-actions .main-btn{padding:12px 28px;font-size:16px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.quick-card{background:#fff;border-radius:16px;padding:18px;border:1px solid rgba(255,80,0,.1);box-shadow:0 10px 24px rgba(0,0,0,.05);min-height:128px}.quick-card span{display:inline-flex;width:34px;height:34px;border-radius:10px;background:#fff3ec;color:rgb(255,80,0);align-items:center;justify-content:center;font-weight:900;margin-bottom:10px}.quick-card h3{font-size:17px;margin-bottom:6px}.quick-card p{font-size:14px;margin-bottom:8px}.text-link{color:rgb(255,80,0);font-weight:800;display:inline-flex;align-items:center;gap:4px}.text-link:after{content:'›';font-size:18px;line-height:1}.feature-grid{display:grid;grid-template-columns:1fr;gap:20px}.feature-card,.content-card,.service-card,.faq-item,.notice-card,.step-card,.contact-card{background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04);overflow:hidden}.feature-card{display:flex;flex-direction:column}.feature-card.large{background:#111;color:#fff}.feature-card.large h3,.feature-card.large p{color:#fff}.image-box{background:linear-gradient(135deg,#fff3ec,#fff);min-height:130px;max-height:190px;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden}.image-box img{max-height:168px;width:100%;object-fit:contain;object-position:center}.feature-card.large .image-box{background:linear-gradient(135deg,rgba(255,80,0,.22),rgba(255,255,255,.04));max-height:230px}.feature-card.large .image-box img{max-height:210px}.card-body{padding:20px}.card-body h3{font-size:21px;margin-bottom:8px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}.tag{display:inline-flex;padding:4px 10px;border-radius:999px;background:#fff3ec;color:rgb(255,80,0);font-size:13px;font-weight:800}.category-grid{display:grid;grid-template-columns:1fr;gap:20px}.content-card .image-box{max-height:176px}.content-card .image-box img{max-height:154px}.app-panel{display:grid;grid-template-columns:1fr;gap:22px;align-items:center;background:#fff;border-radius:24px;padding:22px;box-shadow:0 16px 38px rgba(0,0,0,.07);overflow:hidden}.app-visual{background:linear-gradient(135deg,#fff3ec,#fff);border-radius:20px;padding:16px;display:flex;align-items:center;justify-content:center}.app-visual img{max-height:320px;object-fit:contain}.app-copy h2{font-size:28px;margin-bottom:12px}.service-grid{display:grid;grid-template-columns:1fr;gap:18px}.service-card{padding:22px}.service-card h3{font-size:20px;margin-bottom:8px}.notice-card{padding:24px;border-left:5px solid rgb(255,80,0);background:#fff}.notice-card h2,.notice-card h3{margin-bottom:10px}.faq-list{display:grid;gap:14px}.faq-item{padding:20px}.faq-item h3{font-size:18px;margin-bottom:8px}.page-hero{background:linear-gradient(120deg,#111,#2b2b2b);padding:56px 0;color:#fff}.page-hero .container{display:grid;gap:18px}.page-hero h1{color:rgb(255,80,0);font-size:34px}.page-hero p{color:#e8e8e8;max-width:820px;font-size:17px}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;font-size:14px;color:#d8d8d8}.breadcrumb a{color:#fff}.two-col{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}.copy-block{background:#fff;border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.copy-block h2{font-size:26px;margin-bottom:12px}.copy-block h3{font-size:21px;margin:18px 0 8px}.copy-block ul,.copy-block ol{padding-left:20px;margin:10px 0 0;color:#555}.copy-block li{margin-bottom:8px}.visual-card{background:#fff;border-radius:20px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.visual-card img{width:100%;max-height:360px;object-fit:contain;background:#fff3ec;border-radius:16px;padding:10px}.info-grid{display:grid;grid-template-columns:1fr;gap:18px}.step-card{padding:20px}.step-card strong{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:rgb(255,80,0);color:#fff;margin-bottom:10px}.link-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.link-list a{padding:8px 0;color:rgb(255,80,0);font-weight:800}.site-footer{background:#1f1f1f;color:#d8d8d8;padding-top:46px}.footer-grid{display:grid;grid-template-columns:1fr;gap:28px}.footer-grid p{color:#d8d8d8}.footer-grid h3{color:#fff;font-size:18px;margin-bottom:12px}.footer-grid a{display:block;color:#d8d8d8;margin:8px 0}.footer-grid a:hover,.footer-text-link{color:rgb(255,80,0)!important}.footer-logo{display:inline-flex;margin-bottom:12px}.footer-logo img{filter:brightness(1.08)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:18px;margin-top:34px;color:#aaa;font-size:14px}.table-like{display:grid;gap:12px}.table-like div{background:#fff;border-radius:14px;padding:16px;border:1px solid rgba(0,0,0,.05)}.table-like strong{display:block;color:rgb(255,80,0);margin-bottom:6px}.contact-grid{display:grid;grid-template-columns:1fr;gap:18px}.contact-card{padding:22px}.contact-card h3{margin-bottom:8px}@media (min-width:640px){.quick-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.info-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.mobile-topbar{display:none}.desktop-topbar{height:76px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.desktop-nav a{padding:10px 12px;border-radius:999px;font-weight:700;color:#333;font-size:15px}.desktop-nav a.active,.desktop-nav a:hover{color:rgb(255,80,0);background:#fff3ec}.brand-logo img{max-height:48px}.hero-section{padding:42px 0 54px}.hero-inner{grid-template-columns:1fr 1fr;text-align:left;gap:40px}.hero-image{order:1}.hero-content{order:2;margin:0}.hero-image img{max-height:520px}.hero-title{font-size:48px}.hero-desc{font-size:18px}.quick-grid{grid-template-columns:repeat(5,1fr)}.feature-grid{grid-template-columns:1.35fr 1fr 1fr}.feature-card.large{grid-row:span 2}.category-grid{grid-template-columns:repeat(3,1fr)}.app-panel{grid-template-columns:.9fr 1.1fr;padding:30px}.service-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1.3fr}.two-col{grid-template-columns:1.15fr .85fr}.info-grid{grid-template-columns:repeat(3,1fr)}.section{padding:64px 0}.page-hero h1{font-size:44px}}@media (min-width:1100px){.desktop-nav a{font-size:15px;padding:10px 14px}.quick-grid{grid-template-columns:repeat(9,1fr)}.quick-card{min-height:134px}.quick-card h3{font-size:16px}.quick-card p{font-size:13px}}@media (max-width:380px){.mobile-topbar{grid-template-columns:52px 1fr auto;padding:0 8px}.mobile-logo{max-width:108px}.mobile-register{font-size:12px;padding:6px 10px}.menu-toggle{width:40px;height:40px}.hero-title{font-size:30px}.section{padding:46px 0}.quick-card{padding:15px}.image-box{min-height:112px}.image-box img{max-height:136px}}
