@charset "UTF-8";
:root {
  --bg: #FFF8F0;
  --surface: #FFFFFF;
  --surface-mint: #EFFFFA;
  --surface-blue: #E9FFF8;
  --surface-gold: #FFF1C7;
  --ink: #2A1F1A;
  --ink-strong: #24130C;
  --muted: #75645A;
  --soft: #A9978C;
  --brand: #FF6B35;
  --brand-2: #FF7A00;
  --purple: #6C4BFF;
  --deep-purple: #2B1A3F;
  --pink: #E95CA8;
  --cyan: #00E5B0;
  --gold: #FFD166;
  --danger: #B8336A;
  --border: rgba(255,107,53,.18);
  --shadow: 0 20px 46px rgba(97,45,16,.14);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, sans-serif; line-height: 1.75; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--deep-purple); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 12000; padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--ink-strong); box-shadow: var(--shadow); }
.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 { width: var(--container); min-height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; white-space: nowrap; }
.site-logo:hover { color: #fff; }
.site-logo img { width: auto; max-width: 46px; max-height: 44px; object-fit: contain; }
.site-logo strong { font-size: 1.05rem; letter-spacing: .05em; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 6px; }
.nav-core a { color: #FFF3E8; border-radius: 999px; padding: 8px 12px; font-size: .94rem; 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, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 22px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn { color: #fff; background: linear-gradient(135deg, #FF6B35 0%, #FFB703 46%, #6C4BFF 74%, #00E5B0 100%); background-size: 180% 180%; box-shadow: 0 14px 32px rgba(255,107,53,.22); }
.main-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(108,75,255,.24); }
.secondary-btn { color: var(--deep-purple); border: 1px solid rgba(108,75,255,.3); background: rgba(255,255,255,.75); }
.secondary-btn:hover { color: var(--brand); transform: translateY(-2px); }
.menu-toggle { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: #fff; border-radius: 999px; }
.mobile-menu-toggle { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(26,15,10,.58); backdrop-filter: blur(3px); }
.site-drawer { position: fixed; z-index: 10001; top: 0; right: 0; width: min(390px, 90vw); height: 100dvh; padding: 22px; background: #fff; box-shadow: -20px 0 50px rgba(43,26,63,.2); 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 var(--border); }
.drawer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-strong); font-weight: 800; }
.drawer-brand img { width: 44px; max-height: 42px; object-fit: contain; }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 14px; background: var(--surface-mint); color: var(--ink-strong); font-size: 1.6rem; cursor: pointer; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px 0; }
.drawer-nav a { padding: 11px 13px; border-radius: 14px; color: var(--ink); background: #FFF8F0; border: 1px solid transparent; }
.drawer-nav a:hover { border-color: var(--border); color: var(--brand); }
.drawer-note { padding: 18px; border-radius: 18px; background: linear-gradient(135deg, #EFFFFA, #FFF1C7); }
.drawer-note p { margin: 6px 0 0; color: var(--muted); font-size: .92rem; }
main { min-height: 60vh; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 82px 0; }
.section-sm { padding: 54px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--purple); font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 28px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--cyan)); }
h1, h2, h3, .section-title { color: var(--ink-strong); line-height: 1.28; margin-top: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 5.4rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); letter-spacing: -.025em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); }
.muted { color: var(--muted); }
.hero { position: relative; overflow: clip; padding: 72px 0 66px; background: radial-gradient(circle at 18% 18%, rgba(233,92,168,.2), transparent 30%), radial-gradient(circle at 86% 20%, rgba(0,229,176,.2), transparent 28%), linear-gradient(135deg, #FFF8F0 0%, #F4EEFF 42%, #E9FFF8 74%, #FFF1C7 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero::before { width: 300px; height: 300px; right: -110px; top: 42px; border: 1px solid rgba(108,75,255,.16); }
.hero::after { width: 220px; height: 220px; left: -90px; bottom: -70px; background: rgba(255,107,53,.07); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; position: relative; z-index: 1; }
.hero-copy h1 { margin-bottom: 12px; }
.hero-copy h1 span { display: block; color: transparent; background: linear-gradient(115deg, var(--brand), var(--purple), var(--cyan)); -webkit-background-clip: text; background-clip: text; }
.hero-subtitle { font-size: clamp(1.3rem, 2vw, 2rem); color: var(--deep-purple); font-weight: 800; margin-bottom: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 24px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hero-points li { padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.76); border: 1px solid rgba(108,75,255,.12); color: var(--deep-purple); font-size: .92rem; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1; border-radius: 44% 56% 58% 42%; background: linear-gradient(145deg, rgba(255,107,53,.16), rgba(108,75,255,.19), rgba(0,229,176,.16)); animation: float 7s ease-in-out infinite; }
.hero-visual img { position: relative; z-index: 1; max-height: 530px; object-fit: contain; filter: drop-shadow(0 28px 40px rgba(43,26,63,.2)); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(2deg); } }
.highlight-strip { margin-top: -20px; position: relative; z-index: 2; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.highlight-item { background: rgba(255,255,255,.93); border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 20px; padding: 20px; }
.highlight-item strong { display: block; color: var(--ink-strong); margin-bottom: 5px; }
.highlight-item p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.channel-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.channel-pill { flex: 1 1 190px; min-width: 0; padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.channel-pill strong { display: block; color: var(--deep-purple); margin-bottom: 4px; }
.channel-pill span { display: block; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.channel-pill a { display: inline-block; margin-top: 8px; font-weight: 700; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.split.reverse .media { order: 2; }
.split.reverse .copy { order: 1; }
.media-card, .card, .zone-card, .info-card, .review-card { background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius); }
.media-card { padding: 18px; }
.media-card img { width: 100%; max-height: 470px; object-fit: contain; border-radius: 16px; background: linear-gradient(145deg, #F4EEFF, #EFFFFA); }
.copy-card { padding: clamp(24px, 4vw, 48px); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(239,255,250,.8)); border: 1px solid var(--border); }
.copy-card ul, .feature-list { padding-left: 1.2em; }
.copy-card li, .feature-list li { margin-bottom: 8px; }
.two-col, .three-col, .review-grid, .faq-grid { display: grid; gap: 22px; }
.two-col { grid-template-columns: repeat(2, 1fr); }
.three-col { grid-template-columns: repeat(3, 1fr); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.zone-card, .info-card { overflow: hidden; }
.zone-card img, .info-card img { width: 100%; height: 250px; object-fit: contain; padding: 15px; background: linear-gradient(145deg, #FFF1C7, #F4EEFF, #EFFFFA); }
.zone-card .card-body, .info-card .card-body { padding: 24px; }
.zone-card .text-link, .info-card .text-link { font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-item { padding: 23px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.feature-item .number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; margin-bottom: 12px; color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--brand), var(--purple)); }
.feature-item p { color: var(--muted); margin-bottom: 0; }
.safety-band { background: linear-gradient(135deg, #24130C, #2B1A3F); color: #FFF3E8; }
.safety-band h2, .safety-band h3 { color: #fff; }
.safety-band .section-kicker { color: var(--cyan); }
.safety-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.safety-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.safety-visuals img { width: 100%; height: 250px; object-fit: contain; border-radius: 18px; background: rgba(255,255,255,.08); }
.safety-list { display: grid; gap: 12px; margin-top: 22px; }
.safety-list div { padding: 14px 16px; border-radius: 15px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.review-card { position: relative; padding: 24px; }
.review-card::before { content: "“"; position: absolute; right: 18px; top: 6px; color: rgba(108,75,255,.15); font-size: 4rem; line-height: 1; font-family: Georgia, serif; }
.review-card p { position: relative; z-index: 1; color: var(--muted); }
.review-card strong { color: var(--deep-purple); }
.faq-item { padding: 22px; border-radius: 19px; background: #fff; border: 1px solid var(--border); }
.faq-item h3 { margin-bottom: 8px; }
.faq-item p { color: var(--muted); margin-bottom: 0; }
.notice { padding: 24px; border-radius: 22px; background: linear-gradient(135deg, #FFF1C7, #EFFFFA); border: 1px solid var(--border); }
.notice strong { color: var(--danger); }
.page-hero { padding: 70px 0 54px; background: radial-gradient(circle at 12% 30%, rgba(233,92,168,.18), transparent 26%), radial-gradient(circle at 82% 20%, rgba(0,229,176,.18), transparent 28%), linear-gradient(135deg, #FFF8F0, #F4EEFF 55%, #E9FFF8); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 44px; align-items: center; }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.6rem); margin-bottom: 16px; }
.page-hero img { width: 100%; max-height: 430px; object-fit: contain; filter: drop-shadow(0 22px 34px rgba(43,26,63,.17)); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { font-weight: 700; }
.content-section { padding: 72px 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 30px; align-items: start; }
.article-card { padding: clamp(24px, 4vw, 48px); background: #fff; border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); }
.article-card p { color: #4f4038; }
.article-card h2 { margin-top: 1.4em; }
.sidebar { display: grid; gap: 20px; position: sticky; top: 96px; }
.sidebar-card { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--border); box-shadow: 0 14px 32px rgba(97,45,16,.09); }
.sidebar-card img { width: 100%; max-height: 260px; object-fit: contain; border-radius: 15px; background: linear-gradient(145deg, #FFF1C7, #EFFFFA); }
.sidebar-card h3 { margin: 16px 0 8px; }
.sidebar-card p { color: var(--muted); font-size: .93rem; }
.check-list { list-style: none; margin: 18px 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--surface-mint); color: #087a62; font-weight: 900; }
.quote-box { margin: 24px 0; padding: 22px; border-radius: 18px; background: #F4EEFF; border-left: 4px solid var(--purple); color: var(--deep-purple); }
.page-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 58px 0 0; }
.footer-inner { width: var(--container); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.4fr; gap: 50px; }
.footer-brand a { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 1.1rem; }
.footer-brand img { width: 48px; max-height: 46px; object-fit: contain; }
.footer-brand p { color: rgba(255,243,232,.72); max-width: 470px; margin-top: 16px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-links h2 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-links a { display: block; color: rgba(255,243,232,.72); padding: 4px 0; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 40px; padding: 18px 20px; text-align: center; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,243,232,.62); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1060px) {
  .nav-core { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .desktop-menu-toggle { display: none; }
  .site-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .header-inner { position: relative; }
  .hero-grid, .page-hero-grid, .split, .safety-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 380px; }
  .page-hero-copy { text-align: center; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .split.reverse .media, .split.reverse .copy { order: initial; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .three-col, .review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1180px); }
  body { padding-bottom: 70px; }
  .header-inner { min-height: 64px; }
  .site-logo strong { display: none; }
  .site-logo img { max-width: 40px; max-height: 38px; }
  .header-cta { min-height: 40px; padding: 8px 14px; font-size: .86rem; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { padding: 52px 0 48px; }
  .hero-grid { gap: 28px; }
  .hero-visual { min-height: 310px; }
  .hero-visual img { max-height: 350px; }
  .section { padding: 58px 0; }
  .section-sm { padding: 42px 0; }
  .highlight-strip { margin-top: 0; padding-top: 14px; }
  .highlight-grid, .two-col, .three-col, .feature-grid, .review-grid, .faq-grid, .sidebar, .footer-inner, .footer-links { grid-template-columns: 1fr; }
  .safety-visuals { grid-template-columns: 1fr 1fr; }
  .zone-card img, .info-card img { height: 220px; }
  .page-hero { padding: 48px 0 40px; }
  .page-hero-grid { gap: 26px; }
  .content-section { padding: 48px 0; }
  .article-card { padding: 24px 20px; border-radius: 22px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .mobile-bottom-nav { position: fixed; z-index: 9000; left: 10px; right: 10px; bottom: max(8px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); min-height: 58px; padding: 6px; border-radius: 18px; background: rgba(38,20,12,.95); backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(26,15,10,.28); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: rgba(255,243,232,.74); font-size: .72rem; border-radius: 13px; }
  .mobile-bottom-nav a span { font-size: 1rem; line-height: 1; }
  .mobile-bottom-nav a.active, .mobile-bottom-nav a:hover { color: #fff; background: rgba(0,229,176,.13); }
}
@media (max-width: 480px) {
  h1 { font-size: 2.45rem; }
  .hero-subtitle { font-size: 1.25rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .highlight-grid { grid-template-columns: 1fr; }
  .safety-visuals { grid-template-columns: 1fr; }
  .safety-visuals img { height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
