:root {
    --bg: #FFF8F0;
    --surface: #FFFFFF;
    --ink: #2A1F1A;
    --heading: #24130C;
    --muted: #75645A;
    --quiet: #A9978C;
    --brand: #FF6B35;
    --deep: #2B1A3F;
    --aqua: #00E5B0;
    --gold: #FFD166;
    --rose: #B8336A;
    --pale-aqua: #E9FFF8;
    --pale-gold: #FFF1C7;
    --border: rgba(255,107,53,.18);
    --shadow: 0 20px 46px rgba(97,45,16,.14);
    --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, BlinkMacSystemFont, sans-serif; line-height: 1.75; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { 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: var(--max); margin: 0 auto; min-height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; text-decoration: none; white-space: nowrap; }
.site-logo img { max-height: 44px; width: auto; }
.site-logo strong { font-size: 20px; letter-spacing: .08em; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 8px; margin-left: auto; }
.nav-core a { color: #FFF3E8; text-decoration: none; border-radius: 999px; padding: 8px 12px; font-size: 15px; transition: .2s ease; white-space: nowrap; }
.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 { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 999px; background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%); color: #FFF; text-decoration: none; font-weight: 700; box-shadow: 0 14px 32px rgba(255,107,53,.22); border: 0; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255,107,53,.28); }
.menu-toggle { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: #FFF; border-radius: 99px; }
.mobile-menu-toggle { display: none; }
.site-main { min-height: 60vh; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.section.compact { padding: 56px 0; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #B06D00; font-weight: 800; letter-spacing: .08em; font-size: 13px; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--brand), var(--aqua)); }
h1,h2,h3,.section-title { color: var(--heading); line-height: 1.25; margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.04em; margin-bottom: 18px; }
h2 { font-size: clamp(28px, 3.6vw, 46px); margin-bottom: 16px; }
h3 { font-size: 21px; margin-bottom: 10px; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(18px, 2.1vw, 22px); color: var(--muted); }
.text-link { display: inline-flex; gap: 6px; align-items: center; color: var(--brand); font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.card,.zone-card,.info-card,.review-card { background: #FFF; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius); }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(255,209,102,.48), transparent 30%), radial-gradient(circle at 88% 18%, rgba(0,229,176,.22), transparent 26%), linear-gradient(135deg, #FFF8F0 0%, #F5EBFF 42%, #E9FFF8 100%); }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,107,53,.1); filter: blur(1px); }
.hero-inner { min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; padding-top: 72px; padding-bottom: 72px; position: relative; z-index: 1; }
.hero-copy { max-width: 660px; }
.hero-badge { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; border-radius: 999px; background: rgba(43,26,63,.08); color: var(--deep); font-weight: 800; margin-bottom: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; color: var(--deep); border: 1px solid rgba(43,26,63,.16); text-decoration: none; font-weight: 700; background: rgba(255,255,255,.7); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.hero-points li { padding: 8px 13px; border-radius: 999px; background: #FFF; border: 1px solid var(--border); font-size: 14px; font-weight: 700; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; max-height: 580px; object-fit: contain; filter: drop-shadow(0 30px 44px rgba(43,26,63,.18)); }
.floating-note { position: absolute; padding: 14px 18px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,107,53,.16); box-shadow: 0 16px 34px rgba(43,26,63,.12); border-radius: 18px; font-size: 14px; font-weight: 700; }
.note-one { left: -22px; top: 18%; }
.note-two { right: -12px; bottom: 14%; }
.highlight-strip { margin-top: -34px; position: relative; z-index: 3; }
.highlight-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.highlight-item { padding: 22px; background: rgba(255,255,255,.94); border-radius: 20px; box-shadow: 0 16px 34px rgba(97,45,16,.11); border: 1px solid var(--border); }
.highlight-item strong { display: block; color: var(--heading); margin-bottom: 7px; }
.highlight-item p { color: var(--muted); font-size: 14px; margin: 0; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-link { flex: 1 1 210px; min-height: 92px; padding: 18px 20px; border-radius: 999px; background: #FFF; border: 1px solid var(--border); text-decoration: none; transition: .2s ease; }
.pill-link strong { display: block; color: var(--heading); }
.pill-link span { color: var(--muted); font-size: 13px; }
.pill-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img,.content-img { width: 100%; max-height: 520px; object-fit: contain; border-radius: 26px; }
.split-copy { padding: 12px; }
.soft-panel { background: linear-gradient(135deg, rgba(255,241,199,.74), rgba(233,255,248,.85)); }
.deep-panel { background: var(--deep); color: #F8F1FF; }
.deep-panel h2,.deep-panel h3 { color: #FFF; }
.deep-panel .lead,.deep-panel p { color: rgba(255,255,255,.78); }
.two-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.four-grid { 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,#FFF7F0,#F0FFFB); }
.zone-body { padding: 26px; }
.zone-body ul,.feature-list { padding-left: 20px; color: var(--muted); }
.zone-body li,.feature-list li { margin-bottom: 8px; }
.mini-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 18px; }
.mini-card { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.8); border: 1px solid var(--border); }
.mini-card strong { display: block; color: var(--heading); margin-bottom: 6px; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: stretch; }
.security-media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.security-media img { width: 100%; height: 100%; min-height: 280px; object-fit: contain; border-radius: 22px; background: #FFF; }
.security-copy { padding: 34px; }
.review-card { padding: 24px; position: relative; }
.review-card::before { content: "“"; position: absolute; right: 18px; top: -8px; color: rgba(255,107,53,.16); font-size: 70px; font-weight: 900; line-height: 1; }
.review-card p { position: relative; z-index: 1; }
.review-meta { color: var(--muted); font-size: 14px; margin-top: 16px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #FFF; border-radius: 18px; border: 1px solid var(--border); padding: 20px 22px; }
.faq-item summary { cursor: pointer; font-weight: 800; color: var(--heading); list-style: none; padding-right: 32px; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: -4px; font-size: 24px; color: var(--brand); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 14px 0 0; color: var(--muted); }
.notice { padding: 30px; border-radius: 24px; background: linear-gradient(135deg, #2B1A3F, #4E235D); color: #FFF; box-shadow: var(--shadow); }
.notice h2,.notice h3 { color: #FFF; }
.notice p { color: rgba(255,255,255,.82); }
.page-hero { background: radial-gradient(circle at 15% 10%, rgba(255,209,102,.42), transparent 27%), radial-gradient(circle at 88% 12%, rgba(0,229,176,.18), transparent 30%), linear-gradient(135deg,#FFF8F0,#F4ECFF 58%,#E9FFF8); padding: 92px 0 72px; }
.page-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 42px; }
.page-hero h1 { font-size: clamp(38px,5vw,64px); }
.page-hero img { width: 100%; max-height: 450px; object-fit: contain; filter: drop-shadow(0 24px 35px rgba(43,26,63,.16)); }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.breadcrumb a { color: var(--brand); text-decoration: none; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 34px; align-items: start; }
.article-card { padding: 34px; }
.article-card + .article-card { margin-top: 24px; }
.article-card p { color: var(--muted); }
.article-card h2 { font-size: 30px; margin-top: 8px; }
.side-panel { position: sticky; top: 98px; display: grid; gap: 16px; }
.side-card { padding: 22px; background: #FFF; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 12px 28px rgba(97,45,16,.09); }
.side-card a { display: block; padding: 7px 0; color: var(--brand); text-decoration: none; font-weight: 700; }
.quote-box { padding: 22px; border-left: 4px solid var(--aqua); background: var(--pale-aqua); border-radius: 0 18px 18px 0; color: var(--deep); }
.service-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; counter-reset: steps; }
.service-step { position: relative; padding: 22px; border: 1px solid var(--border); border-radius: 20px; background: #FFF; }
.service-step::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); display: inline-flex; margin-bottom: 12px; color: var(--brand); font-weight: 900; }
.site-drawer { position: fixed; z-index: 10002; top: 0; right: 0; width: min(420px, 92vw); height: 100dvh; background: #FFF8F0; transform: translateX(105%); transition: transform .25s ease; box-shadow: -26px 0 70px rgba(20,10,6,.25); padding: 24px; overflow-y: auto; }
.site-drawer.is-open { transform: translateX(0); }
.drawer-mask { position: fixed; z-index: 10001; inset: 0; background: rgba(26,15,10,.58); opacity: 0; transition: opacity .22s ease; }
.drawer-mask.is-visible { opacity: 1; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.drawer-brand { display: flex; align-items: center; gap: 10px; color: var(--heading); }
.drawer-brand img { height: 42px; width: auto; }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #FFF; color: var(--heading); font-size: 28px; cursor: pointer; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 22px 0; }
.drawer-nav a { padding: 12px 14px; text-decoration: none; color: var(--heading); background: #FFF; border: 1px solid var(--border); border-radius: 14px; font-weight: 700; }
.drawer-nav a:hover { background: var(--pale-aqua); color: var(--brand); }
.drawer-note { padding: 20px; background: var(--deep); color: #FFF; border-radius: 20px; }
.drawer-note p { color: rgba(255,255,255,.78); font-size: 14px; }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding-top: 62px; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.7fr; gap: 60px; }
.footer-brand p { color: rgba(255,243,232,.68); max-width: 400px; margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.footer-links h3 { color: #FFF; font-size: 16px; }
.footer-links a { display: block; color: rgba(255,243,232,.72); text-decoration: none; margin-bottom: 9px; font-size: 14px; }
.footer-links a:hover { color: var(--aqua); }
.footer-bottom { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 20px; text-align: center; color: rgba(255,243,232,.56); font-size: 13px; }
.mobile-bottom-nav { display: none; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; }
.contact-card { padding: 26px; }
.contact-list { display: grid; gap: 14px; }
.contact-list div { padding: 18px; border-radius: 16px; background: var(--pale-aqua); }
.table-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; background: #FFF; }
th,td { padding: 16px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: var(--pale-gold); color: var(--heading); }
@media (max-width: 1080px) {
    .nav-core { display: none; }
    .header-inner { gap: 14px; }
    .hero-inner,.page-hero-inner,.split,.security-grid,.article-layout,.contact-grid { grid-template-columns: 1fr; }
    .hero-inner { min-height: auto; padding-top: 58px; }
    .hero-copy { max-width: none; }
    .hero-visual { max-width: 700px; margin: 0 auto; }
    .side-panel { position: static; grid-template-columns: repeat(2,1fr); }
    .highlight-grid,.four-grid { grid-template-columns: repeat(2,1fr); }
    .three-grid { grid-template-columns: repeat(2,1fr); }
    .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    body { padding-bottom: 68px; }
    .header-inner { min-height: 64px; padding: 0 14px; }
    .mobile-menu-toggle { display: grid; order: 1; }
    .site-logo { order: 2; margin: 0 auto; }
    .site-logo strong { font-size: 17px; }
    .site-logo img { max-height: 36px; }
    .header-actions { order: 3; }
    .desktop-menu-toggle { display: none; }
    .header-cta { min-height: 38px; padding: 0 14px; font-size: 13px; }
    .container { width: min(100% - 28px, var(--max)); }
    .section { padding: 60px 0; }
    .hero-inner { padding-top: 44px; padding-bottom: 66px; gap: 32px; }
    h1 { font-size: 44px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .main-btn,.secondary-btn { width: 100%; }
    .floating-note { display: none; }
    .highlight-strip { margin-top: -24px; }
    .highlight-grid,.two-grid,.three-grid,.four-grid,.mini-cards,.service-steps,.security-media,.side-panel { grid-template-columns: 1fr; }
    .pill-link { flex-basis: 100%; border-radius: 20px; }
    .split.reverse .split-media { order: initial; }
    .article-card { padding: 24px; }
    .article-card h2 { font-size: 26px; }
    .page-hero { padding: 58px 0 46px; }
    .drawer-nav { grid-template-columns: 1fr; }
    .footer-links { grid-template-columns: repeat(2,1fr); }
    .mobile-bottom-nav { position: fixed; z-index: 9998; left: 0; right: 0; bottom: 0; min-height: 62px; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(26,15,10,.96); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,.12); padding-bottom: env(safe-area-inset-bottom); }
    .mobile-bottom-nav a { color: #FFF3E8; text-decoration: none; display: grid; place-items: center; align-content: center; gap: 1px; font-size: 12px; }
    .mobile-bottom-nav span { color: var(--aqua); font-size: 17px; line-height: 1; }
}
@media (max-width: 430px) {
    .site-logo strong { display: none; }
    .footer-links { grid-template-columns: 1fr 1fr; gap: 18px; }
    h1 { font-size: 38px; }
    .highlight-item { padding: 18px; }
}
