@charset "UTF-8";
:root {
    --bg: #FFF8F0;
    --nav: rgba(38, 20, 12, 0.94);
    --title: #24130C;
    --brand: #FF6B35;
    --deep: #2B1A3F;
    --neon: #00E5B0;
    --gold: #FFD166;
    --berry: #B8336A;
    --sky: #E9FFF8;
    --cream: #FFF1C7;
    --hot: #FF7A00;
    --text: #2A1F1A;
    --muted: #75645A;
    --soft: #A9978C;
    --card: #FFFFFF;
    --dark: #24130C;
    --pale: #EFFFFA;
    --border: rgba(255, 107, 53, 0.18);
    --shadow: 0 20px 46px rgba(97, 45, 16, 0.14);
    --gradient: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%);
    --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, 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; }
button, input, textarea, select { font: inherit; }
.site-main { min-height: 60vh; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 84px 0; position: relative; }
.section.compact { padding: 58px 0; }
.section.alt { background: linear-gradient(180deg, rgba(233,255,248,.72), rgba(255,248,240,.2)); }
.section.dark-section { background: var(--dark); color: #FFF3E8; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-kicker { color: var(--brand); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
h1, h2, h3, .section-title { color: var(--title); line-height: 1.22; margin-top: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.055em; margin-bottom: 20px; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.18rem; margin-bottom: 10px; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.22rem); color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.main-btn {
    display: inline-flex;
    min-height: 46px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--gradient);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(255,107,53,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255,107,53,.28); }
