body { font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; }
.package-detail-main { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; padding: 28px 0 48px; display: grid; gap: 16px; }
.detail-hero, .detail-section, .detail-note { border: 1px solid #d6e0ec; border-radius: 8px; background: #fff; }
.detail-hero { display: grid; gap: 12px; padding: 24px; background: linear-gradient(135deg, #fff 0%, #f2f7fc 100%); }
.detail-kicker { margin: 0; color: #436894; font-size: 13px; font-weight: 900; line-height: 1.35; }
.detail-title { margin: 0; color: #182033; font-size: 32px; line-height: 1.25; }
.detail-summary { margin: 0; max-width: 960px; color: #526078; font-size: 15px; line-height: 1.8; }
.detail-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-chips span { padding: 6px 9px; border: 1px solid #d6e0ec; border-radius: 6px; background: #fff; color: #24324b; font-size: 12px; font-weight: 900; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border: 1px solid #c9d6e6; border-radius: 7px; background: #fff; color: #24324b; font-size: 13px; font-weight: 900; text-decoration: none; }
.detail-button.primary { border-color: #436894; background: #436894; color: #fff; }
.detail-section { display: grid; gap: 14px; padding: 20px; }
.detail-section h2 { margin: 0; color: #182033; font-size: 20px; line-height: 1.35; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.resource-card { display: grid; align-content: start; gap: 8px; min-height: 118px; padding: 14px; border: 1px solid #d6e0ec; border-radius: 8px; background: #f8fbff; color: #24324b; text-decoration: none; }
.resource-card:hover { border-color: #8ea8c8; background: #fff; box-shadow: 0 10px 22px rgba(24, 32, 51, .08); }
.resource-card strong { color: #182033; font-size: 15px; line-height: 1.35; }
.resource-card span { color: #526078; font-size: 13px; line-height: 1.65; }
.detail-note { display: grid; gap: 10px; padding: 18px 20px; }
.detail-note h2 { margin: 0; color: #182033; font-size: 20px; line-height: 1.35; }
.detail-note ol { margin: 0; padding-left: 20px; color: #394861; font-size: 14px; line-height: 1.8; }
@media (max-width: 820px) {
    .package-detail-main { width: min(100vw - 24px, 1180px); }
    .detail-title { font-size: 26px; }
    .resource-grid { grid-template-columns: 1fr; }
}
