
/* SEO hosting + guides pages */
.hosting-page { padding: 84px 32px 56px; max-width: var(--max); margin: 0 auto; }
.crumbs { font-size: 13px; color: var(--text3); margin-bottom: 18px; font-family: var(--font-mono); }
.crumbs a { color: var(--text2); }
.host-hero { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 28px; align-items: start; margin-bottom: 40px; }
.host-sub { color: var(--text3); font-size: 14px; margin-top: 8px; font-family: var(--font-mono); }
.plan-hint { margin-top: 14px; font-size: 14px; color: var(--text2); }
.host-aside { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px; position: sticky; top: 76px; }
.host-badge { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.host-badge .game-abbr { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--accent-dim); color: var(--accent2); border-radius: 8px; font-weight: 700; font-size: 13px; font-family: var(--font-mono); }
.host-price-list { list-style: none; margin: 0 0 16px; padding: 0; }
.host-price-list li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text2); }
.host-price-list strong { color: var(--text); font-family: var(--font-mono); }
.host-section { margin: 36px 0; }
.host-section h2 { font-size: 24px; margin-bottom: 12px; letter-spacing: -0.02em; }
.check-list { margin: 0; padding-left: 18px; color: var(--text2); }
.check-list li { margin: 8px 0; line-height: 1.55; }
.mini-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mini-plan { display: block; padding: 14px; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); text-decoration: none; color: inherit; }
.mini-plan:hover { border-color: var(--border-strong); color: inherit; }
.mini-plan.featured { border-color: var(--accent); background: var(--accent-dim); }
.mp-name { font-size: 13px; color: var(--text3); font-family: var(--font-mono); }
.mp-price { font-size: 22px; font-weight: 700; margin: 4px 0; }
.mp-spec { font-size: 13px; color: var(--text2); }
.related-row { display: flex; flex-wrap: wrap; gap: 8px; }
.related-chip { display: inline-block; padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--text2); font-size: 13px; text-decoration: none; }
.related-chip:hover { border-color: var(--accent); color: var(--accent-hover); }
.host-index-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.host-index-card { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); text-decoration: none; color: inherit; }
.host-index-card:hover { border-color: var(--border-strong); color: inherit; }
.host-index-card .game-abbr { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--accent-dim); color: var(--accent2); border-radius: 8px; font-weight: 700; font-size: 12px; font-family: var(--font-mono); }
.host-index-card .game-name { font-weight: 600; }
.host-index-card .game-sub { font-size: 12px; color: var(--text3); }
.hi-arrow { margin-left: auto; color: var(--text3); }
.guide-grid { display: grid; gap: 12px; margin-top: 24px; }
.guide-card { display: block; padding: 20px; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); text-decoration: none; color: inherit; }
.guide-card:hover { border-color: var(--border-strong); color: inherit; }
.guide-card h3 { font-size: 18px; margin-bottom: 8px; }
.guide-card p { font-size: 14px; color: var(--text2); }
.guide-article { margin-top: 28px; }
.guide-sec { margin: 0 0 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.guide-sec h2 { font-size: 20px; margin-bottom: 10px; }
.guide-sec p { color: var(--text2); line-height: 1.7; }
.cta-band { text-align: center; padding: 40px 24px; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.cta-band h2 { font-size: 26px; margin-bottom: 8px; }
.cta-band p { color: var(--text2); margin-bottom: 18px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 900px) {
  .hosting-page { padding: 84px 20px 56px; }
  .host-hero, .mini-plans, .host-index-grid { grid-template-columns: 1fr; }
  .host-aside { position: static; }
}
