:root{--bg:#FFF8F0;--ink:#2A1F1A;--title:#24130C;--muted:#75645A;--soft:#A9978C;--brand:#FF6B35;--purple:#2B1A3F;--cyan:#00E5B0;--gold:#FFD166;--rose:#B8336A;--blue-soft:#E9FFF8;--gold-soft:#FFF1C7;--card:#fff;--footer:#1A0F0A;--shadow:0 20px 46px rgba(97,45,16,.14);--border:rgba(255,107,53,.18);--radius:24px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit}img{max-width:100%;height:auto;display:block}button,input,textarea{font:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:20000;background:#fff;color:#111;padding:10px 14px;border-radius:10px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(38,20,12,.94);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(97,45,16,.16)}.header-inner{max-width:1280px;margin:0 auto;min-height:72px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-size:24px;letter-spacing:.04em;flex:0 0 auto}.site-logo img{width:44px;height:44px;object-fit:contain}.nav-core{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.nav-core a{color:#FFF3E8;text-decoration:none;border-radius:999px;padding:8px 12px;white-space:nowrap;font-size:15px}.nav-core a:hover,.nav-core a.active{color:#fff;background:rgba(0,229,176,.16)}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border:0;border-radius:999px;background:linear-gradient(135deg,#FF6B35 0%,#FFB703 48%,#00E5B0 100%);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 32px rgba(255,107,53,.22);transition:.25s ease}.main-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(255,107,53,.28)}.small-btn{min-height:40px;padding:9px 18px;font-size:14px}.menu-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:14px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:#fff;border-radius:2px}.mobile-menu-toggle{display:none}.drawer-mask{position:fixed;inset:0;z-index:10020;background:rgba(22,10,5,.56);opacity:0;transition:.22s ease}.drawer-mask.show{opacity:1}.site-drawer{position:fixed;right:0;top:0;bottom:0;z-index:10030;width:min(390px,88vw);background:#fffaf5;box-shadow:-20px 0 55px rgba(36,19,12,.22);transform:translateX(105%);transition:.28s ease;padding:22px;overflow-y:auto}.site-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--border)}.drawer-brand{display:flex;align-items:center;gap:10px;color:var(--title);font-weight:900;font-size:24px;text-decoration:none}.drawer-brand img{width:42px;height:42px;object-fit:contain}.drawer-close{width:40px;height:40px;border:0;background:#fff0e6;color:var(--title);font-size:28px;line-height:1;border-radius:13px;cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:18px 0}.drawer-nav a{text-decoration:none;padding:11px 13px;border-radius:14px;background:#fff;border:1px solid var(--border);color:var(--ink)}.drawer-nav a:hover{background:var(--blue-soft);color:#7f2b46}.drawer-note{background:var(--purple);color:#fff;border-radius:20px;padding:18px}.drawer-note p{margin:8px 0 0;color:#f6ebff;font-size:14px}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.section{padding:82px 0}.section-sm{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-kicker{display:inline-block;color:#9a4c00;background:var(--gold-soft);border-radius:999px;padding:5px 12px;font-size:13px;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:var(--title);line-height:1.25}.section-title{font-size:clamp(30px,4vw,50px);margin:12px 0 10px}.section-intro{max-width:720px;margin:0;color:var(--muted)}.text-link{color:var(--brand);font-weight:800;text-decoration:none}.text-link:hover{text-decoration:underline}.hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 12% 8%,rgba(255,209,102,.45),transparent 30%),radial-gradient(circle at 90% 24%,rgba(0,229,176,.28),transparent 28%),linear-gradient(135deg,#fff4f8 0%,#eee9ff 48%,#e9fff8 100%);padding:80px 0 62px}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.hero:before{width:300px;height:300px;background:rgba(255,107,53,.12);left:-120px;bottom:-100px}.hero:after{width:260px;height:260px;background:rgba(184,51,106,.12);right:4%;top:10%}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:50px}.hero-copy h1{font-size:clamp(64px,9vw,124px);margin:0;letter-spacing:-.05em}.hero-subtitle{font-size:clamp(24px,3.4vw,43px);font-weight:900;color:var(--purple);margin:0 0 20px}.hero-copy p{font-size:17px;color:#57463d;margin:0 0 24px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 22px;border:1px solid rgba(43,26,63,.22);border-radius:999px;color:var(--purple);text-decoration:none;font-weight:800;background:rgba(255,255,255,.68)}.hero-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-points span{background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px rgba(97,45,16,.08);border-radius:999px;padding:8px 13px;font-size:14px;font-weight:700}.hero-visual{position:relative}.hero-visual img{width:100%;max-height:590px;object-fit:contain;filter:drop-shadow(0 26px 35px rgba(43,26,63,.22))}.floating-card{position:absolute;background:rgba(255,255,255,.93);border:1px solid var(--border);border-radius:18px;padding:12px 16px;box-shadow:var(--shadow);font-size:13px;font-weight:800}.floating-card.one{left:-20px;bottom:13%}.floating-card.two{right:-10px;top:10%}.highlight-strip{margin-top:-1px;background:#24130c;color:#fff}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr)}.highlight-item{padding:26px 22px;border-right:1px solid rgba(255,255,255,.12)}.highlight-item:last-child{border-right:0}.highlight-item strong{display:block;color:var(--gold);font-size:17px}.highlight-item p{margin:6px 0 0;color:#f4e9e1;font-size:14px;line-height:1.6}.capsules{display:flex;gap:12px;flex-wrap:wrap}.capsule{flex:1 1 210px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;box-shadow:0 10px 24px rgba(97,45,16,.08)}.capsule span{color:var(--muted);font-size:13px}.capsule b{color:var(--title)}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px}.media-split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.media-split.reverse .media-copy{order:2}.media-split.reverse .media-visual{order:1}.media-copy{padding:12px}.media-copy p{color:var(--muted)}.media-visual{position:relative}.content-img,.zone-card img,.app-section img,.hero-visual img{max-width:100%;height:auto;object-fit:contain}.media-visual img{width:100%;max-height:520px;object-fit:contain;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.zone-card{overflow:hidden}.zone-card img{width:100%;aspect-ratio:16/10;object-fit:contain;background:linear-gradient(135deg,#fff6ef,#effffc);padding:12px}.zone-body{padding:24px}.zone-body h3{margin:0 0 10px;font-size:24px}.zone-body p{margin:0 0 14px;color:var(--muted)}.service-list{margin:14px 0 18px;padding:0;list-style:none}.service-list li{position:relative;padding-left:20px;margin:8px 0;color:#5b4940}.service-list li:before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--cyan))}.dark-section{background:var(--purple);color:#fff}.dark-section h2,.dark-section h3{color:#fff}.dark-section .section-intro,.dark-section p{color:#eee5f7}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.security-card{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:center;background:#fff;color:var(--ink);border-radius:24px;padding:22px}.security-card img{width:170px;height:170px;object-fit:contain;border-radius:18px;background:var(--blue-soft)}.security-card p{color:var(--muted)}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{padding:24px}.review-card p{margin:0;color:#53433b}.review-meta{display:flex;align-items:center;gap:11px;margin-top:18px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffd7c6,#d8fff4);font-weight:900;color:var(--purple)}.review-meta small{display:block;color:var(--soft)}.faq-list{display:grid;gap:13px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px 20px}.faq-item summary{cursor:pointer;font-weight:900;color:var(--title);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:12px 0 0;color:var(--muted)}.notice-box{background:linear-gradient(135deg,#fff1c7,#e9fff8);border:1px solid rgba(255,107,53,.22);border-radius:28px;padding:34px}.notice-box h2{margin-top:0}.notice-box p{margin-bottom:0}.page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 14% 20%,rgba(255,209,102,.42),transparent 27%),radial-gradient(circle at 92% 10%,rgba(0,229,176,.22),transparent 26%),linear-gradient(135deg,#fff5ef,#f3edff 55%,#e9fff8);padding:70px 0}.page-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.page-hero h1{font-size:clamp(42px,6vw,72px);margin:12px 0 16px}.page-hero p{font-size:17px;color:#5d4c43}.page-hero img{width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(43,26,63,.18))}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:14px;color:var(--muted)}.breadcrumb a{color:var(--brand);text-decoration:none}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.article-content{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px;padding:clamp(24px,4vw,46px)}.article-content h2{font-size:30px;margin:38px 0 13px}.article-content h2:first-child{margin-top:0}.article-content h3{font-size:22px}.article-content p{color:#57483f}.article-content ul{padding-left:22px}.article-content li{margin:8px 0}.article-image{margin:26px 0;border-radius:24px;background:linear-gradient(135deg,#fff5ef,#e9fff8);padding:18px}.article-image img{width:100%;max-height:520px;object-fit:contain}.sidebar{display:grid;gap:18px;position:sticky;top:96px}.side-card{background:#fff;border:1px solid var(--border);box-shadow:0 16px 36px rgba(97,45,16,.10);border-radius:22px;padding:22px}.side-card h3{margin-top:0}.side-card a{display:block;padding:9px 0;color:var(--brand);text-decoration:none;border-bottom:1px dashed rgba(255,107,53,.2)}.side-card a:last-child{border-bottom:0}.feedback{border-left:4px solid var(--cyan);background:var(--blue-soft);border-radius:0 18px 18px 0;padding:20px;margin:26px 0}.feedback strong{color:var(--purple)}.callout{background:var(--gold-soft);border-radius:20px;padding:20px;margin:24px 0}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0}.mini-card{background:#fffaf6;border:1px solid var(--border);border-radius:17px;padding:16px}.mini-card strong{display:block;color:var(--purple);margin-bottom:7px}.cta-band{background:linear-gradient(135deg,#24130c,#2b1a3f);color:#fff;border-radius:28px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band h2{margin:0;color:#fff}.cta-band p{margin:8px 0 0;color:#f0e6f7}.site-footer{background:var(--footer);color:#FFF3E8;padding:58px 0 0}.footer-inner{width:min(var(--max),calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.footer-brand p{color:#dbc9bd;max-width:440px}.footer-logo{display:inline-flex}.footer-links h3{color:#fff;margin-top:0}.footer-links a{display:block;color:#dbc9bd;text-decoration:none;padding:5px 0}.footer-links a:hover{color:var(--cyan)}.footer-bottom{margin-top:40px;border-top:1px solid rgba(255,255,255,.1);padding:18px 20px;text-align:center;color:#cbb8ad;font-size:13px}.mobile-bottom-nav{display:none}
@media(max-width:1000px){.nav-core{display:none}.mobile-menu-toggle{display:inline-flex}.desktop-menu-toggle{display:none}.header-inner{padding:0 16px}.site-logo{position:absolute;left:50%;transform:translateX(-50%)}.hero-grid,.page-hero-grid,.media-split,.article-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:720px;margin:0 auto}.floating-card.one{left:2%}.floating-card.two{right:2%}.highlight-grid{grid-template-columns:1fr 1fr}.highlight-item:nth-child(2){border-right:0}.highlight-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.media-split.reverse .media-copy,.media-split.reverse .media-visual{order:initial}.security-grid{grid-template-columns:1fr}.reviews{grid-template-columns:1fr 1fr}.sidebar{position:static;grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1.5fr 1fr 1fr}.footer-links:last-child{grid-column:2/4}.section{padding:66px 0}}
@media(max-width:720px){body{padding-bottom:70px}.header-inner{min-height:64px}.site-logo strong{font-size:20px}.site-logo img{width:38px;height:38px}.small-btn{padding:8px 12px;font-size:12px;min-height:36px}.menu-toggle{width:38px;height:38px}.hero{padding:54px 0 44px}.hero-grid{gap:28px}.hero-copy h1{font-size:74px}.hero-subtitle{font-size:27px}.hero-copy p{font-size:15px}.floating-card{display:none}.highlight-grid,.grid-2,.grid-3,.grid-4,.reviews,.mini-grid,.sidebar{grid-template-columns:1fr}.highlight-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.highlight-item:last-child{border-bottom:0}.section{padding:52px 0}.section-sm{padding:38px 0}.section-head{display:block}.section-title{font-size:32px}.security-card{grid-template-columns:1fr}.security-card img{width:100%;height:210px}.page-hero{padding:48px 0}.page-hero h1{font-size:42px}.article-content{border-radius:22px;padding:24px 20px}.article-content h2{font-size:26px}.cta-band{display:block;padding:26px}.cta-band .main-btn{margin-top:18px}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-links:last-child{grid-column:auto}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9000;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,250,245,.96);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:1px;text-decoration:none;color:#6c584e;padding:8px 4px 7px;font-size:11px}.mobile-bottom-nav span{font-size:18px;color:var(--brand)}.drawer-nav{grid-template-columns:1fr}.container{width:min(var(--max),calc(100% - 28px))}.footer-inner{width:calc(100% - 28px)}}
@media(max-width:430px){.site-logo strong{display:none}.header-actions{margin-left:auto}.hero-copy h1{font-size:66px}.footer-inner{grid-template-columns:1fr}.footer-links:last-child{grid-column:auto}.drawer-note{display:none}}
