:root{
  --cream:#FFF8F0;--ink:#24130C;--text:#2A1F1A;--muted:#75645A;--soft:#A9978C;
  --orange:#FF6B35;--purple:#2B1A3F;--mint:#00E5B0;--gold:#FFD166;--rose:#B8336A;
  --aqua:#E9FFF8;--pale:#FFF1C7;--card:#FFFFFF;--dark:#1A0F0A;
  --border:rgba(255,107,53,.18);--shadow:0 20px 46px rgba(97,45,16,.14);
  --gradient:linear-gradient(135deg,#FF6B35 0%,#FFB703 48%,#00E5B0 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75;overflow-x:hidden}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.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 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-logo{display:flex;align-items:center;flex:0 0 auto}.site-logo img{max-height:44px;max-width:126px;object-fit:contain}
.nav-core{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}
.nav-core a{color:#FFF3E8;border-radius:999px;padding:8px 12px;font-size:15px;white-space:nowrap;transition:.25s}
.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;min-height:48px;padding:12px 24px;background:var(--gradient);color:#fff!important;border-radius:999px;font-weight:800;box-shadow:0 14px 32px rgba(255,107,53,.22);transition:transform .25s,box-shadow .25s}
.main-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(255,107,53,.3)}.main-btn.compact{min-height:42px;padding:9px 18px;font-size:14px}
.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 22px;border:1px solid rgba(43,26,63,.18);border-radius:999px;color:var(--purple);background:#fff;font-weight:700}
.menu-button{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.11);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.menu-button span{width:18px;height:2px;border-radius:2px;background:#fff}.mobile-menu-button{display:none}
.drawer-overlay{position:fixed;inset:0;background:rgba(20,10,7,.55);opacity:0;visibility:hidden;z-index:10000;transition:.3s}
.drawer-overlay.is-open{opacity:1;visibility:visible}
.site-drawer{position:fixed;right:0;top:0;width:min(390px,90vw);height:100vh;background:#fff;z-index:10001;transform:translateX(105%);transition:.32s ease;box-shadow:-24px 0 60px rgba(36,19,12,.25);overflow-y:auto;padding:24px}
.site-drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.drawer-brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:900;color:var(--ink)}.drawer-brand img{height:38px;max-width:110px;object-fit:contain}.drawer-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--cream);font-size:28px;color:var(--ink);cursor:pointer}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#FFF9F5;border:1px solid var(--border);font-weight:700;color:var(--ink)}.drawer-nav a:hover{background:var(--aqua);color:var(--orange)}.drawer-note{margin-top:24px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#2B1A3F,#3F235E);color:#fff}.drawer-note strong{color:var(--gold)}.drawer-note p{margin:8px 0 0;font-size:14px;color:#f7edf9}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:88px 0}.section-tight{padding:58px 0}.section-head{max-width:760px;margin-bottom:34px}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.section-kicker:before{content:"";width:28px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--mint))}.section-title{font-size:clamp(30px,4.5vw,52px);line-height:1.14;margin:0 0 16px;color:var(--ink);letter-spacing:-.03em}.section-lead{font-size:18px;color:var(--muted);margin:0;max-width:720px}.text-link{color:var(--orange);font-weight:800;display:inline-flex;gap:6px;align-items:center}.text-link:after{content:"→";transition:.2s}.text-link:hover:after{transform:translateX(4px)}
.hero{position:relative;overflow:hidden;padding:68px 0 78px;background:radial-gradient(circle at 10% 15%,rgba(255,209,102,.42),transparent 32%),radial-gradient(circle at 90% 25%,rgba(0,229,176,.24),transparent 35%),linear-gradient(135deg,#FFF3EA 0%,#F3E9FF 48%,#E9FFF8 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero:before{width:260px;height:260px;background:rgba(255,107,53,.10);left:-80px;bottom:-90px}.hero:after{width:320px;height:320px;background:rgba(43,26,63,.09);right:-100px;top:-110px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px}.hero h1{font-size:clamp(56px,8vw,104px);line-height:.92;margin:0 0 18px;color:var(--ink);letter-spacing:-.07em}.hero-subtitle{font-size:clamp(25px,3vw,42px);line-height:1.22;margin:0 0 22px;color:var(--purple);font-weight:900}.hero-copy{font-size:18px;color:var(--muted);margin:0 0 26px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-points{display:flex;flex-wrap:wrap;gap:10px}.hero-points span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(43,26,63,.09);font-size:14px;font-weight:700;color:var(--purple)}.hero-visual{position:relative}.hero-visual img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 28px 40px rgba(43,26,63,.18))}.floating-note{position:absolute;padding:12px 16px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;font-weight:800;color:var(--ink);font-size:14px}.floating-note.one{left:-20px;bottom:16%}.floating-note.two{right:-10px;top:12%}
.highlight-strip{margin-top:-34px;position:relative;z-index:3}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:26px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.highlight-item{padding:24px;border-right:1px solid var(--border)}.highlight-item:last-child{border-right:0}.highlight-item strong{display:block;color:var(--ink);font-size:18px;margin-bottom:6px}.highlight-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.capsule-list{display:flex;flex-wrap:wrap;gap:12px}.capsule{flex:1 1 205px;padding:15px 17px;border-radius:20px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px rgba(97,45,16,.07)}.capsule strong{display:block;color:var(--ink);margin-bottom:4px}.capsule p{font-size:13px;color:var(--muted);margin:0 0 6px;line-height:1.5}.capsule a{font-size:13px;color:var(--orange);font-weight:800}
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:52px}.split.reverse .content-media{order:-1}.content-media{position:relative}.content-media img,.content-img{width:100%;height:auto;object-fit:contain;border-radius:28px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--border)}.content-copy h2{font-size:clamp(32px,4vw,48px);line-height:1.16;margin:0 0 18px;color:var(--ink)}.content-copy p{color:var(--muted);font-size:16px}.feature-list{display:grid;gap:12px;margin:22px 0}.feature-line{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#fff;border-radius:16px;border:1px solid var(--border)}.feature-line b{color:var(--orange);min-width:72px}.feature-line span{color:var(--muted)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card-grid.two{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px}.zone-card{overflow:hidden}.zone-card img{width:100%;aspect-ratio:16/10;object-fit:contain;background:linear-gradient(135deg,#FFF4EC,#EFFFFA)}.zone-body{padding:24px}.zone-body h3{font-size:25px;margin:0 0 12px;color:var(--ink)}.zone-body p{margin:0 0 16px;color:var(--muted)}.service-points{display:grid;gap:8px;padding:0;margin:0 0 16px;list-style:none}.service-points li{padding-left:18px;position:relative;color:var(--muted);font-size:14px}.service-points li:before{content:"";position:absolute;left:0;top:.7em;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--mint))}
.dark-section{background:linear-gradient(135deg,#24130C 0%,#2B1A3F 62%,#193A38 100%);color:#fff;position:relative;overflow:hidden}.dark-section .section-title,.dark-section h2,.dark-section h3{color:#fff}.dark-section .section-lead,.dark-section p{color:#eadfe0}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.security-card{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:24px;padding:24px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.security-card img{width:100%;height:auto;object-fit:contain}.security-card h3{margin:0 0 10px;font-size:25px}.security-card p{margin:0 0 12px;font-size:15px}.security-card a{color:var(--gold);font-weight:800}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{padding:24px}.review-card p{margin:0 0 18px;color:var(--muted)}.review-person{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#FFE6D9,#D9FFF4);font-weight:900;color:var(--purple)}.review-person strong{display:block;color:var(--ink)}.review-person span{font-size:13px;color:var(--soft)}
.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px 22px;box-shadow:0 12px 30px rgba(97,45,16,.08)}.faq-item h3{margin:0 0 8px;font-size:19px;color:var(--ink)}.faq-item p{margin:0;color:var(--muted)}
.notice{padding:26px;border-radius:24px;background:linear-gradient(135deg,#FFF1C7,#E9FFF8);border:1px solid rgba(255,107,53,.18)}.notice h2,.notice h3{margin-top:0;color:var(--ink)}.notice p{margin-bottom:0;color:var(--muted)}
.cta-band{padding:42px;border-radius:30px;background:linear-gradient(135deg,#FFEEE7 0%,#F3E8FF 50%,#E5FFF8 100%);display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--border);box-shadow:var(--shadow)}.cta-band h2{margin:0 0 8px;font-size:32px;color:var(--ink)}.cta-band p{margin:0;color:var(--muted)}
.inner-hero{padding:64px 0;background:radial-gradient(circle at 15% 10%,rgba(255,209,102,.34),transparent 30%),linear-gradient(135deg,#FFF5EF,#F5EDFF 56%,#E9FFF8)}.inner-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}.inner-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.05;margin:0 0 18px;color:var(--ink);letter-spacing:-.04em}.inner-hero p{font-size:18px;color:var(--muted);margin:0 0 24px}.inner-hero img{width:100%;max-height:440px;object-fit:contain;filter:drop-shadow(0 24px 36px rgba(43,26,63,.18))}.crumbs{font-size:14px;color:var(--soft);margin-bottom:14px}.crumbs a{color:var(--orange)}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-28px;position:relative;z-index:2}.stat-card{padding:22px;background:#fff;border-radius:20px;border:1px solid var(--border);box-shadow:var(--shadow)}.stat-card strong{display:block;font-size:22px;color:var(--ink);margin-bottom:6px}.stat-card p{margin:0;color:var(--muted);font-size:14px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:start}.article-main{display:grid;gap:28px}.article-section{padding:30px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 16px 38px rgba(97,45,16,.09)}.article-section h2{font-size:30px;line-height:1.2;margin:0 0 16px;color:var(--ink)}.article-section h3{font-size:21px;color:var(--purple);margin:22px 0 10px}.article-section p{margin:0 0 15px;color:var(--muted)}.article-section p:last-child{margin-bottom:0}.article-section ul{margin:14px 0 0;padding-left:20px;color:var(--muted)}.article-section li{margin:8px 0}.article-aside{position:sticky;top:96px;display:grid;gap:18px}.aside-card{padding:22px;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:0 14px 34px rgba(97,45,16,.09)}.aside-card h3{margin:0 0 12px;color:var(--ink)}.aside-card p{font-size:14px;color:var(--muted);margin:0 0 14px}.aside-card a{display:block;padding:9px 0;border-bottom:1px solid rgba(255,107,53,.11);color:var(--orange);font-weight:700}.aside-card a:last-child{border-bottom:0}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{padding:24px;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:0 14px 34px rgba(97,45,16,.08)}.step-number{width:40px;height:40px;border-radius:14px;background:var(--gradient);display:grid;place-items:center;color:#fff;font-weight:900;margin-bottom:16px}.step-card h3{margin:0 0 9px;color:var(--ink)}.step-card p{margin:0;color:var(--muted);font-size:14px}.quote-box{padding:28px;border-left:5px solid var(--orange);background:#fff;border-radius:18px;box-shadow:0 14px 34px rgba(97,45,16,.08)}.quote-box blockquote{margin:0 0 12px;font-size:20px;color:var(--ink);font-weight:700}.quote-box cite{font-style:normal;color:var(--muted)}
.contact-list{display:grid;gap:14px}.contact-item{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--border)}.contact-item strong{display:block;color:var(--ink);margin-bottom:5px}.contact-item p{margin:0;color:var(--muted)}
.site-footer{background:var(--dark);color:#FFF3E8;padding:64px 0 28px}.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto}.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:38px}.footer-brand img{height:48px;max-width:130px;object-fit:contain}.footer-brand strong{font-size:28px}.footer-brand p{margin:2px 0 0;color:#d7c6bd}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-grid h3{color:#fff;font-size:17px;margin:0 0 14px}.footer-grid a{display:block;color:#d7c6bd;margin:8px 0;font-size:14px}.footer-grid a:hover{color:var(--mint)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;color:#bba9a0;font-size:13px}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:16px}.mobile-bottom-nav{display:none}
@media (max-width:1080px){.nav-core{gap:2px}.nav-core a{padding:8px 9px;font-size:14px}.hero-grid,.inner-hero-grid{gap:34px}.card-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.security-card{grid-template-columns:130px 1fr}.article-layout{grid-template-columns:1fr}.article-aside{position:static;grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.nav-core,.desktop-menu-button{display:none}.mobile-menu-button{display:flex}.header-inner{padding:0 16px;min-height:64px}.site-logo{position:absolute;left:50%;transform:translateX(-50%)}.site-logo img{max-height:38px;max-width:96px}.header-actions .main-btn{min-height:38px;padding:7px 14px;font-size:13px}.hero{padding:48px 0 66px}.hero-grid,.inner-hero-grid,.split{grid-template-columns:1fr}.hero-copy{font-size:16px}.hero-visual{max-width:650px;margin:0 auto}.floating-note{display:none}.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 var(--border)}.split.reverse .content-media{order:0}.security-grid{grid-template-columns:1fr}.card-grid,.card-grid.two{grid-template-columns:1fr 1fr}.step-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:12px;right:12px;bottom:10px;z-index:9998;background:rgba(26,15,10,.94);backdrop-filter:blur(10px);border-radius:20px;padding:8px;box-shadow:0 14px 36px rgba(26,15,10,.26)}.mobile-bottom-nav a{text-align:center;color:#fff;padding:8px;border-radius:14px;font-size:13px}.mobile-bottom-nav a:hover{background:rgba(0,229,176,.15)}.site-footer{padding-bottom:110px}.section{padding:68px 0}}
@media (max-width:620px){.container,.footer-inner{width:min(100% - 28px,1180px)}.section{padding:56px 0}.section-tight{padding:42px 0}.section-title{font-size:34px}.hero h1{font-size:64px}.hero-subtitle{font-size:27px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions a{padding:11px 14px}.highlight-grid{grid-template-columns:1fr}.highlight-item{border-right:0!important;border-bottom:1px solid var(--border)}.highlight-item:last-child{border-bottom:0}.card-grid,.card-grid.two,.review-grid,.stat-row,.article-aside{grid-template-columns:1fr}.security-card{grid-template-columns:1fr}.security-card img{max-height:220px}.cta-band{padding:28px;align-items:flex-start;flex-direction:column}.drawer-nav{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:26px}.footer-bottom{flex-direction:column}.inner-hero{padding:46px 0}.inner-hero h1{font-size:44px}.article-section{padding:23px}.article-section h2{font-size:26px}.review-card{padding:20px}}
