*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:inherit}
button,input,select,textarea{font:inherit;color:inherit;border:none;background:none}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
ol,ul{list-style:none}
table{border-collapse:collapse}
.icon{display:inline-block;vertical-align:-.125em;width:1em;height:1em;fill:currentColor}

﻿/* T09 · UI10 内容杂志风 · 结构01 — 阶段一框架占位 */
:root {
  --mag-bg: #FFFFFF;
  --mag-accent: #E63946;
  --mag-ink: #1A1A1A;
  --mag-muted: #6B6B6B;
  --mag-line: #EEEEEE;
  --mag-paper: #FDFCF9;
  --mag-rule: rgba(26, 26, 26, 0.08);
  --nav-h: 56px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Songti SC", "Noto Serif SC", serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--mag-ink);
  background-color: var(--mag-bg);
  background-image:
    linear-gradient(90deg, transparent 49.5%, var(--mag-rule) 49.5%, var(--mag-rule) 50.5%, transparent 50.5%),
    repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(26,26,26,0.04) 31px, rgba(26,26,26,0.04) 32px);
  background-size: 280px 100%, 100% 32px;
  background-attachment: fixed;
  padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
}

.container { width: 100%; max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* F1 */
.navbar {
  display: block !important;
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--mag-bg);
  border-bottom: 3px solid var(--mag-ink);
}
.nav-inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: var(--nav-h);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--mag-ink); font-weight: 700; }
.logo-mark {
  width: 38px; height: 38px;
  background: var(--mag-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.logo-txt { font-size: 15px; font-family: system-ui, sans-serif; }
.btn-nav-cta {
  display: none; padding: 8px 16px; background: var(--mag-accent); color: #fff;
  text-decoration: none; font-size: 13px; font-weight: 600; font-family: system-ui, sans-serif;
}
.nav-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border: 1px solid var(--mag-ink); background: #fff; cursor: pointer; padding: 0 10px;
}
.nav-toggle span { display: block; height: 2px; background: var(--mag-ink); }
.nav-links {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; border: 1px solid var(--mag-line); flex-direction: column; z-index: 99;
}
.nav-links.open { display: flex; }
.nav-links a { padding: 12px 20px; color: var(--mag-ink); text-decoration: none; font-family: system-ui, sans-serif; }
@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .btn-nav-cta { display: inline-flex; align-items: center; }
  .nav-links {
    display: flex !important; position: static; flex-direction: row; border: none;
    flex: 1; justify-content: center; gap: 24px;
  }
  body { padding-bottom: 0; }
  .float-bottom { display: none !important; }
}