.ghost-btn {
    display: inline-flex; min-height: 46px; padding: 0 20px; align-items: center; justify-content: center;
    border: 1px solid rgba(43,26,63,.14); border-radius: 999px; color: var(--deep); font-weight: 800; background: rgba(255,255,255,.72);
}
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.card, .zone-card, .info-card, .review-card, .faq-item, .channel-pill {
    background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 24px;
}
.content-img, .zone-card img, .app-section img, .hero-visual img, .inner-visual img {
    width: 100%; height: auto; object-fit: contain; display: block;
}
.site-header {
    position: sticky; top: 0; width: 100%; z-index: 9999; background: var(--nav);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 8px 26px rgba(97,45,16,.16);
}
.header-inner {
    width: min(1280px, calc(100% - 34px)); min-height: 72px; margin: 0 auto; display: grid;
    grid-template-columns: 220px 1fr 220px; align-items: center; gap: 18px;
}
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #FFF3E8; font-weight: 900; font-size: 1.2rem; width: fit-content; }
.site-logo img { max-height: 44px; width: auto; display: block; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 6px; white-space: nowrap; }
.nav-core a { color: #FFF3E8; border-radius: 999px; padding: 8px 12px; font-size: .94rem; }
.nav-core a:hover, .nav-core a.active { color: #fff; background: rgba(0,229,176,.16); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.menu-toggle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); display: grid; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; background: #fff; border-radius: 999px; display: block; }
.mobile-menu-toggle { display: none; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(26,15,10,.58); opacity: 0; visibility: hidden; transition: .25s ease; z-index: 10000; }
.site-drawer { position: fixed; z-index: 10001; top: 0; right: 0; width: min(390px, 92vw); height: 100dvh; background: #FFF8F0; padding: 24px; transform: translateX(105%); transition: transform .28s ease; overflow-y: auto; box-shadow: -24px 0 60px rgba(26,15,10,.2); }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .site-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.drawer-brand { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--title); }
.drawer-brand img { width: 42px; height: 42px; object-fit: contain; }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: var(--title); font-size: 1.7rem; cursor: pointer; box-shadow: 0 8px 24px rgba(97,45,16,.1); }
.drawer-note { color: var(--muted); padding: 18px 0 6px; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.drawer-nav a { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 12px 14px; color: var(--title); font-weight: 700; }
.drawer-nav a:hover { border-color: rgba(0,229,176,.5); color: var(--brand); }
.drawer-service { margin-top: 22px; padding: 18px; border-radius: 20px; background: var(--deep); color: #fff; }
.drawer-service p { color: rgba(255,255,255,.76); font-size: .92rem; }
.hero { padding: 76px 0 68px; background: radial-gradient(circle at 12% 12%, rgba(255,209,102,.45), transparent 28%), radial-gradient(circle at 88% 22%, rgba(0,229,176,.26), transparent 31%), linear-gradient(135deg, #FFF1E8 0%, #F4ECFF 48%, #E9FFF8 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,107,53,.18); border-radius: 999px; padding: 8px 13px; color: var(--brand); font-weight: 800; margin-bottom: 18px; }
.hero-copy h1 span { display: block; color: var(--brand); }
.hero-subtitle { font-size: clamp(1.35rem, 3vw, 2.15rem); color: var(--deep); font-weight: 850; margin-bottom: 20px; line-height: 1.35; }
.hero-copy p { color: var(--muted); font-size: 1.04rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-points span { background: rgba(255,255,255,.78); border: 1px solid rgba(43,26,63,.1); border-radius: 999px; padding: 8px 13px; font-weight: 750; color: var(--deep); }
.hero-visual { position: relative; padding: 22px; }
.hero-visual::before { content: ""; position: absolute; inset: 0; border-radius: 44% 56% 58% 42% / 48% 38% 62% 52%; background: linear-gradient(145deg, rgba(255,107,53,.22), rgba(0,229,176,.2)); transform: rotate(-3deg); }
.hero-visual img { position: relative; z-index: 2; filter: drop-shadow(0 30px 35px rgba(43,26,63,.16)); }
.floating-card { position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid var(--border); border-radius: 18px; padding: 12px 16px; box-shadow: var(--shadow); font-weight: 800; color: var(--title); }
.floating-card.one { left: -10px; bottom: 18%; }
.floating-card.two { right: -8px; top: 14%; }
.highlight-strip { margin-top: -26px; position: relative; z-index: 4; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.highlight-item { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); }
.highlight-item strong { display: block; color: var(--title); margin-bottom: 8px; font-size: 1.04rem; }
.highlight-item p { margin: 0; color: var(--muted); font-size: .92rem; }
.channel-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.channel-pill { flex: 1 1 205px; padding: 17px 18px; box-shadow: 0 12px 30px rgba(97,45,16,.08); }
.channel-pill strong { display: block; color: var(--deep); }
.channel-pill small { display: block; color: var(--muted); margin: 4px 0 8px; line-height: 1.55; }
.channel-pill a { color: var(--brand); font-weight: 800; font-size: .9rem; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.split-grid.reverse .split-media { order: 2; }
.split-media { border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); padding: 14px; }
.split-copy { padding: 14px 0; }
.split-copy ul, .content-panel ul { padding-left: 1.2em; color: var(--muted); }
.dual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.triple-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.zone-card { overflow: hidden; }
.zone-card .card-media { padding: 12px 12px 0; }
.zone-card .card-media img { border-radius: 18px; background: var(--pale); }
.zone-card .card-body { padding: 24px; }
.zone-card .card-body p { color: var(--muted); }
.service-points { display: grid; gap: 10px; margin: 18px 0; }
.service-point { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .94rem; }
.service-point::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; margin-top: 9px; border-radius: 50%; background: var(--gradient); }
.security-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: stretch; }
.security-image { padding: 18px; border-radius: 28px; background: linear-gradient(145deg, #24130C, #2B1A3F); display: grid; place-items: center; box-shadow: var(--shadow); }
.security-content { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.security-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 22px; }
.security-card p { color: var(--muted); margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 22px; position: relative; }
.review-card::before { content: "“"; position: absolute; right: 18px; top: -5px; font-size: 4rem; color: rgba(255,107,53,.16); font-family: Georgia, serif; }
.review-card p { color: var(--muted); position: relative; }
.review-card strong { color: var(--title); }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 22px 24px; box-shadow: 0 12px 32px rgba(97,45,16,.08); }
.faq-item h3 { display: flex; gap: 12px; align-items: flex-start; }
.faq-item h3::before { content: "Q"; display: inline-grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 10px; background: var(--gradient); color: #fff; font-size: .78rem; }
.faq-item p { margin: 0; color: var(--muted); padding-left: 42px; }
.compliance-panel { border-radius: 30px; padding: 34px; background: linear-gradient(135deg, #2B1A3F 0%, #24130C 62%, #4A1E2D 100%); color: #FFF3E8; box-shadow: var(--shadow); }
.compliance-panel h2, .compliance-panel h3 { color: #fff; }
.compliance-panel p { color: rgba(255,243,232,.76); }
.compliance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.compliance-grid div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px; }
.inner-hero { padding: 70px 0 54px; background: radial-gradient(circle at 10% 20%, rgba(255,209,102,.34), transparent 26%), radial-gradient(circle at 82% 18%, rgba(0,229,176,.24), transparent 28%), linear-gradient(135deg, #FFF5EC, #F4EDFF 52%, #E9FFF8); }
.inner-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.inner-hero h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); }
.inner-visual { padding: 18px; border-radius: 30px; background: rgba(255,255,255,.7); border: 1px solid var(--border); box-shadow: var(--shadow); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.breadcrumb a { color: var(--brand); font-weight: 800; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 28px; align-items: start; }
.content-panel { background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 26px; padding: 30px; }
.content-panel + .content-panel { margin-top: 22px; }
.content-panel p { color: var(--muted); }
.side-stack { display: grid; gap: 18px; position: sticky; top: 96px; }
.info-card { padding: 22px; box-shadow: 0 13px 34px rgba(97,45,16,.09); }
.info-card p { color: var(--muted); margin-bottom: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 22px; box-shadow: 0 13px 34px rgba(97,45,16,.09); }
.feature-card .number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--gradient); color: #fff; font-weight: 900; margin-bottom: 14px; }
.feature-card p { color: var(--muted); margin: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; background: var(--pale); border: 1px solid rgba(0,229,176,.2); border-radius: 22px; padding: 22px; }
.step::before { content: "0" counter(step); color: var(--brand); font-weight: 900; font-size: 1.4rem; }
.step p { color: var(--muted); margin: 8px 0 0; }
.quote-card { padding: 28px; border-radius: 26px; background: linear-gradient(135deg, #FFF1C7, #E9FFF8); border: 1px solid rgba(255,107,53,.18); }
.quote-card blockquote { margin: 0; color: var(--title); font-size: 1.08rem; }
.quote-card cite { display: block; margin-top: 12px; color: var(--muted); font-style: normal; font-weight: 800; }
.notice-list { display: grid; gap: 12px; }
.notice-item { border-left: 4px solid var(--brand); padding: 12px 0 12px 18px; }
.notice-item strong { display: block; color: var(--title); }
.notice-item p { margin: 4px 0 0; color: var(--muted); }
.site-footer { background: #1A0F0A; color: #FFF3E8; padding: 64px 0 22px; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.7fr repeat(3, .75fr); gap: 34px; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.25rem; }
.footer-logo img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand-block p { max-width: 460px; color: rgba(255,243,232,.68); margin: 18px 0 22px; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h2 { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.footer-column a { color: rgba(255,243,232,.7); font-size: .94rem; }
.footer-column a:hover { color: var(--gold); }
.footer-bottom { width: min(var(--max), calc(100% - 40px)); margin: 38px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,243,232,.56); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 16px; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1080px) {
    .header-inner { grid-template-columns: 170px 1fr 170px; }
    .nav-core { gap: 0; }
    .nav-core a { padding: 8px 9px; font-size: .88rem; }
    .hero-grid, .inner-hero-grid { gap: 30px; }
    .review-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 24px; }
}
@media (max-width: 900px) {
    .header-inner { grid-template-columns: 52px 1fr auto; min-height: 66px; }
    .nav-core, .desktop-menu-toggle { display: none; }
    .mobile-menu-toggle { display: grid; }
    .site-logo { justify-self: center; }
    .site-logo span { display: none; }
    .site-logo img { max-height: 40px; }
    .header-actions { justify-self: end; }
    .header-cta { min-height: 40px; padding: 0 16px; font-size: .88rem; }
    .hero-grid, .inner-hero-grid, .split-grid, .security-wrap, .content-layout { grid-template-columns: 1fr; }
    .hero { padding-top: 48px; }
    .hero-visual { max-width: 640px; margin: 0 auto; }
    .highlight-grid { grid-template-columns: repeat(2, 1fr); }
    .triple-grid, .feature-grid, .steps { grid-template-columns: 1fr 1fr; }
    .split-grid.reverse .split-media { order: initial; }
    .side-stack { position: static; grid-template-columns: 1fr 1fr; }
    .compliance-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-column:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
    .container, .footer-inner, .footer-bottom { width: min(100% - 28px, var(--max)); }
    .section { padding: 62px 0; }
    .section.compact { padding: 46px 0; }
    h1 { font-size: clamp(2.35rem, 14vw, 3.6rem); }
    h2 { font-size: 2rem; }
    .hero { padding: 42px 0 56px; }
    .hero-grid { gap: 26px; }
    .hero-subtitle { font-size: 1.45rem; }
    .hero-copy p { font-size: .96rem; }
    .floating-card { font-size: .82rem; padding: 9px 12px; }
    .highlight-strip { margin-top: -18px; }
    .highlight-grid, .dual-grid, .triple-grid, .security-content, .review-grid, .feature-grid, .steps, .side-stack { grid-template-columns: 1fr; }
    .highlight-item, .zone-card .card-body, .content-panel, .info-card { padding: 20px; }
    .channel-pill { flex-basis: 100%; }
    .security-image { padding: 12px; }
    .compliance-panel { padding: 24px; }
    .compliance-grid { grid-template-columns: 1fr; }
    .faq-item { padding: 20px; }
    .faq-item p { padding-left: 0; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand-block { grid-column: 1 / -1; }
    .footer-column:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; padding-bottom: 84px; }
    .mobile-bottom-nav { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 9998; min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(36,19,12,.94); backdrop-filter: blur(12px); border-radius: 20px; box-shadow: 0 18px 45px rgba(26,15,10,.28); padding: 7px; }
    .mobile-bottom-nav a { display: grid; place-items: center; align-content: center; gap: 1px; color: #FFF3E8; font-size: .76rem; border-radius: 14px; }
    .mobile-bottom-nav a:hover { background: rgba(0,229,176,.14); }
    .mobile-bottom-nav span { font-size: 1.1rem; line-height: 1; }
    .site-footer { padding-bottom: 0; }
    .drawer-nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
