:root { --bsc-red: #c9151e; --bsc-red-dark: #9f1017; --bsc-ink: #171717; --bsc-line: #e4e6e8; --bsc-soft: #f7f8f8; --bsc-warm: #fff8f7; }
html { scroll-behavior: smooth; }
.bsc-page { margin: 0; color: var(--bsc-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; line-height: 1.7; }
.bsc-page *, .bsc-page *::before, .bsc-page *::after { box-sizing: border-box; }
.bsc-page a { color: inherit; }
.bsc-page a:focus-visible, .bsc-page summary:focus-visible { outline: 2px solid #1b70c9; outline-offset: 3px; }
.bsc-main { overflow: hidden; }
.bsc-wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.bsc-hero { padding: 20px 0 54px; border-bottom: 1px solid var(--bsc-line); background: linear-gradient(180deg, #fff 0%, #fff 70%, #fcf8f8 100%); }
.bsc-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: #777; font-size: 13px; }
.bsc-breadcrumb a { color: #666; text-decoration: none; }
.bsc-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start; }
.bsc-hero h1 { max-width: 760px; margin: 0; font-size: 42px; line-height: 1.22; letter-spacing: 0; text-wrap: balance; }
.bsc-lead { max-width: 760px; margin: 22px 0 0; color: #3f4347; font-size: 17px; line-height: 1.9; }
.bsc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.bsc-actions a, .bsc-bottom-cta > a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 4px; font-size: 15px; font-weight: 700; text-decoration: none; transition: border-color .18s ease, background-color .18s ease, color .18s ease; }
.bsc-primary, .bsc-bottom-cta > a { border: 1px solid var(--bsc-red); color: #fff !important; background: var(--bsc-red); }
.bsc-primary:hover, .bsc-bottom-cta > a:hover { background: var(--bsc-red-dark); }
.bsc-secondary { border: 1px solid #cfd3d6; color: #222 !important; background: #fff; }
.bsc-secondary:hover { border-color: #999; background: var(--bsc-soft); }
.bsc-hero-aside { padding: 24px; border: 1px solid #dddfe1; border-radius: 6px; background: #fff; }
.bsc-hero-aside h2 { margin: 0 0 16px; font-size: 20px; line-height: 1.4; }
.bsc-hero-aside dl, .bsc-course-meta { margin: 0; }
.bsc-hero-aside dl > div { padding: 12px 0; border-top: 1px solid #eceeef; }
.bsc-hero-aside dt, .bsc-course-meta dt { color: #777; font-size: 12px; }
.bsc-hero-aside dd, .bsc-course-meta dd { margin: 3px 0 0; color: #2f3337; font-size: 14px; }
.bsc-section { padding-top: 54px; }
.bsc-section-head { margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--bsc-line); }
.bsc-section-head h2 { position: relative; margin: 0; padding-left: 13px; font-size: 25px; line-height: 1.35; }
.bsc-section-head h2::before { position: absolute; top: .19em; bottom: .19em; left: 0; width: 4px; border-radius: 2px; background: var(--bsc-red); content: ""; }
.bsc-scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bsc-scenario-card { display: flex; min-height: 210px; flex-direction: column; padding: 22px; border: 1px solid var(--bsc-line); border-radius: 6px; background: #fff; }
.bsc-scenario-card h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.55; }
.bsc-scenario-card > p { margin: 0 0 18px; color: #555c61; font-size: 14px; }
.bsc-inline-links { display: grid; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px solid #eceeef; }
.bsc-inline-links a { color: var(--bsc-red); font-size: 14px; font-weight: 700; line-height: 1.55; text-decoration: none; }
.bsc-inline-links a:hover { text-decoration: underline; }
.bsc-anchor { scroll-margin-top: calc(var(--cc-fixed-header-height) + var(--cc-anchor-gap)); }
.bsc-course-list { display: grid; gap: 14px; }
.bsc-course-card { display: grid; grid-template-columns: minmax(0, 1fr) 280px; border: 1px solid var(--bsc-line); border-radius: 6px; background: #fff; overflow: hidden; }
.bsc-course-main { padding: 24px; }
.bsc-course-head { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }
.bsc-course-title { color: #171717 !important; font-size: 20px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.bsc-course-title:hover, .bsc-course-meta a:hover, .bsc-expert-card a:hover { color: var(--bsc-red) !important; }
.bsc-course-head > span { width: fit-content; flex: 0 0 auto; padding: 3px 8px; border: 1px solid #efcfcc; border-radius: 4px; color: var(--bsc-red); background: var(--bsc-warm); font-size: 12px; font-weight: 700; }
.bsc-course-main > p { margin: 14px 0 0; color: #50565b; font-size: 14px; }
.bsc-course-focus { padding-top: 12px; border-top: 1px solid #eceeef; color: #656b70 !important; }
.bsc-course-meta { padding: 20px 22px; border-left: 1px solid var(--bsc-line); background: #fcfcfc; }
.bsc-course-meta > div { padding: 8px 0 12px; border-bottom: 1px solid #e8eaeb; }
.bsc-course-meta > div:last-child { border-bottom: 0; }
.bsc-course-meta a, .bsc-expert-card a { color: var(--bsc-red); font-weight: 700; text-decoration: none; }
.bsc-course-action dd a { display: inline-flex; min-height: 34px; align-items: center; padding: 0 12px; border: 1px solid #efc9c5; border-radius: 4px; background: #fff; }
.bsc-expert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bsc-expert-card { padding: 22px; border: 1px solid var(--bsc-line); border-radius: 6px; background: #fff; }
.bsc-expert-head { display: flex; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid #eceeef; }
.bsc-expert-head img { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; background: #f1f3f4; }
.bsc-expert-head h3, .bsc-expert-head p, .bsc-expert-courses { margin: 0; }
.bsc-expert-head h3 { font-size: 18px; }
.bsc-expert-head p { color: #767b80; font-size: 12px; }
.bsc-expert-courses { display: grid; gap: 4px; padding-top: 14px; color: #555c61; font-size: 13px; }
.bsc-expert-courses strong { color: #777; font-size: 12px; font-weight: 400; }
.bsc-expert-link { display: inline-block; margin-top: 16px; }
.bsc-faq details { border-bottom: 1px solid var(--bsc-line); }
.bsc-faq summary { padding: 16px 4px; cursor: pointer; font-size: 15px; font-weight: 700; }
.bsc-faq details p { margin: 0; padding: 0 26px 18px 4px; color: #565c61; font-size: 14px; }
.bsc-bottom-cta { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 54px; margin-bottom: 54px; padding: 28px 30px; border: 1px solid #efd0cc; border-radius: 6px; background: var(--bsc-warm); }
.bsc-bottom-cta h2, .bsc-bottom-cta p { margin: 0; }
.bsc-bottom-cta h2 { font-size: 22px; }
.bsc-bottom-cta p { margin-top: 6px; color: #5e6469; font-size: 14px; }
.bsc-modal { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 20px; }
.bsc-modal:target { display: grid; }
.bsc-modal-mask { position: absolute; inset: 0; background: rgba(0, 0, 0, .48); }
.bsc-modal-panel { position: relative; z-index: 1; width: min(265px, 100%); overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, .24); text-align: center; }
.bsc-modal-close { position: absolute; z-index: 2; top: 8px; right: 10px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff !important; background: rgba(255, 255, 255, .3); font-size: 19px; line-height: 1; text-decoration: none; }
.bsc-wechat-top { position: relative; height: 128px; overflow: hidden; padding: 18px 18px 0; color: #fff; text-align: left; }
.bsc-wechat-top > img { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bsc-wechat-top > div { font-size: 20px; font-weight: 700; }
.bsc-wechat-top p { margin: 4px 0 0; font-size: 12px; }
.bsc-wechat-qr { width: 190px; height: 189px; margin: -14px auto 0; border-radius: 10px; background: #fff; object-fit: contain; }
.bsc-wechat-bottom { margin: 0; padding: 12px 18px 18px; color: #2d3033; font-size: 13px; font-weight: 700; }
@media (max-width: 900px) { .bsc-hero-grid, .bsc-course-card { grid-template-columns: 1fr; } .bsc-hero-grid { gap: 28px; } .bsc-scenario-grid { grid-template-columns: 1fr; } .bsc-scenario-card { min-height: auto; } .bsc-course-meta { border-top: 1px solid var(--bsc-line); border-left: 0; } }
@media (max-width: 640px) { .bsc-main { padding-top: var(--cc-fixed-header-height); } .bsc-wrap { width: min(100% - 28px, 1140px); } .bsc-hero { padding-top: 12px; padding-bottom: 36px; } .bsc-breadcrumb { margin-bottom: 20px; } .bsc-hero h1 { font-size: 30px; line-height: 1.3; } .bsc-lead { font-size: 15px; line-height: 1.8; } .bsc-actions { display: grid; grid-template-columns: 1fr; } .bsc-actions a { width: 100%; } .bsc-hero-aside { padding: 18px; } .bsc-section { padding-top: 40px; } .bsc-section-head h2 { font-size: 22px; } .bsc-scenario-card, .bsc-course-main, .bsc-course-meta, .bsc-expert-card { padding: 18px; } .bsc-course-head { display: grid; gap: 10px; } .bsc-course-title { font-size: 18px; overflow-wrap: anywhere; } .bsc-expert-grid { grid-template-columns: 1fr; } .bsc-bottom-cta { display: grid; gap: 18px; margin-top: 40px; margin-bottom: 40px; padding: 22px; } .bsc-bottom-cta > a { width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bsc-actions a, .bsc-bottom-cta > a { transition: none; } }
