*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff8f0;color:#2a1f1a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,textarea,select{font:inherit}.skip-link{position:fixed;left:16px;top:-80px;z-index:12000;background:#fff;color:#24130c;padding:10px 16px;border-radius:12px;text-decoration:none}.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 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.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;object-fit:contain}.site-logo strong{font-size:20px;letter-spacing:.04em}.nav-core{display:flex;align-items:center;justify-content:center;gap:8px}.nav-core a{color:#fff3e8;text-decoration:none;border-radius:999px;padding:8px 12px;font-size:15px;transition:.2s ease}.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}.main-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 22px;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.main-btn{background:linear-gradient(135deg,#ff6b35 0%,#ffb703 48%,#00e5b0 100%);color:#fff;box-shadow:0 14px 32px rgba(255,107,53,.22)}.main-btn:hover,.ghost-btn:hover{transform:translateY(-2px)}.ghost-btn{border:1px solid rgba(255,107,53,.35);color:#ff6b35;background:#fff}.menu-button{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-button span{width:19px;height:2px;background:#fff;border-radius:2px}.menu-button-mobile{display:none}.drawer-overlay{position:fixed;inset:0;z-index:10000;background:rgba(26,15,10,.58);opacity:0;transition:.25s ease}.drawer-overlay.is-visible{opacity:1}.site-drawer{position:fixed;z-index:10001;right:0;top:0;width:min(420px,92vw);height:100dvh;background:#fff8f0;box-shadow:-18px 0 50px rgba(36,19,12,.22);padding:22px;transform:translateX(105%);transition:transform .28s ease;overflow-y:auto}.site-drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(255,107,53,.18)}.drawer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:21px}.drawer-brand img{width:42px;height:42px;object-fit:contain}.drawer-close{width:42px;height:42px;border:0;border-radius:50%;background:#fff1c7;color:#24130c;font-size:28px;cursor:pointer}.drawer-intro{color:#75645a;margin:18px 0}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-nav a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;padding:11px 13px;background:#fff;border:1px solid rgba(255,107,53,.16);border-radius:14px}.drawer-nav a.active{background:#effffa;color:#b8336a;border-color:rgba(0,229,176,.35)}.drawer-more{margin-top:24px}.drawer-more h2{font-size:15px;margin:0 0 10px;color:#75645a}.drawer-more-links{display:flex;flex-wrap:wrap;gap:8px}.drawer-more-links a{font-size:14px;text-decoration:none;padding:7px 12px;background:#fff1c7;border-radius:999px}.drawer-note{margin-top:24px;padding:15px;border-radius:16px;background:#24130c;color:#fff3e8;font-size:13px}.section{padding:88px 24px}.section.compact{padding-top:48px;padding-bottom:48px}.container{width:min(1200px,100%);margin:0 auto}.section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:#b8336a;font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-kicker:before{content:"";width:24px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6b35,#00e5b0)}h1,h2,h3,.section-title{color:#24130c;line-height:1.2;margin-top:0}h1{font-size:clamp(42px,7vw,78px);letter-spacing:-.04em}h2{font-size:clamp(28px,4vw,46px);letter-spacing:-.03em}h3{font-size:21px}.section-head{max-width:780px;margin-bottom:34px}.section-head p{color:#75645a;margin:0}.hero{position:relative;isolation:isolate;padding:82px 24px 66px;overflow:hidden;background:linear-gradient(135deg,#fff1f5 0%,#e9fff8 46%,#fff1c7 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.hero:before{width:390px;height:390px;left:-120px;top:-130px;background:rgba(184,51,106,.12)}.hero:after{width:460px;height:460px;right:-160px;bottom:-220px;background:rgba(0,229,176,.16)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.hero-copy h1{margin-bottom:14px}.hero-subtitle{font-size:clamp(24px,3vw,36px);font-weight:700;color:#2b1a3f;margin:0 0 20px}.hero-copy>p{font-size:17px;color:#5f5048;max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;padding:0;list-style:none}.hero-points li{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(255,107,53,.16);font-size:14px}.hero-visual{position:relative}.hero-visual img{width:100%;max-height:580px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(97,45,16,.16))}.floating-note{position:absolute;left:8%;bottom:5%;max-width:240px;padding:14px 16px;border-radius:18px;background:rgba(36,19,12,.92);color:#fff3e8;box-shadow:0 16px 38px rgba(36,19,12,.22);font-size:13px}.highlight-bar{margin-top:-20px;position:relative;z-index:2}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.highlight-item{background:#fff;border:1px solid rgba(255,107,53,.18);box-shadow:0 20px 46px rgba(97,45,16,.14);border-radius:22px;padding:22px}.highlight-item span{display:inline-flex;width:38px;height:38px;border-radius:12px;align-items:center;justify-content:center;background:#effffa;color:#b8336a;font-weight:800}.highlight-item h3{margin:14px 0 7px}.highlight-item p{margin:0;color:#75645a;font-size:14px}.channel-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.channel-pill{display:block;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(255,107,53,.16);text-decoration:none;transition:.2s ease}.channel-pill:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(97,45,16,.1)}.channel-pill strong{display:block;color:#2b1a3f;margin-bottom:5px}.channel-pill span{display:block;color:#75645a;font-size:13px;line-height:1.55}.card,.zone-card,.info-card,.review-card,.faq-item{background:#fff;border:1px solid rgba(255,107,53,.18);box-shadow:0 20px 46px rgba(97,45,16,.14);border-radius:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.media-card{overflow:hidden}.media-card img{width:100%;max-height:360px;object-fit:contain;background:linear-gradient(135deg,#effffa,#fff1c7)}.media-card-body{padding:28px}.media-card-body p{color:#75645a}.feature-list{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}.feature-list li{padding:12px 14px;border-radius:14px;background:#fff8f0;border-left:4px solid #00e5b0}.text-link{display:inline-flex;margin-top:12px;color:#ff6b35;font-weight:700;text-decoration:none}.triple{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mini-card{padding:24px}.mini-card img{width:100%;height:190px;object-fit:contain;border-radius:16px;background:#effffa;margin-bottom:18px}.mini-card p{color:#75645a}.security-zone{display:grid;grid-template-columns:1fr 1fr;gap:24px}.security-card{padding:30px;display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center}.security-card img{width:140px;height:140px;object-fit:contain}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:24px}.review-card p{margin:0 0 16px;color:#5f5048}.review-card strong{color:#b8336a}.faq-list{display:grid;gap:14px}.faq-item{overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:19px 22px;font-weight:800;color:#24130c;display:flex;align-items:center;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:24px;color:#ff6b35}.faq-item[open] summary:after{content:"−"}.faq-answer{padding:0 22px 20px;color:#75645a}.notice-band{padding:34px;border-radius:28px;background:linear-gradient(135deg,#2b1a3f,#24130c);color:#fff3e8;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.notice-band h2{color:#fff;margin-bottom:12px}.notice-band p{margin:0;color:#eadfd8}.about-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center}.about-band img{width:100%;max-height:400px;object-fit:contain}.inner-hero{padding:72px 24px 58px;background:linear-gradient(135deg,#fff2ef 0%,#e9fff8 50%,#fff1c7 100%)}.inner-hero-grid{display:grid;grid-template-columns:1fr .82fr;gap:50px;align-items:center}.inner-hero h1{font-size:clamp(38px,6vw,66px);margin-bottom:18px}.inner-hero p{font-size:17px;color:#5f5048}.inner-hero img{width:100%;max-height:440px;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(97,45,16,.15))}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#75645a;margin-bottom:16px}.breadcrumb a{color:#ff6b35;text-decoration:none}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}.content-main{display:grid;gap:22px}.content-panel{padding:30px}.content-panel p{color:#5f5048}.content-panel ul{margin:16px 0 0;padding-left:22px;color:#5f5048}.content-panel li+li{margin-top:8px}.side-panel{position:sticky;top:96px;display:grid;gap:16px}.side-card{padding:22px}.side-card h3{margin-bottom:10px}.side-card p{color:#75645a;font-size:14px}.side-links{display:grid;gap:9px}.side-links a{text-decoration:none;color:#ff6b35;font-weight:700}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:24px}.service-number{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:#2b1a3f;color:#fff;font-weight:800;margin-bottom:14px}.service-card p{color:#75645a}.experience-box{padding:30px;border-radius:24px;background:#effffa;border:1px solid rgba(0,229,176,.28)}.experience-box blockquote{margin:0;font-size:18px;color:#2b1a3f}.experience-box cite{display:block;margin-top:14px;color:#75645a;font-style:normal}.compliance-box{padding:28px;border-radius:24px;background:#fff1c7;border:1px solid rgba(255,183,3,.35)}.compliance-box h2{font-size:26px}.compliance-box p{margin-bottom:0;color:#5f5048}.faq-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-page-grid .faq-item{height:max-content}.contact-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-path{padding:24px}.contact-path p{color:#75645a}.site-footer{background:#1a0f0a;color:#fff3e8;padding:64px 24px 100px}.footer-inner{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:1.1fr 1.9fr;gap:60px}.footer-brand p{max-width:430px;color:#d8c9bf}.footer-logo{margin-bottom:18px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-links h2{color:#fff;font-size:15px;margin-bottom:12px}.footer-links a{display:block;color:#d8c9bf;text-decoration:none;font-size:14px;padding:4px 0}.footer-links a:hover{color:#00e5b0}.footer-bottom{width:min(1200px,100%);margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#aa978c;font-size:12px}.footer-bottom p{margin:0}.mobile-bottom-nav{display:none}
@media(max-width:1020px){.nav-core{display:none}.menu-button-desktop{display:flex}.hero-grid,.inner-hero-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:680px;margin:0 auto}.channel-grid{grid-template-columns:repeat(3,1fr)}.highlight-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.content-layout{grid-template-columns:1fr}.side-panel{position:static;grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){body{padding-bottom:74px}.header-inner{padding:0 12px;min-height:64px}.menu-button-mobile{display:flex}.menu-button-desktop{display:none}.site-logo strong{display:none}.site-logo{position:absolute;left:50%;transform:translateX(-50%)}.site-logo img{width:38px;height:38px}.header-cta{min-height:40px;padding:8px 14px;font-size:13px}.section{padding:64px 16px}.section.compact{padding-top:38px;padding-bottom:38px}.hero{padding:58px 16px 46px}.hero-grid{gap:34px}.hero-copy{text-align:left}.hero-actions,.hero-points{justify-content:flex-start}.hero h1{font-size:48px}.floating-note{position:static;margin:12px auto 0}.highlight-bar{margin-top:0;padding-top:16px}.highlight-grid,.split,.security-zone,.triple,.service-grid,.contact-paths,.faq-page-grid,.review-grid,.about-band{grid-template-columns:1fr}.channel-grid{grid-template-columns:1fr 1fr}.security-card{grid-template-columns:86px 1fr;padding:22px}.security-card img{width:86px;height:86px}.notice-band{grid-template-columns:1fr;padding:26px}.inner-hero{padding:52px 16px 44px}.content-panel{padding:23px}.side-panel{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{display:grid}.site-footer{padding:54px 18px 44px}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:9000;min-height:64px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-top:1px solid rgba(255,107,53,.18);box-shadow:0 -10px 28px rgba(97,45,16,.1)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#75645a;font-size:11px}.mobile-bottom-nav span{font-size:20px;color:#b8336a}.drawer-nav{grid-template-columns:1fr}}
@media(max-width:460px){.channel-grid{grid-template-columns:1fr}.highlight-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr;gap:18px}.drawer-nav{grid-template-columns:1fr}.hero-subtitle{font-size:25px}.hero-copy>p,.inner-hero p{font-size:15px}}
