*{box-sizing:border-box}:root{--brand:rgb(255,80,0);--brand-dark:#E85A00;--light-orange:#FFF3EC;--page-gray:#F6F6F6;--text:#222;--muted:#555;--footer:#1F1F1F;--line:rgba(20,20,20,.09);--shadow:0 14px 34px rgba(12,12,12,.10)}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--text);background:var(--page-gray);line-height:1.75;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);box-shadow:0 4px 18px rgba(0,0,0,.08);backdrop-filter:blur(12px)}.mobile-topbar{min-height:62px;padding:8px 12px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}.menu-toggle{width:42px;height:42px;border:0;border-radius:14px;background:#111;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;background:#fff;border-radius:999px}.mobile-logo{justify-self:center;display:inline-flex;align-items:center;justify-content:center}.mobile-logo img,.logo-link img,.drawer-logo img{width:auto;max-width:150px;max-height:42px;object-fit:contain}.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;letter-spacing:.03em;box-shadow:0 10px 22px rgba(255,80,0,.28);transition:transform .2s ease,background .2s ease,box-shadow .2s ease;white-space:nowrap}.main-btn:hover{transform:translateY(-2px);background:var(--brand-dark);box-shadow:0 14px 30px rgba(232,90,0,.32)}.header-btn{padding:8px 14px;font-size:13px}.desktop-header{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1100}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;transform:translateX(-105%);transition:transform .28s ease;z-index:1101;box-shadow:20px 0 42px rgba(0,0,0,.24);padding:18px;overflow-y:auto}.drawer-open{overflow:hidden}.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;padding-bottom:16px;border-bottom:1px solid var(--line)}.drawer-close{width:38px;height:38px;border:0;border-radius:999px;background:var(--light-orange);color:var(--brand);font-size:30px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:10px;margin-top:18px}.drawer-nav a{padding:12px 14px;border-radius:14px;color:#222;font-weight:700;background:#fafafa;border:1px solid rgba(0,0,0,.05)}.drawer-nav a.active,.drawer-nav a:hover{color:var(--brand);background:var(--light-orange);border-color:rgba(255,80,0,.18)}.section{padding:54px 16px}.section.compact{padding-top:34px}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.section-head{max-width:760px;margin-bottom:24px}.kicker,.card-label,.pill{display:inline-flex;align-items:center;gap:6px;color:var(--brand);background:var(--light-orange);border:1px solid rgba(255,80,0,.14);border-radius:999px;padding:5px 12px;font-size:13px;font-weight:800}.section-title{font-size:clamp(26px,4vw,42px);line-height:1.22;margin:12px 0;color:#171717}.section-desc{color:var(--muted);font-size:16px}.text-link{display:inline-flex;align-items:center;color:var(--brand);font-weight:800;margin-top:14px}.text-link:after{content:"›";margin-left:6px;font-size:20px;line-height:1}.hero-section{position:relative;background:linear-gradient(100deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.74) 48%,rgba(0,0,0,.50) 100%),url('banner.webp');background-size:cover;background-position:center;overflow:hidden;color:#fff}.hero-section:after{content:"";position:absolute;right:-16%;bottom:-42%;width:62%;height:92%;background:linear-gradient(135deg,rgba(255,80,0,.28),rgba(255,80,0,0));transform:skewX(-14deg);pointer-events:none}.hero-inner{position:relative;z-index:2;width:min(1240px,calc(100% - 32px));margin:0 auto;padding:54px 0 76px;display:grid;grid-template-columns:1fr;gap:24px;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto;padding:7px 13px;border-radius:999px;color:#fff;background:rgba(255,80,0,.22);border:1px solid rgba(255,255,255,.18);font-weight:800}.hero-title{margin:14px 0 16px;color:rgb(255,80,0);font-size:clamp(36px,10vw,72px);line-height:1.06;letter-spacing:-.04em}.hero-desc{max-width:680px;margin:0 auto;color:#f5f5f5;font-size:16px}.hero-actions{margin:24px 0 0;display:flex;align-items:center;justify-content:center}.hero-actions .main-btn{padding:12px 26px;font-size:16px}.hero-tags{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hero-tags span{border:1px solid rgba(255,255,255,.18);color:#eee;background:rgba(255,255,255,.08);border-radius:999px;padding:7px 12px;font-size:13px}.hero-visual{position:relative;z-index:2;padding:8px 0 0}.hero-visual:before{content:"";position:absolute;inset:14% 10% 8%;border-radius:34px;background:radial-gradient(circle,rgba(255,80,0,.28),rgba(255,80,0,0) 68%);z-index:-1}.hero-visual img{width:100%;max-height:300px;object-fit:contain;margin:0 auto}.quick-links{width:min(1180px,calc(100% - 32px));margin:18px auto 0;position:relative;z-index:5}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-card{background:#fff;border-radius:18px;padding:16px;box-shadow:var(--shadow);border:1px solid rgba(255,80,0,.10);min-height:138px}.quick-num{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:10px;background:var(--brand);color:#fff;font-weight:900;margin-bottom:9px}.quick-card h3{margin:0 0 6px;font-size:16px}.quick-card p{color:var(--muted);font-size:14px}.focus-layout,.dual-grid,.zone-grid,.service-grid,.faq-grid,.content-grid{display:grid;gap:18px}.focus-large,.focus-small,.dual-card,.zone-card,.service-card,.faq-item,.content-card{background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.focus-large{display:grid;gap:18px;align-items:center}.focus-small-wrap{display:grid;gap:18px}.focus-img,.zone-img,.dual-img,.app-visual,.page-visual{background:linear-gradient(145deg,#fff7f2,#fff);border-radius:18px;border:1px solid rgba(255,80,0,.10);overflow:hidden;display:flex;align-items:center;justify-content:center}.focus-img img{max-height:250px;width:100%;object-fit:contain;padding:10px}.focus-small{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center}.focus-small .focus-img{min-height:112px}.focus-small .focus-img img{max-height:105px;padding:8px}.card-title{margin:8px 0;font-size:22px;line-height:1.3}.card-text{color:var(--muted);font-size:15px}.dual-img img,.zone-img img{width:100%;max-height:230px;object-fit:contain;padding:12px}.point-list{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.point-list li{position:relative;padding-left:22px;color:var(--muted)}.point-list li:before{content:"";position:absolute;top:.72em;left:0;width:9px;height:9px;border-radius:999px;background:var(--brand)}.zone-card{overflow:hidden;display:flex;flex-direction:column}.zone-card.featured{background:linear-gradient(145deg,#fff,#fff5ee)}.zone-img{min-height:178px;border-radius:0;border:0;border-bottom:1px solid rgba(255,80,0,.08)}.zone-body{padding:18px}.app-split{display:grid;gap:22px;align-items:center;background:linear-gradient(135deg,#fff,#fff1e8);border-radius:28px;padding:22px;box-shadow:var(--shadow);border:1px solid rgba(255,80,0,.12)}.app-visual img{width:100%;max-height:360px;object-fit:contain;padding:12px}.feature-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.feature-tags span{background:#fff;border:1px solid rgba(255,80,0,.16);color:var(--brand);border-radius:999px;padding:6px 12px;font-weight:800;font-size:13px}.service-card .serial{color:var(--brand);font-size:22px;font-weight:900}.service-card h3,.faq-item h3{margin:8px 0;font-size:18px}.service-card p,.faq-item p,.content-card p{color:var(--muted)}.notice-band{background:#111;color:#fff;border-radius:26px;padding:24px;display:grid;gap:16px;overflow:hidden;position:relative}.notice-band:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;background:rgba(255,80,0,.20);border-radius:999px}.notice-band h2{margin:0;color:var(--brand);font-size:26px}.notice-band p,.notice-band li{color:#e7e7e7}.notice-list{margin:0;padding-left:20px}.page-hero{padding:48px 16px;background:linear-gradient(135deg,#111,#2b160d 64%,#111);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-12%;bottom:-28%;width:46%;height:70%;background:rgba(255,80,0,.20);transform:skewX(-15deg)}.page-hero-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;gap:24px;align-items:center}.page-hero h1{margin:12px 0;color:var(--brand);font-size:clamp(32px,7vw,56px);line-height:1.12}.page-hero p{color:#eee;max-width:760px}.page-visual img{width:100%;max-height:320px;object-fit:contain;padding:12px}.content-card h2{margin:0 0 12px;font-size:24px;color:#171717}.content-card h3{margin:16px 0 8px;color:#171717}.content-card p{margin-bottom:12px}.info-strip{display:grid;gap:12px;margin:18px 0 0}.info-strip span{display:inline-flex;align-items:center;padding:10px 12px;border-radius:14px;background:var(--light-orange);color:#5c2c12;font-weight:700}.step-list{margin:14px 0 0;padding-left:22px;color:var(--muted)}.step-list li{margin-bottom:8px}.link-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.site-footer{background:var(--footer);color:#d8d8d8;padding:42px 16px 22px}.footer-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;gap:28px}.footer-brand img{max-height:44px;width:auto;margin-bottom:14px}.footer-brand p{max-width:560px;color:#d8d8d8}.footer-grid{display:grid;gap:22px}.footer-grid h3{margin:0 0 10px;color:#fff;font-size:18px}.footer-grid a{display:block;color:#d8d8d8;margin:7px 0}.footer-grid a:hover{color:var(--brand)}.footer-note{width:min(1180px,calc(100% - 32px));margin:26px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);color:#bfbfbf;font-size:14px}@media (min-width:620px){.service-grid,.faq-grid,.zone-grid{grid-template-columns:repeat(2,1fr)}.info-strip{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:860px){.mobile-topbar{display:none}.desktop-header{width:min(1240px,calc(100% - 32px));min-height:74px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.desktop-nav a{padding:8px 10px;color:#222;font-weight:800;border-radius:999px;font-size:14px}.desktop-nav a.active,.desktop-nav a:hover{color:var(--brand);background:var(--light-orange)}.header-btn{padding:10px 20px;font-size:15px}.hero-inner{grid-template-columns:.95fr 1.05fr;gap:42px;text-align:left;padding:64px 0 92px}.hero-badge{margin:0}.hero-desc{margin:0;font-size:17px}.hero-actions,.hero-tags{justify-content:flex-start}.hero-visual img{max-height:520px}.quick-links{margin-top:-34px}.quick-grid{grid-template-columns:repeat(5,1fr)}.focus-layout{grid-template-columns:1.3fr .85fr}.focus-large{grid-template-columns:.95fr 1.05fr;padding:22px}.dual-grid{grid-template-columns:repeat(2,1fr)}.zone-grid{grid-template-columns:repeat(4,1fr)}.zone-card.featured{grid-column:span 2}.app-split{grid-template-columns:1fr .9fr;padding:34px}.service-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.page-hero-inner{grid-template-columns:1fr .65fr}.content-grid.two-col{grid-template-columns:repeat(2,1fr)}.content-grid.three-col{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:1.2fr 1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1120px){.desktop-nav a{padding:8px 13px;font-size:15px}.quick-grid{grid-template-columns:repeat(9,1fr)}.quick-card{min-height:154px}}@media (max-width:420px){.header-btn{padding:7px 11px;font-size:12px}.mobile-logo img{max-width:116px}.quick-grid{grid-template-columns:1fr 1fr}.focus-small{grid-template-columns:1fr}.section{padding-left:12px;padding-right:12px}}