.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:8px 0;font-weight:500}
.hero .sub{font-size:15px;letter-spacing:.1em;color:var(--gold);margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.hero-desc{color:#5a564e;max-width:420px}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}
.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.hero-tags span{font-size:12px;letter-spacing:.06em;color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.hero-shot{width:200px;height:120px;object-fit:cover}
.goldbox{border:1px solid var(--gold);padding:8px}
.desk{background:#fff;color:var(--ink)}
.desk-top{display:flex;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--gold);font-size:12px;letter-spacing:.08em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.chans{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px}
.chans b{font-size:11px;font-weight:500;letter-spacing:.06em;color:var(--muted);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:10px 14px;text-align:left;border-top:1px solid var(--line)}
.desk th{color:var(--muted);font-size:11px;letter-spacing:.08em;font-weight:500}
.names{display:flex;flex-wrap:wrap;gap:0;margin-top:28px;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.names span{flex:1 1 16%;padding:18px 8px;text-align:center;font-size:12px;letter-spacing:.04em;border-right:1px solid var(--line);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.rooms{display:grid;grid-template-columns:1fr 1fr;gap:28px 40px;margin-top:32px}
.room{padding-top:16px;border-top:1px solid var(--gold)}
.room .code{font-size:11px;letter-spacing:.18em;color:var(--gold);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.room h3{font-size:20px;font-weight:500;margin:10px 0 8px}
.room p{font-size:14px;color:var(--muted)}
.kpi{display:block;margin-top:10px;font-size:12px;letter-spacing:.08em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.shot{width:100%;max-height:280px;object-fit:cover;margin-top:28px}
.doors{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.door{padding:28px 24px;border:1px solid var(--gold);min-height:180px}
.bubble{margin-top:14px;font-size:16px}
.tips{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;font-size:12px;letter-spacing:.06em;color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.pain{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.ps{padding-top:16px;border-top:1px solid var(--line)}
.ps h3{font-size:11px;letter-spacing:.16em;color:var(--gold);margin:8px 0 6px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}
.stats div{padding:28px 16px;border-right:1px solid var(--line)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:32px;font-weight:500}
.stats span{font-size:12px;color:var(--muted);letter-spacing:.06em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.review{display:grid;grid-template-columns:1fr 160px;gap:40px}
.quote p{font-size:22px;font-weight:400;line-height:1.5}
.quote small{display:block;margin-top:16px;color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.avatars{display:flex;flex-direction:column;gap:12px}
.avatars button{min-height:36px;border:0;background:transparent;color:var(--muted);cursor:pointer;text-align:left;letter-spacing:.08em;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.avatars button.is-on{color:var(--gold)}
.rates{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rate{padding:20px 0;border-top:1px solid var(--gold);text-align:center}
.rate .fee{font-size:26px;margin:10px 0;font-weight:500}
.rate ul{list-style:none;font-size:13px;color:var(--muted);margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}
.cta-band{border-top:1px solid var(--gold)}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
@media(max-width:980px){.hero-grid,.doors,.review,.pain,.stats,.rates,.rooms{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.avatars{flex-direction:row;flex-wrap:wrap}.names span{flex:1 1 33%;border-bottom:1px solid var(--line)}}
