*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#FFF8F0;color:#2A1F1A;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit}img{max-width:100%;height:auto}.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;gap:10px;color:#FFF3E8;text-decoration:none;white-space:nowrap}.site-logo img{width:42px;max-height:44px;display:block;object-fit:contain}.site-logo strong{font-size:20px;letter-spacing:.05em}.nav-core{display:flex;align-items:center;gap:10px}.nav-core a{color:#FFF3E8;text-decoration:none;border-radius:999px;padding:8px 12px;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:12px}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;background:linear-gradient(135deg,#FF6B35 0%,#FFB703 48%,#00E5B0 100%);color:#fff!important;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 14px 32px rgba(255,107,53,.22);transition:.25s transform,.25s box-shadow}.main-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(255,107,53,.28)}.main-btn.compact{min-height:40px;padding:0 18px;font-size:14px}.menu-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.menu-toggle-left{display:none}.site-drawer{position:fixed;z-index:10002;right:0;top:0;width:min(390px,88vw);height:100vh;background:#fffaf5;transform:translateX(105%);transition:transform .28s ease;box-shadow:-24px 0 60px rgba(36,19,12,.2);padding:24px;overflow-y:auto}.site-drawer.open{transform:translateX(0)}.drawer-mask{position:fixed;z-index:10001;inset:0;background:rgba(26,15,10,.58);opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:20px}.drawer-brand img{width:42px}.drawer-close{border:0;background:#24130C;color:#fff;width:40px;height:40px;border-radius:14px;font-size:28px;line-height:1;cursor:pointer}.drawer-copy{color:#75645A;font-size:14px}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0}.drawer-nav a{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;background:#fff;border:1px solid rgba(255,107,53,.15);border-radius:14px;text-decoration:none}.drawer-nav a:hover,.drawer-nav a.active{background:#EFFFFA;color:#FF6B35}.drawer-nav b{color:#00a982}.drawer-safety{padding:16px;border-radius:16px;background:#FFF1C7;color:#6b4d1d;font-size:13px}.section{padding:86px 24px}.section.compact-section{padding-top:56px;padding-bottom:56px}.container{width:min(1200px,100%);margin:0 auto}.section-head{max-width:780px;margin:0 0 34px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#B8336A}.section-kicker:before{content:"";width:30px;height:3px;border-radius:3px;background:linear-gradient(90deg,#FF6B35,#00E5B0)}h1,h2,h3,.section-title{color:#24130C;line-height:1.25}h1{font-size:clamp(42px,7vw,76px);margin:.2em 0}h2{font-size:clamp(30px,4vw,46px);margin:.3em 0}.lead{font-size:18px;color:#5f4e45}.muted{color:#75645A}.hero{position:relative;overflow:hidden;padding:84px 24px 64px;background:radial-gradient(circle at 10% 10%,rgba(255,209,102,.5),transparent 27%),radial-gradient(circle at 90% 20%,rgba(0,229,176,.22),transparent 30%),linear-gradient(135deg,#FFF1E8 0%,#EFFBF8 48%,#F8EEFF 100%)}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-160px;bottom:-200px;background:rgba(255,107,53,.12);filter:blur(2px)}.hero-grid{position:relative;z-index:1;width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.hero-copy p{max-width:660px}.hero-subtitle{font-size:clamp(22px,3vw,34px);font-weight:700;color:#2B1A3F;margin:0 0 20px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid rgba(255,107,53,.35);border-radius:999px;color:#FF6B35;text-decoration:none;font-weight:700;background:rgba(255,255,255,.65)}.hero-points{display:flex;flex-wrap:wrap;gap:10px}.hero-points span,.pill{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid rgba(255,107,53,.14);font-size:13px;box-shadow:0 8px 18px rgba(97,45,16,.08)}.hero-visual{position:relative}.hero-visual img{width:100%;max-height:610px;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(43,26,63,.2))}.floating-note{position:absolute;right:0;bottom:8%;max-width:220px;background:#fff;padding:16px;border-radius:18px;box-shadow:0 20px 46px rgba(97,45,16,.14);font-size:13px}.highlight-strip{position:relative;z-index:2;margin:-22px auto 0;width:min(1120px,calc(100% - 32px));display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:24px;box-shadow:0 20px 46px rgba(97,45,16,.14);border:1px solid rgba(255,107,53,.16);overflow:hidden}.highlight-item{padding:24px}.highlight-item+ .highlight-item{border-left:1px solid rgba(255,107,53,.12)}.highlight-item strong{display:block;color:#24130C;margin-bottom:6px}.highlight-item p{margin:0;color:#75645A;font-size:14px}.capsules{display:flex;flex-wrap:wrap;gap:12px}.capsule{flex:1 1 210px;min-height:104px;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(255,107,53,.16);text-decoration:none;box-shadow:0 12px 26px rgba(97,45,16,.08)}.capsule strong{display:block;color:#FF6B35}.capsule span{display:block;color:#75645A;font-size:13px;margin-top:6px}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.split.reverse .media{order:2}.media img,.content-img,.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;border-radius:24px}.card,.zone-card,.info-card,.review-card{background:#fff;border:1px solid rgba(255,107,53,.18);box-shadow:0 20px 46px rgba(97,45,16,.14);border-radius:22px}.content-card{padding:32px}.content-card p{color:#5f4e45}.text-link{color:#FF6B35;text-decoration:none;font-weight:700}.text-link:hover{text-decoration:underline}.feature-list{display:grid;gap:12px;margin:22px 0}.feature-list div{padding:14px 16px;border-radius:16px;background:#EFFFFA}.feature-list strong{color:#2B1A3F}.two-col,.three-col,.review-grid,.faq-grid{display:grid;gap:24px}.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.zone-card{overflow:hidden}.zone-card img{border-radius:0;max-height:300px}.zone-body{padding:26px}.zone-body p{color:#75645A}.zone-body ul{padding-left:20px;color:#5f4e45}.dark-band{background:#24130C;color:#FFF3E8}.dark-band h2,.dark-band h3{color:#fff}.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.safety-card{padding:28px;border-radius:22px;background:linear-gradient(145deg,#fff,#EFFFFA);color:#2A1F1A}.safety-card.warm{background:linear-gradient(145deg,#fff,#FFF1C7)}.safety-card img{width:100%;max-height:280px;object-fit:contain}.review-grid{grid-template-columns:repeat(3,1fr)}.review-card{padding:24px}.review-card p{margin:0;color:#5f4e45}.review-card footer{margin-top:16px;color:#A9978C;font-size:13px}.faq-grid{grid-template-columns:1fr 1fr}.faq-item{padding:0 0 18px;border-bottom:1px solid rgba(255,107,53,.18)}.faq-item h3{font-size:18px;margin-bottom:8px}.faq-item p{color:#75645A;margin:0}.notice{padding:30px;border-radius:24px;background:linear-gradient(135deg,#FFF1C7,#EFFFFA);border:1px solid rgba(255,107,53,.18)}.notice h2{margin-top:0}.page-hero{padding:72px 24px;background:radial-gradient(circle at 82% 20%,rgba(0,229,176,.2),transparent 26%),linear-gradient(135deg,#FFF1E8,#F5F0FF)}.page-hero-grid{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.page-hero h1{font-size:clamp(38px,6vw,62px)}.page-hero img{width:100%;max-height:460px;object-fit:contain}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;align-items:start}.article{font-size:16px}.article h2{font-size:30px;margin-top:46px}.article p{color:#4e4038}.article ul{padding-left:22px}.article li{margin-bottom:8px}.side-stack{position:sticky;top:102px;display:grid;gap:18px}.side-card{padding:22px;background:#fff;border-radius:20px;border:1px solid rgba(255,107,53,.16);box-shadow:0 15px 34px rgba(97,45,16,.1)}.side-card h3{margin-top:0}.side-card a{display:block;padding:8px 0;color:#FF6B35;text-decoration:none}.quote{padding:22px 24px;border-left:5px solid #00E5B0;background:#EFFFFA;border-radius:0 18px 18px 0;color:#2B1A3F}.service-steps{counter-reset:step;display:grid;gap:14px}.service-step{position:relative;padding:18px 18px 18px 62px;background:#fff;border-radius:18px;border:1px solid rgba(255,107,53,.16)}.service-step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#24130C;color:#fff;font-weight:700}.site-footer{background:#1A0F0A;color:#FFF3E8;padding:58px 24px 24px}.footer-grid{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.footer-grid h3{color:#fff}.footer-grid a{display:block;color:#dcc9bb;text-decoration:none;margin:9px 0}.footer-grid a:hover{color:#00E5B0}.footer-brand p{color:#cdb9ab;max-width:460px}.footer-logo{display:inline-flex}.footer-bottom{width:min(1200px,100%);margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;color:#bfa99c;font-size:13px}.footer-bottom a{color:#FFD166;text-decoration:none}.mobile-quick{display:none}
@media(max-width:980px){.nav-core{display:none}.menu-toggle-left{display:flex}.menu-toggle-right{display:none}.hero-grid,.page-hero-grid,.split,.article-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:720px;margin:auto}.highlight-strip{grid-template-columns:1fr 1fr}.highlight-item:nth-child(3){border-left:0;border-top:1px solid rgba(255,107,53,.12)}.highlight-item:nth-child(4){border-top:1px solid rgba(255,107,53,.12)}.three-col,.review-grid{grid-template-columns:1fr 1fr}.side-stack{position:static;grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.split.reverse .media{order:0}}
@media(max-width:680px){body{padding-bottom:68px}.header-inner{min-height:64px;padding:0 12px;gap:8px}.site-logo img{width:36px}.site-logo strong{font-size:16px}.main-btn.compact{padding:0 13px;min-height:38px}.menu-toggle{width:40px;height:40px}.section{padding:62px 16px}.hero{padding:58px 16px 42px}.hero-grid{gap:28px}.hero p{font-size:15px;text-align:left}.hero-copy{text-align:left}.hero-actions,.hero-points{justify-content:flex-start}.floating-note{position:static;margin-top:12px}.highlight-strip{grid-template-columns:1fr;margin-top:16px}.highlight-item+.highlight-item{border-left:0;border-top:1px solid rgba(255,107,53,.12)}.two-col,.three-col,.review-grid,.faq-grid,.safety-grid,.side-stack{grid-template-columns:1fr}.content-card,.zone-body{padding:22px}.page-hero{padding:52px 16px}.page-hero-grid{gap:20px}.article h2{font-size:26px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-quick{position:fixed;z-index:9998;left:10px;right:10px;bottom:8px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(36,19,12,.96);backdrop-filter:blur(10px);border-radius:18px;padding:8px;box-shadow:0 10px 30px rgba(36,19,12,.3)}.mobile-quick a{text-align:center;color:#fff;text-decoration:none;font-size:13px;padding:8px 4px}.drawer-nav{grid-template-columns:1fr}.site-drawer{left:0;right:auto;transform:translateX(-105%)}.site-drawer.open{transform:translateX(0)}}
