*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:#222;background:#f6f6f6;line-height:1.7}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 4px 18px rgba(0,0,0,.08)}.mobile-header-bar{height:62px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px}.menu-toggle{width:40px;height:40px;border:0;background:#fff3ec;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;background:#222;border-radius:2px}.mobile-logo{justify-self:center;min-width:0}.mobile-logo img{height:34px;width:auto;margin:0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgb(255,80,0);color:#fff;font-weight:700;letter-spacing:.02em;box-shadow:0 10px 24px rgba(255,80,0,.24);transition:background .2s ease,transform .2s ease,box-shadow .2s ease;white-space:nowrap}.main-btn:hover{background:#e85a00;transform:translateY(-1px);box-shadow:0 12px 28px rgba(232,90,0,.28)}.mobile-register{font-size:13px;padding:7px 12px}.desktop-header-inner{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:80;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-drawer{position:fixed;top:0;left:0;width:82vw;max-width:320px;height:100vh;background:#fff;z-index:90;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 38px rgba(0,0,0,.18);padding:16px;overflow-y:auto}.drawer-open .drawer-overlay{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;padding-bottom:14px;margin-bottom:14px}.drawer-logo img{height:38px;width:auto}.drawer-close{width:38px;height:38px;border:0;border-radius:50%;background:#fff3ec;color:#ff5000;font-size:30px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:13px 14px;border-radius:14px;color:#222;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:36px 0 44px;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr;align-items:center;gap:20px;max-width:1200px;margin:0 auto;width:min(1120px,calc(100% - 32px));text-align:center}.hero-image{order:1;position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.45))}.hero-content{order:2;position:relative;z-index:2;background:rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:22px 18px;backdrop-filter:blur(4px)}.hero-kicker{display:inline-flex;margin-bottom:8px;padding:5px 12px;border-radius:999px;background:rgba(255,80,0,.18);color:#fff;border:1px solid rgba(255,80,0,.42);font-size:13px}.hero-title{margin:0 0 12px;color:rgb(255,80,0);font-size:clamp(30px,8vw,54px);line-height:1.12;font-weight:900}.hero-desc{margin:0 0 18px;color:#fff;font-size:15px}.hero-action{padding:12px 24px;font-size:16px}.section{padding:52px 0}.section.white{background:#fff}.section.soft{background:#fff3ec}.section.gray{background:#f6f6f6}.section-head{margin-bottom:24px}.section-head.center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:rgb(255,80,0);font-weight:800;font-size:14px}.section-title{margin:6px 0 10px;font-size:clamp(24px,5vw,38px);line-height:1.25;color:#222}.section-desc{margin:0;color:#555;font-size:16px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-card{background:#fff;border:1px solid #f0e0d7;border-radius:18px;padding:16px;box-shadow:0 10px 26px rgba(0,0,0,.05);min-height:112px;display:flex;flex-direction:column;justify-content:space-between}.quick-card strong{color:#222;font-size:17px}.quick-card span{display:block;color:#666;font-size:13px;margin:6px 0 10px}.text-link{color:rgb(255,80,0);font-weight:800;border-bottom:1px solid rgba(255,80,0,.3)}.text-link:hover{color:#e85a00;border-bottom-color:#e85a00}.feature-grid{display:grid;grid-template-columns:1fr;gap:18px}.feature-card,.content-card,.service-card,.faq-item,.info-box,.notice-box,.step-card{background:#fff;border-radius:20px;box-shadow:0 12px 32px rgba(0,0,0,.06);border:1px solid #f0f0f0;overflow:hidden}.feature-card{display:flex;flex-direction:column}.feature-card.large{background:linear-gradient(180deg,#fff,#fff8f3)}.card-image{height:150px;background:linear-gradient(135deg,#fff3ec,#f7f7f7);display:flex;align-items:center;justify-content:center;padding:12px}.card-image img{max-height:100%;width:100%;object-fit:contain}.feature-body,.content-body{padding:20px}.feature-body h3,.content-body h3,.service-card h3,.info-box h3,.notice-box h3,.step-card h3{margin:0 0 8px;color:#222;font-size:21px}.feature-body p,.content-body p,.service-card p,.info-box p,.notice-box p,.step-card p{margin:0 0 12px;color:#555}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff3ec;color:#e85a00;font-size:13px;font-weight:800}.zone-grid{display:grid;grid-template-columns:1fr;gap:18px}.content-card{overflow:hidden}.app-panel{display:grid;grid-template-columns:1fr;gap:22px;align-items:center;background:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 38px rgba(0,0,0,.07);border:1px solid #f0e5de}.app-visual{background:linear-gradient(135deg,#111,#2b2b2b);border-radius:22px;padding:16px;display:flex;justify-content:center;align-items:center;min-height:220px}.app-visual img{max-height:340px;width:100%;object-fit:contain}.app-copy p{color:#555}.service-grid{display:grid;grid-template-columns:1fr;gap:16px}.service-card{padding:20px}.service-card .num{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#ff5000;color:#fff;font-weight:900;margin-bottom:10px}.responsible-box{background:#1f1f1f;color:#e8e8e8;border-radius:24px;padding:24px;display:grid;gap:16px;border-left:5px solid #ff5000}.responsible-box h2,.responsible-box h3{color:#ff5000;margin:0 0 8px}.responsible-box p{margin:0;color:#e8e8e8}.faq-list{display:grid;gap:14px}.faq-item{padding:18px}.faq-item h3{margin:0 0 8px;color:#222;font-size:18px}.faq-item p{margin:0;color:#555}.page-hero{background:linear-gradient(135deg,#111,#262626 58%,#3a1b10);color:#fff;padding:54px 0}.page-hero-inner{width:min(1120px,calc(100% - 32px));margin:0 auto;display:grid;gap:18px}.breadcrumb{font-size:14px;color:#f2c7b1}.page-hero h1{margin:0;color:#ff5000;font-size:clamp(30px,7vw,48px);line-height:1.18}.page-hero p{margin:0;color:#f1f1f1;max-width:820px}.page-layout{display:grid;grid-template-columns:1fr;gap:22px}.article-block{background:#fff;border-radius:22px;padding:22px;box-shadow:0 12px 32px rgba(0,0,0,.06);border:1px solid #f0f0f0}.article-block h2{margin:0 0 10px;color:#222;font-size:26px}.article-block p{margin:0 0 12px;color:#555}.article-block ul,.article-block ol{margin:10px 0 0;padding-left:20px;color:#555}.article-block li{margin:8px 0}.visual-panel{background:#fff;border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(0,0,0,.06);border:1px solid #f0f0f0}.visual-panel .visual-image{height:230px;background:linear-gradient(135deg,#fff3ec,#f7f7f7);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:14px;margin-bottom:16px}.visual-panel img{max-height:100%;width:100%;object-fit:contain}.mini-grid{display:grid;grid-template-columns:1fr;gap:14px}.info-box,.notice-box,.step-card{padding:18px}.notice-box{background:#fff8f3;border-color:#ffd9c4}.link-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.steps{counter-reset:step;display:grid;gap:14px}.step-card{position:relative}.step-card:before{counter-increment:step;content:counter(step);position:absolute;right:18px;top:16px;width:34px;height:34px;border-radius:50%;background:#fff3ec;color:#ff5000;font-weight:900;display:grid;place-items:center}.table-wrap{overflow-x:auto;background:#fff;border-radius:20px;border:1px solid #f0f0f0;box-shadow:0 12px 32px rgba(0,0,0,.06)}table{width:100%;border-collapse:collapse;min-width:680px}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}th{background:#fff3ec;color:#222}td{color:#555}.site-footer{background:#1f1f1f;color:#d8d8d8;padding-top:42px}.footer-inner{width:min(1120px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px}.footer-brand img{height:42px;width:auto;margin-bottom:14px}.footer-brand p,.footer-note p{margin:0;color:#cfcfcf}.footer-links{display:grid;gap:8px;align-content:start}.footer-links h3,.footer-note h3{margin:0 0 8px;color:#fff}.footer-links a{color:#d8d8d8}.footer-links a:hover{color:#ff5000}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;margin-top:30px;padding:16px;color:#aaa;font-size:14px}@media (min-width:640px){.quick-grid{grid-template-columns:repeat(3,1fr)}.zone-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.mini-grid{grid-template-columns:repeat(2,1fr)}.card-image{height:165px}}@media (min-width:900px){.mobile-header-bar{display:none}.desktop-header-inner{height:74px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;width:min(1180px,calc(100% - 32px));margin:0 auto}.site-logo img{height:46px;width:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;flex-wrap:wrap}.desktop-nav a{padding:9px 10px;border-radius:999px;color:#333;font-size:15px;font-weight:700}.desktop-nav a.active,.desktop-nav a:hover{color:#ff5000;background:#fff3ec}.header-register{padding:10px 20px;font-size:15px}.hero-section{padding:42px 0 56px}.hero-inner{grid-template-columns:1fr 1fr;text-align:left;gap:40px}.hero-image{order:1;justify-content:flex-start}.hero-content{order:2;padding:30px 28px;background:rgba(0,0,0,.22)}.hero-image img{max-height:520px}.hero-desc{font-size:17px}.quick-grid{grid-template-columns:repeat(9,1fr)}.quick-card{min-height:126px;padding:14px}.quick-card strong{font-size:16px}.feature-grid{grid-template-columns:1.2fr .8fr .8fr}.feature-card.large{grid-row:span 2}.feature-card.large .card-image{height:255px}.feature-card.large .feature-body{padding:24px}.zone-grid{grid-template-columns:repeat(3,1fr)}.card-image{height:176px}.app-panel{grid-template-columns:.92fr 1.08fr;padding:28px}.service-grid{grid-template-columns:repeat(3,1fr)}.page-hero{padding:68px 0}.page-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.footer-inner{grid-template-columns:1.6fr .8fr .8fr 1.1fr}}@media (max-width:370px){.mobile-register{font-size:12px;padding:7px 9px}.mobile-logo img{height:30px}.mobile-header-bar{grid-template-columns:42px minmax(0,1fr) auto;padding:0 8px}.hero-content{padding:18px 14px}.quick-grid{grid-template-columns:1fr}}