.fy{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--gold);padding-bottom:10px;margin-bottom:28px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;font-size:12px;color:var(--gold)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.hero h1{font-size:clamp(28px,4vw,44px);line-height:1.08;margin:6px 0;font-weight:700}
.hero .sub{font-size:17px;color:var(--gold);margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.hero-desc{color:#c8c8c8}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.hero-tags span{padding:4px 10px;border:1px solid var(--line);font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.hero-shot{width:180px;height:110px;object-fit:cover;border:1px solid var(--gold)}
.desk{background:var(--paper);color:#111;border:1px solid var(--gold)}
.desk-top{display:flex;justify-content:space-between;padding:10px 12px;background:#111;color:var(--gold);font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.chans{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;border-bottom:1px solid #e6e0d2}
.chans b{padding:3px 8px;border:1px solid #d8d0c0;font-size:11px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.desk table{width:100%;border-collapse:collapse;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.desk th,.desk td{padding:8px 10px;text-align:left;border-bottom:1px solid #e6e0d2}
.desk th{color:#8a8a8a;font-size:11px}
.ticker{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--gold);margin-top:16px}
.ticker span{padding:12px 6px;text-align:center;font-size:12px;border-right:1px solid var(--line);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.ticker span:nth-child(6n){border-right:0}
.stmt{width:100%;border-collapse:collapse;margin-top:16px}
.stmt th,.stmt td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
.stmt th{font-size:11px;letter-spacing:.12em;color:var(--gold);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.stmt td:last-child,.stmt th:last-child{text-align:right;color:var(--gold);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;white-space:nowrap}
.shot{width:100%;max-height:220px;object-fit:cover;margin-top:16px;border:1px solid var(--gold)}
.cols{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--gold)}
.col{padding:18px;border-right:1px solid var(--line)}
.col:last-child{border-right:0}
.bubble{margin-top:10px;font-size:15px;color:#ddd}
.tips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.tips span{padding:6px 10px;border:1px solid var(--line);color:var(--muted)}
.var{width:100%;border-collapse:collapse}
.var th,.var td{padding:12px 10px;border-bottom:1px solid var(--line);font-size:14px;text-align:left}
.var th{font-size:11px;color:var(--gold);letter-spacing:.1em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.stats div{padding:18px;border-right:1px solid var(--line)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:28px;color:var(--gold)}
.stats span{font-size:12px;color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.review{display:grid;grid-template-columns:1fr 200px;gap:20px;border-top:1px solid var(--gold);padding-top:18px}
.quote p{font-size:20px}
.quote small{display:block;margin-top:10px;color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.avatars{display:flex;flex-direction:column;gap:6px}
.avatars button{min-height:38px;border:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;text-align:left;padding:0 12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.avatars button.is-on{border-color:var(--gold);color:var(--gold)}
.pkg{width:100%;border-collapse:collapse}
.pkg th,.pkg td{padding:14px 10px;border-bottom:1px solid var(--line);font-size:14px;text-align:left;vertical-align:middle}
.pkg th{font-size:11px;color:var(--gold);letter-spacing:.1em}
.pkg .fee{color:var(--gold);font-size:20px}
.cta-band{background:var(--paper);color:#111}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
@media(max-width:980px){.hero-grid,.cols,.review,.stats,.ticker{grid-template-columns:1fr}.col,.stats div{border-right:0;border-bottom:1px solid var(--line)}.avatars{flex-direction:row;flex-wrap:wrap}.pkg td:nth-child(3),.pkg th:nth-child(3){display:none}}
@media(max-width:720px){.ticker{grid-template-columns:1fr 1fr}}
