.bs-v2-industry {
    --bs-bg: #f1f7f9;
    --bs-panel: #fff;
    --bs-ink: #153543;
    --bs-muted: #657c86;
    --bs-line: #dbe9ed;
    --bs-brand: #0aa1ae;
    --bs-brand-dark: #0b6670;
    --bs-brand-soft: #e7f7f8;
    --bs-deep: #092f38;
    --bs-gold: #b9792c;
    background:
        radial-gradient(circle at 10% 0, rgba(10, 161, 174, .10), transparent 28rem),
        linear-gradient(180deg, #f8fbfc, var(--bs-bg));
    color: var(--bs-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    padding: 28px 0 54px;
}

.bs-v2-industry * { box-sizing: border-box; }
.bs-v2-industry a { color: inherit; text-decoration: none; }
.bs-v2-industry a:hover { color: inherit; }
.bs-v2-shell { margin: 0 auto; max-width: 1180px; padding: 0 22px; }

.bs-v2-topbar,
.bs-v2-breadcrumb,
.bs-v2-mark,
.bs-v2-tags,
.bs-v2-actions,
.bs-v2-card-top,
.bs-v2-section-head,
.bs-v2-section-head > div,
.bs-v2-page-footer {
    align-items: center;
    display: flex;
}

.bs-v2-topbar {
    color: var(--bs-muted);
    font-size: 13px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.bs-v2-mark { color: var(--bs-brand-dark); font-weight: 800; gap: 9px; }
.bs-v2-mark > span {
    background: linear-gradient(135deg, var(--bs-brand), #61cad1);
    border-radius: 8px;
    box-shadow: 0 7px 18px rgba(10, 161, 174, .24);
    display: inline-block;
    height: 25px;
    width: 25px;
}

.bs-v2-breadcrumb { flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.bs-v2-breadcrumb > * + *::before { color: #a4b5bc; content: "/"; margin-right: 7px; }
.bs-v2-breadcrumb a:hover { color: var(--bs-brand-dark); }

.bs-v2-hero {
    display: grid;
    gap: 17px;
    grid-template-columns: minmax(0, 1fr) 310px;
}

.bs-v2-hero-main,
.bs-v2-overview,
.bs-v2-section,
.bs-v2-anchor-nav {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--bs-line);
    box-shadow: 0 18px 45px rgba(18, 58, 72, .08);
}

.bs-v2-hero-main {
    border-radius: 24px;
    overflow: hidden;
    padding: 31px 33px;
    position: relative;
}

.bs-v2-hero-main::after {
    border: 1px solid rgba(10, 161, 174, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(10, 161, 174, .035), 0 0 0 68px rgba(10, 161, 174, .02);
    content: "";
    height: 235px;
    position: absolute;
    right: -96px;
    top: -100px;
    width: 235px;
}

.bs-v2-eyebrow {
    color: var(--bs-brand-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.bs-v2-industry h1 {
    color: #102f3b;
    font-size: clamp(34px, 5vw, 50px);
    letter-spacing: -.04em;
    line-height: 1.12;
    margin: 0;
    position: relative;
    z-index: 1;
}

.bs-v2-meta-line { color: var(--bs-muted); font-size: 14px; margin-top: 9px; }
.bs-v2-positioning {
    color: #173d4a;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.48;
    margin: 17px 0 0;
    max-width: 820px;
}

.bs-v2-observation {
    background: linear-gradient(135deg, #edf9fa, #f9fdfd);
    border: 1px solid #d3edf0;
    border-left: 4px solid var(--bs-brand);
    border-radius: 15px;
    color: #315461;
    margin-top: 17px;
    padding: 13px 15px;
}
.bs-v2-observation strong { color: var(--bs-brand-dark); }

.bs-v2-tags { flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.bs-v2-tags span,
.bs-v2-anchor-nav a,
.bs-v2-minis span {
    background: #fff;
    border: 1px solid #d4e6ea;
    border-radius: 999px;
    color: #42636f;
    font-size: 12px;
    padding: 5px 10px;
}

.bs-v2-actions { flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.bs-v2-button {
    background: #fff;
    border: 1px solid #cfe4e8;
    border-radius: 999px;
    color: var(--bs-brand-dark) !important;
    font-size: 13px;
    font-weight: 850;
    padding: 9px 15px;
}
.bs-v2-button.primary {
    background: linear-gradient(135deg, var(--bs-brand), #34b7c1);
    border-color: transparent;
    box-shadow: 0 11px 24px rgba(10, 161, 174, .22);
    color: #fff !important;
}

.bs-v2-overview { border-radius: 24px; padding: 23px 21px; }
.bs-v2-overview h2 { color: #163b48; font-size: 19px; margin: 0 0 12px; }
.bs-v2-overview dl { margin: 0; }
.bs-v2-overview dl > div {
    border-bottom: 1px solid #e7f0f2;
    display: grid;
    gap: 12px;
    grid-template-columns: 82px 1fr;
    padding: 10px 0;
}
.bs-v2-overview dl > div:last-child { border-bottom: 0; }
.bs-v2-overview dt { color: #82949b; }
.bs-v2-overview dd { color: #234955; font-weight: 800; margin: 0; text-align: right; }
.bs-v2-overview a { color: var(--bs-brand-dark); }

.bs-v2-anchor-nav {
    border-radius: 17px;
    display: flex;
    gap: 7px;
    margin-top: 15px;
    overflow-x: auto;
    padding: 11px 13px;
    position: sticky;
    top: 12px;
    z-index: 20;
}
.bs-v2-anchor-nav a { flex: 0 0 auto; }
.bs-v2-anchor-nav a:hover { background: var(--bs-brand-dark); border-color: var(--bs-brand-dark); color: #fff; }

.bs-v2-section {
    border-radius: 22px;
    margin-top: 18px;
    padding: 25px 27px;
    scroll-margin-top: 82px;
}

.bs-v2-section-head { justify-content: space-between; margin-bottom: 15px; }
.bs-v2-section-head > div { gap: 10px; }
.bs-v2-section-head > div > span {
    color: var(--bs-brand);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}
.bs-v2-section-head h2 { color: #143844; font-size: 25px; line-height: 1.25; margin: 0; }
.bs-v2-section-head p { color: var(--bs-muted); font-size: 12px; margin: 0; text-align: right; }

.bs-v2-definition {
    background: linear-gradient(140deg, var(--bs-deep), #0b4c56);
    border-radius: 18px;
    color: #cce6e8;
    overflow: hidden;
    padding: 21px;
    position: relative;
}
.bs-v2-definition::after {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    bottom: -85px;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, .025), 0 0 0 56px rgba(255, 255, 255, .015);
    content: "";
    height: 210px;
    position: absolute;
    right: -65px;
    width: 210px;
}
.bs-v2-definition h3 { color: #fff; font-size: 19px; margin: 0 0 8px; position: relative; z-index: 1; }
.bs-v2-definition p { margin: 0; position: relative; z-index: 1; }

.bs-v2-grid { display: grid; gap: 12px; }
.bs-v2-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bs-v2-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bs-v2-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bs-v2-definition-facts { margin-top: 12px; }

.bs-v2-card,
.bs-v2-media-card {
    background: linear-gradient(180deg, #fff, #fafdfd);
    border: 1px solid #dcebed;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(18, 58, 72, .055);
    padding: 15px;
}
.bs-v2-card h3 { color: #17444f; font-size: 16px; line-height: 1.35; margin: 7px 0; }
.bs-v2-card b { color: #17444f; }
.bs-v2-card p { color: #607984; font-size: 13px; margin: 7px 0 0; }
.bs-v2-card small { color: #7a8f97; }
.bs-v2-card-top { align-items: flex-start; gap: 8px; justify-content: space-between; }
.bs-v2-card-top h3 { margin-top: 0; }
.bs-v2-linked-card { display: block; transition: box-shadow .18s ease, transform .18s ease; }
.bs-v2-linked-card:hover,
.bs-v2-media-card:hover { box-shadow: 0 15px 30px rgba(18, 58, 72, .11); transform: translateY(-2px); }
.bs-v2-card-link { color: var(--bs-brand-dark) !important; display: inline-block; font-size: 12px; margin-top: 12px; }

.bs-v2-market-grid {
    border: 1px solid var(--bs-line);
    border-radius: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
    overflow: hidden;
}
.bs-v2-market-grid article { background: #fbfefe; padding: 18px; }
.bs-v2-market-grid article + article { border-left: 1px solid var(--bs-line); }
.bs-v2-market-grid h3,
.bs-v2-signal-box h3 { color: #17444f; font-size: 17px; margin: 8px 0; }
.bs-v2-market-grid p { color: #58727d; font-size: 13px; margin: 0; }

.bs-v2-pill {
    background: var(--bs-brand-soft);
    border-radius: 999px;
    color: var(--bs-brand-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    padding: 3px 8px;
    white-space: nowrap;
}
.bs-v2-pill.global { background: #eaf3fb; color: #2c638b; }
.bs-v2-pill.china { background: #fff2e5; color: #9b5a19; }
.bs-v2-pill.core { background: #e5f6f7; color: #08737d; }

.bs-v2-judgment-stats { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bs-v2-judgment-stats article {
    background: linear-gradient(135deg, #edf9fa, #fff);
    border: 1px solid #d4ecef;
    border-radius: 16px;
    padding: 16px;
}
.bs-v2-judgment-stats small { color: var(--bs-muted); display: block; }
.bs-v2-judgment-stats strong { color: var(--bs-brand-dark); display: block; font-size: 24px; margin-top: 2px; }
.bs-v2-judgment-list { border: 1px solid var(--bs-line); border-radius: 16px; margin-top: 12px; overflow: hidden; }
.bs-v2-judgment-list article { display: grid; gap: 16px; grid-template-columns: 110px 1fr; padding: 14px 16px; }
.bs-v2-judgment-list article + article { border-top: 1px solid var(--bs-line); }
.bs-v2-judgment-list b { color: #17444f; }
.bs-v2-judgment-list p { color: #58727d; margin: 0; }

.bs-v2-structure { display: grid; gap: 10px; }
.bs-v2-layer { display: grid; gap: 10px; grid-template-columns: 185px 1fr; }
.bs-v2-layer-name {
    align-items: center;
    background: linear-gradient(135deg, #e7f7f8, #f8fcfd);
    border: 1px solid #d2eaed;
    border-radius: 15px;
    color: var(--bs-brand-dark);
    display: flex;
    gap: 9px;
    justify-content: center;
    padding: 14px;
    text-align: center;
}
.bs-v2-layer-content { background: #fff; border: 1px solid var(--bs-line); border-radius: 15px; padding: 13px 15px; }
.bs-v2-layer-content p { color: #58727d; margin: 0; }
.bs-v2-minis { display: flex; flex-wrap: wrap; gap: 7px; }
.bs-v2-layer-content p + .bs-v2-minis { margin-top: 9px; }

.bs-v2-signal-box { background: #fbfefe; border: 1px solid var(--bs-line); border-radius: 17px; padding: 17px; }
.bs-v2-signal-list { display: grid; gap: 9px; }
.bs-v2-signal-list > div { background: #fff; border: 1px solid #e1ecef; border-radius: 13px; padding: 12px; }
.bs-v2-signal-list b { color: #17444f; }
.bs-v2-signal-list p { color: #607984; font-size: 13px; margin: 4px 0 0; }

.bs-v2-brand-logo {
    align-items: center;
    background: #f5f9fa;
    border: 1px solid #e1ecef;
    border-radius: 12px;
    display: flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}
.bs-v2-brand-logo img { height: 100%; object-fit: contain; padding: 10px; width: 100%; }
.bs-v2-brand-logo span { color: var(--bs-brand-dark); font-size: 27px; font-weight: 900; }

.bs-v2-media-card { display: block; overflow: hidden; padding: 0; transition: box-shadow .18s ease, transform .18s ease; }
.bs-v2-media {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, var(--bs-deep), #138b96);
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .08em;
}
.bs-v2-media img { height: 100%; object-fit: cover; width: 100%; }
.bs-v2-media-body { padding: 14px 15px 16px; }
.bs-v2-media-body small { color: #83959c; }
.bs-v2-media-body h3 { color: #17444f; font-size: 17px; line-height: 1.42; margin: 5px 0; }
.bs-v2-media-body p { color: #607984; font-size: 13px; margin: 0; }

.bs-v2-page-footer { color: #758a92; font-size: 12px; justify-content: space-between; margin-top: 17px; }

/* 子行业严格对应子行业参考 HTML；母行业样式由下方 .is-parent 分支维护。 */
.bs-v2-industry.is-child {
    background:
        radial-gradient(circle at 88% 0, rgba(48, 204, 193, .10), transparent 28rem),
        linear-gradient(180deg, #f7fbfc 0%, #eef5f7 100%);
    padding: 22px 0 58px;
}

.bs-v2-industry.is-child .bs-v2-shell { max-width: 1220px; }
.bs-v2-industry.is-child .bs-v2-hero.is-child { display: block; }
.bs-v2-industry.is-child .bs-v2-hero-main {
    background: linear-gradient(145deg, #fff 0%, #f5fcfd 100%);
    border-radius: 24px;
    padding: 31px 33px 27px;
}
.bs-v2-industry.is-child .bs-v2-hero-main::after {
    height: 280px;
    right: -110px;
    top: -125px;
    width: 280px;
}
.bs-v2-industry.is-child .bs-v2-anchor-nav { display: none; }
.bs-v2-industry.is-child .bs-v2-section {
    border-radius: 22px;
    margin-top: 18px;
    padding: 25px 27px;
}
.bs-v2-industry.is-child .bs-v2-section-head > div { display: block; }
.bs-v2-industry.is-child .bs-v2-section-head > div > span { display: none; }
.bs-v2-industry.is-child .bs-v2-section-head h2 {
    display: inline-block;
    font-size: 25px;
    padding-bottom: 6px;
    position: relative;
}
.bs-v2-industry.is-child .bs-v2-section-head h2::after {
    background: linear-gradient(90deg, var(--bs-brand), #68d3ca);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 44px;
}
.bs-v2-industry.is-child #control-sources .bs-v2-card {
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}
.bs-v2-industry.is-child #control-sources .bs-v2-card::before {
    background: linear-gradient(180deg, var(--bs-brand), #53d3c6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.bs-v2-industry.is-child .bs-v2-variable-card { min-height: 132px; }
.bs-v2-variable-no {
    align-items: center;
    background: var(--bs-brand-soft);
    border-radius: 8px;
    color: #08727e;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    margin-bottom: 3px;
    width: 24px;
}
.bs-v2-control-map-section {
    margin-top: 18px;
    scroll-margin-top: 82px;
}
.bs-v2-control-map-entry {
    align-items: center;
    background:
        radial-gradient(circle at 12% 20%, rgba(56, 203, 194, .18), transparent 28%),
        linear-gradient(135deg, #0d2732 0%, #123b45 60%, #0e6670 100%);
    border-radius: 22px;
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 26px;
    position: relative;
}
.bs-v2-control-map-entry::after {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .04), 0 0 0 62px rgba(255, 255, 255, .025);
    content: "";
    height: 180px;
    position: absolute;
    right: -55px;
    top: -55px;
    width: 180px;
}
.bs-v2-control-map-entry .bs-v2-eyebrow { color: #77dfdc; margin: 0; }
.bs-v2-control-map-entry h2 {
    color: #fff;
    font-size: 25px;
    margin: 4px 0 10px;
    position: relative;
    z-index: 1;
}
.bs-v2-control-map-entry p {
    color: rgba(255, 255, 255, .82);
    margin: 0;
    max-width: 760px;
    position: relative;
    z-index: 1;
}
.bs-v2-control-map-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bs-v2-control-map-meta span {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
}
.bs-v2-map-button {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    color: #0e5962 !important;
    font-weight: 900;
    padding: 12px 18px;
    position: relative;
    transition: transform .18s ease;
    white-space: nowrap;
    z-index: 2;
}
.bs-v2-map-button:hover { transform: translateY(-1px); }

@media (max-width: 980px) {
    .bs-v2-hero { grid-template-columns: 1fr; }
    .bs-v2-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bs-v2-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .bs-v2-industry { padding-top: 16px; }
    .bs-v2-shell { padding: 0 13px; }
    .bs-v2-topbar,
    .bs-v2-page-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
    .bs-v2-breadcrumb { justify-content: flex-start; }
    .bs-v2-hero-main,
    .bs-v2-overview,
    .bs-v2-section { border-radius: 18px; padding: 19px 16px; }
    .bs-v2-positioning { font-size: 17px; }
    .bs-v2-section-head { align-items: flex-start; flex-direction: column; gap: 6px; }
    .bs-v2-section-head p { text-align: left; }
    .bs-v2-grid-2,
    .bs-v2-grid-3,
    .bs-v2-grid-4,
    .bs-v2-market-grid,
    .bs-v2-judgment-stats { grid-template-columns: 1fr; }
    .bs-v2-market-grid article + article { border-left: 0; border-top: 1px solid var(--bs-line); }
    .bs-v2-layer { grid-template-columns: 1fr; }
    .bs-v2-judgment-list article { grid-template-columns: 1fr; gap: 5px; }
    .bs-v2-control-map-entry { grid-template-columns: 1fr; }
    .bs-v2-map-button { justify-self: start; }
}

/* 母行业严格对应品牌秀台母行业 HTML 定稿结构。 */
.bs-v2-industry.is-parent {
    --bs-bg: #f3f7f9;
    --bs-panel: #fff;
    --bs-ink: #143743;
    --bs-muted: #81939a;
    --bs-line: #dbe8ec;
    --bs-brand: #0aa9b7;
    --bs-brand-dark: #08747e;
    --bs-deep: #082d34;
    --bs-deep-2: #075862;
    background:
        radial-gradient(circle at 92% 0, rgba(26, 203, 190, .10), transparent 27%),
        linear-gradient(180deg, #f8fbfc 0%, #edf4f6 100%);
    color: #536d76;
    font-size: 15px;
    line-height: 1.62;
    padding: 22px 0 56px;
}

.bs-v2-industry.is-parent .bs-v2-shell { max-width: 1180px; }
.bs-v2-industry.is-parent .bs-v2-topbar {
    color: #6b838d;
    font-size: 12px;
    gap: 18px;
    margin-bottom: 14px;
}
.bs-v2-industry.is-parent .bs-v2-mark > span {
    border-radius: 10px;
    height: 29px;
    width: 29px;
}
.bs-v2-top-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.bs-v2-top-meta span { color: #789098; }

.bs-v2-industry.is-parent .bs-v2-hero.is-parent {
    background: linear-gradient(145deg, #fff 0%, #f7fcfd 100%);
    border: 1px solid rgba(211, 230, 235, .96);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(18, 58, 83, .09);
    display: block;
    overflow: hidden;
    position: relative;
}
.bs-v2-industry.is-parent .bs-v2-hero.is-parent::before {
    background: radial-gradient(circle, rgba(17, 190, 193, .18), rgba(17, 190, 193, 0) 67%);
    border-radius: 50%;
    content: "";
    height: 350px;
    position: absolute;
    right: -85px;
    top: -110px;
    width: 350px;
}
.bs-v2-industry.is-parent .bs-v2-hero-main {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    padding: 31px 31px 25px;
    position: relative;
    z-index: 1;
}
.bs-v2-industry.is-parent .bs-v2-hero-main::after { display: none; }
.bs-v2-industry.is-parent .bs-v2-eyebrow {
    font-size: 11px;
    letter-spacing: .12em;
    margin-bottom: 8px;
}
.bs-v2-industry.is-parent h1 {
    color: #113642;
    font-size: 40px;
    letter-spacing: -.035em;
    line-height: 1.12;
}
.bs-v2-industry.is-parent .bs-v2-meta-line {
    color: #718892;
    font-size: 13px;
    margin: 7px 0 14px;
}
.bs-v2-industry.is-parent .bs-v2-positioning {
    color: #183f4b;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.46;
    margin: 0;
    max-width: 850px;
}
.bs-v2-industry.is-parent .bs-v2-observation {
    border-radius: 14px;
    color: #315560;
    font-size: 13.5px;
    margin: 16px 0 0;
    max-width: 900px;
    padding: 13px 15px;
}
.bs-v2-industry.is-parent .bs-v2-tags { gap: 7px; margin-top: 15px; }
.bs-v2-industry.is-parent .bs-v2-tags span {
    font-size: 11px;
    padding: 5px 9px;
}
.bs-v2-industry.is-parent .bs-v2-actions { gap: 9px; margin-top: 18px; }
.bs-v2-industry.is-parent .bs-v2-button {
    font-size: 12px;
    min-height: 40px;
    padding: 9px 15px;
}
.bs-v2-industry.is-parent .bs-v2-anchor-nav {
    background: rgba(248, 252, 253, .94);
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e4eef1;
    box-shadow: none;
    margin: 0;
    overflow-x: auto;
    padding: 12px 16px;
    position: relative;
    top: auto;
    z-index: 2;
}
.bs-v2-industry.is-parent .bs-v2-anchor-nav a {
    color: #58717a;
    font-size: 11px;
    font-weight: 750;
    padding: 6px 10px;
}

.bs-v2-industry.is-parent .bs-v2-section {
    border: 1px solid rgba(215, 231, 236, .96);
    border-radius: 19px;
    box-shadow: 0 14px 34px rgba(18, 58, 83, .09);
    margin: 18px 0;
    padding: 24px 26px;
}
.bs-v2-industry.is-parent .bs-v2-section-head { align-items: flex-end; gap: 16px; margin-bottom: 14px; }
.bs-v2-industry.is-parent .bs-v2-section-head > div { display: block; }
.bs-v2-industry.is-parent .bs-v2-section-head > div > span { display: none; }
.bs-v2-industry.is-parent .bs-v2-section-head h2 {
    color: #143945;
    font-size: 24px;
    line-height: 1.25;
}
.bs-v2-industry.is-parent .bs-v2-section-head h2::after {
    background: linear-gradient(90deg, var(--bs-brand), #23cfbf);
    border-radius: 4px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 42px;
}
.bs-v2-industry.is-parent .bs-v2-section-head p {
    color: #81939a;
    font-size: 12px;
    max-width: 500px;
}
.bs-v2-industry.is-parent .bs-v2-definition {
    background: linear-gradient(140deg, var(--bs-deep), var(--bs-deep-2));
    border-radius: 17px;
    color: #ecffff;
    padding: 20px;
}
.bs-v2-industry.is-parent .bs-v2-definition h3 { font-size: 21px; margin-bottom: 8px; }
.bs-v2-industry.is-parent .bs-v2-definition p {
    color: #cae8ea;
    font-size: 13.5px;
    max-width: 910px;
}
.bs-v2-industry.is-parent .bs-v2-definition-facts { gap: 10px; margin-top: 12px; }
.bs-v2-industry.is-parent .bs-v2-definition-facts .bs-v2-card {
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(18, 58, 83, .06);
    padding: 15px;
}
.bs-v2-definition-icon {
    align-items: center;
    background: #e9f8fa;
    border-radius: 9px;
    color: #087984;
    display: flex;
    font-size: 10px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    margin-bottom: 9px;
    width: 30px;
}
.bs-v2-industry.is-parent .bs-v2-definition-facts b { display: block; font-size: 14px; margin-bottom: 6px; }
.bs-v2-industry.is-parent .bs-v2-definition-facts p { font-size: 12px; margin: 0; }

.bs-v2-industry.is-parent .bs-v2-market-grid {
    background: #fbfefe;
    border-color: #d9e9ed;
    box-shadow: 0 8px 22px rgba(18, 58, 83, .06);
    margin-top: 12px;
}
.bs-v2-industry.is-parent .bs-v2-market-grid article { padding: 16px 18px; }
.bs-v2-market-head { align-items: center; display: flex; gap: 10px; margin-bottom: 8px; }
.bs-v2-industry.is-parent .bs-v2-market-head h3 { font-size: 17px; margin: 0; }
.bs-v2-industry.is-parent .bs-v2-market-grid p { font-size: 12.5px; line-height: 1.58; }

.bs-v2-structure-panel,
.bs-v2-control-panel {
    background:
        linear-gradient(135deg, rgba(10, 169, 183, .07), rgba(35, 207, 191, .025)),
        #fbfefe;
    border: 1px solid #d9e9ed;
    border-radius: 18px;
    padding: 10px;
}
.bs-v2-structure-flow,
.bs-v2-power-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bs-v2-industry.is-parent .bs-v2-structure-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bs-v2-flow-card,
.bs-v2-power-card {
    min-width: 0;
    padding: 15px 15px 14px;
    position: relative;
}
.bs-v2-flow-card:not(:last-child)::after,
.bs-v2-power-card:not(:last-child)::after {
    background: #9bd2d7;
    content: "";
    height: 1px;
    position: absolute;
    right: -7px;
    top: 26px;
    width: 14px;
}
.bs-v2-flow-head,
.bs-v2-power-head { align-items: center; display: flex; gap: 9px; margin-bottom: 7px; }
.bs-v2-flow-head > span,
.bs-v2-power-head > span {
    align-items: center;
    background: linear-gradient(135deg, var(--bs-brand), #65d2d3);
    border-radius: 9px;
    box-shadow: 0 5px 12px rgba(10, 169, 183, .18);
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 900;
    height: 27px;
    justify-content: center;
    width: 27px;
}
.bs-v2-flow-head h3,
.bs-v2-power-head h3 { color: #163f4c; font-size: 15px; line-height: 1.25; margin: 0; }
.bs-v2-flow-card p,
.bs-v2-power-card p { color: #617982; font-size: 11px; line-height: 1.5; margin: 0 0 0 36px; }

.bs-v2-industry.is-parent .bs-v2-grid { gap: 11px; }
.bs-v2-industry.is-parent .bs-v2-linked-card {
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(18, 58, 83, .06);
    padding: 14px;
}
.bs-v2-industry.is-parent .bs-v2-linked-card h3 { font-size: 15px; }
.bs-v2-industry.is-parent .bs-v2-linked-card p { font-size: 11.5px; }

.bs-v2-industry.is-parent .bs-v2-signal-box {
    background: #fbfefe;
    border-radius: 16px;
    padding: 15px;
}
.bs-v2-industry.is-parent .bs-v2-signal-box > h3 { display: inline; font-size: 16px; margin-left: 8px; }
.bs-v2-industry.is-parent .bs-v2-signal-list {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
}
.bs-v2-industry.is-parent .bs-v2-signal-list > div {
    border-radius: 15px;
    padding: 12px;
}
.bs-v2-industry.is-parent .bs-v2-signal-list b { font-size: 13px; }
.bs-v2-industry.is-parent .bs-v2-signal-list p { font-size: 11px; }
.bs-v2-industry.is-parent .bs-v2-page-footer {
    border-top: 1px solid #dce7ea;
    font-size: 10px;
    margin-top: 18px;
    padding: 18px 2px 0;
}

@media (max-width: 980px) {
    .bs-v2-structure-flow,
    .bs-v2-power-grid,
    .bs-v2-industry.is-parent .bs-v2-structure-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bs-v2-flow-card::after,
    .bs-v2-power-card::after { display: none; }
    .bs-v2-flow-card:nth-child(odd),
    .bs-v2-power-card:nth-child(odd) { border-right: 1px solid #dcebed; }
    .bs-v2-industry.is-parent .bs-v2-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .bs-v2-industry.is-parent { font-size: 14px; padding: 13px 0 36px; }
    .bs-v2-industry.is-parent .bs-v2-shell { padding: 0 11px; }
    .bs-v2-industry.is-parent .bs-v2-topbar { gap: 6px; margin-bottom: 10px; }
    .bs-v2-industry.is-parent .bs-v2-top-meta { display: none; }
    .bs-v2-industry.is-parent .bs-v2-hero.is-parent { border-radius: 18px; }
    .bs-v2-industry.is-parent .bs-v2-hero-main { padding: 20px 16px 17px; }
    .bs-v2-industry.is-parent h1 { font-size: 30px; }
    .bs-v2-industry.is-parent .bs-v2-meta-line { font-size: 11.5px; }
    .bs-v2-industry.is-parent .bs-v2-positioning { font-size: 17px; line-height: 1.48; }
    .bs-v2-industry.is-parent .bs-v2-observation { font-size: 12.5px; margin-top: 13px; padding: 11px 12px; }
    .bs-v2-industry.is-parent .bs-v2-tags { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .bs-v2-industry.is-parent .bs-v2-tags span { flex: 0 0 auto; font-size: 10px; }
    .bs-v2-industry.is-parent .bs-v2-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .bs-v2-industry.is-parent .bs-v2-button { font-size: 11px; padding: 9px 10px; }
    .bs-v2-industry.is-parent .bs-v2-anchor-nav {
        box-shadow: 0 6px 16px rgba(17, 61, 74, .06);
        padding: 10px 12px;
        position: sticky;
        top: 0;
    }
    .bs-v2-industry.is-parent .bs-v2-section {
        border-radius: 16px;
        margin: 13px 0;
        padding: 17px 14px;
    }
    .bs-v2-industry.is-parent .bs-v2-section-head { display: block; margin-bottom: 12px; }
    .bs-v2-industry.is-parent .bs-v2-section-head h2 { font-size: 20px; }
    .bs-v2-industry.is-parent .bs-v2-section-head p { display: none; }
    .bs-v2-industry.is-parent .bs-v2-definition { border-radius: 14px; padding: 16px; }
    .bs-v2-industry.is-parent .bs-v2-definition h3 { font-size: 18px; }
    .bs-v2-industry.is-parent .bs-v2-definition p { font-size: 12px; }
    .bs-v2-industry.is-parent .bs-v2-market-grid,
    .bs-v2-industry.is-parent .bs-v2-definition-facts,
    .bs-v2-industry.is-parent .bs-v2-grid-2,
    .bs-v2-industry.is-parent .bs-v2-grid-3 { grid-template-columns: 1fr; }
    .bs-v2-industry.is-parent .bs-v2-market-grid article + article { border-left: 0; border-top: 1px solid #dce9ed; }
    .bs-v2-structure-panel,
    .bs-v2-control-panel { border-radius: 14px; overflow: hidden; padding: 0; }
    .bs-v2-structure-flow,
    .bs-v2-power-grid,
    .bs-v2-industry.is-parent .bs-v2-structure-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bs-v2-flow-card,
    .bs-v2-power-card { padding: 12px 10px; }
    .bs-v2-flow-head,
    .bs-v2-power-head { gap: 7px; margin-bottom: 5px; }
    .bs-v2-flow-head > span,
    .bs-v2-power-head > span { border-radius: 8px; font-size: 9px; height: 24px; width: 24px; }
    .bs-v2-flow-head h3,
    .bs-v2-power-head h3 { font-size: 13px; }
    .bs-v2-flow-card p,
    .bs-v2-power-card p { font-size: 10px; line-height: 1.4; margin-left: 31px; }
    .bs-v2-industry.is-parent .bs-v2-signal-list { grid-template-columns: 1fr; }
}