/* M1 Hero */
.hero { position: relative; min-height: 85vh; display: flex; flex-direction: column; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-dim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.92) 100%); z-index: 1; }
.compliance-bar {
  position: relative; z-index: 5;
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 20px; font-size: 12px; color: var(--mag-ink);
  background: rgba(255,255,255,0.75); border-bottom: 1px solid var(--mag-line);
}
.compliance-bar i { color: var(--mag-accent); flex-shrink: 0; margin-top: 2px; }
.compliance-x { margin-left: auto; border: none; background: none; font-size: 22px; cursor: pointer; color: var(--mag-muted); }
.hero-inner { position: relative; z-index: 2; flex: 1; max-width: 1040px; margin: 0 auto; padding: 28px 20px 48px; width: 100%; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 14px; font-family: system-ui, sans-serif; font-size: 12px; color: var(--mag-muted); letter-spacing: 0.02em; }
.hero-issue { background: var(--mag-ink); color: #fff; padding: 4px 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.hero-date { border-bottom: 2px solid var(--mag-accent); padding-bottom: 2px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.hero-tags span {
  font-size: 12px; padding: 5px 11px; border: 1px solid var(--mag-ink);
  font-family: system-ui, sans-serif;
}
.hero-tags span i { color: var(--mag-accent); margin-right: 4px; }
.hero-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; max-width: 440px; }
.hero-strip-i { border: 1px solid var(--mag-ink); padding: 10px 8px; text-align: center; background: rgba(255,255,255,0.75); }
.hs-n { display: block; font-family: system-ui, sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--mag-accent); }
.hs-l { font-size: 10px; color: var(--mag-muted); font-family: system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.12;
  font-weight: 700;
}
.hero-accent { color: var(--mag-accent); display: block; margin-top: 6px; }
.hero-sub { margin: 0 0 22px; font-size: 16px; color: #333; max-width: 620px; line-height: 1.75; }
.hero-sub strong { color: var(--mag-ink); font-weight: 700; }
.hero-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 18px; max-width: 520px; }
@media (min-width: 520px) { .hero-cards { grid-template-columns: 1fr 1fr; } }
.hc-card {
  border: 2px solid var(--mag-ink);
  padding: 16px;
  background: #fff;
}
.hc-lab { font-size: 13px; font-weight: 600; font-family: system-ui, sans-serif; display: block; margin-bottom: 8px; }
.hc-lab i { margin-right: 6px; color: var(--mag-accent); }
.hc-phone, .hc-wx { margin: 0 0 10px; font-size: 15px; word-break: break-all; }
.hc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 44px; padding: 0 16px; font-size: 14px; font-family: system-ui, sans-serif;
  border: 1px solid var(--mag-ink); background: #fff; color: var(--mag-ink);
  text-decoration: none; cursor: pointer; width: 100%;
}
.hc-dial:hover, .hc-copy:hover { background: var(--mag-ink); color: #fff; }
.hero-meta { margin: 0 0 10px; font-size: 14px; color: var(--mag-muted); font-family: system-ui, sans-serif; }
.hero-meta i { margin-right: 6px; }
.hero-note { margin: 0 0 14px; font-size: 13px; line-height: 1.7; color: #444; max-width: 600px; font-family: system-ui, sans-serif; }
.hero-note strong { color: var(--mag-ink); }
.hero-jump { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; font-family: system-ui, sans-serif; font-size: 14px; }
.hero-jump a { color: var(--mag-accent); text-decoration: none; border-bottom: 1px solid rgba(230, 57, 70, 0.35); font-weight: 600; }
.hero-jump a:hover { border-bottom-color: var(--mag-accent); }
.hero-jump i { margin-right: 6px; }

/* M3 */
.sec-trust { position: relative; overflow: hidden; padding: 52px 0; }
.trust-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.trust-cover { position: absolute; inset: 0; background: rgba(26,26,26,0.85); z-index: 1; }
.trust-box { position: relative; z-index: 2; }
.mag-h { text-align: center; margin-bottom: 28px; }
.mag-h h2 { margin: 0 0 8px; font-size: clamp(22px, 4vw, 30px); }
.mag-h p { margin: 0; color: var(--mag-muted); font-size: 15px; font-family: system-ui, sans-serif; }
.mag-h--light h2, .mag-h--light p { color: #fff; }
.mag-h--light p { opacity: 0.9; }
.trust-nums {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; text-align: center; color: #fff;
}
@media (min-width: 640px) { .trust-nums { grid-template-columns: repeat(4, 1fr); } }
.trust-nums > div { padding: 18px; border: 1px solid rgba(255,255,255,0.2); }
.trust-cell--lift { transition: transform .2s, box-shadow .2s, border-color .2s; }
.trust-cell--lift:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,0.35); border-color: rgba(255,255,255,0.45); }
.trust-cap { display: block; margin-top: 10px; font-size: 11px; opacity: 0.55; font-family: system-ui, sans-serif; line-height: 1.35; }
.trust-nums span.ti-num { display: block; font-size: 1.75rem; font-weight: 700; color: #ff6b6b; }
.trust-nums small { font-size: 13px; opacity: 0.9; font-family: system-ui, sans-serif; }
.trust-belt {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin-top: 22px;
  padding: 14px 16px; border: 1px dashed rgba(255,255,255,0.25); font-family: system-ui, sans-serif; font-size: 13px; color: rgba(255,255,255,0.88);
}
.trust-belt i { color: #ff6b6b; margin-right: 6px; }
.trust-editorial { margin-top: 22px; padding: 18px 20px; border-left: 4px solid #ff6b6b; background: rgba(255,255,255,0.06); text-align: left; }
.trust-editorial p { margin: 0; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.82); }
.trust-editorial strong { color: #fff; }

/* M2 */
.mag-ticker { overflow: hidden; background: var(--mag-ink); color: #fff; padding: 0; border-top: 3px solid var(--mag-accent); border-bottom: 3px double var(--mag-line); }
.mag-tk-head { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); font-family: system-ui, sans-serif; }
.mag-tk-flag { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #ff6b6b; }
.mag-tk-desk { font-size: 11px; color: rgba(255,255,255,0.45); }
.mag-tick-track { display: flex; gap: 28px; white-space: nowrap; width: max-content; padding: 12px 0; animation: magtk 40s linear infinite; }
.mag-tick-i {
  font-size: 12px; font-family: system-ui, sans-serif; padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; background: rgba(255,255,255,0.05);
}
@keyframes magtk { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* M5 */
.grid-six { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .grid-six { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid-six { grid-template-columns: repeat(3, 1fr); } }
.g6-card { border: 1px solid var(--mag-line); background: #fff; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.g6-card--rich:hover { box-shadow: 0 16px 40px rgba(26,26,26,0.1); transform: translateY(-2px); }
.g6-img { position: relative; }
.g6-img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(26,26,26,0.06); pointer-events: none; }
.g6-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; display: block; }
.g6-body { padding: 14px 16px 8px; flex: 1; }
.g6-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.g6-tag { font-size: 10px; font-weight: 700; font-family: system-ui, sans-serif; padding: 3px 8px; border: 1px solid var(--mag-ink); text-transform: uppercase; letter-spacing: 0.04em; }
.g6-card h3 { margin: 0 0 8px; font-size: 18px; }
.g6-lead { margin: 0 0 10px; font-size: 14px; color: var(--mag-muted); font-family: system-ui, sans-serif; line-height: 1.6; }
.g6-bul { margin: 0 0 12px; padding-left: 1.1em; font-size: 13px; color: #444; font-family: system-ui, sans-serif; line-height: 1.55; }
.g6-bul li { margin-bottom: 4px; }
.g6-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 4px; font-size: 12px; font-family: system-ui, sans-serif; color: var(--mag-accent); font-weight: 600; }
.g6-meta span::before { content: "· "; color: var(--mag-muted); font-weight: 400; }
.g6-meta span:first-child::before { content: ""; }
.g6-link { display: block; margin-top: auto; text-align: center; padding: 12px 16px; background: var(--mag-accent); color: #fff; text-decoration: none; font-size: 14px; font-family: system-ui, sans-serif; font-weight: 600; border-top: 1px solid rgba(0,0,0,0.06); }
.g6-link:hover { color: #fff; opacity: 0.92; }

/* M6 */
.sec-quote { background: #FAFAFA; border-top: 1px solid var(--mag-line); border-bottom: 1px solid var(--mag-line); }
.flow-mag { list-style: none; padding: 0; margin: 0; max-width: 720px; margin-left: auto; margin-right: auto; }
.flow-mag > li {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  padding: 18px 18px 18px 16px; margin-bottom: 14px; background: #fff;
  border: 1px solid var(--mag-line); border-left: 4px solid var(--mag-accent);
  box-shadow: 4px 4px 0 rgba(26,26,26,0.04);
}
.flow-num { font-family: system-ui, sans-serif; font-size: 20px; font-weight: 800; color: var(--mag-accent); line-height: 1; padding-top: 2px; }
.flow-core strong { display: block; margin-bottom: 6px; font-size: 16px; }
.flow-desk { display: block; font-size: 14px; color: var(--mag-muted); font-family: system-ui, sans-serif; line-height: 1.55; margin-bottom: 10px; }
.flow-sub { margin: 0 0 10px; padding-left: 1.1em; font-size: 13px; color: #555; font-family: system-ui, sans-serif; line-height: 1.5; }
.flow-sub li { margin-bottom: 4px; list-style: disc; }
.flow-time { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-family: system-ui, sans-serif; color: var(--mag-accent); font-weight: 600; }
.flow-time i { opacity: 0.85; }
@media (max-width: 480px) {
  .flow-mag > li { grid-template-columns: 1fr; }
  .flow-num { margin-bottom: 4px; }
}

/* M4 */
.quote-row { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .quote-row--6 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .quote-row--6 { grid-template-columns: repeat(3, 1fr); } }
.mag-quote { margin: 0; padding: 20px; background: var(--mag-paper); position: relative; border: 1px solid var(--mag-line); border-top: 3px solid var(--mag-ink); }
.mag-quote::before { content: "\201C"; position: absolute; top: 8px; right: 14px; font-size: 42px; line-height: 1; color: rgba(230, 57, 70, 0.12); font-family: Georgia, serif; pointer-events: none; }
.mq-top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.mq-av { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; font-family: system-ui, sans-serif; border: 2px solid var(--mag-ink); color: var(--mag-accent); }
.mag-quote cite { font-style: normal; font-size: 12px; color: var(--mag-muted); font-family: system-ui, sans-serif; }
.mag-quote p { margin: 0 0 12px; font-size: 14px; line-height: 1.65; position: relative; z-index: 1; }
.mag-quote p strong { color: var(--mag-ink); }
.mq-meta { font-size: 11px; font-family: system-ui, sans-serif; color: var(--mag-accent); font-weight: 700; letter-spacing: 0.02em; }

/* M7 */
.priv-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 18px; }
.priv-chips span { font-size: 11px; font-family: system-ui, sans-serif; font-weight: 600; padding: 6px 12px; border: 1px solid var(--mag-line); background: #fff; }
.priv-mag { display: grid; gap: 22px; align-items: start; }
@media (min-width: 768px) { .priv-mag { grid-template-columns: 1fr 1fr; } }
.priv-txt p { margin: 0 0 14px; font-size: 15px; line-height: 1.75; }
.priv-txt p:last-child { margin-bottom: 0; }
.priv-code { font-family: ui-monospace, monospace; font-size: 13px; background: #f4f4f4; padding: 1px 6px; border: 1px solid var(--mag-line); }
.priv-ph--cap { display: flex; flex-direction: column; gap: 8px; }
.priv-ph img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--mag-line); }
.priv-cap { font-size: 11px; font-family: system-ui, sans-serif; color: var(--mag-muted); font-style: italic; }

/* M8 */
.faq-mag { max-width: 720px; margin: 0 auto; }
.faq-item { border: 1px solid var(--mag-line); margin-bottom: 10px; background: #fff; }
.faq-btn {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 14px 16px; border: none; background: #fff; text-align: left;
  font-size: 15px; font-family: system-ui, sans-serif; cursor: pointer;
}
.faq-btn i { color: var(--mag-accent); transition: transform .2s; }
.faq-item.open .faq-btn i { transform: rotate(45deg); }
.faq-body { display: none; padding: 0 16px 14px; border-top: 1px solid var(--mag-line); }
.faq-body p { margin: 12px 0 0; font-size: 14px; color: #444; font-family: system-ui, sans-serif; }
.faq-item.open .faq-body { display: block; }
.faq-item.open { box-shadow: 4px 4px 0 rgba(230, 57, 70, 0.12); border-color: rgba(230, 57, 70, 0.35); }

/* M9 */
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
@media (max-width: 520px) { .about-values { grid-template-columns: 1fr; } }
.abv { border: 2px solid var(--mag-ink); padding: 14px 12px; text-align: center; background: #fff; font-family: system-ui, sans-serif; }
.abv-n { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: var(--mag-accent); margin-bottom: 6px; }
.abv strong { display: block; font-size: 15px; font-family: Georgia, serif; margin-bottom: 4px; }
.abv span { font-size: 12px; color: var(--mag-muted); }
.about-mag { display: grid; gap: 20px; align-items: start; }
@media (min-width: 768px) { .about-mag { grid-template-columns: 0.9fr 1.1fr; } }
.about-ph-wrap { display: flex; flex-direction: column; gap: 8px; }
.about-ph { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--mag-line); box-shadow: 6px 6px 0 rgba(26,26,26,0.06); }
.about-ph-cap { font-size: 11px; font-family: system-ui, sans-serif; color: var(--mag-muted); font-style: italic; }
.about-mag .lead-drop { overflow: auto; }
.lead-drop::first-letter { font-size: 2.2rem; font-weight: 700; color: var(--mag-accent); float: left; line-height: 1; margin-right: 8px; }
.about-ul { margin: 14px 0 0; padding-left: 1.2em; font-size: 14px; line-height: 1.65; font-family: system-ui, sans-serif; color: #444; }
.about-ul li { margin-bottom: 6px; }

/* M13 */
.cond-mag { display: flex; flex-direction: column; gap: 20px; }
.cond-tw { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cond-tw { grid-template-columns: 1fr 1fr; } }
.cond-ok, .cond-bad { padding: 18px; border: 1px solid var(--mag-line); background: #fff; }
.cond-ok h3, .cond-bad h3 { margin: 0 0 10px; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.cond-ok h3 i { color: #15803d; }
.cond-bad h3 i { color: var(--mag-accent); }
.cond-ok ul, .cond-bad ul { margin: 0; padding-left: 1.1em; font-size: 14px; color: #444; font-family: system-ui, sans-serif; }
.cond-ph img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--mag-line); }

/* M10 */
.sec-cta { background: linear-gradient(180deg, #1a1a1a 0%, #111 100%); padding-bottom: 56px; position: relative; }
.sec-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, transparent, var(--mag-accent), transparent); opacity: 0.8; }
.cta-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 560px; margin: 0 auto 22px; }
@media (max-width: 520px) { .cta-quick { grid-template-columns: 1fr; } }
.cta-q {
  display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 12px; text-decoration: none; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.04); font-family: system-ui, sans-serif; transition: transform .2s, border-color .2s;
}
.cta-q:hover { transform: translateY(-2px); border-color: #ff6b6b; }
.cta-q i { font-size: 20px; color: #ff6b6b; }
.cta-q span { font-size: 13px; font-weight: 700; }
.glass-outline { backdrop-filter: blur(4px); }
.cta-card {
  max-width: 520px; margin: 0 auto; border: 2px solid rgba(255,255,255,0.2);
  padding: 28px 22px 24px; color: #fff; position: relative; overflow: hidden;
}
.cta-ribbon {
  position: absolute; top: 16px; right: -42px; transform: rotate(42deg);
  background: var(--mag-accent); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  padding: 6px 48px; font-family: system-ui, sans-serif;
}
.cta-mgr { margin: 0 0 18px !important; display: flex !important; flex-wrap: wrap; align-items: center; gap: 10px; font-family: system-ui, sans-serif; font-size: 15px; }
.cta-pill { font-size: 10px; font-weight: 700; padding: 4px 10px; border: 1px solid rgba(74, 222, 128, 0.5); color: #86EFAC; border-radius: 999px; }
.cta-card .cta-row { margin: 0 0 12px !important; padding: 12px 14px; background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.08); border-radius: 2px; }
.cta-card p.cta-row { display: flex !important; flex-wrap: wrap; align-items: center; gap: 10px; }
.cta-card i { color: #ff6b6b; width: 22px; flex-shrink: 0; }
.cta-k { font-size: 12px; color: rgba(255,255,255,0.5); width: 36px; font-family: system-ui, sans-serif; }
.cta-v { flex: 1; min-width: 120px; font-weight: 600; font-size: 15px; word-break: break-all; font-family: system-ui, sans-serif; }
.cta-b {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; min-width: 72px; padding: 0 18px;
  border: 1px solid #fff; background: transparent; color: #fff; font-size: 14px; font-family: system-ui, sans-serif;
  border-radius: 2px; cursor: pointer; text-decoration: none;
}
.cta-b:hover { background: #fff; color: var(--mag-ink); }
.cta-slots { display: grid; gap: 8px; margin: 18px 0 14px; font-family: system-ui, sans-serif; font-size: 13px; }
.cta-slots > div { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 10px 12px; background: rgba(255,255,255,0.05); border-left: 3px solid #ff6b6b; }
.cta-slots strong { color: #ff6b6b; min-width: 48px; }
.cta-slots span { flex: 1; color: rgba(255,255,255,0.65); text-align: right; min-width: 140px; }
.cta-tip { font-size: 13px !important; opacity: 0.85; line-height: 1.6 !important; margin: 0 !important; display: block !important; }

/* M11 */
.site-ft { background: #0d0d0d; color: #9ca3af; padding: 40px 0 32px; font-size: 14px; font-family: system-ui, sans-serif; border-top: 3px solid var(--mag-accent); }
.ft-brand { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 26px; flex-wrap: wrap; text-align: left; }
.ft-mark {
  width: 48px; height: 48px; background: var(--mag-accent); color: #fff; font-family: Georgia, serif; font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center; border: 2px solid #fff;
}
.ft-title { margin: 0 0 4px; color: #fff; font-weight: 700; font-size: 17px; }
.ft-tagline { margin: 0; font-size: 12px; color: #6b7280; }
.ft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 640px; margin: 0 auto 24px; }
@media (max-width: 600px) { .ft-grid { grid-template-columns: 1fr; text-align: center; } }
.ft-col h4 { margin: 0 0 12px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #ff6b6b; }
.ft-col a { display: block; margin-bottom: 8px; color: #9ca3af; text-decoration: none; font-size: 14px; }
.ft-col a:hover { color: #fff; }
.ft-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 20px; margin: 0 0 18px; }
.ft-nav a { color: #d1d5db; text-decoration: none; font-size: 13px; }
.ft-nav a:hover { color: #ff6b6b; }
.ft-law { max-width: 720px; margin: 0 auto 14px; font-size: 12px; line-height: 1.8; color: #6b7280; text-align: justify; }
.ft-law strong { color: #9ca3af; }
.ft-gov { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; margin: 0 0 12px; font-size: 12px; align-items: center; }
.ft-gov span { color: #4b5563; }
.ft-gov a { color: #ff6b6b; text-decoration: none; }
.ft-gov a:hover { text-decoration: underline; }
.ft-copy { text-align: center; margin: 0; font-size: 11px; color: #374151; }
.footer-tech { text-align: center; margin-top: 12px; font-size: 11px; color: #4b5563; }

.section {
  padding: 52px 0;
  position: relative;
}
.section > .container { position: relative; z-index: 1; }
#services.section, #reviews.section, #faq.section {
  background: rgba(253, 252, 249, 0.65);
  border-top: 1px solid var(--mag-line);
  border-bottom: 1px solid var(--mag-line);
}

/* F3 F4 占位 */
.float-bottom {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; justify-content: center; gap: 12px;
  padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px));
  background: var(--mag-ink);
}
.float-btn {
  flex: 1; max-width: 160px; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px; color: #fff; text-decoration: none; font-size: 14px; font-family: system-ui, sans-serif;
  border: 1px solid rgba(255,255,255,0.2);
}
.fab-top {
  position: fixed; right: 16px; bottom: calc(80px + env(safe-area-inset-bottom, 0px)); z-index: 101;
  width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--mag-ink);
  background: #fff; color: var(--mag-accent); cursor: pointer; opacity: 0; pointer-events: none;
}
.fab-top.show { opacity: 1; pointer-events: auto; }
@media (min-width: 900px) { .fab-top { bottom: 24px; right: 24px; } }

/* contact-fix */
.cta-v{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cta-b{flex-shrink:0;white-space:nowrap;margin-left:auto}

/* === 首屏外区域延迟渲染 === */
section:not(#home):not(.hero),.ticker-wrap,footer,.flink-section{content-visibility:auto;contain-intrinsic-size:auto 500px}