:root {
    --bp-navy: #0b3a66;
    --bp-deep: #071f36;
    --bp-blue: #1677d2;
    --bp-sky: #e9f5ff;
    --bp-orange: #ff8a00;
    --bp-orange-2: #ffb02e;
    --bp-green: #31b66a;
    --bp-yellow: #ffd45a;
    --bp-bg: #f5f8fb;
    --bp-ink: #1f2933;
    --bp-muted: #657386;
    --bp-line: #dde8f2;
    --bp-white: #fff;
    --bp-radius: 28px;
    --bp-shadow: 0 24px 70px rgba(11, 58, 102, .13);
}

/* v3.1.0 product center, product category and product detail */
body.post-type-archive-bp_product .site.grid-container,
body.tax-bp_product_cat .site.grid-container,
body.single-bp_product .site.grid-container,
body.page-template-page-products .site.grid-container,
body.bp-products-page-template .site.grid-container,
body.post-type-archive-bp_product .container.grid-container,
body.tax-bp_product_cat .container.grid-container,
body.single-bp_product .container.grid-container,
body.page-template-page-products .container.grid-container,
body.bp-products-page-template .container.grid-container,
body.post-type-archive-bp_product .site-content,
body.tax-bp_product_cat .site-content,
body.single-bp_product .site-content,
body.page-template-page-products .site-content,
body.bp-products-page-template .site-content,
body.post-type-archive-bp_product .content-area,
body.tax-bp_product_cat .content-area,
body.single-bp_product .content-area,
body.page-template-page-products .content-area,
body.bp-products-page-template .content-area,
body.post-type-archive-bp_product .inside-site-info,
body.tax-bp_product_cat .inside-site-info,
body.single-bp_product .inside-site-info,
body.page-template-page-products .inside-site-info,
body.bp-products-page-template .inside-site-info {
    max-width: none;
    width: 100%;
}

body.post-type-archive-bp_product .site-content,
body.tax-bp_product_cat .site-content,
body.single-bp_product .site-content,
body.page-template-page-products .site-content,
body.bp-products-page-template .site-content {
    display: block;
    padding: 0;
}

body.post-type-archive-bp_product .content-area,
body.tax-bp_product_cat .content-area,
body.single-bp_product .content-area,
body.page-template-page-products .content-area,
body.bp-products-page-template .content-area {
    float: none;
    left: auto;
    right: auto;
    width: 100% !important;
}

body.post-type-archive-bp_product .widget-area,
body.tax-bp_product_cat .widget-area,
body.single-bp_product .widget-area,
body.page-template-page-products .widget-area,
body.bp-products-page-template .widget-area {
    display: none !important;
}

body.post-type-archive-bp_product .inside-article,
body.tax-bp_product_cat .inside-article,
body.single-bp_product .inside-article,
body.page-template-page-products .inside-article,
body.bp-products-page-template .inside-article,
body.post-type-archive-bp_product .entry-content,
body.tax-bp_product_cat .entry-content,
body.single-bp_product .entry-content,
body.page-template-page-products .entry-content,
body.bp-products-page-template .entry-content,
body.post-type-archive-bp_product .site-main,
body.tax-bp_product_cat .site-main,
body.single-bp_product .site-main,
body.page-template-page-products .site-main,
body.bp-products-page-template .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

.bp-product-page {
    --product-navy: #07365f;
    --product-deep: #071f36;
    --product-orange: #ff8a00;
    --product-text: #53667a;
    --product-soft: #f4f8fc;
    --product-line: rgba(7, 54, 95, .10);
    background: #fff;
}

.bp-product-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-product-hero {
    min-height: clamp(430px, 42vw, 650px);
    display: grid;
    align-items: center;
    padding: clamp(128px, 12vw, 190px) 0 clamp(72px, 8vw, 120px);
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bp-product-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 78px);
    line-height: 1.08;
    font-weight: 950;
}

.bp-product-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .90);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.85;
}

.bp-product-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    color: var(--product-orange);
    background: #fff3e3;
    font-size: 14px;
    font-weight: 950;
}

.bp-product-hero .bp-product-kicker {
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
}

.bp-product-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.bp-product-section {
    padding: clamp(72px, 8vw, 120px) 0;
}

.bp-product-section--soft {
    background: var(--product-soft);
}

.bp-product-heading {
    max-width: 820px;
    margin-bottom: clamp(34px, 4vw, 56px);
}

.bp-product-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bp-product-heading h2,
.bp-product-split h2,
.bp-product-overview h2,
.bp-product-cta h2 {
    margin: 0;
    color: var(--product-navy);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.15;
    font-weight: 950;
}

.bp-product-heading p,
.bp-product-split p,
.bp-product-overview p,
.bp-product-cta p {
    margin: 18px 0 0;
    color: var(--product-text);
    font-size: 17px;
    line-height: 1.85;
}

.bp-product-system-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.bp-products-simple-hero {
    min-height: 420px;
}

.bp-products-simple-section {
    background: #fff;
}

.bp-products-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 38px);
}

.bp-products-simple-card {
    position: relative;
    min-height: clamp(360px, 32vw, 520px);
    overflow: hidden;
    border-radius: 34px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 28px 90px rgba(7, 54, 95, .14);
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-products-simple-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 31, 54, .08) 0%, rgba(7, 31, 54, .78) 100%);
}

.bp-products-simple-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 38px 110px rgba(7, 54, 95, .2);
}

.bp-products-simple-card__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-color: #dfe8f0;
    background-image: linear-gradient(135deg, #eef4f8, #cbd7e2);
    background-position: center;
    background-size: cover;
    transition: transform .55s ease, filter .55s ease;
}

.bp-products-simple-card:hover .bp-products-simple-card__image {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.bp-products-simple-card__content {
    display: block;
    width: 100%;
    padding: clamp(28px, 4vw, 46px);
}

.bp-products-simple-card strong,
.bp-products-simple-card em,
.bp-products-simple-card b {
    display: block;
    font-style: normal;
}

.bp-products-simple-card strong {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 950;
}

.bp-products-simple-card em {
    max-width: 560px;
    margin-top: 14px;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.75;
}

.bp-products-simple-card b {
    width: fit-content;
    margin-top: 24px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
    border-radius: 999px;
    padding: 11px 20px;
    font-size: 15px;
}

.bp-product-collection-hero {
    min-height: 420px;
}

.bp-product-collection-hero h1 {
    font-size: clamp(34px, 4vw, 54px);
}

.bp-product-collection-section {
    background: #fff;
    padding-top: clamp(54px, 6vw, 82px);
}

.bp-product-collection-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    margin-bottom: clamp(36px, 4vw, 58px);
}

.bp-product-collection-intro h2 {
    margin: 10px 0 0;
    color: var(--product-navy);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.15;
    font-weight: 950;
}

.bp-product-collection-intro p {
    max-width: 860px;
    margin: 18px 0 0;
    color: var(--product-text);
    font-size: 17px;
    line-height: 1.85;
}

.bp-product-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 38px);
}

.bp-product-collection-card {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(7, 54, 95, .10);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-product-collection-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 100px rgba(7, 54, 95, .16);
}

.bp-product-collection-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
}

.bp-product-collection-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.bp-product-collection-card:hover .bp-product-collection-card__image img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.bp-product-collection-card__image span {
    display: block;
    width: 100%;
    height: 100%;
}

.bp-product-collection-card__body {
    padding: 28px;
}

.bp-product-collection-card h3 {
    margin: 0;
    color: var(--product-navy);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.bp-product-collection-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bp-product-collection-card p {
    margin: 14px 0 0;
    color: var(--product-text);
    font-size: 15px;
    line-height: 1.75;
}

.bp-product-collection-card__more {
    display: inline-flex;
    margin-top: 20px;
    color: var(--product-orange);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.bp-product-pagination {
    margin-top: 54px;
}

.bp-product-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-product-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--product-navy);
    background: #eef5fb;
    font-weight: 900;
    text-decoration: none;
}

.bp-product-pagination .page-numbers.current,
.bp-product-pagination .page-numbers:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
}

.bp-product-empty {
    padding: 64px 36px;
    border-radius: 30px;
    text-align: center;
    background: var(--product-soft);
}

.bp-product-empty h2 {
    margin: 0;
    color: var(--product-navy);
}

.bp-product-empty p {
    margin: 14px 0 0;
    color: var(--product-text);
}

.bp-product-system-card,
.bp-product-module-card,
.bp-product-list-card,
.bp-product-detail-card {
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
}

.bp-product-system-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-product-system-card:hover,
.bp-product-module-card:hover,
.bp-product-list-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .14);
}

.bp-product-system-card__image,
.bp-product-module-card__image,
.bp-product-overview__image,
.bp-product-list-card__image,
.bp-product-detail-cover {
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 176, 46, .36), transparent 20%),
        linear-gradient(135deg, #dfe8f0, #f8fbff);
    background-size: cover;
    background-position: center;
}

.bp-product-system-card__image {
    aspect-ratio: 4 / 3;
}

.bp-product-system-card__body {
    padding: 26px 24px 28px;
}

.bp-product-system-card h3,
.bp-product-module-card h3,
.bp-product-mini-grid h3,
.bp-product-list-card h3,
.bp-product-detail-card h2 {
    margin: 0;
    color: var(--product-navy);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 950;
}

.bp-product-system-card p,
.bp-product-module-card p,
.bp-product-mini-grid p,
.bp-product-list-card p,
.bp-product-detail-card li {
    color: var(--product-text);
    line-height: 1.75;
}

.bp-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.bp-product-tags span {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--product-navy);
    background: #f2f7fb;
    font-size: 13px;
    font-weight: 850;
}

.bp-product-system-card strong {
    color: var(--product-orange);
}

.bp-product-module-grid,
.bp-product-mini-grid,
.bp-product-advantage-grid,
.bp-product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.bp-product-module-card {
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-product-module-card__image {
    aspect-ratio: 16 / 10;
}

.bp-product-module-card > div:not(.bp-product-module-card__image),
.bp-product-mini-grid article,
.bp-product-advantage-grid article,
.bp-product-list-card > div {
    padding: 24px;
}

.bp-product-split,
.bp-product-overview,
.bp-product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 6vw, 84px);
    align-items: center;
}

.bp-product-scene-list {
    display: grid;
    gap: 14px;
}

.bp-product-scene-list a,
.bp-product-case-links a,
.bp-product-related-entry a {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 20px;
    color: var(--product-navy);
    background: #fff;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 18px 52px rgba(7, 54, 95, .08);
}

.bp-product-case-links,
.bp-product-related-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bp-product-advantage {
    background: linear-gradient(135deg, #07365f, #123f3b);
}

.bp-product-advantage h2 {
    color: #fff;
}

.bp-product-advantage-grid article {
    border-radius: 22px;
    background: rgba(255, 255, 255, .10);
}

.bp-product-advantage-grid h3,
.bp-product-advantage-grid p {
    color: #fff;
}

.bp-product-cta {
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #07365f, #005ea8);
}

.bp-product-cta h2,
.bp-product-cta p {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.bp-product-cta .bp-product-hero__actions {
    justify-content: center;
}

.bp-product-overview__image {
    min-height: 460px;
    border-radius: 34px;
    box-shadow: 0 28px 90px rgba(7, 54, 95, .12);
}

.bp-product-tags--large span {
    padding: 9px 14px;
    font-size: 15px;
}

.bp-product-tabs {
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(7, 54, 95, .08);
}

.bp-product-tabs input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bp-product-tab-labels {
    display: flex;
    gap: 10px;
    padding: 18px;
    border-bottom: 1px solid var(--product-line);
}

.bp-product-tab-labels label {
    flex: 1;
    padding: 16px 18px;
    border-radius: 999px;
    text-align: center;
    color: var(--product-navy);
    background: #f3f8fc;
    font-weight: 950;
    cursor: pointer;
}

#tab-intro:checked ~ .bp-product-tab-labels label[for="tab-intro"],
#tab-modules:checked ~ .bp-product-tab-labels label[for="tab-modules"],
#tab-products:checked ~ .bp-product-tab-labels label[for="tab-products"] {
    color: #fff;
    background: var(--product-orange);
}

.bp-product-tab-panel {
    display: none;
    padding: clamp(30px, 4vw, 54px);
}

#tab-intro:checked ~ .bp-product-tab-panel--intro,
#tab-modules:checked ~ .bp-product-tab-panel--modules,
#tab-products:checked ~ .bp-product-tab-panel--products {
    display: block;
}

.bp-product-mini-grid article,
.bp-product-advantage-grid article {
    border-radius: 22px;
    background: #f7fbff;
}

.bp-product-list-card {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-product-list-card__image {
    min-height: 190px;
    overflow: hidden;
    display: block;
}

.bp-product-list-card__image img,
.bp-product-detail-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bp-product-list-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bp-product-detail-layout {
    align-items: start;
}

.bp-product-detail-cover {
    overflow: hidden;
    margin: 0 0 34px;
    border-radius: 32px;
    box-shadow: 0 26px 80px rgba(7, 54, 95, .12);
}

.bp-product-single-hero {
    min-height: 420px;
}

.bp-product-single-hero h1 {
    font-size: clamp(34px, 4.5vw, 62px);
}

.bp-product-detail-section {
    background: #fff;
}

.bp-product-detail-full {
    max-width: 1320px;
}

.bp-product-inquiry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
    margin-bottom: clamp(52px, 6vw, 82px);
}

.bp-product-inquiry-image {
    overflow: hidden;
    min-height: 480px;
    border-radius: 32px;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
    box-shadow: 0 26px 80px rgba(7, 54, 95, .12);
}

.bp-product-inquiry-image img,
.bp-product-inquiry-image span {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bp-product-quick-form {
    padding: clamp(28px, 3vw, 42px);
    border-radius: 32px;
    background: var(--product-soft);
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10);
}

.bp-product-quick-form h2 {
    margin: 0;
    color: var(--product-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 950;
}

.bp-product-quick-form p {
    margin: 12px 0 24px;
    color: var(--product-text);
    font-size: 15px;
    line-height: 1.75;
}

.bp-product-quick-form label {
    display: block;
    margin-bottom: 16px;
    color: var(--product-navy);
    font-size: 14px;
    font-weight: 900;
}

.bp-product-quick-form em {
    color: var(--product-orange);
    font-style: normal;
}

.bp-product-quick-form input,
.bp-product-quick-form textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid rgba(7, 54, 95, .12);
    border-radius: 16px;
    padding: 13px 15px;
    color: var(--product-navy);
    background: #fff;
    font-size: 15px;
    outline: none;
}

.bp-product-quick-form input:focus,
.bp-product-quick-form textarea:focus {
    border-color: rgba(255, 138, 0, .55);
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .10);
}

.bp-product-quick-form textarea {
    resize: vertical;
}

.bp-product-quick-form button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(255, 138, 0, .25);
}

.bp-product-detail-content {
    color: var(--product-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-product-detail-content h2,
.bp-product-detail-content h3 {
    color: var(--product-navy);
}

.bp-product-detail-aside {
    position: sticky;
    top: 110px;
}

.bp-product-detail-card {
    padding: 30px;
}

.bp-product-detail-card ul {
    margin: 20px 0 26px;
    padding-left: 1.2em;
}

.bp-product-related-products {
    padding-top: 54px;
}

.bp-product-related-title {
    margin: 0 0 24px;
    color: var(--product-navy);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
}

.bp-product-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.bp-product-related-card {
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(7, 54, 95, .10);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-product-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 90px rgba(7, 54, 95, .16);
}

.bp-product-related-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
}

.bp-product-related-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.bp-product-related-card:hover .bp-product-related-card__image img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.bp-product-related-card__image span {
    display: block;
    width: 100%;
    height: 100%;
}

.bp-product-related-card h3 {
    margin: 0;
    padding: 18px;
    color: var(--product-navy);
    font-size: 16px;
    line-height: 1.32;
    font-weight: 900;
    text-align: center;
}

.bp-product-related-card h3 a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .bp-products-simple-grid,
    .bp-product-collection-grid,
    .bp-product-related-grid,
    .bp-product-system-grid,
    .bp-product-module-grid,
    .bp-product-mini-grid,
    .bp-product-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-product-collection-intro,
    .bp-product-inquiry-layout,
    .bp-product-split,
    .bp-product-overview,
    .bp-product-detail-layout {
        grid-template-columns: 1fr;
    }

    .bp-product-detail-aside {
        position: static;
    }

    .bp-product-inquiry-image {
        min-height: 420px;
    }
}

@media (max-width: 680px) {
    .bp-product-container {
        width: min(100% - 32px, 560px);
    }

    .bp-product-hero h1 {
        font-size: 36px;
    }

    .bp-products-simple-grid,
    .bp-product-collection-grid,
    .bp-product-related-grid,
    .bp-product-system-grid,
    .bp-product-module-grid,
    .bp-product-mini-grid,
    .bp-product-advantage-grid,
    .bp-product-list-grid,
    .bp-product-case-links,
    .bp-product-related-entry,
    .bp-product-list-card {
        grid-template-columns: 1fr;
    }

    .bp-products-simple-card {
        min-height: 340px;
        border-radius: 26px;
    }

    .bp-product-collection-card {
        border-radius: 24px;
    }

    .bp-product-collection-card__body {
        padding: 24px;
    }

    .bp-product-inquiry-image {
        min-height: 320px;
        border-radius: 24px;
    }

    .bp-product-quick-form {
        padding: 24px;
        border-radius: 24px;
    }

    .bp-product-tab-labels {
        flex-direction: column;
    }
}

/* v2.9.7 blog category archive */
.bp-blog-archive {
    --blog-navy: #07365f;
    --blog-deep: #071f36;
    --blog-orange: #ff8a00;
    --blog-text: #56687b;
    --blog-line: rgba(7, 54, 95, .10);
    background: #fff;
}

.bp-blog-hero {
    position: relative;
    min-height: clamp(390px, 38vw, 560px);
    display: grid;
    place-items: center;
    padding: clamp(120px, 12vw, 190px) 0 clamp(70px, 8vw, 110px);
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bp-blog-hero::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -1px;
    height: clamp(28px, 4vw, 56px);
    background:
        radial-gradient(60px 18px at 7% 100%, #fff 78%, transparent 80%),
        radial-gradient(90px 22px at 18% 100%, #fff 78%, transparent 80%),
        radial-gradient(130px 26px at 34% 100%, #fff 78%, transparent 80%),
        radial-gradient(100px 22px at 52% 100%, #fff 78%, transparent 80%),
        radial-gradient(150px 28px at 73% 100%, #fff 78%, transparent 80%),
        radial-gradient(90px 20px at 91% 100%, #fff 78%, transparent 80%);
    pointer-events: none;
}

.bp-blog-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    text-align: center;
}

.bp-blog-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #ffd45a;
    font-weight: 900;
    letter-spacing: .08em;
}

.bp-blog-hero__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--blog-orange);
}

.bp-blog-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 6vw, 86px);
    line-height: 1.05;
    font-weight: 950;
    text-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.bp-blog-hero__desc {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.8;
}

.bp-blog-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    width: min(860px, 100%);
    margin: clamp(28px, 4vw, 48px) auto 0;
    padding: 10px 10px 10px 22px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(14px);
}

.bp-blog-search__icon {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    transform: rotate(-12deg);
}

.bp-blog-search input[type="search"] {
    width: 100%;
    min-height: 50px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 17px;
    font-weight: 700;
}

.bp-blog-search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, .82);
}

.bp-blog-search button {
    min-height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(255, 138, 0, .35);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-blog-search button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(255, 138, 0, .44);
}

.bp-blog-section {
    padding: clamp(72px, 8vw, 125px) 0;
}

.bp-blog-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2.6vw, 38px);
}

.bp-blog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid var(--blog-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.bp-blog-card:hover {
    transform: translateY(-9px);
    border-color: rgba(255, 138, 0, .24);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .14);
}

.bp-blog-card__image {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 16 / 10;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 176, 46, .42), transparent 22%),
        radial-gradient(circle at 78% 18%, rgba(49, 182, 106, .28), transparent 20%),
        linear-gradient(135deg, #dfe8f0, #f8fbff);
}

.bp-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease, filter .45s ease;
}

.bp-blog-card__image span {
    display: block;
    width: 100%;
    height: 100%;
}

.bp-blog-card:hover .bp-blog-card__image img {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.bp-blog-card__body {
    flex: 1;
    padding: 30px clamp(24px, 2.2vw, 34px) 28px;
    text-align: center;
}

.bp-blog-card__meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 14px;
    color: var(--blog-orange);
    font-size: 13px;
    font-weight: 900;
}

.bp-blog-card__body h2 {
    margin: 0;
    color: var(--blog-deep);
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.22;
    font-weight: 950;
}

.bp-blog-card__body h2 a {
    color: inherit;
    text-decoration: none;
}

.bp-blog-card__body p {
    margin: 20px 0 0;
    color: var(--blog-text);
    font-size: 16px;
    line-height: 1.9;
}

.bp-blog-card__more {
    display: block;
    padding: 24px 26px;
    border-top: 1px solid var(--blog-line);
    color: var(--blog-orange);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    transition: color .22s ease, background .22s ease;
}

.bp-blog-card__more:hover {
    color: #fff;
    background: var(--blog-orange);
}

.bp-blog-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(42px, 5vw, 70px);
}

.bp-blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--blog-navy);
    background: #f3f8fc;
    text-decoration: none;
    font-weight: 900;
}

.bp-blog-pagination .page-numbers.current,
.bp-blog-pagination .page-numbers:hover {
    color: #fff;
    background: var(--blog-orange);
}

.bp-blog-empty {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: clamp(44px, 5vw, 72px);
    border-radius: 34px;
    background: #f5f9fd;
    text-align: center;
}

.bp-blog-empty h2 {
    margin: 0 0 14px;
    color: var(--blog-navy);
    font-size: clamp(30px, 4vw, 48px);
}

.bp-blog-empty p {
    margin: 0 0 28px;
    color: var(--blog-text);
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .bp-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .bp-blog-hero__inner,
    .bp-blog-container {
        width: min(100% - 32px, 560px);
    }

    .bp-blog-hero {
        min-height: 430px;
        padding-top: 120px;
    }

    .bp-blog-search {
        grid-template-columns: auto 1fr;
        border-radius: 28px;
    }

    .bp-blog-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .bp-blog-grid {
        grid-template-columns: 1fr;
    }
}

/* v3.0.0 blog single post */
.bp-single-post {
    --single-navy: #07365f;
    --single-deep: #071f36;
    --single-orange: #ff8a00;
    --single-text: #4f6072;
    --single-line: rgba(7, 54, 95, .11);
    background: #fff;
}

.bp-single-hero {
    position: relative;
    min-height: clamp(280px, 30vw, 430px);
    display: grid;
    align-items: center;
    padding: clamp(105px, 10vw, 155px) 0 clamp(58px, 6vw, 82px);
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bp-single-hero::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -1px;
    height: clamp(22px, 3vw, 42px);
    background:
        radial-gradient(70px 18px at 12% 100%, #fff 78%, transparent 80%),
        radial-gradient(130px 26px at 33% 100%, #fff 78%, transparent 80%),
        radial-gradient(110px 24px at 62% 100%, #fff 78%, transparent 80%),
        radial-gradient(150px 28px at 84% 100%, #fff 78%, transparent 80%);
}

.bp-single-hero__inner {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-single-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
    font-size: 14px;
    font-weight: 950;
}

.bp-single-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.18;
    font-weight: 950;
    text-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}

.bp-single-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 800;
}

.bp-single-main {
    padding: clamp(56px, 7vw, 96px) 0 clamp(78px, 8vw, 120px);
}

.bp-single-container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-single-cover {
    overflow: hidden;
    margin: 0 auto clamp(42px, 5vw, 66px);
    width: min(960px, 100%);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(7, 54, 95, .12);
}

.bp-single-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.bp-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: clamp(34px, 5vw, 68px);
    align-items: start;
}

.bp-single-content {
    width: min(860px, 100%);
    margin: 0 auto;
    color: var(--single-text);
    font-size: 18px;
    line-height: 1.95;
}

.bp-single-content > *:first-child {
    margin-top: 0;
}

.bp-single-content h2,
.bp-single-content h3,
.bp-single-content h4 {
    color: var(--single-navy);
    line-height: 1.28;
    font-weight: 950;
}

.bp-single-content h2 {
    margin: 46px 0 18px;
    font-size: clamp(26px, 2.4vw, 36px);
}

.bp-single-content h3 {
    margin: 34px 0 14px;
    font-size: clamp(22px, 2vw, 28px);
}

.bp-single-content p {
    margin: 0 0 22px;
}

.bp-single-content ul,
.bp-single-content ol {
    margin: 0 0 26px;
    padding-left: 1.4em;
}

.bp-single-content li {
    margin: 8px 0;
}

.bp-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}

.bp-single-content a {
    color: #1677d2;
    font-weight: 800;
}

.bp-single-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 20px;
}

.bp-author-card,
.bp-eeat-card {
    padding: 26px;
    border: 1px solid var(--single-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(7, 54, 95, .08);
}

.bp-author-card__avatar {
    margin-bottom: 16px;
}

.bp-author-card__avatar img {
    width: 76px;
    height: 76px;
    border-radius: 999px;
}

.bp-author-card span,
.bp-eeat-card span,
.bp-single-section-head span,
.bp-single-related-card__body > span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--single-orange);
    background: #fff3e3;
    font-size: 13px;
    font-weight: 950;
}

.bp-author-card h2 {
    margin: 0 0 10px;
    color: var(--single-navy);
    font-size: 22px;
    font-weight: 950;
}

.bp-author-card p,
.bp-eeat-card p {
    margin: 0;
    color: var(--single-text);
    line-height: 1.8;
}

.bp-author-card--wide {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    width: min(860px, 100%);
    margin: clamp(38px, 5vw, 60px) auto 0;
}

.bp-author-card--wide .bp-author-card__avatar {
    margin: 0;
}

.bp-author-card--wide .bp-author-card__avatar img {
    width: 88px;
    height: 88px;
}

.bp-single-related {
    margin-top: clamp(58px, 7vw, 96px);
    padding-top: clamp(42px, 5vw, 70px);
    border-top: 1px solid var(--single-line);
}

.bp-single-section-head {
    margin-bottom: 26px;
}

.bp-single-section-head h2 {
    margin: 0;
    color: var(--single-navy);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.18;
    font-weight: 950;
}

.bp-single-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.bp-single-related-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    border: 1px solid var(--single-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(7, 54, 95, .08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-single-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 86px rgba(7, 54, 95, .13);
}

.bp-single-related-card__image {
    overflow: hidden;
    display: block;
    min-height: 210px;
    background:
        radial-gradient(circle at 22% 20%, rgba(255, 176, 46, .42), transparent 24%),
        linear-gradient(135deg, #dfe8f0, #f8fbff);
}

.bp-single-related-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.bp-single-related-card:hover .bp-single-related-card__image img {
    transform: scale(1.06);
}

.bp-single-related-card__image span {
    display: block;
    width: 100%;
    height: 100%;
}

.bp-single-related-card__body {
    padding: 26px 26px 24px;
}

.bp-single-related-card__body h3 {
    margin: 0 0 12px;
    color: var(--single-deep);
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1.28;
    font-weight: 950;
}

.bp-single-related-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.bp-single-related-card__body p {
    margin: 0;
    color: var(--single-text);
    line-height: 1.75;
}

@media (max-width: 980px) {
    .bp-single-layout {
        grid-template-columns: 1fr;
    }

    .bp-single-aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-single-related__grid,
    .bp-single-related-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .bp-single-hero__inner,
    .bp-single-container {
        width: min(100% - 32px, 560px);
    }

    .bp-single-hero h1 {
        font-size: 28px;
    }

    .bp-single-content {
        font-size: 16px;
    }

    .bp-single-aside {
        grid-template-columns: 1fr;
    }

    .bp-author-card--wide {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .bp-single-related-card__image {
        min-height: 220px;
    }
}

body {
    color: var(--bp-ink);
    background: #fff;
    font-family: "Microsoft YaHei", "Noto Sans SC", "PingFang SC", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body.home .site.grid-container,
body.home .container.grid-container,
body.home .site-content,
body.home .content-area,
body.home .inside-site-info,
body.home .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body.home .site-content {
    display: block;
    padding: 0;
}

body.category .site.grid-container,
body.category .container.grid-container,
body.category .site-content,
body.category .content-area,
body.category .inside-site-info,
body.category .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body.category .site-content {
    display: block;
    padding: 0;
}

body.category .content-area {
    float: none;
    left: auto;
    right: auto;
    max-width: none;
    width: 100% !important;
}

body.category .widget-area,
body.category .is-left-sidebar,
body.category .is-right-sidebar,
body.category #left-sidebar,
body.category #right-sidebar {
    display: none !important;
    width: 0 !important;
}

body.category .inside-article,
body.category .entry-content,
body.category .site-main,
body.category.separate-containers .site-main,
body.category.separate-containers .inside-article,
body.category.right-sidebar .site-main,
body.category.left-sidebar .site-main,
body.category.both-sidebars .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

body.page-template-page-news .site.grid-container,
body.page-template-page-news .container.grid-container,
body.page-template-page-news .site-content,
body.page-template-page-news .content-area,
body.page-template-page-news .inside-site-info,
body.page-template-page-news .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body.page-template-page-news .site-content {
    display: block;
    padding: 0;
}

body.page-template-page-news .content-area {
    float: none;
    left: auto;
    right: auto;
    max-width: none;
    width: 100% !important;
}

body.page-template-page-news .widget-area,
body.page-template-page-news .is-left-sidebar,
body.page-template-page-news .is-right-sidebar,
body.page-template-page-news #left-sidebar,
body.page-template-page-news #right-sidebar {
    display: none !important;
    width: 0 !important;
}

body.page-template-page-news .inside-article,
body.page-template-page-news .entry-content,
body.page-template-page-news .site-main,
body.page-template-page-news.separate-containers .site-main,
body.page-template-page-news.separate-containers .inside-article,
body.page-template-page-news.right-sidebar .site-main,
body.page-template-page-news.left-sidebar .site-main,
body.page-template-page-news.both-sidebars .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

body.blog .site.grid-container,
body.blog .container.grid-container,
body.blog .site-content,
body.blog .content-area,
body.blog .inside-site-info,
body.blog .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body.blog .site-content {
    display: block;
    padding: 0;
}

body.blog .content-area {
    float: none;
    left: auto;
    right: auto;
    max-width: none;
    width: 100% !important;
}

body.blog .widget-area,
body.blog .is-left-sidebar,
body.blog .is-right-sidebar,
body.blog #left-sidebar,
body.blog #right-sidebar {
    display: none !important;
    width: 0 !important;
}

body.blog .inside-article,
body.blog .entry-content,
body.blog .site-main,
body.blog.separate-containers .site-main,
body.blog.separate-containers .inside-article,
body.blog.right-sidebar .site-main,
body.blog.left-sidebar .site-main,
body.blog.both-sidebars .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

body.single-post .site.grid-container,
body.single-post .container.grid-container,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .inside-site-info,
body.single-post .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body.single-post .site-content {
    display: block;
    padding: 0;
}

body.single-post .content-area {
    float: none;
    left: auto;
    right: auto;
    max-width: none;
    width: 100% !important;
}

body.single-post .widget-area,
body.single-post .is-left-sidebar,
body.single-post .is-right-sidebar,
body.single-post #left-sidebar,
body.single-post #right-sidebar {
    display: none !important;
    width: 0 !important;
}

body.single-post .inside-article,
body.single-post .entry-content,
body.single-post .site-main,
body.single-post.separate-containers .site-main,
body.single-post.separate-containers .inside-article,
body.single-post.right-sidebar .site-main,
body.single-post.left-sidebar .site-main,
body.single-post.both-sidebars .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

body.home .content-area {
    float: none;
    left: auto;
    right: auto;
    max-width: none;
    width: 100% !important;
}

body.home .widget-area,
body.home .is-left-sidebar,
body.home .is-right-sidebar,
body.home #left-sidebar,
body.home #right-sidebar {
    display: none !important;
    width: 0 !important;
}

body.home .inside-article,
body.home .entry-content,
body.home .site-main,
body.home.separate-containers .site-main,
body.home.separate-containers .inside-article,
body.home.right-sidebar .site-main,
body.home.left-sidebar .site-main,
body.home.both-sidebars .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

body.home .site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    z-index: 50;
    background: transparent;
}

body.home .inside-header {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 14px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 50px rgba(7, 31, 54, .18);
    backdrop-filter: blur(14px);
}

.site-branding .main-title a,
.main-navigation .main-nav ul li a {
    font-weight: 800;
}

body.home .main-navigation,
body.home .main-navigation ul ul {
    background: transparent;
}

body.home .main-navigation .main-nav ul li a {
    color: var(--bp-ink);
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
}

body.home .main-navigation .main-nav ul li:hover > a,
body.home .main-navigation .main-nav ul li.current-menu-item > a {
    color: var(--bp-orange);
}

.bp-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-hero,
.bp-section,
.bp-cta {
    width: 100%;
    overflow: hidden;
}

.bp-hero {
    position: relative;
    min-height: 900px;
    display: grid;
    align-items: center;
    color: #fff;
    isolation: isolate;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

.bp-hero__media,
.bp-hero__video,
.bp-hero__slide,
.bp-hero__overlay {
    position: absolute;
    inset: 0;
}

.bp-hero__media {
    background:
        radial-gradient(circle at 82% 23%, rgba(255, 212, 90, .72), transparent 18%),
        radial-gradient(circle at 68% 72%, rgba(49, 182, 106, .34), transparent 22%),
        linear-gradient(135deg, #07345f, #0b3a66 48%, #1677d2);
}

.bp-hero__media::after {
    content: "";
    position: absolute;
    inset: auto -5% -120px -5%;
    height: 260px;
    background: #fff;
    border-radius: 50% 50% 0 0;
    opacity: .96;
}

.bp-hero__video,
.bp-hero__slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-hero__slide {
    background-size: cover;
    background-position: center;
    opacity: 0;
}

.bp-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 31, 54, .82), rgba(11, 58, 102, .50), rgba(11, 58, 102, .18)),
        radial-gradient(circle at 74% 18%, rgba(255, 138, 0, .35), transparent 18%);
}

.bp-hero__content {
    position: relative;
    z-index: 3;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 120px;
}

.bp-pill,
.bp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border-radius: 999px;
    font-weight: 900;
}

.bp-pill {
    color: #fff;
    background: rgba(255, 138, 0, .95);
    padding: 10px 18px;
    box-shadow: 0 16px 36px rgba(255, 138, 0, .25);
}

.bp-kicker {
    color: var(--bp-orange);
    background: #fff4e6;
    padding: 8px 15px;
    margin-bottom: 14px;
    font-size: 14px;
}

.bp-hero h1 {
    max-width: 800px;
    margin: 22px 0 22px;
    color: #fff;
    font-size: clamp(46px, 6vw, 86px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -.05em;
}

.bp-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .9);
    font-size: 21px;
    line-height: 1.85;
}

.bp-hero__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.bp-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 28px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.bp-button:hover {
    transform: translateY(-2px);
}

.bp-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--bp-orange), var(--bp-orange-2));
    box-shadow: 0 16px 36px rgba(255, 138, 0, .34);
}

.bp-button--ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.bp-button--secondary {
    color: #fff;
    background: var(--bp-navy);
    box-shadow: 0 16px 36px rgba(11, 58, 102, .22);
}

.bp-button--light {
    color: var(--bp-navy);
    background: #fff;
}

.bp-hero__cards {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: min(1120px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bp-hero__cards > div {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--bp-shadow);
}

.bp-hero__cards strong {
    display: block;
    color: var(--bp-blue);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.bp-hero__cards span {
    display: block;
    margin-top: 8px;
    color: var(--bp-muted);
    font-weight: 800;
}

.bp-section {
    padding: clamp(76px, 8vw, 118px) 0;
    position: relative;
}

.bp-section:nth-of-type(odd) {
    background: #fff;
}

.bp-section:nth-of-type(even) {
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 212, 90, .25), transparent 18%),
        radial-gradient(circle at 92% 18%, rgba(49, 182, 106, .16), transparent 16%),
        var(--bp-bg);
}

.bp-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 34px;
    margin-bottom: 38px;
}

.bp-section__head--center {
    display: grid;
    justify-items: center;
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.bp-section h2,
.bp-cta h2 {
    margin: 0;
    color: var(--bp-navy);
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bp-section__head p {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--bp-muted);
    font-size: 18px;
    line-height: 1.8;
}

.bp-link {
    color: var(--bp-blue);
    font-weight: 900;
    text-decoration: none;
}

.bp-card-grid {
    display: grid;
    gap: 24px;
}

.bp-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-card,
.bp-case-card,
.bp-info-card,
.bp-solution-list a,
.bp-process-grid > div {
    overflow: hidden;
    border: 1px solid rgba(11, 58, 102, .08);
    border-radius: var(--bp-radius);
    background: #fff;
    box-shadow: var(--bp-shadow);
}

.bp-card__image,
.bp-case-card div,
.bp-about-media {
    min-height: 250px;
    background:
        linear-gradient(180deg, rgba(11, 58, 102, .04), rgba(11, 58, 102, .20)),
        radial-gradient(circle at 22% 22%, rgba(255, 212, 90, .9), transparent 20%),
        radial-gradient(circle at 76% 28%, rgba(49, 182, 106, .75), transparent 18%),
        linear-gradient(135deg, #d9ecff, #fff 42%, #ffe1b7);
    background-size: cover;
    background-position: center;
}

.bp-card__body,
.bp-case-card {
    padding: 24px;
}

.bp-card h3,
.bp-case-card h3,
.bp-process-grid h3 {
    margin: 0 0 10px;
    color: var(--bp-navy);
    font-size: 22px;
    font-weight: 900;
}

.bp-card p,
.bp-case-card p,
.bp-process-grid p,
.bp-about-copy p {
    color: var(--bp-muted);
    line-height: 1.75;
}

.bp-card__body a {
    color: var(--bp-orange);
    font-weight: 900;
    text-decoration: none;
}

.bp-solution-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
}

.bp-solution-main {
    min-height: 500px;
    border-radius: 36px;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(11, 58, 102, .08), rgba(7, 31, 54, .88)),
        radial-gradient(circle at 26% 20%, rgba(255, 138, 0, .9), transparent 22%),
        linear-gradient(135deg, #cfe6ff, #f7fbff 52%, #d7f5e4);
    box-shadow: var(--bp-shadow);
}

.bp-solution-main span {
    color: var(--bp-yellow);
    font-weight: 900;
}

.bp-solution-main h3 {
    color: #fff;
    margin: 12px 0;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
}

.bp-solution-main p {
    max-width: 620px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.85;
}

.bp-solution-list {
    display: grid;
    gap: 16px;
}

.bp-solution-list a {
    display: grid;
    gap: 6px;
    padding: 27px 30px;
    text-decoration: none;
}

.bp-solution-list strong {
    color: var(--bp-navy);
    font-size: 20px;
}

.bp-solution-list span {
    color: var(--bp-muted);
}

.bp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bp-process-grid > div {
    padding: 30px;
}

.bp-process-grid b {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #fff;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--bp-orange), var(--bp-blue));
}

.bp-about-panel {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 0;
    overflow: hidden;
    border-radius: 40px;
    background: var(--bp-deep);
    box-shadow: var(--bp-shadow);
}

.bp-about-media {
    min-height: 560px;
}

.bp-about-copy {
    padding: clamp(40px, 6vw, 70px);
    color: rgba(255, 255, 255, .82);
}

.bp-about-copy h2 {
    color: #fff;
}

.bp-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 28px 0;
}

.bp-mini-stats div {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
}

.bp-mini-stats strong,
.bp-mini-stats span {
    display: block;
}

.bp-mini-stats strong {
    color: #fff;
    margin-bottom: 6px;
}

.bp-info-card {
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bp-navy);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.bp-cta {
    padding: 92px 0;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 138, 0, .64), transparent 22%),
        radial-gradient(circle at 80% 12%, rgba(49, 182, 106, .34), transparent 20%),
        linear-gradient(135deg, var(--bp-deep), var(--bp-navy) 52%, var(--bp-blue));
}

.bp-cta .bp-kicker {
    margin-left: auto;
    margin-right: auto;
}

.bp-cta h2 {
    color: #fff;
}

.bp-cta p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.site-info {
    display: none;
}

body:not(.home) .site.grid-container,
body:not(.home) .container.grid-container,
body:not(.home) .site-content,
body:not(.home) .content-area,
body:not(.home) .inside-site-info,
body:not(.home) .site-footer .footer-widgets-container {
    max-width: none;
    width: 100%;
}

body:not(.home) .site-content {
    display: block;
    padding: 0;
}

body:not(.home) .content-area {
    float: none;
    width: 100% !important;
}

body:not(.home) .inside-article,
body:not(.home) .site-main {
    margin: 0 !important;
}

body:not(.home) .entry-content,
body:not(.home) .entry-header {
    width: min(1280px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

body:not(.home) .site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background: transparent;
    padding-top: 24px;
}

body.admin-bar:not(.home) .site-header {
    top: 32px;
}

body:not(.home) .inside-header {
    width: min(1500px, calc(100% - 96px));
    margin: 0 auto;
    padding: 0;
}

body:not(.home) .site-branding .main-title a,
body:not(.home) .main-navigation .main-nav ul li a {
    color: #fff;
    text-shadow: 0 2px 12px rgba(7, 31, 54, .22);
    font-weight: 800;
}

body:not(.home) .main-navigation,
body:not(.home) .main-navigation ul ul {
    background: transparent;
}

body:not(.home) .main-navigation .main-nav ul ul {
    background: rgba(255, 255, 255, .96);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 18px 50px rgba(7, 31, 54, .18);
}

body:not(.home) .main-navigation .main-nav ul ul li a {
    color: var(--bp-ink);
    text-shadow: none;
}

.bp-page-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 420px;
    display: grid;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.bp-page-hero .bp-container {
    padding-top: 70px;
}

.bp-page-hero span {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(255, 138, 0, .95);
    font-weight: 900;
}

.bp-page-hero h1 {
    max-width: 900px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bp-footer {
    position: relative;
    clear: both;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #071f36;
    color: rgba(255, 255, 255, .76);
    padding: 70px 0 22px;
    z-index: 1;
}

.bp-footer a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.bp-footer a:hover {
    color: #fff;
}

.bp-footer__grid {
    display: grid;
    grid-template-columns: .9fr .9fr 1.2fr .9fr 1.45fr;
    gap: 42px;
}

.bp-footer__brand {
    max-width: 430px;
}

.bp-footer__logo {
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 16px;
}

.bp-footer__slogan {
    color: rgba(255, 255, 255, .72);
    line-height: 1.8;
    margin: 0 0 22px;
}

.bp-footer__social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bp-footer__contact {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.7;
}

.bp-footer__contact p {
    margin: 0;
}

.bp-footer__qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 112px));
    gap: 14px;
}

.bp-footer__qr-grid div {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.bp-footer__qr-grid img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.bp-footer__qr-grid span {
    font-size: 13px;
    color: rgba(255, 255, 255, .72);
}

.bp-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px;
}

.bp-footer h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 18px;
}

.bp-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.bp-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 48px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
}

@media (max-width: 1024px) {
    body.home .site-header {
        position: relative;
        top: 0;
        background: #fff;
    }

    body.home .inside-header {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .bp-hero {
        min-height: 760px;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }

    .bp-hero__content {
        padding-top: 40px;
    }

    .bp-hero__cards,
    .bp-card-grid--4,
    .bp-card-grid--3,
    .bp-solution-layout,
    .bp-process-grid,
    .bp-about-panel {
        grid-template-columns: 1fr;
    }

    .bp-hero__cards {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin: -90px auto 40px;
    }

    .bp-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bp-section__head--center {
        align-items: center;
    }

    .bp-mini-stats {
        grid-template-columns: 1fr;
    }
}

/* v1.7 vertical team cards like testimonial list */
.bp-af-team__layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 62px;
    align-items: start;
}

.bp-af-team__sticky {
    position: sticky;
    top: 120px;
}

.bp-af-team__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
}

.bp-af-team__grid article {
    display: grid !important;
    grid-template-columns: 300px 1fr !important;
    gap: 34px !important;
    align-items: center !important;
    min-height: 300px !important;
    padding: 34px !important;
    border: 1px solid rgba(11, 58, 102, .10) !important;
    border-radius: 28px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 58px rgba(11, 58, 102, .08) !important;
    overflow: hidden;
    position: relative;
    transition: transform .24s ease, box-shadow .24s ease;
}

.bp-af-team__grid article::after {
    display: none !important;
}

.bp-af-team__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 80px rgba(11, 58, 102, .14) !important;
}

.bp-af-team__photo {
    min-height: 250px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
}

.bp-af-team__content {
    position: static !important;
    color: inherit !important;
}

.bp-af-team__content h3 {
    color: #244d49;
    font-size: 28px;
    margin: 0 0 12px;
    font-weight: 900;
}

.bp-af-team__content p {
    color: var(--bp-muted);
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 28px;
}

.bp-af-team__content > div {
    display: flex !important;
    position: static !important;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid var(--bp-line);
    color: inherit !important;
}

.bp-af-team__content span {
    color: var(--bp-muted) !important;
    font-size: 16px !important;
    font-weight: 700;
}

.bp-af-team__content strong {
    color: #244d49 !important;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .bp-af-team__layout {
        grid-template-columns: 1fr;
    }

    .bp-af-team__sticky {
        position: static;
    }

    .bp-af-team__grid article {
        grid-template-columns: 240px 1fr !important;
    }
}

@media (max-width: 640px) {
    .bp-af-team__grid article {
        grid-template-columns: 1fr !important;
    }

    .bp-af-team__photo {
        min-height: 320px;
    }
}

/* v2.0 fix team sticky behavior */
.bp-af-team,
.bp-af-team.bp-section,
.bp-af-team .bp-container,
.bp-af-team__layout {
    overflow: visible !important;
    contain: none !important;
}

@media (min-width: 769px) {
    .bp-af-team__layout {
        display: grid !important;
        grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr) !important;
        gap: 72px !important;
        align-items: start !important;
    }

    .bp-af-team__sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 140px !important;
        align-self: start !important;
        height: auto !important;
        max-height: calc(100vh - 180px);
        z-index: 2;
    }

    .bp-af-team__grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        align-self: start !important;
    }
}

@media (max-width: 768px) {
    .bp-af-team__layout {
        grid-template-columns: 1fr !important;
    }

    .bp-af-team__sticky {
        position: static !important;
        max-height: none !important;
    }
}

/* v2.9.1 contact page compact conversion-focused layout */
.bp-contact-page .bp-contact-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

.bp-contact-page .bp-contact-intro {
    padding-top: 72px !important;
    padding-bottom: 48px !important;
}

.bp-contact-page .bp-contact-quick {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.bp-contact-page .bp-contact-form-section {
    padding-top: 54px !important;
}

.bp-contact-page .bp-contact-heading {
    margin-bottom: 24px !important;
}

.bp-contact-page .bp-contact-heading h2,
.bp-contact-page .bp-contact-intro h2,
.bp-contact-page .bp-contact-map h2,
.bp-contact-page .bp-contact-visit h2,
.bp-contact-page .bp-contact-faq h2,
.bp-contact-page .bp-contact-cta h2 {
    margin-bottom: 12px !important;
}

.bp-contact-page .bp-contact-cards article,
.bp-contact-page .bp-contact-materials__grid article,
.bp-contact-page .bp-contact-list article {
    padding: 24px !important;
}

.bp-contact-page .bp-contact-form__box {
    padding: 28px !important;
}

.bp-contact-page .bp-contact-form__copy ul {
    margin-top: 18px !important;
}

.bp-contact-page .bp-lead-form {
    gap: 18px !important;
}

.bp-contact-page .bp-contact-visit__inner,
.bp-contact-page .bp-contact-cta__inner {
    padding: 42px !important;
}

@media (max-width: 768px) {
    .bp-contact-page .bp-contact-section {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

.bp-contact-page .bp-contact-form__box,
.bp-contact-page .bp-contact-visit__inner,
.bp-contact-page .bp-contact-cta__inner {
        padding: 24px !important;
    }
}

/* v2.9.4 contact map full-width after removing address card */
.bp-contact-page .bp-contact-map__grid {
    display: block !important;
}

.bp-contact-page .bp-contact-map__embed,
.bp-contact-page .bp-baidu-map {
    width: 100% !important;
    height: 560px !important;
    min-height: 560px !important;
}

.bp-contact-page .bp-contact-map__card {
    display: none !important;
}

@media (max-width: 768px) {
    .bp-contact-page .bp-contact-map__embed,
    .bp-contact-page .bp-baidu-map {
        height: 360px !important;
        min-height: 360px !important;
    }
}

/* v1.9 about page fine tuning */
.bp-af-brand-icon {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bp-af-brand-icon img {
    max-width: 150px !important;
    max-height: 150px !important;
}

.bp-af-factory__grid {
    display: grid !important;
    grid-template-columns: .82fr .72fr .46fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 34px !important;
    align-items: stretch !important;
}

.bp-af-factory__grid > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
}

.bp-af-tall {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 620px !important;
}

.bp-af-mid {
    grid-column: 3;
    grid-row: 1;
    min-height: 290px !important;
    align-self: stretch !important;
}

.bp-af-small {
    grid-column: 3;
    grid-row: 2;
    min-height: 290px !important;
    align-self: stretch !important;
}

.bp-af-small span {
    display: none !important;
}

.bp-af-gallery__grid--masonry {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    grid-auto-rows: 92px !important;
    gap: 18px !important;
}

.bp-af-gallery__grid--masonry div {
    min-height: 0 !important;
    height: 100% !important;
    border-radius: 18px !important;
    background-size: cover !important;
    background-position: center !important;
}

.bp-af-gallery__grid--masonry div:nth-child(1) {
    grid-column: 1 / span 4 !important;
    grid-row: 1 / span 4 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(2) {
    grid-column: 5 / span 5 !important;
    grid-row: 1 / span 2 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(3) {
    grid-column: 10 / span 3 !important;
    grid-row: 1 / span 2 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(4) {
    grid-column: 5 / span 3 !important;
    grid-row: 3 / span 2 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(5) {
    grid-column: 8 / span 2 !important;
    grid-row: 3 / span 2 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(6) {
    grid-column: 10 / span 3 !important;
    grid-row: 3 / span 4 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(7) {
    grid-column: 1 / span 4 !important;
    grid-row: 5 / span 2 !important;
}

.bp-af-gallery__grid--masonry div:nth-child(8) {
    grid-column: 5 / span 5 !important;
    grid-row: 5 / span 2 !important;
}

.bp-af-team,
.bp-af-team .bp-container,
.bp-af-team__layout {
    overflow: visible !important;
}

.bp-af-team__layout {
    display: grid !important;
    grid-template-columns: .72fr 1.28fr !important;
    gap: 70px !important;
    align-items: start !important;
}

.bp-af-team__sticky {
    position: sticky !important;
    top: 128px !important;
    align-self: start !important;
    height: fit-content !important;
}

.bp-af-team__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
}

@media (max-width: 1024px) {
    .bp-af-factory__grid,
    .bp-af-team__layout {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
    }

    .bp-af-factory__grid > div:first-child,
    .bp-af-tall,
    .bp-af-mid,
    .bp-af-small {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .bp-af-tall,
    .bp-af-mid,
    .bp-af-small {
        min-height: 360px !important;
    }

    .bp-af-team__sticky {
        position: static !important;
    }

    .bp-af-gallery__grid--masonry {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-rows: 150px !important;
    }

    .bp-af-gallery__grid--masonry div {
        grid-column: auto !important;
        grid-row: span 2 !important;
    }
}

@media (max-width: 640px) {
    .bp-af-brand-icon img {
        max-width: 110px !important;
        max-height: 110px !important;
    }

    .bp-af-gallery__grid--masonry {
        grid-template-columns: 1fr !important;
    }
}

/* v1.8 about refinements: icon, third factory image, sticky vertical team */
.bp-af-brand-icon {
    position: absolute;
    right: 6%;
    top: 2%;
    z-index: 6;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 20px 55px rgba(11, 58, 102, .10);
}

.bp-af-brand-icon img {
    max-width: 118px;
    max-height: 118px;
    object-fit: contain;
}

.bp-af-factory__grid {
    grid-template-columns: .86fr .58fr .44fr !important;
}

.bp-af-mid {
    min-height: 330px;
    align-self: start;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
}

.bp-af-team {
    overflow: visible !important;
}

.bp-af-team__layout {
    align-items: start !important;
}

.bp-af-team__sticky {
    position: sticky !important;
    top: 120px !important;
    align-self: start !important;
}

.bp-af-team__grid article {
    grid-template-columns: 300px 1fr !important;
}

.bp-af-team__content p {
    margin: 0 !important;
}

.bp-af-team__content > div {
    display: none !important;
}

@media (max-width: 1024px) {
    .bp-af-factory__grid {
        grid-template-columns: 1fr !important;
    }

    .bp-af-mid {
        min-height: 360px;
    }

    .bp-af-team__sticky {
        position: static !important;
    }

    .bp-af-team__grid article {
        grid-template-columns: 240px 1fr !important;
    }
}

@media (max-width: 640px) {
    .bp-af-team__grid article {
        grid-template-columns: 1fr !important;
    }

    .bp-af-brand-icon {
        width: 110px;
        height: 110px;
        right: 0;
    }

    .bp-af-brand-icon img {
        max-width: 86px;
        max-height: 86px;
    }
}

/* About overview page */
.bp-about-overview {
    background: #fff;
}

.bp-about-overview .bp-section:nth-of-type(even) {
    background: var(--bp-bg);
}

.bp-about-intro__grid,
.bp-about-why__grid,
.bp-about-split,
.bp-about-team__grid,
.bp-about-cases__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.bp-about-intro__media {
    position: relative;
    min-height: 620px;
}

.bp-about-intro__media div,
.bp-about-split__image,
.bp-about-cases__grid > a {
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 212, 90, .65), transparent 20%),
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
}

.bp-about-intro__media div:first-child {
    position: absolute;
    inset: 0 16% 18% 0;
    border-radius: 38px;
}

.bp-about-intro__media div:last-child {
    position: absolute;
    inset: 46% 0 0 34%;
    border: 10px solid #fff;
    border-radius: 30px;
}

.bp-about-intro__copy h2,
.bp-about-why h2,
.bp-about-split h2,
.bp-about-team__grid h2,
.bp-about-cases__grid h2 {
    color: var(--bp-navy);
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.14;
    margin: 0 0 18px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bp-about-intro__copy p,
.bp-about-why p,
.bp-about-split p,
.bp-about-team__grid p,
.bp-about-cases__grid p {
    color: var(--bp-muted);
    line-height: 1.9;
    font-size: 18px;
}

.bp-about-facts {
    padding: 40px 0 92px;
}

.bp-about-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bp-about-facts__grid div,
.bp-about-business__grid article,
.bp-about-why__list details,
.bp-about-team__cards article {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(11, 58, 102, .08);
    box-shadow: var(--bp-shadow);
}

.bp-about-facts__grid div {
    padding: 34px;
}

.bp-about-facts strong {
    display: block;
    color: var(--bp-blue);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.bp-about-facts span {
    display: block;
    margin-top: 10px;
    color: var(--bp-muted);
    font-weight: 800;
}

.bp-about-business__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bp-about-business__grid article {
    padding: 30px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.bp-about-business__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(11, 58, 102, .18);
}

.bp-about-business__grid article > span {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, var(--bp-orange), var(--bp-yellow));
}

.bp-about-business__grid h3 {
    color: var(--bp-navy);
    font-size: 24px;
    margin: 0 0 10px;
}

.bp-about-business__grid p {
    color: var(--bp-muted);
    line-height: 1.75;
}

.bp-about-business__grid a {
    color: var(--bp-orange);
    font-weight: 900;
    text-decoration: none;
}

.bp-about-why {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 212, 90, .28), transparent 20%),
        linear-gradient(180deg, #fff, var(--bp-bg)) !important;
}

.bp-about-why__list {
    display: grid;
    gap: 14px;
}

.bp-about-why__list details {
    padding: 22px 26px;
}

.bp-about-why__list summary {
    cursor: pointer;
    color: var(--bp-navy);
    font-weight: 900;
    font-size: 20px;
}

.bp-about-why__list p {
    margin: 12px 0 0;
    font-size: 16px;
}

.bp-about-split__image {
    min-height: 620px;
    border-radius: 38px;
}

.bp-about-flow {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 26px 0;
}

.bp-about-flow span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff4e6;
    color: var(--bp-orange);
    font-weight: 900;
}

.bp-about-vr {
    padding: 92px 0;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 138, 0, .55), transparent 22%),
        linear-gradient(135deg, var(--bp-deep), var(--bp-blue));
}

.bp-about-vr h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    margin: 0 0 14px;
}

.bp-about-vr p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.bp-about-vr .bp-kicker {
    margin-left: auto;
    margin-right: auto;
}

.bp-about-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bp-about-gallery div {
    min-height: 210px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 26% 20%, rgba(255, 212, 90, .55), transparent 20%),
        linear-gradient(135deg, #eef6ff, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
}

.bp-about-team__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.bp-about-team__cards article {
    padding: 24px;
}

.bp-about-team__cards strong {
    display: block;
    color: var(--bp-navy);
    font-size: 20px;
    margin-bottom: 8px;
}

.bp-about-team__cards span {
    color: var(--bp-muted);
    line-height: 1.7;
}

.bp-about-cases__grid {
    grid-template-columns: .9fr 1fr 1fr;
}

.bp-about-cases__grid > a {
    position: relative;
    min-height: 460px;
    border-radius: 34px;
    overflow: hidden;
    text-decoration: none;
}

.bp-about-cases__grid > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 54, 0), rgba(7, 31, 54, .68));
}

.bp-about-cases__grid > a span {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .bp-about-intro__grid,
    .bp-about-why__grid,
    .bp-about-split,
    .bp-about-team__grid,
    .bp-about-cases__grid {
        grid-template-columns: 1fr;
    }

    .bp-about-facts__grid,
    .bp-about-business__grid,
    .bp-about-gallery,
    .bp-about-team__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .bp-about-intro__media,
    .bp-about-split__image {
        min-height: 420px;
    }

    .bp-about-facts__grid,
    .bp-about-business__grid,
    .bp-about-gallery,
    .bp-about-team__cards {
        grid-template-columns: 1fr;
    }
}

/* v1.6 about page - direct Funfair-inspired module rhythm */
.bp-about-funfair {
    background: #fff;
}

.bp-about-funfair .bp-container {
    width: min(1180px, calc(100% - 48px));
}

.bp-about-funfair .bp-section {
    padding: 86px 0;
}

.bp-af-intro__grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 80px;
    align-items: center;
}

.bp-af-collage {
    position: relative;
    min-height: 470px;
}

.bp-af-img {
    position: absolute;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 55px rgba(11, 58, 102, .12);
    transition: transform .25s ease;
}

.bp-af-img--one {
    left: 0;
    top: 0;
    width: 58%;
    height: 265px;
}

.bp-af-img--two {
    right: 0;
    bottom: 0;
    width: 68%;
    height: 295px;
    border: 10px solid #fff;
}

.bp-af-collage:hover .bp-af-img--one {
    transform: translateY(-8px) rotate(-1deg);
}

.bp-af-collage:hover .bp-af-img--two {
    transform: translateY(-8px) rotate(1deg);
}

.bp-af-year {
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 3;
    width: 112px;
    height: 112px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background: #123f3d;
}

.bp-af-year strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.bp-af-year span {
    font-size: 12px;
    font-weight: 800;
}

.bp-af-copy h2,
.bp-af-approach h2,
.bp-af-factory h2,
.bp-af-vr h2,
.bp-af-dark h2,
.bp-af-faq h2,
.bp-af-team h2 {
    color: #244d49;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.12;
    margin: 0 0 18px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bp-af-copy p,
.bp-af-approach p,
.bp-af-factory p,
.bp-af-vr p,
.bp-af-faq p {
    color: var(--bp-muted);
    line-height: 1.86;
    font-size: 17px;
}

.bp-af-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 28px;
}

.bp-af-checks span,
.bp-af-list span {
    color: #244d49;
    font-weight: 900;
}

.bp-af-checks span::before,
.bp-af-list span::before {
    content: "●";
    color: var(--bp-orange);
    margin-right: 8px;
}

.bp-af-panel {
    border-radius: 16px;
    background: #f4eadf;
    padding: clamp(42px, 6vw, 82px);
}

.bp-af-approach__grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 70px;
    align-items: center;
}

.bp-af-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 26px 0;
}

.bp-af-mini article {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .55);
}

.bp-af-mini strong,
.bp-af-mini span {
    display: block;
}

.bp-af-mini strong {
    color: #244d49;
    margin-bottom: 6px;
}

.bp-af-mini span {
    color: var(--bp-muted);
}

.bp-af-stacked {
    position: relative;
    min-height: 420px;
}

.bp-af-stacked div {
    position: absolute;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(11, 58, 102, .14);
}

.bp-af-stacked div:first-child {
    left: 0;
    top: 0;
    width: 52%;
    height: 360px;
}

.bp-af-stacked div:last-child {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 300px;
}

.bp-af-factory__grid {
    display: grid;
    grid-template-columns: .9fr .6fr .42fr;
    gap: 40px;
    align-items: center;
}

.bp-af-tall,
.bp-af-small {
    background:
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    box-shadow: var(--bp-shadow);
}

.bp-af-tall {
    min-height: 520px;
}

.bp-af-small {
    min-height: 250px;
    align-self: end;
    position: relative;
}

.bp-af-small span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 31, 54, .62);
}

.bp-af-list {
    display: grid;
    gap: 12px;
    margin: 26px 0;
}

.bp-af-vr__inner {
    text-align: center;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.bp-af-parkline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background:
        radial-gradient(circle at 18% 72%, #ff8a00 0 10px, transparent 11px),
        radial-gradient(circle at 42% 74%, #31b66a 0 11px, transparent 12px),
        radial-gradient(circle at 70% 70%, #1677d2 0 12px, transparent 13px),
        linear-gradient(180deg, transparent 0 65%, rgba(255, 138, 0, .24) 66% 100%);
    opacity: .75;
}

.bp-af-business__grid,
.bp-af-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bp-af-business__grid a,
.bp-af-team__grid article {
    min-height: 350px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
    transition: transform .22s ease;
}

.bp-af-business__grid a:hover,
.bp-af-team__grid article:hover {
    transform: translateY(-8px);
}

.bp-af-business__grid a::after,
.bp-af-team__grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 54, 0), rgba(7, 31, 54, .70));
}

.bp-af-business__grid span,
.bp-af-team__grid div {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}

.bp-af-team__grid strong,
.bp-af-team__grid span {
    display: block;
    color: #fff;
}

.bp-af-team__grid span {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    opacity: .86;
}

.bp-af-dark {
    margin: 70px auto;
    width: min(1180px, calc(100% - 48px));
    border-radius: 16px;
    padding: 76px;
    color: #fff;
    background-color: #406d67;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.bp-af-dark .bp-container {
    width: 100%;
}

.bp-af-dark h2 {
    color: #fff;
}

.bp-af-dark__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
}

.bp-af-dark__stats strong {
    display: block;
    font-size: 32px;
}

.bp-af-dark__stats span {
    color: rgba(255, 255, 255, .78);
}

.bp-af-marquee {
    display: flex;
    width: max-content;
    margin: 62px -20px -38px;
    color: #fff;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    opacity: .96;
    animation: bp-marquee 22s linear infinite;
}

.bp-af-marquee span {
    padding-right: 42px;
}

@keyframes bp-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.bp-af-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bp-af-gallery__grid--masonry {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 118px;
    gap: 18px;
}

.bp-af-gallery__grid div {
    min-height: 220px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #eef6ff, #fff 52%, #ffe1b7);
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
}

.bp-af-gallery__grid--masonry div {
    min-height: 0;
    height: 100%;
}

.bp-af-gallery__grid--masonry div:nth-child(1) {
    grid-column: span 2;
    grid-row: span 3;
}

.bp-af-gallery__grid--masonry div:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}

.bp-af-gallery__grid--masonry div:nth-child(3) {
    grid-column: span 2;
    grid-row: span 3;
}

.bp-af-gallery__grid--masonry div:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.bp-af-gallery__grid--masonry div:nth-child(5) {
    grid-column: span 1;
    grid-row: span 2;
}

.bp-af-gallery__grid--masonry div:nth-child(6) {
    grid-column: span 1;
    grid-row: span 2;
}

.bp-af-gallery__grid--masonry div:nth-child(7),
.bp-af-gallery__grid--masonry div:nth-child(8) {
    grid-column: span 2;
    grid-row: span 2;
}

.bp-af-faq__grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 50px;
}

.bp-af-faq__list {
    display: grid;
    gap: 12px;
}

.bp-af-faq__list details {
    border-radius: 16px;
    background: #fff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(11, 58, 102, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.bp-af-faq__list details:hover,
.bp-af-faq__list details[open] {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(11, 58, 102, .12);
}

.bp-af-faq__list summary {
    cursor: pointer;
    color: #244d49;
    font-weight: 900;
    padding: 20px 58px 20px 24px;
    position: relative;
    list-style: none;
}

.bp-af-faq__list summary::-webkit-details-marker {
    display: none;
}

.bp-af-faq__list summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #244d49;
    transform: translateY(-50%);
}

.bp-af-faq__list details[open] summary {
    color: #fff;
    background: #244d49;
}

.bp-af-faq__list details[open] summary::after {
    content: "–";
    background: var(--bp-orange);
}

.bp-af-faq__list p {
    margin: 0;
    padding: 18px 24px 22px;
}

.bp-af-team__layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 62px;
    align-items: start;
}

.bp-af-team__sticky {
    position: sticky;
    top: 120px;
}

.bp-af-team__sticky h2 {
    color: #244d49;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.12;
    margin: 0 0 18px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bp-af-team__sticky p {
    color: var(--bp-muted);
    line-height: 1.86;
    font-size: 17px;
}

@media (max-width: 1024px) {
    .bp-af-intro__grid,
    .bp-af-approach__grid,
    .bp-af-factory__grid,
    .bp-af-faq__grid {
        grid-template-columns: 1fr;
    }

    .bp-af-business__grid,
    .bp-af-team__grid,
    .bp-af-gallery__grid,
    .bp-af-dark__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-af-team__layout {
        grid-template-columns: 1fr;
    }

    .bp-af-team__sticky {
        position: static;
    }

    .bp-af-gallery__grid--masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }

    .bp-af-gallery__grid--masonry div {
        grid-column: span 1 !important;
        grid-row: span 2 !important;
    }
}

@media (max-width: 640px) {
    .bp-about-funfair .bp-container,
    .bp-af-dark {
        width: min(100% - 32px, 560px);
    }

    .bp-af-business__grid,
    .bp-af-team__grid,
    .bp-af-gallery__grid,
    .bp-af-dark__stats,
    .bp-af-mini {
        grid-template-columns: 1fr;
    }

    .bp-af-collage,
    .bp-af-stacked {
        min-height: 430px;
    }

    .bp-af-dark,
    .bp-af-panel {
        padding: 34px 24px;
    }
}

/* v1.5 About page: closer to Funfair module effects */
.bp-about-overview {
    --about-card-radius: 34px;
}

.bp-about-intro__media {
    perspective: 1200px;
}

.bp-about-intro__main-img,
.bp-about-intro__float-img {
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-about-intro__media:hover .bp-about-intro__main-img {
    transform: rotate(-1deg) translateY(-8px);
}

.bp-about-intro__media:hover .bp-about-intro__float-img {
    transform: rotate(2deg) translateY(-10px);
}

.bp-about-intro__badge {
    position: absolute;
    left: 26px;
    bottom: 28px;
    z-index: 5;
    display: grid;
    gap: 4px;
    min-width: 180px;
    padding: 22px 24px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--bp-orange), var(--bp-blue));
    box-shadow: 0 24px 60px rgba(11, 58, 102, .22);
}

.bp-about-intro__badge strong {
    font-size: 42px;
    line-height: 1;
}

.bp-about-intro__badge span {
    font-weight: 800;
}

.bp-about-business__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-about-business__grid .bp-about-business-card {
    position: relative;
    min-height: 420px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 34px;
    background-size: cover;
    background-position: center;
}

.bp-about-business-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 31, 54, .02) 30%, rgba(7, 31, 54, .74) 100%),
        radial-gradient(circle at 82% 20%, rgba(255, 212, 90, .18), transparent 26%);
    z-index: 1;
}

.bp-about-business-card > div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 8px 24px rgba(7, 31, 54, .35);
}

.bp-about-business__grid .bp-about-business-card h3 {
    color: #fff;
    font-size: 28px;
}

.bp-about-business__grid .bp-about-business-card p {
    color: rgba(255, 255, 255, .86);
}

.bp-about-business__grid .bp-about-business-card a {
    color: var(--bp-yellow);
}

.bp-about-business__grid .bp-about-business-card:hover {
    transform: translateY(-10px);
}

.bp-about-why__list details {
    overflow: hidden;
}

.bp-about-why__list summary {
    list-style: none;
    position: relative;
    padding-right: 44px;
}

.bp-about-why__list summary::-webkit-details-marker {
    display: none;
}

.bp-about-why__list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--bp-orange);
    transform: translateY(-50%);
}

.bp-about-why__list details[open] summary::after {
    content: "–";
}

.bp-about-factory-mini {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.bp-about-factory-mini span {
    padding: 14px 10px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    background: rgba(7, 31, 54, .58);
    backdrop-filter: blur(10px);
}

.bp-about-team__grid {
    grid-template-columns: .75fr .9fr 1fr;
}

.bp-about-team__photo {
    min-height: 560px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 26% 20%, rgba(255, 212, 90, .42), transparent 24%),
        linear-gradient(135deg, #d9ecff, #fff 48%, #ffe1b7);
    background-size: cover;
    background-position: center;
    box-shadow: var(--bp-shadow);
}

.bp-about-cases__grid > a {
    background-size: cover;
    background-position: center;
}

.bp-about-cases__grid > a span {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(7, 31, 54, .52);
    backdrop-filter: blur(10px);
}

@media (max-width: 1024px) {
    .bp-about-business__grid,
    .bp-about-team__grid {
        grid-template-columns: 1fr;
    }

    .bp-about-team__photo {
        min-height: 430px;
    }
}

@media (max-width: 640px) {
    .bp-about-factory-mini {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-about-business__grid .bp-about-business-card {
        min-height: 390px;
    }
}

/* v1.4 About page closer to Funfair-style modular layout */
body.page-id-0 .entry-header,
body.page .entry-header {
    display: none;
}

body:not(.home) .bp-page-hero {
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

body:not(.home) .bp-page-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -72px;
    width: 120vw;
    height: 150px;
    border-radius: 50% 50% 0 0;
    background: #fff;
    transform: translateX(-50%);
}

body:not(.home) .bp-page-hero .bp-container {
    position: relative;
    z-index: 2;
}

.bp-about-overview .bp-section {
    padding: clamp(86px, 8vw, 132px) 0;
}

.bp-about-overview .bp-container {
    width: min(1500px, calc(100% - 80px));
}

.bp-about-intro {
    position: relative;
    overflow: hidden;
    padding-top: clamp(80px, 7vw, 118px) !important;
}

.bp-about-intro::before,
.bp-about-business::before,
.bp-about-team-preview::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 138, 0, .20), transparent 68%);
    pointer-events: none;
}

.bp-about-intro::before {
    right: -70px;
    top: 12%;
}

.bp-about-intro__grid {
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(52px, 6vw, 92px);
}

.bp-about-intro__media {
    min-height: 690px;
}

.bp-about-intro__media div:first-child {
    inset: 0 12% 14% 0;
    border-radius: 48px;
    transform: rotate(-1deg);
}

.bp-about-intro__media div:last-child {
    inset: 50% 0 0 38%;
    border: 12px solid #fff;
    border-radius: 38px;
    transform: rotate(2deg);
}

.bp-about-intro__copy {
    position: relative;
    padding: 24px 0;
}

.bp-about-intro__copy h2 {
    font-size: clamp(48px, 5.5vw, 82px);
}

.bp-about-intro__copy p {
    max-width: 720px;
}

.bp-about-facts {
    padding: 96px 0;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 138, 0, .48), transparent 20%),
        radial-gradient(circle at 86% 18%, rgba(49, 182, 106, .28), transparent 18%),
        linear-gradient(135deg, var(--bp-deep), var(--bp-navy) 62%, var(--bp-blue));
}

.bp-about-facts__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-about-facts__grid div {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.bp-about-facts strong {
    color: #fff;
}

.bp-about-facts span {
    color: rgba(255, 255, 255, .75);
}

.bp-about-business {
    position: relative;
    overflow: hidden;
    background: #fff !important;
}

.bp-about-business::before {
    left: -80px;
    top: 20%;
    background: radial-gradient(circle, rgba(22, 119, 210, .15), transparent 68%);
}

.bp-about-business__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.bp-about-business__grid article {
    min-height: 270px;
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .92)),
        radial-gradient(circle at 88% 12%, rgba(255, 212, 90, .36), transparent 28%);
}

.bp-about-business__grid article:nth-child(2n) > span {
    background: linear-gradient(135deg, var(--bp-blue), #6bd3ff);
}

.bp-about-business__grid article:nth-child(3n) > span {
    background: linear-gradient(135deg, var(--bp-green), var(--bp-yellow));
}

.bp-about-why {
    background:
        radial-gradient(circle at 80% 12%, rgba(255, 212, 90, .24), transparent 18%),
        linear-gradient(180deg, #fff, #f5f8fb) !important;
}

.bp-about-why__grid {
    grid-template-columns: .88fr 1.12fr;
    align-items: start;
}

.bp-about-why__list {
    gap: 18px;
}

.bp-about-why__list details {
    border-radius: 24px;
    transition: transform .22s ease, border-color .22s ease;
}

.bp-about-why__list details[open],
.bp-about-why__list details:hover {
    transform: translateX(8px);
    border-color: rgba(255, 138, 0, .30);
}

.bp-about-factory-preview {
    background: #fff !important;
}

.bp-about-split {
    grid-template-columns: 1.14fr .86fr;
    gap: 72px;
}

.bp-about-split__image {
    min-height: 700px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.bp-about-split__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 54, 0), rgba(7, 31, 54, .20));
}

.bp-about-flow span {
    transition: transform .2s ease, background .2s ease;
}

.bp-about-flow span:hover {
    transform: translateY(-4px);
    background: var(--bp-orange);
    color: #fff;
}

.bp-about-vr {
    min-height: 430px;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bp-about-vr::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
}

.bp-about-honor-preview {
    background: #fff !important;
}

.bp-about-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.bp-about-gallery div {
    min-height: 250px;
    border-radius: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-about-gallery div:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 34px 90px rgba(11, 58, 102, .20);
}

.bp-about-team-preview {
    position: relative;
    overflow: hidden;
    background: var(--bp-bg) !important;
}

.bp-about-team-preview::before {
    right: -90px;
    top: 18%;
    background: radial-gradient(circle, rgba(49, 182, 106, .18), transparent 68%);
}

.bp-about-team__grid {
    grid-template-columns: .85fr 1.15fr;
}

.bp-about-team__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bp-about-team__cards article {
    border-radius: 26px;
    transition: transform .22s ease, border-color .22s ease;
}

.bp-about-team__cards article:hover {
    transform: translateY(-6px);
    border-color: rgba(22, 119, 210, .22);
}

.bp-about-cases-preview {
    background: #fff !important;
}

.bp-about-cases__grid {
    grid-template-columns: .78fr 1fr 1fr;
    gap: 30px;
}

.bp-about-cases__grid > a {
    min-height: 540px;
    border-radius: 40px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-about-cases__grid > a:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 90px rgba(11, 58, 102, .22);
}

@media (max-width: 1024px) {
    .bp-about-overview .bp-container {
        width: min(1240px, calc(100% - 48px));
    }

    .bp-about-intro__grid,
    .bp-about-why__grid,
    .bp-about-split,
    .bp-about-team__grid,
    .bp-about-cases__grid {
        grid-template-columns: 1fr;
    }

    .bp-about-intro__media {
        min-height: 560px;
    }
}

@media (max-width: 640px) {
    .bp-about-overview .bp-container {
        width: min(100% - 32px, 560px);
    }

    .bp-about-facts__grid,
    .bp-about-business__grid,
    .bp-about-gallery,
    .bp-about-team__cards {
        grid-template-columns: 1fr;
    }

    .bp-about-split__image,
    .bp-about-cases__grid > a {
        min-height: 420px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .bp-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bp-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 26px;
    }

    .bp-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
    }

    .bp-footer__grid nav:nth-of-type(3) h3 {
        font-size: 0;
    }

    .bp-footer__grid nav:nth-of-type(3) h3::after {
        content: "方案";
        font-size: 18px;
    }

    .bp-footer__qr-grid {
        grid-template-columns: repeat(2, minmax(0, 112px));
    }

    body:not(.home) .site-header {
        position: relative;
        top: 0;
        padding-top: 0;
        background: #fff;
    }

    body.admin-bar:not(.home) .site-header {
        top: 0;
    }

    body:not(.home) .inside-header {
        width: 100%;
        padding: 14px 20px;
    }

    body:not(.home) .site-branding .main-title a,
    body:not(.home) .main-navigation .main-nav ul li a {
        color: var(--bp-ink);
        text-shadow: none;
    }

    .bp-page-hero {
        min-height: 300px;
        margin-left: 0;
        width: 100%;
    }

    .bp-page-hero .bp-container {
        padding-top: 30px;
    }
}

/* v1.0 wider desktop layout */
@media (min-width: 1200px) {
    .bp-container {
        width: min(1560px, calc(100% - 96px));
    }

    body.home .inside-header {
        width: min(1500px, calc(100% - 96px));
    }

    .bp-section__head--center {
        max-width: 980px;
    }

    .bp-card-grid {
        gap: 32px;
    }

    .bp-card-grid--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bp-card.bp-image-card {
        min-height: 560px;
    }

    .bp-cases .bp-case-card.bp-image-card {
        min-height: 580px;
    }

    .bp-solution-layout {
        grid-template-columns: 1.16fr .84fr;
        gap: 36px;
    }

    .bp-solution-main {
        min-height: 680px;
    }

    .bp-about .bp-container {
        width: min(1680px, calc(100% - 80px));
    }

    .bp-about-panel {
        grid-template-columns: 1.18fr .82fr;
    }

    .bp-about-media {
        min-height: 760px;
    }

    .bp-news-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* v1.1 product grid centering */
.bp-products .bp-container {
    display: grid;
    justify-items: center;
}

.bp-products .bp-section__head {
    width: 100%;
}

.bp-products .bp-card-grid {
    width: 100%;
    justify-content: center;
}

@media (min-width: 1200px) {
    .bp-products .bp-card-grid--4 {
        grid-template-columns: repeat(4, minmax(260px, 1fr));
    }
}

/* v1.2 links and responsive touch behavior */
.bp-product-card.bp-image-card,
.bp-case-card.bp-image-card {
    color: inherit;
    text-decoration: none;
}

.bp-image-card .bp-card-link {
    color: var(--bp-yellow);
    font-weight: 900;
}

@media (max-width: 768px) {
    .bp-hero {
        height: 100svh;
        min-height: 100svh !important;
    }

    body.admin-bar .bp-hero {
        height: 100svh;
        min-height: 100svh !important;
    }

    .bp-hero__content {
        width: min(100% - 32px, 560px);
        padding-top: 34px;
        transform: translateY(0);
    }

    .bp-pill {
        font-size: 12px;
        padding: 8px 12px;
    }

    .bp-hero h1 {
        font-size: clamp(34px, 11vw, 52px);
        line-height: 1.12;
    }

    .bp-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .bp-hero__actions {
        gap: 10px;
    }

    .bp-button {
        min-height: 46px;
        padding: 0 20px;
        font-size: 14px;
    }

    .bp-scroll-cue {
        bottom: 18px;
        transform: translateX(-50%) scale(.82);
    }

    .bp-card.bp-image-card,
    .bp-case-card.bp-image-card {
        min-height: 420px;
    }

    .bp-image-card .bp-card__image,
    .bp-case-card.bp-image-card > div:first-child {
        transform: scale(1.025);
    }

    .bp-image-card:active .bp-card__image,
    .bp-case-card.bp-image-card:active > div:first-child {
        transform: scale(1.08);
    }

    .bp-solution-list a:active,
    .bp-mini-stats a:active {
        transform: translateY(-3px);
    }
}

/* v1.3 footer QR and white-gap cleanup */
html {
    margin: 0;
    padding: 0;
    background: #071f36;
}

body.home {
    background: #fff;
}

body:not(.home) {
    background: #071f36;
}

.bp-footer {
    display: block;
    margin-bottom: 0 !important;
}

.bp-footer__qr-grid {
    grid-template-columns: repeat(3, minmax(0, 104px)) !important;
    gap: 14px !important;
}

.bp-footer__qr-grid img {
    width: 104px !important;
    height: 104px !important;
}

.bp-footer + *,
body:not(.home) .site-footer,
body:not(.home) footer.site-info,
body:not(.home) .footer-bar {
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.home) #page,
body:not(.home) .site {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .bp-footer__qr-grid {
        grid-template-columns: repeat(3, minmax(0, 92px)) !important;
        gap: 10px !important;
    }

    .bp-footer__qr-grid img {
        width: 92px !important;
        height: 92px !important;
    }
}

/* v0.9 stronger visual cards and full-width factory panel */
.bp-card-grid--3 {
    gap: 34px;
}

.bp-cases .bp-case-card.bp-image-card {
    min-height: 520px;
}

.bp-cases .bp-case-card.bp-image-card > div:first-child {
    inset: 0 !important;
    min-height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}

.bp-cases .bp-case-card.bp-image-card > div:first-child::after {
    background:
        linear-gradient(180deg, rgba(7, 31, 54, 0) 45%, rgba(7, 31, 54, .66) 100%) !important;
}

.bp-cases .bp-case-card__body {
    position: absolute !important;
    left: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    z-index: 5 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    text-shadow: 0 10px 28px rgba(7, 31, 54, .46);
}

.bp-cases .bp-case-card__body h3 {
    color: #fff !important;
    font-size: 25px;
}

.bp-cases .bp-case-card__body p {
    color: rgba(255, 255, 255, .88) !important;
    font-size: 16px;
}

.bp-solution-layout {
    grid-template-columns: 1.08fr .92fr;
}

.bp-solution-main {
    min-height: 610px;
    background-size: cover !important;
    background-position: center !important;
}

.bp-about {
    padding-left: 0;
    padding-right: 0;
}

.bp-about .bp-container {
    width: min(1500px, calc(100% - 56px));
}

.bp-about-panel {
    grid-template-columns: 1.08fr .92fr;
    border-radius: 42px;
}

.bp-about-media {
    min-height: 680px;
    background-size: cover !important;
    background-position: center !important;
    transition: background-image .25s ease;
}

.bp-about-copy {
    padding: clamp(46px, 5vw, 82px);
}

.bp-mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-mini-stats a {
    display: block;
    padding: 20px;
    border-radius: 18px;
    background: var(--bp-bg);
    border: 1px solid var(--bp-line);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.bp-mini-stats a:hover,
.bp-mini-stats a.is-active {
    transform: translateY(-4px);
    background: #fff4e6;
    border-color: rgba(255, 138, 0, .34);
}

.bp-mini-stats a strong {
    color: var(--bp-navy);
}

.bp-mini-stats a span {
    color: var(--bp-muted);
}

@media (max-width: 1024px) {
    .bp-about .bp-container {
        width: min(1240px, calc(100% - 48px));
    }

    .bp-about-panel,
    .bp-solution-layout {
        grid-template-columns: 1fr;
    }

    .bp-about-media,
    .bp-solution-main {
        min-height: 430px;
    }
}

/* v0.6 full-screen hero like the reference site */
html,
body {
    overflow-x: hidden;
}

body.home .site {
    max-width: none;
}

body.home .site-header {
    top: 0;
    padding-top: 26px;
}

body.admin-bar.home .site-header {
    top: 32px;
}

body.home .inside-header {
    width: min(1260px, calc(100% - 72px));
    padding: 0;
}

.bp-hero {
    width: 100vw;
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    align-items: center;
}

body.admin-bar .bp-hero {
    min-height: calc(100vh - 32px);
}

.bp-hero__media::after {
    display: none;
}

.bp-hero__video,
.bp-hero__slide {
    transform: scale(1.01);
}

.bp-hero__overlay {
    background:
        linear-gradient(180deg, rgba(7, 31, 54, .38), rgba(7, 31, 54, .68)),
        linear-gradient(90deg, rgba(7, 31, 54, .72), rgba(11, 58, 102, .40), rgba(11, 58, 102, .22));
}

.bp-hero__content {
    width: min(1040px, calc(100% - 56px));
    padding-top: 76px;
    text-align: center;
}

.bp-hero__content .bp-pill {
    margin-left: auto;
    margin-right: auto;
}

.bp-hero h1,
.bp-hero p {
    margin-left: auto;
    margin-right: auto;
}

.bp-hero h1 {
    max-width: 980px;
}

.bp-hero__actions {
    justify-content: center;
}

.bp-proof-strip {
    margin-top: 0;
    padding: 54px 0 86px;
    background: #fff;
}

.bp-proof-strip__grid {
    width: min(1060px, calc(100% - 56px));
}

@media (max-width: 1024px) {
    body.home .site-header {
        padding-top: 0;
    }

    body.admin-bar.home .site-header {
        top: 0;
    }

    .bp-hero {
        width: 100%;
        min-height: 760px;
        margin-left: 0;
    }

    body.admin-bar .bp-hero {
        min-height: 760px;
    }
}

/* v0.7 hero polish */
body.home .site-header {
    padding-top: 34px;
}

body.home .inside-header {
    width: min(1200px, calc(100% - 96px));
}

body.home .main-navigation .main-nav ul li a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
}

.bp-hero {
    min-height: 100vh !important;
}

body.admin-bar .bp-hero {
    min-height: calc(100vh - 32px) !important;
}

.bp-hero__overlay {
    background:
        linear-gradient(180deg, rgba(7, 31, 54, .22), rgba(7, 31, 54, .50) 52%, rgba(7, 31, 54, .68)),
        linear-gradient(90deg, rgba(26, 15, 66, .74), rgba(61, 31, 104, .42), rgba(7, 31, 54, .22));
}

.bp-hero__content {
    transform: translateY(22px);
}

.bp-hero h1 {
    font-size: clamp(54px, 5.3vw, 92px);
    line-height: 1.08;
    letter-spacing: -.055em;
    text-shadow: 0 12px 38px rgba(7, 31, 54, .42);
}

.bp-hero p {
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.9;
    text-shadow: 0 8px 28px rgba(7, 31, 54, .28);
}

.bp-pill {
    padding: 12px 22px;
    font-size: 16px;
}

.bp-button {
    min-height: 58px;
    padding: 0 34px;
    font-size: 17px;
}

.bp-button--primary {
    box-shadow: 0 18px 42px rgba(255, 138, 0, .42);
}

.bp-hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 86px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    text-shadow: 0 12px 30px rgba(7, 31, 54, .35);
    opacity: .78;
    transition: opacity .2s ease, transform .2s ease;
}

.bp-hero__arrow:hover {
    background: transparent;
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

.bp-hero__arrow--prev {
    left: 54px;
}

.bp-hero__arrow--next {
    right: 54px;
}

.bp-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 8;
    width: 34px;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, .66);
    border-radius: 999px;
    transform: translateX(-50%);
}

.bp-scroll-cue span {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    animation: bp-scroll-dot 1.6s infinite;
}

@keyframes bp-scroll-dot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 24px);
    }
}

.bp-proof-strip {
    margin-top: 0 !important;
    padding: 76px 0 96px !important;
}

.bp-proof-strip__grid {
    gap: 22px;
}

.bp-proof-strip__grid > div {
    padding: 32px 34px;
}

@media (max-width: 1024px) {
    body.home .site-header {
        padding-top: 0;
    }

    body.home .inside-header {
        width: 100%;
    }

    .bp-hero__arrow {
        display: none;
    }

    .bp-hero h1 {
        font-size: clamp(40px, 10vw, 62px);
    }

    .bp-proof-strip {
        padding-top: 44px !important;
    }
}

/* v0.8 image cards: no white padding, rounded full-bleed, subtle hover */
.bp-card.bp-image-card,
.bp-case-card.bp-image-card {
    position: relative;
    min-height: 500px;
    padding: 0;
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 26px 70px rgba(11, 58, 102, .14);
    transform: translateY(0);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-card.bp-image-card:hover,
.bp-case-card.bp-image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 90px rgba(11, 58, 102, .20);
}

.bp-image-card .bp-card__image,
.bp-case-card.bp-image-card > div:first-child {
    position: absolute;
    inset: 0;
    min-height: 100%;
    border-radius: inherit;
    background-size: cover;
    background-position: center;
    transition: transform .45s ease;
}

.bp-image-card:hover .bp-card__image,
.bp-case-card.bp-image-card:hover > div:first-child {
    transform: scale(1.06);
}

.bp-image-card .bp-card__image::after,
.bp-case-card.bp-image-card > div:first-child::after {
    content: "";
    position: absolute;
    inset: 0;
    min-height: auto;
    background:
        linear-gradient(180deg, rgba(7, 31, 54, 0) 35%, rgba(7, 31, 54, .58) 100%),
        linear-gradient(90deg, rgba(7, 31, 54, .10), rgba(7, 31, 54, 0));
}

.bp-image-card .bp-card__body,
.bp-case-card__body {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    backdrop-filter: none;
    text-shadow: 0 8px 24px rgba(7, 31, 54, .42);
}

.bp-image-card .bp-card__body h3,
.bp-case-card__body h3 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 23px;
}

.bp-image-card .bp-card__body p,
.bp-case-card__body p {
    color: rgba(255, 255, 255, .86);
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.65;
}

.bp-image-card .bp-card__body a {
    color: var(--bp-yellow);
}

@media (max-width: 1024px) {
    .bp-card.bp-image-card,
    .bp-case-card.bp-image-card {
        min-height: 430px;
    }
}

/* v0.5 refinements: transparent hero navigation, proof strip, news cards, lighter factory section */
body.home .inside-header {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
}

body.home .site-branding .main-title a,
body.home .main-navigation .main-nav ul li a {
    color: #fff;
    text-shadow: 0 2px 12px rgba(7, 31, 54, .22);
}

body.home .main-navigation .main-nav ul ul {
    background: rgba(255, 255, 255, .96);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 18px 50px rgba(7, 31, 54, .18);
}

body.home .main-navigation .main-nav ul ul li a {
    color: var(--bp-ink);
    text-shadow: none;
    border-radius: 12px;
}

body.home .main-navigation .main-nav ul ul li:hover > a {
    color: var(--bp-orange);
    background: #fff4e6;
}

.bp-proof-strip {
    position: relative;
    z-index: 5;
    padding: 0 0 72px;
    margin-top: -58px;
}

.bp-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bp-proof-strip__grid > div {
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--bp-shadow);
    border: 1px solid rgba(11, 58, 102, .08);
}

.bp-proof-strip strong {
    display: block;
    color: var(--bp-blue);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.bp-proof-strip span {
    display: block;
    margin-top: 9px;
    color: var(--bp-muted);
    font-weight: 800;
}

.bp-solutions {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 212, 90, .28), transparent 20%),
        linear-gradient(180deg, #fff, #f5f8fb) !important;
}

.bp-solution-main {
    background-size: cover !important;
    background-position: center !important;
    transition: background-image .25s ease;
}

.bp-solution-list a {
    position: relative;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bp-solution-list a.is-active,
.bp-solution-list a:hover {
    transform: translateX(6px);
    border-color: rgba(255, 138, 0, .35);
    box-shadow: 0 20px 54px rgba(255, 138, 0, .12);
}

.bp-solution-list a.is-active::before,
.bp-solution-list a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 5px;
    border-radius: 999px;
    background: var(--bp-orange);
}

.bp-about {
    background:
        linear-gradient(180deg, #fff, #f5f8fb) !important;
}

.bp-about-panel {
    background: #fff;
    border: 1px solid rgba(11, 58, 102, .08);
}

.bp-about-copy {
    color: var(--bp-muted);
}

.bp-about-copy h2 {
    color: var(--bp-navy);
}

.bp-mini-stats div {
    background: var(--bp-bg);
    border: 1px solid var(--bp-line);
}

.bp-mini-stats strong {
    color: var(--bp-navy);
}

.bp-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.bp-news-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(11, 58, 102, .08);
    box-shadow: var(--bp-shadow);
}

.bp-news-card__image {
    display: block;
    min-height: 240px;
    background:
        radial-gradient(circle at 22% 22%, rgba(255, 212, 90, .9), transparent 20%),
        radial-gradient(circle at 76% 28%, rgba(49, 182, 106, .75), transparent 18%),
        linear-gradient(135deg, #d9ecff, #fff 42%, #ffe1b7);
}

.bp-news-card__image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.bp-news-card__body {
    padding: 26px;
}

.bp-news-card time {
    color: var(--bp-orange);
    font-weight: 900;
    font-size: 14px;
}

.bp-news-card h3 {
    margin: 12px 0;
    font-size: 22px;
    line-height: 1.35;
}

.bp-news-card h3 a {
    color: var(--bp-navy);
    text-decoration: none;
}

.bp-news-card p {
    color: var(--bp-muted);
    line-height: 1.75;
}

@media (max-width: 1024px) {
    body.home .inside-header {
        background: #fff;
    }

    body.home .site-branding .main-title a,
    body.home .main-navigation .main-nav ul li a {
        color: var(--bp-ink);
        text-shadow: none;
    }

    .bp-proof-strip {
        margin-top: 0;
        padding-top: 34px;
    }

    .bp-proof-strip__grid,
    .bp-news-grid {
        grid-template-columns: 1fr;
    }
}

/* v2.1 about team sticky final override
   目标：桌面端左侧团队介绍在本模块内固定，右侧人物卡片竖向滚动；
   同时压掉早期“4列卡片 / 绝对定位文字 / 父级隐藏溢出”的旧规则。 */
.bp-about-funfair .bp-af-team.bp-section,
.bp-about-overview,
.bp-about-funfair,
.bp-about-funfair .bp-af-team,
.bp-about-funfair .bp-af-team .bp-container,
.bp-about-funfair .bp-af-team__layout {
    overflow: visible !important;
}

.bp-about-funfair .bp-af-team {
    position: relative !important;
    padding-top: clamp(78px, 8vw, 132px) !important;
    padding-bottom: clamp(78px, 8vw, 132px) !important;
    background: #fff !important;
}

.bp-about-funfair .bp-af-team__layout {
    display: grid !important;
    grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr) !important;
    gap: clamp(54px, 7vw, 116px) !important;
    align-items: start !important;
}

.bp-about-funfair .bp-af-team__sticky {
    position: sticky !important;
    top: 118px !important;
    align-self: start !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    z-index: 2 !important;
}

.bp-about-funfair .bp-af-team__sticky .bp-section-label {
    margin-bottom: 18px !important;
}

.bp-about-funfair .bp-af-team__sticky h2 {
    max-width: 560px !important;
    margin: 0 0 24px !important;
    color: #1d4f49 !important;
    font-size: clamp(42px, 4.1vw, 76px) !important;
    line-height: .98 !important;
    letter-spacing: -0.055em !important;
}

.bp-about-funfair .bp-af-team__sticky p {
    max-width: 600px !important;
    color: #53667a !important;
    font-size: 19px !important;
    line-height: 1.9 !important;
}

.bp-about-funfair .bp-af-team__sticky .bp-button {
    margin-top: 28px !important;
}

.bp-about-funfair .bp-af-team__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: start !important;
    overflow: visible !important;
}

.bp-about-funfair .bp-af-team__grid article {
    display: grid !important;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
    gap: 34px !important;
    align-items: center !important;
    min-height: 300px !important;
    padding: 34px !important;
    border: 1px solid rgba(11, 58, 102, .10) !important;
    border-radius: 34px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 24px 70px rgba(11, 58, 102, .08) !important;
    overflow: visible !important;
    transform: none;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.bp-about-funfair .bp-af-team__grid article:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 138, 0, .22) !important;
    box-shadow: 0 34px 92px rgba(11, 58, 102, .13) !important;
}

.bp-about-funfair .bp-af-team__grid article::before,
.bp-about-funfair .bp-af-team__grid article::after {
    content: none !important;
    display: none !important;
}

.bp-about-funfair .bp-af-team__photo,
.bp-about-funfair .bp-af-team__content,
.bp-about-funfair .bp-af-team__grid article > div,
.bp-about-funfair .bp-af-team__grid article span,
.bp-about-funfair .bp-af-team__grid article strong {
    position: static !important;
    inset: auto !important;
}

.bp-about-funfair .bp-af-team__photo {
    display: block !important;
    width: 100% !important;
    min-height: 252px !important;
    border-radius: 24px !important;
    background-color: #dfe7ee !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
}

.bp-about-funfair .bp-af-team__content {
    display: block !important;
    padding: 0 !important;
    color: #53667a !important;
    text-align: left !important;
    background: transparent !important;
}

.bp-about-funfair .bp-af-team__content h3 {
    margin: 0 0 14px !important;
    color: #143f3b !important;
    font-size: 27px !important;
    line-height: 1.25 !important;
}

.bp-about-funfair .bp-af-team__content p {
    margin: 0 !important;
    color: #53667a !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
}

.bp-about-funfair .bp-af-team__content > div {
    display: none !important;
}

@media (max-width: 899px) {
    .bp-about-funfair .bp-af-team__layout {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .bp-about-funfair .bp-af-team__sticky {
        position: static !important;
        top: auto !important;
    }

    .bp-about-funfair .bp-af-team__sticky h2 {
        font-size: clamp(36px, 10vw, 50px) !important;
    }

    .bp-about-funfair .bp-af-team__grid article {
        grid-template-columns: 1fr !important;
        padding: 22px !important;
        min-height: 0 !important;
    }

    .bp-about-funfair .bp-af-team__photo {
        min-height: 260px !important;
    }
}

/* v2.2 final: about team section must be left-sticky + right-scrolling-by-page.
   This block intentionally sits at the very end to beat older about/team rules. */
body.page-template-page-about,
body.page-template-page-about #page,
body.page-template-page-about .site,
body.page-template-page-about .site-content,
body.page-template-page-about .content-area,
body.page-template-page-about .site-main,
body.page-template-page-about article,
body.page-template-page-about .inside-article,
body.page-template-page-about .entry-content,
body.page-template-page-about .bp-about-overview,
body.page-template-page-about .bp-about-funfair,
body.page-template-page-about .bp-about-funfair .bp-section,
body.page-template-page-about .bp-af-team,
body.page-template-page-about .bp-af-team .bp-container,
body.page-template-page-about .bp-af-team__layout {
    overflow: visible !important;
}

body.page-template-page-about .bp-af-team {
    position: relative !important;
    isolation: isolate !important;
    padding-top: clamp(86px, 8vw, 140px) !important;
    padding-bottom: clamp(86px, 8vw, 150px) !important;
}

body.page-template-page-about .bp-af-team__layout {
    width: min(1580px, calc(100vw - 96px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(64px, 7vw, 128px) !important;
    align-items: start !important;
}

body.page-template-page-about .bp-af-team__sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 112px !important;
    align-self: start !important;
    z-index: 5 !important;
    height: max-content !important;
    min-height: 0 !important;
    max-height: calc(100vh - 150px) !important;
    padding-top: 2px !important;
}

body.page-template-page-about .bp-af-team__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.page-template-page-about .bp-af-team__grid article {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 36px !important;
    align-items: center !important;
    min-height: 318px !important;
    width: 100% !important;
    padding: 36px !important;
    border-radius: 34px !important;
    border: 1px solid rgba(11, 58, 102, .10) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 26px 74px rgba(11, 58, 102, .08) !important;
    overflow: hidden !important;
}

body.page-template-page-about .bp-af-team__grid article::before,
body.page-template-page-about .bp-af-team__grid article::after {
    display: none !important;
    content: none !important;
}

body.page-template-page-about .bp-af-team__grid article > *,
body.page-template-page-about .bp-af-team__photo,
body.page-template-page-about .bp-af-team__content,
body.page-template-page-about .bp-af-team__content h3,
body.page-template-page-about .bp-af-team__content p {
    position: static !important;
    inset: auto !important;
    transform: none !important;
}

body.page-template-page-about .bp-af-team__photo {
    width: 100% !important;
    min-height: 250px !important;
    height: 250px !important;
    border-radius: 24px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #dfe7ee !important;
}

body.page-template-page-about .bp-af-team__content {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    color: #53667a !important;
}

body.page-template-page-about .bp-af-team__content h3 {
    margin: 0 0 14px !important;
    color: #143f3b !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
}

body.page-template-page-about .bp-af-team__content p {
    margin: 0 !important;
    color: #53667a !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
}

@media (max-width: 1080px) {
    body.page-template-page-about .bp-af-team__layout {
        width: min(100% - 40px, 760px) !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    body.page-template-page-about .bp-af-team__sticky {
        position: static !important;
        top: auto !important;
        max-height: none !important;
    }

    body.page-template-page-about .bp-af-team__grid article {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
    }

    body.page-template-page-about .bp-af-team__photo {
        height: 280px !important;
        min-height: 280px !important;
    }
}

/* v2.2b same team fix without relying on WordPress body class */
.bp-about-funfair,
.bp-about-funfair .bp-section,
.bp-about-funfair .bp-af-team,
.bp-about-funfair .bp-af-team .bp-container,
.bp-about-funfair .bp-af-team__layout {
    overflow: visible !important;
}

.bp-about-funfair .bp-af-team {
    position: relative !important;
    isolation: isolate !important;
}

.bp-about-funfair .bp-af-team__layout {
    width: min(1580px, calc(100vw - 96px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(64px, 7vw, 128px) !important;
    align-items: start !important;
}

.bp-about-funfair .bp-af-team__sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 112px !important;
    align-self: start !important;
    z-index: 5 !important;
    height: max-content !important;
    max-height: calc(100vh - 150px) !important;
}

.bp-about-funfair .bp-af-team__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
    width: 100% !important;
}

.bp-about-funfair .bp-af-team__grid article {
    display: grid !important;
    grid-template-columns: minmax(310px, 360px) minmax(0, 1fr) !important;
    gap: 36px !important;
    align-items: center !important;
    min-height: 318px !important;
    padding: 36px !important;
    border-radius: 34px !important;
    border: 1px solid rgba(11, 58, 102, .10) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 26px 74px rgba(11, 58, 102, .08) !important;
    overflow: hidden !important;
}

.bp-about-funfair .bp-af-team__grid article::before,
.bp-about-funfair .bp-af-team__grid article::after {
    display: none !important;
    content: none !important;
}

.bp-about-funfair .bp-af-team__grid article > *,
.bp-about-funfair .bp-af-team__photo,
.bp-about-funfair .bp-af-team__content,
.bp-about-funfair .bp-af-team__content h3,
.bp-about-funfair .bp-af-team__content p {
    position: static !important;
    inset: auto !important;
    transform: none !important;
}

.bp-about-funfair .bp-af-team__photo {
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    border-radius: 24px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #dfe7ee !important;
}

.bp-about-funfair .bp-af-team__content {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    color: #53667a !important;
}

.bp-about-funfair .bp-af-team__content h3 {
    margin: 0 0 14px !important;
    color: #143f3b !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
}

.bp-about-funfair .bp-af-team__content p {
    margin: 0 !important;
    color: #53667a !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
}

@media (max-width: 1080px) {
    .bp-about-funfair .bp-af-team__layout {
        width: min(100% - 40px, 760px) !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .bp-about-funfair .bp-af-team__sticky {
        position: static !important;
        top: auto !important;
        max-height: none !important;
    }

    .bp-about-funfair .bp-af-team__grid article {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
    }
}

/* v2.3 team interaction: stable two-column module.
   Left column always stays visible; right column scrolls inside the module. */
.bp-about-funfair .bp-af-team {
    padding-top: clamp(90px, 8vw, 140px) !important;
    padding-bottom: clamp(90px, 8vw, 140px) !important;
    overflow: visible !important;
}

.bp-about-funfair .bp-af-team__layout {
    width: min(1720px, calc(100vw - 72px)) !important;
    min-height: min(760px, calc(100vh - 130px)) !important;
    display: grid !important;
    grid-template-columns: minmax(390px, .68fr) minmax(0, 1.42fr) !important;
    gap: clamp(54px, 5.8vw, 108px) !important;
    align-items: stretch !important;
}

.bp-about-funfair .bp-af-team__sticky {
    position: static !important;
    top: auto !important;
    height: auto !important;
    min-height: min(760px, calc(100vh - 130px)) !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
}

.bp-about-funfair .bp-af-team__grid {
    height: min(760px, calc(100vh - 130px)) !important;
    min-height: 560px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    scroll-behavior: smooth !important;
    padding: 6px 6px 26px 6px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 34px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.bp-about-funfair .bp-af-team__grid::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.bp-about-funfair .bp-af-team__grid article {
    flex: 0 0 auto !important;
}

@media (max-width: 1080px) {
    .bp-about-funfair .bp-af-team__layout {
        width: min(100% - 40px, 760px) !important;
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
    }

    .bp-about-funfair .bp-af-team__sticky {
        min-height: 0 !important;
        display: block !important;
    }

    .bp-about-funfair .bp-af-team__grid {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
    }
}

/* v2.3.3 team alignment: keep left column aligned, give remaining width to right cards */
.bp-about-funfair .bp-af-team__layout {
    width: min(1500px, calc(100vw - 160px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(480px, 540px) minmax(0, 1fr) !important;
    gap: clamp(56px, 4.4vw, 76px) !important;
}

.bp-about-funfair .bp-af-team__sticky {
    width: 100% !important;
    max-width: 540px !important;
}

.bp-about-funfair .bp-af-team__grid {
    width: 100% !important;
    max-width: none !important;
}

.bp-about-funfair .bp-af-team__grid article {
    width: 100% !important;
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr) !important;
}

@media (max-width: 1280px) {
    .bp-about-funfair .bp-af-team__layout {
        width: min(100% - 64px, 1240px) !important;
        grid-template-columns: minmax(380px, 460px) minmax(0, 1fr) !important;
        gap: 46px !important;
    }
}

@media (max-width: 1080px) {
    .bp-about-funfair .bp-af-team__layout {
        width: min(100% - 40px, 760px) !important;
        grid-template-columns: 1fr !important;
    }
}

/* v2.4 企业简介 page */
.bp-company-page {
    --company-navy: #07365f;
    --company-deep: #123f3b;
    --company-text: #4e6174;
    --company-soft: #f3f8fc;
    --company-cream: #fff3e3;
    background: #fff;
}

.bp-company-container {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}

.bp-company-section {
    padding: clamp(78px, 7vw, 128px) 0;
}

.bp-company-heading {
    max-width: 900px;
    margin-bottom: 42px;
}

.bp-company-heading h2,
.bp-company-intro__copy h2,
.bp-company-scenes__copy h2,
.bp-company-cta h2 {
    margin: 12px 0 16px;
    color: var(--company-navy);
    font-size: clamp(38px, 4vw, 66px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.bp-company-heading p,
.bp-company-intro__copy p,
.bp-company-scenes__copy p,
.bp-company-cta p {
    color: var(--company-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-company-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(430px, .82fr);
    gap: clamp(54px, 6vw, 110px);
    align-items: center;
}

.bp-company-intro__copy p {
    margin: 0 0 18px;
}

.bp-company-actions,
.bp-company-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.bp-button--ghost {
    color: var(--company-navy);
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .16);
    box-shadow: 0 18px 46px rgba(7, 54, 95, .08);
}

.bp-button--ghost-light {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .28);
}

.bp-company-intro__media {
    position: relative;
    min-height: 610px;
}

.bp-company-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 212, 90, .45), transparent 18%),
        radial-gradient(circle at 76% 30%, rgba(49, 182, 106, .35), transparent 20%),
        linear-gradient(135deg, #edf4fa, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: 0 34px 90px rgba(7, 54, 95, .12);
}

.bp-company-photo--large {
    inset: 0 80px 80px 0;
}

.bp-company-photo--small {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 46%;
    border: 12px solid #fff;
}

.bp-company-year {
    position: absolute;
    left: -24px;
    bottom: 84px;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    border-radius: 28px;
    color: #fff;
    background: #0f4a43;
    box-shadow: 0 22px 58px rgba(15, 74, 67, .22);
}

.bp-company-year strong {
    display: block;
    font-size: 36px;
    line-height: 1;
}

.bp-company-year span {
    display: block;
    margin-top: 8px;
    font-weight: 800;
    font-size: 14px;
}

.bp-company-facts {
    padding-top: 0;
}

.bp-company-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bp-company-facts__grid div {
    padding: 34px 30px;
    border-radius: 30px;
    background: var(--company-soft);
    border: 1px solid rgba(7, 54, 95, .08);
    box-shadow: 0 24px 70px rgba(7, 54, 95, .06);
}

.bp-company-facts__grid strong {
    display: block;
    color: #1678d4;
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1;
}

.bp-company-facts__grid span {
    display: block;
    margin-top: 12px;
    color: var(--company-text);
    font-weight: 800;
}

.bp-company-business,
.bp-company-process {
    background: linear-gradient(180deg, #f5f9fd, #fff);
}

.bp-company-business__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bp-company-business__grid a {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    border-radius: 32px;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(7, 31, 54, .04), rgba(7, 31, 54, .74)),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .12);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-company-business__grid a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(7, 31, 54, .78));
    z-index: 0;
}

.bp-company-business__grid a:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 90px rgba(7, 54, 95, .16);
}

.bp-company-business__grid span,
.bp-company-business__grid p {
    position: relative;
    z-index: 1;
}

.bp-company-business__grid span {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.bp-company-business__grid p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
}

.bp-company-scenes__grid {
    display: grid;
    grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
    gap: 56px;
    align-items: center;
}

.bp-company-scenes__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.bp-company-scenes__cards article {
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .09);
    box-shadow: 0 24px 70px rgba(7, 54, 95, .07);
}

.bp-company-scenes__cards strong {
    display: block;
    color: var(--company-navy);
    font-size: 20px;
}

.bp-company-scenes__cards span {
    display: block;
    margin-top: 10px;
    color: var(--company-text);
    line-height: 1.7;
}

.bp-company-culture {
    background: #fff;
}

.bp-company-culture__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bp-company-culture__grid article {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 34px;
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(135deg, #07365f, #0f4a43);
    box-shadow: 0 28px 80px rgba(7, 54, 95, .12);
}

.bp-company-culture__grid article:nth-child(2) {
    background: linear-gradient(135deg, #1678d4, #07365f);
}

.bp-company-culture__grid article:nth-child(3) {
    background: linear-gradient(135deg, #ff8a00, #ffb11b);
}

.bp-company-culture__grid article > span {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-size: 13px;
    font-weight: 900;
}

.bp-company-culture__grid h3 {
    margin: 32px 0 12px;
    color: #fff;
    font-size: 28px;
}

.bp-company-culture__grid p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.8;
}

.bp-company-process__line {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.bp-company-process__line article {
    position: relative;
    padding: 28px 22px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .08);
    box-shadow: 0 22px 64px rgba(7, 54, 95, .06);
}

.bp-company-process__line i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: #ff8a00;
    font-style: normal;
    font-weight: 900;
}

.bp-company-process__line h3 {
    margin: 22px 0 10px;
    color: var(--company-navy);
    font-size: 22px;
}

.bp-company-process__line p {
    margin: 0;
    color: var(--company-text);
    line-height: 1.7;
}

.bp-company-more__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bp-company-more__grid a {
    display: block;
    min-height: 230px;
    padding: 32px;
    border-radius: 30px;
    text-decoration: none;
    background: var(--company-soft);
    border: 1px solid rgba(7, 54, 95, .08);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.bp-company-more__grid a:hover {
    transform: translateY(-7px);
    background: #fff;
    box-shadow: 0 28px 80px rgba(7, 54, 95, .12);
}

.bp-company-more__grid h3 {
    margin: 0 0 14px;
    color: var(--company-navy);
    font-size: 25px;
}

.bp-company-more__grid p {
    color: var(--company-text);
    line-height: 1.75;
}

.bp-company-more__grid span {
    display: inline-block;
    margin-top: 18px;
    color: #ff8a00;
    font-weight: 900;
}

.bp-company-cta {
    padding-top: 0;
}

.bp-company-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(44px, 5vw, 70px);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 177, 27, .28), transparent 22%),
        linear-gradient(135deg, #07365f, #0f4a43);
    box-shadow: 0 30px 86px rgba(7, 54, 95, .16);
}

.bp-company-cta h2,
.bp-company-cta p {
    color: #fff;
}

.bp-company-cta p {
    max-width: 760px;
    opacity: .86;
}

@media (max-width: 1180px) {
    .bp-company-intro__grid,
    .bp-company-scenes__grid,
    .bp-company-cta__inner {
        grid-template-columns: 1fr;
    }

    .bp-company-business__grid,
    .bp-company-culture__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-company-process__line {
        grid-template-columns: repeat(3, 1fr);
    }

    .bp-company-more__grid,
    .bp-company-facts__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .bp-company-container {
        width: min(100% - 32px, 560px);
    }

    .bp-company-section {
        padding: 64px 0;
    }

    .bp-company-intro__media {
        min-height: 430px;
    }

    .bp-company-photo--large {
        inset: 0 30px 70px 0;
    }

    .bp-company-photo--small {
        width: 58%;
        height: 42%;
    }

    .bp-company-year {
        left: 12px;
        bottom: 44px;
        width: 104px;
        height: 104px;
    }

    .bp-company-business__grid,
    .bp-company-scenes__cards,
    .bp-company-culture__grid,
    .bp-company-process__line,
    .bp-company-more__grid,
    .bp-company-facts__grid {
        grid-template-columns: 1fr;
    }

    .bp-company-business__grid a {
        min-height: 280px;
    }
}

/* v2.4.2 企业简介 desktop title wrapping */
@media (min-width: 1181px) {
    .bp-company-page .bp-company-heading {
        max-width: 1180px !important;
    }

    .bp-company-page .bp-company-heading h2 {
        max-width: 1180px !important;
        font-size: clamp(42px, 3.25vw, 58px) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.035em !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }

    .bp-company-page .bp-company-business .bp-company-heading,
    .bp-company-page .bp-company-process .bp-company-heading,
    .bp-company-page .bp-company-more .bp-company-heading {
        max-width: 1240px !important;
    }
}

@media (min-width: 1181px) and (max-width: 1380px) {
    .bp-company-page .bp-company-heading h2 {
        font-size: clamp(38px, 3vw, 50px) !important;
    }
}

/* v2.4.4 about certificates: support vertical 600x850 certificate artwork, 10 items */
.bp-about-funfair .bp-af-gallery__grid--masonry {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: clamp(18px, 2vw, 30px) !important;
    align-items: start !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div {
    position: relative !important;
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 600 / 850 !important;
    border-radius: 22px !important;
    background-color: #fff !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(7, 54, 95, .08) !important;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10) !important;
    transform: translateY(0);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 138, 0, .24) !important;
    box-shadow: 0 34px 92px rgba(7, 54, 95, .16) !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(2),
.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(5),
.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(9) {
    margin-top: 54px !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(3),
.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(8) {
    margin-top: 22px !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(4),
.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(7) {
    margin-top: 86px !important;
}

.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(6),
.bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(10) {
    margin-top: -18px !important;
}

@media (max-width: 1180px) {
    .bp-about-funfair .bp-af-gallery__grid--masonry {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(n) {
        margin-top: 0 !important;
    }

    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(2),
    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(5),
    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(8) {
        margin-top: 34px !important;
    }
}

@media (max-width: 760px) {
    .bp-about-funfair .bp-af-gallery__grid--masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(n) {
        margin-top: 0 !important;
    }

    .bp-about-funfair .bp-af-gallery__grid--masonry div:nth-child(even) {
        margin-top: 28px !important;
    }
}

/* v2.4.5 about page visual polish */
.bp-about-funfair .bp-af-img {
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform .32s ease, box-shadow .32s ease, filter .32s ease !important;
}

.bp-about-funfair .bp-af-img--two {
    border: 0 !important;
    outline: 0 !important;
}

.bp-about-funfair .bp-af-img:hover {
    transform: translateY(-8px) scale(1.025) !important;
    filter: saturate(1.05) contrast(1.03);
    box-shadow: 0 34px 88px rgba(7, 54, 95, .16) !important;
}

.bp-about-funfair .bp-af-stacked {
    min-height: 460px !important;
}

.bp-about-funfair .bp-af-stacked div {
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform .32s ease, box-shadow .32s ease, filter .32s ease !important;
}

.bp-about-funfair .bp-af-stacked div:first-child {
    left: 0 !important;
    top: 0 !important;
    width: 51% !important;
    height: 350px !important;
}

.bp-about-funfair .bp-af-stacked div:last-child {
    right: 0 !important;
    bottom: 0 !important;
    width: 47% !important;
    height: 292px !important;
}

.bp-about-funfair .bp-af-stacked div:hover {
    transform: translateY(-10px) scale(1.025) !important;
    filter: saturate(1.06) contrast(1.04);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .18) !important;
    z-index: 3 !important;
}

.bp-about-funfair .bp-af-tall,
.bp-about-funfair .bp-af-mid,
.bp-about-funfair .bp-af-small {
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform .32s ease, box-shadow .32s ease, filter .32s ease !important;
}

.bp-about-funfair .bp-af-tall:hover,
.bp-about-funfair .bp-af-mid:hover,
.bp-about-funfair .bp-af-small:hover {
    transform: translateY(-10px) scale(1.02) !important;
    filter: saturate(1.06) contrast(1.04);
    box-shadow: 0 34px 92px rgba(7, 54, 95, .18) !important;
    z-index: 3 !important;
}

.bp-about-funfair .bp-af-dark {
    width: 100vw !important;
    max-width: none !important;
    margin: clamp(70px, 7vw, 120px) calc(50% - 50vw) !important;
    min-height: clamp(560px, 58vw, 760px) !important;
    padding: clamp(84px, 8vw, 132px) max(48px, calc((100vw - 1500px) / 2)) clamp(46px, 5vw, 86px) !important;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
}

.bp-about-funfair .bp-af-dark .bp-container {
    width: min(1500px, calc(100vw - 96px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.bp-about-funfair .bp-af-dark h2 {
    max-width: 760px !important;
    font-size: clamp(44px, 4.8vw, 78px) !important;
}

.bp-about-funfair .bp-af-dark__stats {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-top: clamp(36px, 5vw, 74px) !important;
}

.bp-about-funfair .bp-af-dark__stats article {
    min-height: 210px !important;
    border-radius: 30px !important;
    background: rgba(12, 58, 53, .78) !important;
    backdrop-filter: blur(8px) !important;
    transition: transform .28s ease, background .28s ease !important;
}

.bp-about-funfair .bp-af-dark__stats article:hover {
    transform: translateY(-8px) !important;
    background: rgba(12, 58, 53, .9) !important;
}

.bp-about-funfair .bp-af-marquee {
    margin-top: clamp(70px, 8vw, 120px) !important;
    margin-bottom: -34px !important;
    font-size: clamp(42px, 6vw, 104px) !important;
}

@media (max-width: 1180px) {
    .bp-about-funfair .bp-af-dark {
        padding-inline: 40px !important;
    }

    .bp-about-funfair .bp-af-dark__stats {
        margin-left: 0 !important;
    }
}

@media (max-width: 760px) {
    .bp-about-funfair .bp-af-stacked div:first-child,
    .bp-about-funfair .bp-af-stacked div:last-child {
        width: 62% !important;
    }

    .bp-about-funfair .bp-af-dark {
        width: 100% !important;
        margin-inline: 0 !important;
        border-radius: 0 !important;
        min-height: auto !important;
        padding: 64px 24px 48px !important;
    }

    .bp-about-funfair .bp-af-dark .bp-container {
        width: 100% !important;
    }
}

/* v2.4.6 about fact module: align with normal content width, not full viewport */
.bp-about-funfair .bp-af-dark {
    width: min(1500px, calc(100% - 80px)) !important;
    max-width: none !important;
    margin: clamp(70px, 7vw, 120px) auto !important;
    border-radius: 38px !important;
    padding: clamp(78px, 7vw, 118px) clamp(48px, 6vw, 92px) clamp(46px, 5vw, 78px) !important;
}

.bp-about-funfair .bp-af-dark .bp-container {
    width: 100% !important;
    max-width: none !important;
}

@media (max-width: 760px) {
    .bp-about-funfair .bp-af-dark {
        width: min(100% - 32px, 560px) !important;
        margin: 64px auto !important;
        border-radius: 28px !important;
        padding: 46px 24px 34px !important;
    }
}

/* v2.5 工厂实力 page */
.bp-factory-page {
    --factory-navy: #07365f;
    --factory-deep: #123f3b;
    --factory-text: #53667a;
    --factory-soft: #f3f8fc;
    --factory-line: rgba(7, 54, 95, .10);
    background: #fff;
}

.bp-factory-container {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}

.bp-factory-section {
    padding: clamp(78px, 7vw, 128px) 0;
}

.bp-factory-heading {
    max-width: 1060px;
    margin-bottom: 44px;
}

.bp-factory-heading h2,
.bp-factory-copy h2,
.bp-factory-packing h2,
.bp-factory-honor h2,
.bp-factory-cta h2 {
    margin: 12px 0 18px;
    color: var(--factory-navy);
    font-size: clamp(40px, 4vw, 66px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bp-factory-heading p,
.bp-factory-copy p,
.bp-factory-packing p,
.bp-factory-honor p,
.bp-factory-cta p {
    color: var(--factory-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-factory-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(480px, .9fr);
    gap: clamp(54px, 6vw, 108px);
    align-items: center;
}

.bp-factory-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.bp-factory-collage {
    position: relative;
    min-height: 610px;
}

.bp-factory-collage__main,
.bp-factory-collage__sub,
.bp-factory-base__grid > div,
.bp-factory-workshops__grid article > div,
.bp-factory-custom__showcase figure,
.bp-factory-packing__media,
.bp-factory-media__grid > * {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 177, 27, .35), transparent 18%),
        radial-gradient(circle at 78% 26%, rgba(49, 182, 106, .24), transparent 20%),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
}

.bp-factory-collage__main,
.bp-factory-collage__sub {
    position: absolute;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 32px 86px rgba(7, 54, 95, .12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-factory-collage__main {
    inset: 0 88px 86px 0;
}

.bp-factory-collage__sub {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 44%;
    border: 12px solid #fff;
}

.bp-factory-collage__main:hover,
.bp-factory-collage__sub:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 36px 96px rgba(7, 54, 95, .18);
}

.bp-factory-collage__badge {
    position: absolute;
    left: -26px;
    bottom: 76px;
    max-width: 210px;
    padding: 24px;
    border-radius: 26px;
    color: #fff;
    background: #0f4a43;
    box-shadow: 0 24px 66px rgba(15, 74, 67, .24);
}

.bp-factory-collage__badge strong {
    display: block;
    font-size: 28px;
}

.bp-factory-collage__badge span {
    display: block;
    margin-top: 8px;
    font-weight: 800;
    line-height: 1.5;
}

.bp-factory-stats {
    padding-top: 0;
}

.bp-factory-stats__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bp-factory-stats__grid article {
    min-height: 180px;
    padding: 28px;
    border-radius: 28px;
    background: var(--factory-soft);
    border: 1px solid var(--factory-line);
    box-shadow: 0 22px 64px rgba(7, 54, 95, .06);
}

.bp-factory-stats__grid strong {
    display: block;
    color: #1678d4;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.05;
}

.bp-factory-stats__grid span {
    display: block;
    margin-top: 12px;
    color: var(--factory-text);
    font-weight: 800;
    line-height: 1.55;
}

.bp-factory-base,
.bp-factory-process,
.bp-factory-media {
    background: linear-gradient(180deg, #f5f9fd, #fff);
}

.bp-factory-base__grid {
    display: grid;
    grid-template-columns: 1.18fr .82fr .82fr;
    grid-auto-rows: 260px;
    gap: 22px;
}

.bp-factory-base__grid > div {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-factory-base__grid > div::after,
.bp-factory-media__grid > div::after,
.bp-factory-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 31, 54, 0), rgba(7, 31, 54, .62));
}

.bp-factory-base__grid > div:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .16);
}

.bp-factory-base__large {
    grid-row: span 2;
}

.bp-factory-base__grid span,
.bp-factory-media__grid span,
.bp-factory-video span {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.bp-factory-workshops__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bp-factory-workshops__grid article {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--factory-line);
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-factory-workshops__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .14);
}

.bp-factory-workshops__grid article > div {
    min-height: 240px;
}

.bp-factory-workshops__grid h3 {
    margin: 26px 28px 12px;
    color: var(--factory-navy);
    font-size: 25px;
}

.bp-factory-workshops__grid ul {
    margin: 0;
    padding: 0 28px 30px;
    list-style: none;
}

.bp-factory-workshops__grid li {
    position: relative;
    padding-left: 18px;
    color: var(--factory-text);
    line-height: 1.8;
}

.bp-factory-workshops__grid li::before,
.bp-factory-list-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff8a00;
}

.bp-factory-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bp-factory-process__grid article {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--factory-line);
    box-shadow: 0 22px 64px rgba(7, 54, 95, .06);
}

.bp-factory-process__grid i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: #ff8a00;
    font-style: normal;
    font-weight: 900;
}

.bp-factory-process__grid h3 {
    margin: 22px 0 10px;
    color: var(--factory-navy);
    font-size: 23px;
}

.bp-factory-process__grid p {
    margin: 0;
    color: var(--factory-text);
    line-height: 1.75;
}

.bp-factory-qc__inner {
    padding: clamp(50px, 6vw, 86px);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 177, 27, .18), transparent 24%),
        linear-gradient(135deg, #07365f, #0f4a43);
}

.bp-factory-qc h2,
.bp-factory-qc p {
    color: #fff;
}

.bp-factory-qc p {
    max-width: 860px;
    opacity: .86;
}

.bp-factory-qc__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.bp-factory-qc__grid article {
    min-height: 190px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .16);
}

.bp-factory-qc__grid h3 {
    color: #fff;
    font-size: 22px;
}

.bp-factory-qc__grid p {
    margin: 12px 0 0;
    font-size: 15px;
}

.bp-factory-custom__showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 28px;
}

.bp-factory-custom__showcase figure {
    position: relative;
    min-height: 360px;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10);
}

.bp-factory-custom__showcase figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 31, 54, .72));
}

.bp-factory-custom__showcase figcaption {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.bp-factory-custom__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bp-factory-custom__grid article {
    padding: 24px;
    border-radius: 24px;
    background: var(--factory-soft);
    border: 1px solid var(--factory-line);
}

.bp-factory-custom__grid strong {
    display: block;
    color: var(--factory-navy);
    font-size: 20px;
}

.bp-factory-custom__grid span {
    display: block;
    margin-top: 8px;
    color: var(--factory-text);
    line-height: 1.65;
}

.bp-factory-packing__grid {
    display: grid;
    grid-template-columns: minmax(430px, .86fr) minmax(0, 1fr);
    gap: clamp(48px, 6vw, 90px);
    align-items: center;
}

.bp-factory-packing__media {
    min-height: 560px;
    border-radius: 36px;
    box-shadow: 0 28px 82px rgba(7, 54, 95, .12);
}

.bp-factory-packing__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.bp-factory-packing__tags span {
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--factory-navy);
    background: var(--factory-soft);
    font-weight: 900;
}

.bp-factory-media__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    grid-auto-rows: 230px;
    gap: 20px;
}

.bp-factory-media__grid > * {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 22px 64px rgba(7, 54, 95, .10);
}

.bp-factory-video {
    grid-row: span 2;
    text-decoration: none;
}

.bp-factory-honor__inner,
.bp-factory-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: clamp(44px, 5vw, 70px);
    border-radius: 38px;
}

.bp-factory-honor__inner {
    background: var(--factory-soft);
}

.bp-factory-cta {
    padding-top: 0;
}

.bp-factory-cta__inner {
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 177, 27, .28), transparent 22%),
        linear-gradient(135deg, #07365f, #0f4a43);
}

.bp-factory-cta h2,
.bp-factory-cta p {
    color: #fff;
}

.bp-factory-cta p {
    max-width: 780px;
    opacity: .88;
}

@media (max-width: 1180px) {
    .bp-factory-overview__grid,
    .bp-factory-packing__grid,
    .bp-factory-honor__inner,
    .bp-factory-cta__inner {
        grid-template-columns: 1fr;
    }

    .bp-factory-stats__grid,
    .bp-factory-workshops__grid,
    .bp-factory-process__grid,
    .bp-factory-qc__grid,
    .bp-factory-custom__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-factory-base__grid,
    .bp-factory-custom__showcase,
    .bp-factory-media__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .bp-factory-container {
        width: min(100% - 32px, 560px);
    }

    .bp-factory-section {
        padding: 64px 0;
    }

    .bp-factory-collage {
        min-height: 430px;
    }

    .bp-factory-collage__main {
        inset: 0 36px 72px 0;
    }

    .bp-factory-collage__sub {
        width: 58%;
        height: 40%;
        border-width: 8px;
    }

    .bp-factory-collage__badge {
        left: 10px;
        bottom: 34px;
        max-width: 170px;
        padding: 18px;
    }

    .bp-factory-stats__grid,
    .bp-factory-base__grid,
    .bp-factory-workshops__grid,
    .bp-factory-process__grid,
    .bp-factory-qc__grid,
    .bp-factory-custom__showcase,
    .bp-factory-custom__grid,
    .bp-factory-media__grid {
        grid-template-columns: 1fr;
    }

    .bp-factory-base__grid {
        grid-auto-rows: 260px;
    }

    .bp-factory-base__large,
    .bp-factory-video {
        grid-row: auto;
    }
}

/* v2.5.1 factory image polish: no image borders, add hover motion */
.bp-factory-page .bp-factory-collage__main,
.bp-factory-page .bp-factory-collage__sub,
.bp-factory-page .bp-factory-base__grid > div,
.bp-factory-page .bp-factory-workshops__grid article > div,
.bp-factory-page .bp-factory-custom__showcase figure,
.bp-factory-page .bp-factory-packing__media,
.bp-factory-page .bp-factory-media__grid > *,
.bp-factory-page .bp-factory-video {
    border: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform .32s ease, box-shadow .32s ease, filter .32s ease !important;
}

.bp-factory-page .bp-factory-collage__main:hover,
.bp-factory-page .bp-factory-collage__sub:hover,
.bp-factory-page .bp-factory-base__grid > div:hover,
.bp-factory-page .bp-factory-workshops__grid article:hover > div,
.bp-factory-page .bp-factory-custom__showcase figure:hover,
.bp-factory-page .bp-factory-packing__media:hover,
.bp-factory-page .bp-factory-media__grid > *:hover,
.bp-factory-page .bp-factory-video:hover {
    transform: translateY(-9px) scale(1.025) !important;
    filter: saturate(1.06) contrast(1.04);
    box-shadow: 0 34px 92px rgba(7, 54, 95, .18) !important;
}

.bp-factory-page .bp-factory-workshops__grid article {
    border: 0 !important;
}

.bp-factory-page .bp-factory-collage__sub {
    border: 0 !important;
}

/* v2.6 资质荣誉 page */
.bp-honor-page {
    --honor-navy: #07365f;
    --honor-deep: #123f3b;
    --honor-text: #53667a;
    --honor-soft: #f4f8fc;
    --honor-line: rgba(7, 54, 95, .10);
    background: #fff;
}

.bp-honor-container {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}

.bp-honor-section {
    padding: clamp(76px, 7vw, 124px) 0;
}

.bp-honor-heading {
    max-width: 1080px;
    margin-bottom: 44px;
}

.bp-honor-heading h2,
.bp-honor-overview h2,
.bp-honor-testing h2,
.bp-honor-awards h2,
.bp-honor-material h2,
.bp-honor-cta h2 {
    margin: 12px 0 18px;
    color: var(--honor-navy);
    font-size: clamp(40px, 4vw, 66px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bp-honor-heading p,
.bp-honor-overview p,
.bp-honor-testing p,
.bp-honor-awards p,
.bp-honor-material p,
.bp-honor-cta p {
    color: var(--honor-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-honor-note {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--honor-navy) !important;
    background: #fff3e3;
    font-weight: 900;
}

.bp-honor-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr);
    gap: clamp(54px, 6vw, 100px);
    align-items: center;
}

.bp-honor-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: start;
}

.bp-honor-preview figure,
.bp-honor-cert-thumb,
.bp-honor-gallery__thumb {
    margin: 0;
    aspect-ratio: 600 / 850;
    border-radius: 24px;
    background:
        linear-gradient(135deg, #edf4fa, #fff 58%, #fff3e3);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 22px 64px rgba(7, 54, 95, .09);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-honor-preview figure:nth-child(even) {
    margin-top: 42px;
}

.bp-honor-preview figure:hover,
.bp-honor-cert-thumb:hover,
.bp-honor-gallery__thumb:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 86px rgba(7, 54, 95, .15);
}

.bp-honor-nav {
    padding-top: 0;
}

.bp-honor-nav__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bp-honor-nav__grid a {
    display: block;
    min-height: 156px;
    padding: 28px;
    border-radius: 28px;
    color: var(--honor-navy);
    text-decoration: none;
    background: var(--honor-soft);
    box-shadow: 0 22px 64px rgba(7, 54, 95, .06);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    font-size: 22px;
    font-weight: 900;
}

.bp-honor-nav__grid a:hover {
    transform: translateY(-7px);
    background: #fff;
    box-shadow: 0 30px 80px rgba(7, 54, 95, .12);
}

.bp-honor-nav__grid span {
    display: block;
    margin-top: 22px;
    color: #ff8a00;
    font-size: 15px;
}

.bp-honor-cards,
.bp-honor-patent,
.bp-honor-gallery {
    background: linear-gradient(180deg, #f5f9fd, #fff);
}

.bp-honor-cards__grid,
.bp-honor-testing__cards,
.bp-honor-patent__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bp-honor-patent__grid {
    grid-template-columns: repeat(4, 1fr);
}

.bp-honor-cards__grid article,
.bp-honor-testing__cards article,
.bp-honor-patent__grid article,
.bp-honor-gallery__grid article {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
}

.bp-honor-cert-thumb {
    display: block;
    width: calc(100% - 48px);
    margin: 24px auto 0;
}

.bp-honor-cards__grid article > div,
.bp-honor-patent__grid article > div,
.bp-honor-gallery__grid article > div {
    padding: 26px 28px 30px;
}

.bp-honor-cards__grid span,
.bp-honor-patent__grid span,
.bp-honor-gallery__grid span {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ff8a00;
    background: #fff3e3;
    font-size: 13px;
    font-weight: 900;
}

.bp-honor-cards__grid h3,
.bp-honor-testing__cards h3,
.bp-honor-patent__grid h3,
.bp-honor-gallery__grid h3 {
    margin: 16px 0 10px;
    color: var(--honor-navy);
    font-size: 23px;
    line-height: 1.28;
}

.bp-honor-cards__grid p,
.bp-honor-testing__cards p,
.bp-honor-patent__grid p,
.bp-honor-gallery__grid p {
    margin: 8px 0 0;
    color: var(--honor-text);
    line-height: 1.75;
}

.bp-honor-testing__grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 6vw, 90px);
    align-items: center;
}

.bp-honor-testing__cards article {
    padding-bottom: 28px;
}

.bp-honor-testing__cards h3,
.bp-honor-testing__cards p {
    padding-inline: 28px;
}

.bp-honor-awards__inner,
.bp-honor-material__inner,
.bp-honor-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(44px, 5vw, 72px);
    border-radius: 38px;
}

.bp-honor-awards__inner,
.bp-honor-material__inner {
    background: var(--honor-soft);
}

.bp-honor-awards__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 14px;
}

.bp-honor-awards__list span {
    padding: 16px 18px;
    border-radius: 18px;
    color: var(--honor-navy);
    background: #fff;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(7, 54, 95, .06);
}

.bp-honor-exhibition__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr .9fr;
    grid-auto-rows: 260px;
    gap: 22px;
}

.bp-honor-exhibition__grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 177, 27, .32), transparent 18%),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-honor-exhibition__grid figure:first-child {
    grid-row: span 2;
}

.bp-honor-exhibition__grid figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 31, 54, .68));
}

.bp-honor-exhibition__grid figure:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .16);
}

.bp-honor-exhibition__grid span {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.bp-honor-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.bp-honor-filter button {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    color: var(--honor-navy);
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 54, 95, .08);
    font-weight: 900;
    cursor: pointer;
}

.bp-honor-filter button.is-active,
.bp-honor-filter button:hover {
    color: #fff;
    background: #ff8a00;
}

.bp-honor-gallery__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.bp-honor-gallery__grid article.is-hidden {
    display: none;
}

.bp-honor-gallery__thumb {
    display: block;
    margin: 20px 20px 0;
}

.bp-honor-material {
    padding-top: 0;
}

.bp-honor-cta {
    padding-top: 0;
}

.bp-honor-cta__inner {
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 177, 27, .28), transparent 22%),
        linear-gradient(135deg, #07365f, #0f4a43);
}

.bp-honor-cta h2,
.bp-honor-cta p {
    color: #fff;
}

.bp-honor-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 1180px) {
    .bp-honor-overview__grid,
    .bp-honor-testing__grid,
    .bp-honor-awards__inner,
    .bp-honor-material__inner,
    .bp-honor-cta__inner {
        grid-template-columns: 1fr;
    }

    .bp-honor-nav__grid,
    .bp-honor-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bp-honor-cards__grid,
    .bp-honor-testing__cards,
    .bp-honor-patent__grid,
    .bp-honor-exhibition__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .bp-honor-container {
        width: min(100% - 32px, 560px);
    }

    .bp-honor-section {
        padding: 64px 0;
    }

    .bp-honor-nav__grid,
    .bp-honor-cards__grid,
    .bp-honor-testing__cards,
    .bp-honor-patent__grid,
    .bp-honor-exhibition__grid,
    .bp-honor-gallery__grid,
    .bp-honor-awards__list {
        grid-template-columns: 1fr;
    }

    .bp-honor-exhibition__grid figure:first-child {
        grid-row: auto;
    }
}

/* v2.7 发展历程 page */
.bp-history-page {
    --history-navy: #07365f;
    --history-deep: #123f3b;
    --history-text: #53667a;
    --history-soft: #f4f8fc;
    --history-line: rgba(7, 54, 95, .10);
    background: #fff;
}

.bp-history-container {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}

.bp-history-section {
    padding: clamp(76px, 7vw, 124px) 0;
}

.bp-history-heading {
    max-width: 1120px;
    margin-bottom: 46px;
}

.bp-history-heading h2,
.bp-history-intro h2,
.bp-history-global h2,
.bp-history-impact h2,
.bp-history-future h2,
.bp-history-cta h2 {
    margin: 12px 0 18px;
    color: var(--history-navy);
    font-size: clamp(40px, 4vw, 66px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bp-history-heading p,
.bp-history-intro p,
.bp-history-global p,
.bp-history-impact p,
.bp-history-future p,
.bp-history-cta p {
    color: var(--history-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-history-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(480px, .86fr);
    gap: clamp(54px, 6vw, 108px);
    align-items: center;
}

.bp-history-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.bp-history-intro__media {
    position: relative;
    min-height: 600px;
}

.bp-history-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 177, 27, .35), transparent 18%),
        radial-gradient(circle at 78% 26%, rgba(49, 182, 106, .24), transparent 20%),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 82px rgba(7, 54, 95, .12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-history-photo--one {
    inset: 0 88px 86px 0;
}

.bp-history-photo--two {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 44%;
}

.bp-history-photo:hover {
    transform: translateY(-9px) scale(1.025);
    box-shadow: 0 36px 94px rgba(7, 54, 95, .18);
}

.bp-history-facts {
    padding-top: 0;
}

.bp-history-facts__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bp-history-facts__grid article {
    min-height: 170px;
    padding: 30px;
    border-radius: 28px;
    background: var(--history-soft);
    box-shadow: 0 22px 64px rgba(7, 54, 95, .06);
}

.bp-history-facts__grid strong {
    display: block;
    color: #1678d4;
    font-size: clamp(30px, 2.8vw, 46px);
    line-height: 1.05;
}

.bp-history-facts__grid span {
    display: block;
    margin-top: 12px;
    color: var(--history-text);
    font-weight: 900;
    line-height: 1.55;
}

.bp-history-timeline,
.bp-history-achievements,
.bp-history-links {
    background: linear-gradient(180deg, #f5f9fd, #fff);
}

.bp-history-timeline__list {
    position: relative;
}

.bp-history-timeline__list::before {
    content: "";
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #ff8a00, rgba(7, 54, 95, .16));
}

.bp-history-timeline__list article {
    position: relative;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 44px;
}

.bp-history-time {
    position: sticky;
    top: 120px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    min-height: 86px;
    border-radius: 26px;
    color: #fff;
    background: var(--history-navy);
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 24px 64px rgba(7, 54, 95, .16);
}

.bp-history-card {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
    gap: 34px;
    padding: 32px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
}

.bp-history-card__image {
    min-height: 330px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 177, 27, .35), transparent 18%),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-history-card__image:hover {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 30px 80px rgba(7, 54, 95, .16);
}

.bp-history-card h3 {
    margin: 0 0 16px;
    color: var(--history-navy);
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1.18;
}

.bp-history-card p {
    color: var(--history-text);
    line-height: 1.85;
}

.bp-history-tags,
.bp-history-future__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.bp-history-tags span,
.bp-history-future__tags span {
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--history-navy);
    background: #fff3e3;
    font-size: 14px;
    font-weight: 900;
}

.bp-history-achievements__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.bp-history-achievements__grid article {
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 64px rgba(7, 54, 95, .07);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-history-achievements__grid article:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 80px rgba(7, 54, 95, .12);
}

.bp-history-achievements__grid h3 {
    color: var(--history-navy);
    font-size: 23px;
}

.bp-history-achievements__grid p {
    color: var(--history-text);
    line-height: 1.75;
}

.bp-history-global__grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(48px, 6vw, 90px);
    align-items: center;
}

.bp-history-global__photos {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-auto-rows: 250px;
    gap: 20px;
}

.bp-history-global__photos figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 177, 27, .32), transparent 18%),
        linear-gradient(135deg, #dfe8f0, #fff);
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-history-global__photos figure:first-child {
    grid-row: span 2;
}

.bp-history-global__photos figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 31, 54, .68));
}

.bp-history-global__photos figure:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .16);
}

.bp-history-global__photos span {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.bp-history-impact__inner,
.bp-history-future__inner,
.bp-history-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(44px, 5vw, 72px);
    border-radius: 38px;
}

.bp-history-impact__inner,
.bp-history-future__inner {
    background: var(--history-soft);
}

.bp-history-impact__inner strong {
    color: #ff8a00;
    font-size: clamp(28px, 3vw, 48px);
    white-space: nowrap;
}

.bp-history-links__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bp-history-links__grid a {
    display: block;
    min-height: 190px;
    padding: 30px;
    border-radius: 28px;
    color: var(--history-navy);
    text-decoration: none;
    background: #fff;
    box-shadow: 0 22px 64px rgba(7, 54, 95, .07);
    font-size: 24px;
    font-weight: 900;
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-history-links__grid a:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 80px rgba(7, 54, 95, .12);
}

.bp-history-links__grid span {
    display: block;
    margin-top: 22px;
    color: #ff8a00;
    font-size: 15px;
}

.bp-history-cta {
    padding-top: 0;
}

.bp-history-cta__inner {
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 177, 27, .28), transparent 22%),
        linear-gradient(135deg, #07365f, #0f4a43);
}

.bp-history-cta h2,
.bp-history-cta p {
    color: #fff;
}

@media (max-width: 1180px) {
    .bp-history-intro__grid,
    .bp-history-global__grid,
    .bp-history-impact__inner,
    .bp-history-future__inner,
    .bp-history-cta__inner {
        grid-template-columns: 1fr;
    }

    .bp-history-facts__grid,
    .bp-history-achievements__grid,
    .bp-history-links__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-history-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .bp-history-container {
        width: min(100% - 32px, 560px);
    }

    .bp-history-section {
        padding: 64px 0;
    }

    .bp-history-intro__media {
        min-height: 420px;
    }

    .bp-history-photo--one {
        inset: 0 36px 70px 0;
    }

    .bp-history-photo--two {
        width: 58%;
        height: 40%;
    }

    .bp-history-facts__grid,
    .bp-history-achievements__grid,
    .bp-history-links__grid,
    .bp-history-global__photos {
        grid-template-columns: 1fr;
    }

    .bp-history-timeline__list::before {
        left: 24px;
    }

    .bp-history-timeline__list article {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-left: 44px;
    }

    .bp-history-time {
        position: relative;
        top: auto;
        width: max-content;
        min-height: 58px;
        padding: 0 20px;
        font-size: 24px;
    }

    .bp-history-card {
        padding: 22px;
    }

    .bp-history-global__photos figure:first-child {
        grid-row: auto;
    }
}

/* v2.4.7 about fact stat cards center alignment */
.bp-about-funfair .bp-af-dark__stats article {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 34px 24px !important;
}

.bp-about-funfair .bp-af-dark__stats strong {
    display: block !important;
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: clamp(34px, 3vw, 50px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.bp-about-funfair .bp-af-dark__stats span {
    display: block !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, .86) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
}

/* v2.8 team page */
.bp-team-page {
    --team-navy: #07365f;
    --team-deep: #123f3b;
    --team-text: #53667a;
    --team-soft: #f4f8fc;
    --team-cream: #fff4e6;
    --team-orange: #ff960f;
    overflow: hidden;
}

.bp-team-container {
    width: min(1520px, calc(100% - 72px));
    margin: 0 auto;
}

.bp-team-section {
    padding: 96px 0;
}

.bp-team-heading {
    max-width: 980px;
    margin-bottom: 38px;
}

.bp-team-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
    gap: 48px;
    align-items: end;
}

.bp-team-heading h2,
.bp-team-overview h2,
.bp-team-values h2,
.bp-team-training h2,
.bp-team-cta h2 {
    margin: 10px 0 18px;
    color: var(--team-navy);
    font-size: clamp(34px, 4vw, 68px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.bp-team-heading p,
.bp-team-overview p,
.bp-team-values p,
.bp-team-training p,
.bp-team-cta p {
    color: var(--team-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-team-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1fr);
    gap: 72px;
    align-items: center;
}

.bp-team-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.bp-team-overview__media {
    position: relative;
    min-height: 560px;
}

.bp-team-photo {
    position: absolute;
    background: linear-gradient(135deg, #edf3f7, #d8e3ec);
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    box-shadow: 0 28px 70px rgba(7, 54, 95, .13);
    transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
}

.bp-team-photo:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 34px 86px rgba(7, 54, 95, .18);
    filter: saturate(1.05);
}

.bp-team-photo--large {
    width: 70%;
    height: 420px;
    right: 0;
    top: 0;
}

.bp-team-photo--small {
    width: 48%;
    height: 300px;
    left: 0;
    bottom: 0;
}

.bp-team-badge {
    position: absolute;
    right: 8%;
    bottom: 42px;
    padding: 22px 26px;
    border-radius: 24px;
    color: #fff;
    background: rgba(18, 63, 59, .92);
    box-shadow: 0 24px 60px rgba(18, 63, 59, .18);
}

.bp-team-badge strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.bp-team-badge span {
    display: block;
    margin-top: 8px;
    opacity: .82;
}

.bp-team-facts,
.bp-team-gallery,
.bp-team-training {
    background: #fff;
}

.bp-team-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.bp-team-facts__grid article {
    min-height: 190px;
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 66px rgba(7, 54, 95, .08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-team-facts__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 76px rgba(7, 54, 95, .13);
}

.bp-team-facts__grid strong {
    display: block;
    color: var(--team-navy);
    font-size: 30px;
    margin-bottom: 12px;
}

.bp-team-facts__grid span {
    color: var(--team-text);
    line-height: 1.75;
}

.bp-team-workflow__track {
    display: grid;
    grid-template-columns: repeat(8, minmax(180px, 1fr));
    gap: 16px;
    overflow-x: auto;
    padding: 6px 4px 24px;
    scrollbar-width: thin;
}

.bp-team-workflow__track article {
    position: relative;
    min-height: 210px;
    padding: 28px 24px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .08);
    transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.bp-team-workflow__track article::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 18px;
    height: 2px;
    background: rgba(255, 150, 15, .45);
}

.bp-team-workflow__track article:last-child::after {
    display: none;
}

.bp-team-workflow__track article:hover {
    transform: translateY(-8px);
    background: #fff;
    box-shadow: 0 26px 70px rgba(7, 54, 95, .10);
}

.bp-team-workflow__track b {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #fff;
    background: var(--team-orange);
}

.bp-team-workflow__track h3 {
    color: var(--team-navy);
    margin: 26px 0 10px;
    font-size: 22px;
}

.bp-team-workflow__track p {
    color: var(--team-text);
    line-height: 1.75;
    margin: 0;
}

.bp-team-departments__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.bp-team-departments__grid article {
    display: grid;
    grid-template-columns: minmax(220px, .82fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    padding: 24px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .06);
    box-shadow: 0 28px 76px rgba(7, 54, 95, .08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-team-departments__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(7, 54, 95, .14);
}

.bp-team-departments__image,
.bp-team-project__image {
    min-height: 330px;
    border-radius: 26px;
    background: linear-gradient(135deg, #edf3f7, #d8e3ec);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform .45s ease, filter .45s ease;
}

.bp-team-departments__grid article:hover .bp-team-departments__image,
.bp-team-project__grid article:hover .bp-team-project__image {
    transform: scale(1.025);
    filter: saturate(1.08);
}

.bp-team-departments__body {
    padding: 10px 10px 10px 0;
}

.bp-team-departments__body span {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    color: #ff7f00;
    background: #fff0dc;
    font-weight: 700;
}

.bp-team-departments__body h3 {
    margin: 18px 0 14px;
    color: var(--team-navy);
    font-size: 28px;
    line-height: 1.22;
}

.bp-team-departments__body p,
.bp-team-departments__body li {
    color: var(--team-text);
    line-height: 1.8;
}

.bp-team-departments__body ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.bp-team-departments__body li {
    position: relative;
    padding-left: 18px;
    font-weight: 700;
    color: var(--team-deep);
}

.bp-team-departments__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--team-orange);
}

.bp-team-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 260px;
    gap: 22px;
}

.bp-team-gallery__grid figure {
    position: relative;
    min-height: 260px;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, #edf3f7, #d8e3ec);
    background-size: cover;
    background-position: center;
    box-shadow: 0 26px 70px rgba(7, 54, 95, .10);
    transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
}

.bp-team-gallery__grid figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.bp-team-gallery__grid figure:nth-child(4) {
    grid-column: span 2;
}

.bp-team-gallery__grid figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 54, 95, .04), rgba(7, 31, 54, .70));
}

.bp-team-gallery__grid figure:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 34px 90px rgba(7, 54, 95, .16);
    filter: saturate(1.06);
}

.bp-team-gallery__grid figcaption {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    bottom: 24px;
    color: #fff;
}

.bp-team-gallery__grid strong {
    display: block;
    font-size: 24px;
}

.bp-team-gallery__grid span {
    display: block;
    margin-top: 8px;
    opacity: .86;
}

.bp-team-project__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.bp-team-project__grid article {
    padding: 18px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.bp-team-project__grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 84px rgba(7, 54, 95, .14);
}

.bp-team-project__image {
    min-height: 260px;
}

.bp-team-project__grid h3 {
    margin: 20px 4px 8px;
    color: var(--team-navy);
    font-size: 22px;
}

.bp-team-project__grid p {
    margin: 0 4px 10px;
    color: var(--team-text);
    line-height: 1.7;
}

.bp-team-values__inner,
.bp-team-training__inner,
.bp-team-cta__inner {
    border-radius: 36px;
    padding: 64px;
}

.bp-team-values__inner {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr);
    gap: 56px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .08);
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
}

.bp-team-values .bp-kicker {
    background: #fff0dc;
    color: #ff7f00;
}

.bp-team-values h2,
.bp-team-values p {
    color: var(--team-navy);
}

.bp-team-values p {
    color: var(--team-text);
    opacity: 1;
}

.bp-team-values__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bp-team-values__grid article {
    padding: 28px;
    border-radius: 26px;
    background: var(--team-soft);
    color: var(--team-navy);
    transition: transform .35s ease, background .35s ease;
}

.bp-team-values__grid article:hover {
    transform: translateY(-6px);
    background: #fff4e6;
}

.bp-team-values__grid h3 {
    margin: 0 0 10px;
    color: var(--team-navy);
}

.bp-team-values__grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--team-text);
}

.bp-team-training__inner {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(480px, 1fr);
    gap: 56px;
    align-items: center;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 54, 95, .08);
}

.bp-team-training__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bp-team-training__list span {
    padding: 16px 22px;
    border-radius: 999px;
    color: var(--team-navy);
    background: var(--team-soft);
    font-weight: 800;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.bp-team-training__list span:hover {
    transform: translateY(-4px);
    background: var(--team-orange);
    color: #fff;
}

.bp-team-cta {
    padding-top: 30px;
}

.bp-team-cta__inner {
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(7, 54, 95, .96), rgba(18, 63, 59, .94));
}

.bp-team-cta h2,
.bp-team-cta p {
    color: #fff;
}

.bp-team-cta p {
    max-width: 780px;
    margin: 0 auto;
    opacity: .84;
}

.bp-team-cta .bp-team-actions {
    justify-content: center;
}

.bp-team-cta .bp-button--ghost {
    color: #07365f !important;
    background: #fff !important;
    border-color: #fff !important;
}

.bp-team-cta .bp-button--ghost:hover {
    color: #fff !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, .72) !important;
}

.bp-team-cta .bp-button--primary {
    color: #fff !important;
}

@media (max-width: 1180px) {
    .bp-team-overview__grid,
    .bp-team-heading--split,
    .bp-team-values__inner,
    .bp-team-training__inner {
        grid-template-columns: 1fr;
    }

    .bp-team-departments__grid,
    .bp-team-project__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-team-facts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bp-team-container {
        width: min(100% - 32px, 560px);
    }

    .bp-team-section {
        padding: 62px 0;
    }

    .bp-team-heading h2,
    .bp-team-overview h2,
    .bp-team-values h2,
    .bp-team-training h2,
    .bp-team-cta h2 {
        font-size: 34px;
    }

    .bp-team-overview__media {
        min-height: 420px;
    }

    .bp-team-photo--large {
        width: 82%;
        height: 300px;
    }

    .bp-team-photo--small {
        width: 58%;
        height: 210px;
    }

    .bp-team-badge {
        right: 0;
        bottom: 16px;
    }

    .bp-team-facts__grid,
    .bp-team-departments__grid,
    .bp-team-project__grid,
    .bp-team-values__grid,
    .bp-team-gallery__grid {
        grid-template-columns: 1fr;
    }

    .bp-team-gallery__grid {
        grid-auto-rows: 260px;
    }

    .bp-team-gallery__grid figure:first-child,
    .bp-team-gallery__grid figure:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .bp-team-departments__grid article {
        grid-template-columns: 1fr;
    }

    .bp-team-departments__body {
        padding: 0;
    }

    .bp-team-departments__body ul {
        grid-template-columns: 1fr;
    }

    .bp-team-departments__image,
    .bp-team-project__image {
        min-height: 260px;
    }

    .bp-team-values__inner,
    .bp-team-training__inner,
    .bp-team-cta__inner {
        padding: 34px 24px;
        border-radius: 28px;
    }

    .bp-team-workflow__track {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .bp-team-workflow__track article::after {
        display: none;
    }
}

/* v2.8.1 team page final background normalization
   Keep the whole page consistent with other sub-pages: white main content,
   light cards only, and dark background only for the final CTA. */
body.page-template-page-team,
body.page-template-page-team .site,
body.page-template-page-team #page,
body.page-template-page-team .site-content,
body.page-template-page-team .content-area,
body.page-template-page-team .inside-article,
body.page-template-page-team .entry-content,
body.page-template-page-team .bp-team-page,
body.page-template-page-team .bp-team-section,
body.page-template-page-team .bp-team-facts,
body.page-template-page-team .bp-team-gallery,
body.page-template-page-team .bp-team-training,
body.page-template-page-team .bp-team-overview,
body.page-template-page-team .bp-team-workflow,
body.page-template-page-team .bp-team-departments,
body.page-template-page-team .bp-team-project,
body.page-template-page-team .bp-team-values {
    background: #fff !important;
}

body.page-template-page-team .bp-team-cta,
body.page-template-page-team .bp-team-cta__inner {
    background: transparent !important;
}

body.page-template-page-team .bp-team-cta__inner {
    background: linear-gradient(135deg, rgba(7, 54, 95, .96), rgba(18, 63, 59, .94)) !important;
}

body.page-template-page-team .bp-team-facts__grid article,
body.page-template-page-team .bp-team-workflow__track article,
body.page-template-page-team .bp-team-departments__grid article,
body.page-template-page-team .bp-team-project__grid article,
body.page-template-page-team .bp-team-values__inner,
body.page-template-page-team .bp-team-training__inner {
    background: #fff !important;
}

body.page-template-page-team .bp-team-values__grid article,
body.page-template-page-team .bp-team-training__list span {
    background: #f4f8fc !important;
}

body.page-template-page-team .bp-team-values__grid article:hover,
body.page-template-page-team .bp-team-training__list span:hover {
    background: #fff4e6 !important;
}

/* v2.8.2 team page background fix for template_include forced pages.
   The page may not receive WordPress page-template body class, so target the
   actual page wrapper directly. */
.bp-team-page,
.bp-team-page .bp-team-section,
.bp-team-page .bp-team-overview,
.bp-team-page .bp-team-facts,
.bp-team-page .bp-team-workflow,
.bp-team-page .bp-team-departments,
.bp-team-page .bp-team-gallery,
.bp-team-page .bp-team-project,
.bp-team-page .bp-team-values,
.bp-team-page .bp-team-training {
    background: #fff !important;
}

.bp-team-page .bp-team-cta {
    background: #fff !important;
}

.bp-team-page .bp-team-cta__inner {
    background: linear-gradient(135deg, rgba(7, 54, 95, .96), rgba(18, 63, 59, .94)) !important;
}

.bp-team-page .bp-team-heading h2,
.bp-team-page .bp-team-overview h2,
.bp-team-page .bp-team-values h2,
.bp-team-page .bp-team-training h2 {
    color: #07365f !important;
}

.bp-team-page .bp-team-heading p,
.bp-team-page .bp-team-overview p,
.bp-team-page .bp-team-values p,
.bp-team-page .bp-team-training p {
    color: #53667a !important;
}

.bp-team-page .bp-team-facts__grid article,
.bp-team-page .bp-team-workflow__track article,
.bp-team-page .bp-team-departments__grid article,
.bp-team-page .bp-team-project__grid article,
.bp-team-page .bp-team-values__inner,
.bp-team-page .bp-team-training__inner {
    background: #fff !important;
}

.bp-team-page .bp-team-values__grid article,
.bp-team-page .bp-team-training__list span {
    background: #f4f8fc !important;
}

/* v2.9 contact page and lead form */
.bp-contact-page,
.bp-thank-page {
    --contact-navy: #07365f;
    --contact-deep: #123f3b;
    --contact-text: #53667a;
    --contact-soft: #f4f8fc;
    --contact-orange: #ff960f;
    background: #fff;
}

.bp-contact-container,
.bp-thank-container {
    width: min(1520px, calc(100% - 72px));
    margin: 0 auto;
}

.bp-contact-section,
.bp-thank-section {
    padding: 92px 0;
    background: #fff;
}

.bp-contact-heading {
    max-width: 980px;
    margin-bottom: 34px;
}

.bp-contact-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 48px;
    align-items: end;
}

.bp-contact-heading h2,
.bp-contact-intro h2,
.bp-contact-map h2,
.bp-contact-visit h2,
.bp-contact-faq h2,
.bp-contact-cta h2,
.bp-thank-page h2 {
    margin: 10px 0 18px;
    color: var(--contact-navy);
    font-size: clamp(34px, 4vw, 64px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.bp-contact-heading p,
.bp-contact-intro p,
.bp-contact-map p,
.bp-contact-visit p,
.bp-contact-cta p,
.bp-thank-page p {
    color: var(--contact-text);
    font-size: 18px;
    line-height: 1.9;
}

.bp-contact-intro__grid,
.bp-contact-form__grid,
.bp-contact-map__grid,
.bp-contact-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
    gap: 64px;
    align-items: center;
}

.bp-contact-actions,
.bp-thank-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.bp-contact-intro__note,
.bp-contact-form__box,
.bp-contact-map__card,
.bp-contact-visit__inner,
.bp-contact-cta__inner,
.bp-thank-container {
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 28px 76px rgba(7, 54, 95, .08);
}

.bp-contact-intro__note {
    padding: 44px;
    border: 1px solid rgba(7, 54, 95, .08);
}

.bp-contact-intro__note strong {
    color: var(--contact-navy);
    font-size: 28px;
}

.bp-contact-cards,
.bp-contact-materials__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.bp-contact-cards article,
.bp-contact-materials__grid article,
.bp-contact-list article {
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .08);
    box-shadow: 0 24px 66px rgba(7, 54, 95, .07);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-contact-cards article:hover,
.bp-contact-materials__grid article:hover,
.bp-contact-list article:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(7, 54, 95, .12);
}

.bp-contact-cards span {
    display: block;
    color: #ff7f00;
    font-weight: 800;
    margin-bottom: 12px;
}

.bp-contact-cards strong,
.bp-contact-materials__grid strong,
.bp-contact-list strong {
    color: var(--contact-navy);
    font-size: 22px;
}

.bp-contact-form-section {
    background: #fff;
}

.bp-contact-form__copy ul {
    display: grid;
    gap: 14px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.bp-contact-form__copy li {
    position: relative;
    padding-left: 20px;
    color: var(--contact-deep);
    font-weight: 800;
}

.bp-contact-form__copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--contact-orange);
}

.bp-contact-form__box {
    padding: 34px;
    border: 1px solid rgba(7, 54, 95, .08);
}

.bp-lead-form {
    display: grid;
    gap: 22px;
}

.bp-lead-form__notice {
    padding: 14px 18px;
    border-radius: 14px;
    color: #9b3d00;
    background: #fff0dc;
    font-weight: 800;
}

.bp-lead-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bp-lead-form label {
    display: grid;
    gap: 8px;
    color: var(--contact-navy);
    font-weight: 800;
}

.bp-lead-form em {
    color: #ff6a00;
    font-style: normal;
}

.bp-lead-form input[type="text"],
.bp-lead-form input[type="file"],
.bp-lead-form select,
.bp-lead-form textarea {
    width: 100%;
    border: 1px solid rgba(7, 54, 95, .14);
    border-radius: 16px;
    padding: 15px 16px;
    color: var(--contact-navy);
    background: #f9fbfd;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bp-lead-form input:focus,
.bp-lead-form select:focus,
.bp-lead-form textarea:focus {
    border-color: var(--contact-orange);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 150, 15, .12);
}

.bp-lead-form__inline {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: var(--contact-soft);
}

.bp-lead-form__inline > span {
    color: var(--contact-navy);
    font-weight: 900;
}

.bp-lead-form__inline label,
.bp-lead-form__privacy {
    display: inline-flex;
    grid-template-columns: none;
    align-items: center;
    gap: 8px;
    color: var(--contact-text);
    font-weight: 700;
}

.bp-lead-form__full {
    display: grid;
}

.bp-lead-form small {
    color: var(--contact-text);
    font-weight: 500;
}

.bp-lead-form__privacy {
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff8ef;
}

.bp-contact-map__placeholder {
    min-height: 460px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 40px;
    border-radius: 34px;
    color: var(--contact-navy);
    background:
        linear-gradient(135deg, rgba(7, 54, 95, .08), rgba(255, 150, 15, .08)),
        #eef4f8;
    box-shadow: 0 28px 76px rgba(7, 54, 95, .08);
}

.bp-contact-map__placeholder span {
    display: block;
    font-size: 34px;
    font-weight: 900;
}

.bp-contact-map__embed,
.bp-baidu-map {
    min-height: 460px;
    border-radius: 34px;
    overflow: hidden;
    background: #eef4f8;
    box-shadow: 0 28px 76px rgba(7, 54, 95, .08);
}

.bp-baidu-map {
    width: 100%;
    height: 460px;
}

.bp-baidu-map__fallback {
    height: 100%;
    min-height: 460px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 32px;
    text-align: center;
    color: #07365f;
    background: #eef4f8;
}

.bp-baidu-map__fallback strong {
    font-size: 24px;
}

.bp-baidu-map__fallback span {
    color: #53667a;
}

.bp-contact-map__card {
    padding: 48px;
}

.bp-contact-visit__inner,
.bp-contact-cta__inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    padding: 54px;
    border: 1px solid rgba(7, 54, 95, .08);
}

.bp-contact-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.bp-contact-list p,
.bp-contact-materials__grid p {
    color: var(--contact-text);
    line-height: 1.75;
}

.bp-contact-faq__items {
    display: grid;
    gap: 14px;
}

.bp-contact-faq details {
    padding: 22px 26px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(7, 54, 95, .10);
    box-shadow: 0 18px 50px rgba(7, 54, 95, .06);
}

.bp-contact-faq summary {
    cursor: pointer;
    color: var(--contact-navy);
    font-weight: 900;
    font-size: 18px;
}

.bp-contact-faq details p {
    margin: 14px 0 0;
    color: var(--contact-text);
    line-height: 1.8;
}

.bp-contact-cta {
    padding-top: 30px;
}

.bp-contact-cta__inner {
    display: block;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(7, 54, 95, .96), rgba(18, 63, 59, .94));
}

.bp-contact-cta h2,
.bp-contact-cta p {
    color: #fff;
}

.bp-contact-cta p {
    max-width: 760px;
    margin: 0 auto;
    opacity: .86;
}

.bp-contact-cta .bp-contact-actions {
    justify-content: center;
}

.bp-thank-section {
    padding: 120px 0;
}

.bp-thank-container {
    max-width: 980px;
    padding: 70px;
    text-align: center;
}

.bp-thank-id {
    display: inline-flex;
    margin: 20px 0 0;
    padding: 12px 18px;
    border-radius: 999px;
    color: #ff7f00;
    background: #fff0dc;
    font-weight: 900;
}

.bp-thank-actions {
    justify-content: center;
}

.bp-thank-note {
    margin-top: 38px;
    padding: 24px;
    border-radius: 22px;
    text-align: left;
    background: var(--contact-soft);
}

.bp-thank-note strong {
    color: var(--contact-navy);
}

@media (max-width: 1180px) {
    .bp-contact-intro__grid,
    .bp-contact-form__grid,
    .bp-contact-map__grid,
    .bp-contact-faq__grid,
    .bp-contact-heading--split {
        grid-template-columns: 1fr;
    }

    .bp-contact-cards,
    .bp-contact-materials__grid,
    .bp-contact-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bp-contact-container,
    .bp-thank-container {
        width: min(100% - 32px, 560px);
    }

    .bp-contact-section,
    .bp-thank-section {
        padding: 62px 0;
    }

    .bp-contact-heading h2,
    .bp-contact-intro h2,
    .bp-contact-map h2,
    .bp-contact-visit h2,
    .bp-contact-faq h2,
    .bp-contact-cta h2,
    .bp-thank-page h2 {
        font-size: 34px;
    }

    .bp-contact-cards,
    .bp-contact-materials__grid,
    .bp-contact-list,
    .bp-lead-form__grid {
        grid-template-columns: 1fr;
    }

    .bp-contact-form__box,
    .bp-contact-map__card,
    .bp-contact-visit__inner,
    .bp-contact-cta__inner,
    .bp-thank-container {
        padding: 30px 22px;
        border-radius: 28px;
    }

    .bp-contact-visit__inner {
        display: grid;
    }

    .bp-contact-map__placeholder {
        min-height: 300px;
    }

    .bp-contact-map__embed,
    .bp-baidu-map {
        min-height: 320px;
        height: 320px;
    }

    .bp-lead-form__inline {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* v3.1.1 typography normalization
   Keep the site readable and avoid oversized banners / tiny product labels. */
:root {
    --bp-text-size: 16px;
    --bp-text-line: 1.78;
    --bp-note-size: 15px;
    --bp-lead-size: 17px;
    --bp-card-title-size: 20px;
    --bp-subtitle-size: clamp(30px, 3vw, 42px);
    --bp-section-title-size: clamp(34px, 3.4vw, 46px);
    --bp-banner-title-size: clamp(38px, 3.8vw, 52px);
}

body {
    font-size: var(--bp-text-size);
    line-height: var(--bp-text-line);
}

.bp-product-page p,
.bp-product-page li,
.bp-blog-archive p,
.bp-single-post p,
.bp-contact-page p,
.bp-about-overview p,
.bp-company-page p,
.bp-factory-page p,
.bp-honor-page p,
.bp-history-page p,
.bp-team-page p {
    font-size: var(--bp-text-size);
    line-height: var(--bp-text-line);
}

.bp-page-hero h1,
.bp-product-hero h1,
.bp-blog-hero h1,
.bp-single-hero h1,
.bp-contact-hero h1 {
    font-size: var(--bp-banner-title-size) !important;
    line-height: 1.16 !important;
    letter-spacing: -.02em;
}

.bp-product-heading h2,
.bp-product-split h2,
.bp-product-overview h2,
.bp-product-cta h2,
.bp-blog-section h2,
.bp-single-related h2,
.bp-contact-heading h2,
.bp-about-overview h2,
.bp-company-page h2,
.bp-factory-page h2,
.bp-honor-page h2,
.bp-history-page h2,
.bp-team-page h2 {
    font-size: var(--bp-section-title-size);
    line-height: 1.18;
}

.bp-product-heading p,
.bp-product-split p,
.bp-product-overview p,
.bp-product-collection-intro p,
.bp-product-quick-form p,
.bp-blog-hero p,
.bp-contact-heading p {
    font-size: var(--bp-lead-size);
}

.bp-product-collection-card h3,
.bp-product-system-card h3,
.bp-product-list-card h3,
.bp-product-related-card h3,
.bp-blog-card__body h2,
.bp-single-related-card__body h3,
.bp-news-card__body h3 {
    font-size: var(--bp-card-title-size);
    line-height: 1.35;
}

.bp-product-related-title {
    font-size: 22px !important;
    line-height: 1.35;
    font-weight: 900;
}

.bp-product-detail-content {
    font-size: 17px;
    line-height: 1.9;
}

.bp-product-detail-content h2 {
    font-size: var(--bp-subtitle-size);
    line-height: 1.22;
}

.bp-product-detail-content h3 {
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.3;
}

.bp-product-kicker,
.bp-section-label,
.bp-blog-card__body > span,
.bp-single-related-card__body > span {
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 680px) {
    :root {
        --bp-text-size: 15px;
        --bp-lead-size: 15px;
        --bp-card-title-size: 18px;
        --bp-section-title-size: 30px;
        --bp-banner-title-size: 34px;
    }
}

/* v3.2.0 case archive with filter sidebar */
body.bp-cases-area .site.grid-container,
body.bp-cases-area .container.grid-container,
body.bp-cases-area .site-content,
body.bp-cases-area .content-area,
body.bp-cases-area .inside-site-info {
    max-width: none;
    width: 100%;
}

body.bp-cases-area .site-content {
    display: block;
    padding: 0;
}

body.bp-cases-area .content-area {
    float: none;
    width: 100% !important;
}

body.bp-cases-area .widget-area {
    display: none !important;
}

body.bp-cases-area .inside-article,
body.bp-cases-area .entry-content,
body.bp-cases-area .site-main {
    padding: 0;
    margin: 0 !important;
    max-width: none;
}

.bp-case-page {
    --case-navy: #07365f;
    --case-deep: #071f36;
    --case-orange: #ff8a00;
    --case-text: #53667a;
    --case-soft: #f4f8fc;
    --case-line: rgba(7, 54, 95, .12);
    background: #fff;
}

html body .bp-case-page,
html body .bp-case-page * {
    box-sizing: border-box;
}

html body .bp-case-page {
    display: block;
    width: 100%;
    clear: both;
    color: var(--case-text);
    background: #fff;
}

.bp-case-container {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
}

.bp-case-hero {
    min-height: 420px;
    display: grid;
    align-items: center;
    padding: 120px 0 70px;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bp-case-hero h1 {
    margin: 0;
    max-width: 920px;
    font-size: var(--bp-banner-title-size);
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -.02em;
}

.bp-case-section {
    padding: clamp(58px, 7vw, 96px) 0;
}

.bp-case-layout {
    display: grid;
    grid-template-columns: minmax(260px, 25%) minmax(0, 1fr);
    gap: clamp(28px, 3vw, 46px);
    align-items: start;
}

.bp-case-sidebar {
    position: sticky;
    top: 110px;
}

.bp-case-filter {
    border-radius: 28px;
    background: var(--case-soft);
    box-shadow: 0 20px 70px rgba(7, 54, 95, .10);
    overflow: hidden;
}

.bp-case-filter summary {
    padding: 24px 26px;
    color: var(--case-navy);
    font-size: 20px;
    font-weight: 950;
    cursor: pointer;
}

.bp-case-filter form {
    padding: 0 26px 28px;
}

.bp-case-filter__field {
    display: block;
    margin-bottom: 18px;
}

.bp-case-filter__field span {
    display: block;
    margin-bottom: 8px;
    color: var(--case-navy);
    font-size: 14px;
    font-weight: 900;
}

.bp-case-filter input,
.bp-case-filter select {
    width: 100%;
    border: 1px solid var(--case-line);
    border-radius: 14px;
    padding: 12px 14px;
    color: var(--case-navy);
    background: #fff;
    font-size: 15px;
    outline: none;
}

.bp-case-filter input:focus,
.bp-case-filter select:focus {
    border-color: rgba(255, 138, 0, .55);
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .10);
}

.bp-case-filter button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(255, 138, 0, .22);
}

.bp-case-filter form > a {
    display: block;
    margin-top: 14px;
    color: var(--case-text);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.bp-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2vw, 30px);
}

.bp-case-item {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 76px rgba(7, 54, 95, .10);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bp-case-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 96px rgba(7, 54, 95, .16);
}

.bp-case-item__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
}

.bp-case-item__image img,
.bp-case-item__image span {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bp-case-item__image img {
    transition: transform .55s ease, filter .55s ease;
}

.bp-case-item:hover .bp-case-item__image img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.bp-case-item__body {
    padding: 24px;
}

.bp-case-item h2 {
    margin: 0 0 16px;
    color: var(--case-navy);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 950;
}

.bp-case-item h2 a {
    color: inherit;
    text-decoration: none;
}

.bp-case-item dl {
    margin: 0;
    display: grid;
    gap: 8px;
}

.bp-case-item dl div {
    display: flex;
    gap: 0;
    color: var(--case-text);
    font-size: 14px;
    line-height: 1.55;
}

.bp-case-item dt {
    flex: 0 0 auto;
    color: var(--case-navy);
    font-weight: 900;
}

.bp-case-item dd {
    margin: 0;
}

.bp-case-item__config {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--case-line);
}

.bp-case-item__config strong {
    display: block;
    color: var(--case-navy);
    font-size: 14px;
}

.bp-case-item__config p {
    margin: 6px 0 0;
    color: var(--case-text);
    font-size: 14px;
    line-height: 1.6;
}

.bp-case-item__more {
    display: inline-flex;
    margin-top: 18px;
    color: var(--case-orange);
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
}

.bp-case-pagination {
    margin-top: 54px;
}

.bp-case-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-case-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--case-navy);
    background: #eef5fb;
    font-weight: 900;
    text-decoration: none;
}

.bp-case-pagination .page-numbers.current,
.bp-case-pagination .page-numbers:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb02e);
}

.bp-case-empty {
    padding: 70px 34px;
    border-radius: 30px;
    text-align: center;
    background: var(--case-soft);
}

.bp-case-empty h2 {
    margin: 0;
    color: var(--case-navy);
    font-size: 28px;
}

.bp-case-empty p {
    margin: 12px 0 0;
    color: var(--case-text);
}

@media (max-width: 1180px) {
    .bp-case-layout {
        grid-template-columns: 1fr;
    }

    .bp-case-sidebar {
        position: static;
    }

    .bp-case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bp-case-container {
        width: min(100% - 32px, 560px);
    }

    .bp-case-hero {
        min-height: 340px;
        padding: 100px 0 58px;
    }

    .bp-case-grid {
        grid-template-columns: 1fr;
    }

    .bp-case-filter:not([open]) form {
        display: none;
    }
}

/* v3.3.0 custom solution landing pages */
body.bp-solutions-area #page,
body.bp-solutions-area .site,
body.bp-solutions-area .site-content,
body.bp-solutions-area .content-area,
body.bp-solutions-area .inside-article,
body.bp-solutions-area #primary {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.bp-solutions-area .site-main {
    margin: 0;
}

.bp-solution-page {
    --solution-navy: #08395f;
    --solution-deep: #06263f;
    --solution-text: #4f6478;
    --solution-soft: #f3f8fc;
    --solution-cream: #fff4e6;
    --solution-orange: #ff8a00;
    --solution-line: rgba(8, 57, 95, .11);
    color: var(--solution-text);
    background: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.bp-solution-container {
    width: min(100% - 64px, 1480px);
    margin: 0 auto;
}

.bp-solution-hero {
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 138px 0 88px;
    color: #fff;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bp-solution-hero::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    bottom: -1px;
    height: 54px;
    background: #fff;
    clip-path: polygon(0 45%, 10% 55%, 20% 40%, 32% 52%, 45% 38%, 58% 52%, 72% 42%, 86% 56%, 100% 42%, 100% 100%, 0 100%);
}

.bp-solution-hero .bp-solution-container {
    position: relative;
    z-index: 1;
}

.bp-solution-hero h1 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.04em;
}

.bp-solution-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(17px, 1.4vw, 21px);
}

.bp-solution-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.bp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.bp-button:hover {
    transform: translateY(-3px);
}

.bp-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb12c);
    box-shadow: 0 18px 42px rgba(255, 138, 0, .28);
}

.bp-button--ghost-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.bp-solution-section {
    padding: clamp(72px, 7vw, 116px) 0;
}

.bp-solution-section--soft {
    background: linear-gradient(180deg, #f5f9fc 0%, #fff 100%);
}

.bp-solution-heading {
    margin-bottom: clamp(28px, 3vw, 46px);
}

.bp-solution-heading span,
.bp-solution-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--solution-orange);
    background: rgba(255, 138, 0, .10);
    font-size: 13px;
    font-weight: 950;
}

.bp-solution-heading h2,
.bp-solution-split h2,
.bp-solution-cta h2 {
    margin: 14px 0 0;
    color: var(--solution-navy);
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.14;
    font-weight: 950;
    letter-spacing: -.035em;
}

.bp-solution-heading p,
.bp-solution-split p,
.bp-solution-cta p {
    margin: 18px 0 0;
    color: var(--solution-text);
}

.bp-solution-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.bp-solution-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 30px;
    color: inherit;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 24px 80px rgba(8, 57, 95, .10);
    transition: transform .32s ease, box-shadow .32s ease;
}

.bp-solution-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 34px 96px rgba(8, 57, 95, .16);
}

.bp-solution-card__image {
    min-height: 210px;
    background: linear-gradient(135deg, #eaf2f8, #cbd8e2);
    background-position: center;
    background-size: cover;
    transition: transform .55s ease, filter .55s ease;
}

.bp-solution-card:hover .bp-solution-card__image {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.bp-solution-card > div:last-child {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 24px 22px 26px;
    background: #fff;
}

.bp-solution-card h3 {
    margin: 0;
    color: var(--solution-navy);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 950;
}

.bp-solution-card p {
    margin: 12px 0 0;
    color: var(--solution-text);
    font-size: 15px;
}

.bp-solution-card strong {
    display: inline-flex;
    margin-top: 18px;
    color: var(--solution-orange);
    font-size: 15px;
    font-weight: 950;
}

.bp-solution-choice {
    display: grid;
    grid-template-columns: .9fr 1.2fr;
    gap: clamp(28px, 4vw, 72px);
    align-items: start;
}

.bp-solution-choice__list {
    display: grid;
    gap: 14px;
}

.bp-solution-choice__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border: 1px solid var(--solution-line);
    border-radius: 22px;
    color: var(--solution-navy);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 16px 48px rgba(8, 57, 95, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-solution-choice__list a:hover {
    transform: translateX(8px);
    box-shadow: 0 22px 66px rgba(8, 57, 95, .12);
}

.bp-solution-choice__list em {
    color: var(--solution-orange);
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
}

.bp-solution-choice__list strong {
    text-align: right;
    font-size: 18px;
    font-weight: 950;
}

.bp-solution-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
    gap: clamp(32px, 5vw, 82px);
    align-items: center;
}

.bp-solution-capability,
.bp-solution-product-links,
.bp-solution-case-links,
.bp-solution-point-grid,
.bp-solution-zone-grid {
    display: grid;
    gap: 16px;
}

.bp-solution-capability {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-solution-capability span,
.bp-solution-product-links a,
.bp-solution-case-links a,
.bp-solution-point-grid article,
.bp-solution-zone-grid article,
.bp-solution-fit-grid article {
    border: 1px solid var(--solution-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 58px rgba(8, 57, 95, .08);
}

.bp-solution-capability span {
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--solution-navy);
    font-size: 20px;
    font-weight: 950;
}

.bp-solution-product-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-solution-product-links a,
.bp-solution-case-links a {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    color: var(--solution-navy);
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    transition: transform .25s ease, color .25s ease, box-shadow .25s ease;
}

.bp-solution-product-links a:hover,
.bp-solution-case-links a:hover {
    color: var(--solution-orange);
    transform: translateY(-5px);
    box-shadow: 0 24px 76px rgba(8, 57, 95, .13);
}

.bp-solution-case-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-solution-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bp-solution-fit-grid article {
    padding: 28px;
}

.bp-solution-fit-grid h3 {
    margin: 0 0 16px;
    color: var(--solution-navy);
    font-size: 22px;
    font-weight: 950;
}

.bp-solution-fit-grid span {
    display: inline-flex;
    margin: 0 8px 10px 0;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--solution-navy);
    background: var(--solution-soft);
    font-size: 14px;
    font-weight: 850;
}

.bp-solution-zone-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-solution-zone-grid article {
    padding: 26px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-solution-zone-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 76px rgba(8, 57, 95, .13);
}

.bp-solution-zone-grid em,
.bp-solution-process em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: var(--solution-orange);
    font-style: normal;
    font-weight: 950;
}

.bp-solution-zone-grid strong {
    display: block;
    margin-top: 18px;
    color: var(--solution-navy);
    font-size: 19px;
    font-weight: 950;
}

.bp-solution-point-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bp-solution-point-grid article {
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: var(--solution-navy);
    font-weight: 950;
    text-align: center;
}

.bp-solution-process {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 12px;
}

.bp-solution-process article {
    min-height: 138px;
    padding: 20px 14px;
    border-radius: 24px;
    color: var(--solution-navy);
    background: var(--solution-soft);
    text-align: center;
}

.bp-solution-process strong {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 950;
}

.bp-solution-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bp-solution-case-grid a {
    overflow: hidden;
    border-radius: 26px;
    color: var(--solution-navy);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 22px 72px rgba(8, 57, 95, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-solution-case-grid a:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 90px rgba(8, 57, 95, .16);
}

.bp-solution-case-grid span {
    display: block;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
}

.bp-solution-case-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease;
}

.bp-solution-case-grid a:hover img {
    transform: scale(1.06);
}

.bp-solution-case-grid strong {
    display: block;
    padding: 20px 22px 24px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 950;
}

.bp-solution-case-empty {
    padding: 36px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 58px rgba(8, 57, 95, .08);
}

.bp-solution-case-empty p {
    margin: 0 0 16px;
}

.bp-solution-case-empty a {
    color: var(--solution-orange);
    font-weight: 950;
    text-decoration: none;
}

.bp-solution-faq__items {
    display: grid;
    gap: 14px;
}

.bp-solution-faq details {
    border-radius: 22px;
    border: 1px solid var(--solution-line);
    background: #fff;
    box-shadow: 0 14px 46px rgba(8, 57, 95, .07);
    overflow: hidden;
}

.bp-solution-faq summary {
    padding: 20px 24px;
    color: var(--solution-navy);
    cursor: pointer;
    font-size: 18px;
    font-weight: 950;
}

.bp-solution-faq details[open] summary {
    color: var(--solution-orange);
}

.bp-solution-faq details p {
    margin: 0;
    padding: 0 24px 22px;
    color: var(--solution-text);
}

.bp-solution-cta {
    margin: 0;
    padding: 0 0 clamp(82px, 8vw, 126px);
    text-align: center;
}

.bp-solution-cta .bp-solution-container {
    border-radius: 34px;
    padding: clamp(44px, 5vw, 72px);
    color: #fff;
    background: linear-gradient(135deg, #07395f, #0b6058);
    box-shadow: 0 28px 92px rgba(8, 57, 95, .18);
}

.bp-solution-cta h2 {
    color: #fff;
}

.bp-solution-cta p {
    color: rgba(255, 255, 255, .82);
}

.bp-solution-cta .bp-button {
    margin-top: 26px;
}

@media (max-width: 1320px) {
    .bp-solution-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bp-solution-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bp-solution-point-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .bp-solution-container {
        width: min(100% - 36px, 720px);
    }

    .bp-solution-card-grid,
    .bp-solution-case-grid,
    .bp-solution-case-links,
    .bp-solution-product-links,
    .bp-solution-zone-grid,
    .bp-solution-fit-grid,
    .bp-solution-capability,
    .bp-solution-choice,
    .bp-solution-split {
        grid-template-columns: 1fr;
    }

    .bp-solution-choice__list a {
        display: block;
    }

    .bp-solution-choice__list strong {
        display: block;
        margin-top: 6px;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .bp-solution-hero {
        min-height: 330px;
        padding: 108px 0 70px;
    }

    .bp-solution-section {
        padding: 58px 0;
    }

    .bp-solution-card {
        min-height: auto;
    }

    .bp-solution-point-grid,
    .bp-solution-process {
        grid-template-columns: 1fr;
    }
}

/* v3.3.1 solution detail differentiation */
.bp-solution-heading--row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.bp-solution-heading--row > a {
    flex: 0 0 auto;
    color: var(--solution-orange);
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
}

.bp-solution-zone-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2vw, 30px);
}

.bp-solution-zone-photo {
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(135deg, #dfe9f1, #aebfcd);
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 86px rgba(8, 57, 95, .13);
    position: relative;
    isolation: isolate;
    transition: transform .32s ease, box-shadow .32s ease;
}

.bp-solution-zone-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(6, 38, 63, .08) 0%, rgba(6, 38, 63, .82) 100%);
    transition: background .32s ease;
}

.bp-solution-zone-photo:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 110px rgba(8, 57, 95, .19);
}

.bp-solution-zone-photo:hover::before {
    background: linear-gradient(180deg, rgba(6, 38, 63, .02) 0%, rgba(6, 38, 63, .88) 100%);
}

.bp-solution-zone-photo > div {
    padding: 28px;
    color: #fff;
}

.bp-solution-zone-photo em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #fff;
    background: var(--solution-orange);
    font-style: normal;
    font-weight: 950;
}

.bp-solution-zone-photo h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 950;
}

.bp-solution-zone-photo p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.65;
}

.bp-solution-case-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-rows: 1fr;
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 4px 4px 28px;
    scrollbar-color: rgba(255, 138, 0, .85) rgba(8, 57, 95, .08);
}

.bp-solution-case-scroll a {
    min-width: 0;
    overflow: hidden;
    border-radius: 26px;
    color: var(--solution-navy);
    background: #fff;
    text-decoration: none;
    scroll-snap-align: start;
    box-shadow: 0 22px 72px rgba(8, 57, 95, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.bp-solution-case-scroll a:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 90px rgba(8, 57, 95, .16);
}

.bp-solution-case-scroll span {
    display: block;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef4f8, #cbd7e2);
}

.bp-solution-case-scroll img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease;
}

.bp-solution-case-scroll a:hover img {
    transform: scale(1.06);
}

.bp-solution-case-scroll strong {
    display: block;
    min-height: 84px;
    padding: 20px 22px 24px;
    color: var(--solution-navy);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 950;
}

.bp-solution-compact {
    padding-top: clamp(54px, 5vw, 86px);
}

.bp-solution-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.bp-solution-compact-grid--single {
    grid-template-columns: 1fr;
}

.bp-solution-compact-grid--single > article {
    max-width: 1180px;
    margin: 0 auto;
}

.bp-solution-compact-grid > article {
    border: 1px solid var(--solution-line);
    border-radius: 30px;
    padding: clamp(28px, 3vw, 42px);
    background: #fff;
    box-shadow: 0 22px 78px rgba(8, 57, 95, .09);
}

.bp-solution-compact-grid h2 {
    margin: 14px 0 24px;
    color: var(--solution-navy);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.18;
    font-weight: 950;
}

.bp-solution-process--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bp-solution-process--compact span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--solution-navy);
    background: var(--solution-soft);
    font-size: 14px;
    font-weight: 900;
}

.bp-solution-process--compact em {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    font-size: 12px;
}

@media (min-width: 1321px) {
    .bp-solution-case-scroll {
        grid-auto-columns: calc((100% - 72px) / 4);
    }
}

@media (max-width: 980px) {
    .bp-solution-zone-photo-grid,
    .bp-solution-compact-grid {
        grid-template-columns: 1fr;
    }

    .bp-solution-heading--row {
        display: block;
    }

    .bp-solution-heading--row > a {
        display: inline-flex;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .bp-solution-zone-photo {
        min-height: 310px;
    }

    .bp-solution-case-scroll {
        grid-auto-columns: 82%;
    }
}

/* v3.3.3 solution conversion panel */
.bp-solution-detail .bp-solution-section {
    position: relative;
}

.bp-solution-detail .bp-solution-section + .bp-solution-section {
    margin-top: -8px;
}

.bp-solution-conversion {
    padding-top: clamp(42px, 5vw, 78px);
    padding-bottom: clamp(72px, 7vw, 116px);
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 138, 0, .10), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f4f9fc 100%);
}

.bp-solution-conversion__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .72fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
    border: 1px solid rgba(8, 57, 95, .10);
    border-radius: 38px;
    padding: clamp(28px, 4vw, 56px);
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 34px 110px rgba(8, 57, 95, .12);
    backdrop-filter: blur(12px);
}

.bp-solution-conversion__flow h2,
.bp-solution-quick-form h2 {
    margin: 14px 0 0;
    color: var(--solution-navy);
    font-size: clamp(26px, 2.8vw, 42px);
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -.035em;
}

.bp-solution-conversion__flow p,
.bp-solution-quick-form p {
    margin: 16px 0 0;
    color: var(--solution-text);
}

.bp-solution-process-vertical {
    display: grid;
    gap: 0;
    margin-top: 30px;
    position: relative;
}

.bp-solution-process-vertical::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 138, 0, .65), rgba(8, 57, 95, .12));
}

.bp-solution-process-vertical article {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 62px;
    position: relative;
}

.bp-solution-process-vertical em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--solution-orange);
    box-shadow: 0 12px 30px rgba(255, 138, 0, .22);
    font-style: normal;
    font-size: 13px;
    font-weight: 950;
    position: relative;
    z-index: 1;
}

.bp-solution-process-vertical strong {
    display: block;
    border-radius: 18px;
    padding: 15px 18px;
    color: var(--solution-navy);
    background: var(--solution-soft);
    font-size: 16px;
    font-weight: 950;
}

.bp-solution-quick-form {
    border-radius: 32px;
    padding: clamp(26px, 3vw, 38px);
    color: #fff;
    background: linear-gradient(145deg, #07395f 0%, #06263f 72%);
    box-shadow: 0 28px 90px rgba(6, 38, 63, .26);
    position: sticky;
    top: 110px;
}

.bp-solution-quick-form .bp-solution-label {
    background: rgba(255, 138, 0, .18);
}

.bp-solution-quick-form h2 {
    color: #fff;
}

.bp-solution-quick-form p {
    color: rgba(255, 255, 255, .72);
}

.bp-solution-quick-form form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.bp-solution-quick-form label {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 900;
}

.bp-solution-quick-form label em {
    color: #ffb12c;
    font-style: normal;
}

.bp-solution-quick-form input,
.bp-solution-quick-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    padding: 13px 14px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    outline: none;
    font-size: 15px;
}

.bp-solution-quick-form textarea {
    resize: vertical;
}

.bp-solution-quick-form input::placeholder,
.bp-solution-quick-form textarea::placeholder {
    color: rgba(255, 255, 255, .44);
}

.bp-solution-quick-form input:focus,
.bp-solution-quick-form textarea:focus {
    border-color: rgba(255, 138, 0, .72);
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .14);
}

.bp-solution-quick-form button {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb12c);
    box-shadow: 0 18px 44px rgba(255, 138, 0, .30);
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.bp-solution-quick-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 62px rgba(255, 138, 0, .38);
}

@media (max-width: 1080px) {
    .bp-solution-conversion__panel {
        grid-template-columns: 1fr;
    }

    .bp-solution-quick-form {
        position: static;
    }
}

@media (max-width: 640px) {
    .bp-solution-conversion__panel {
        border-radius: 28px;
        padding: 22px;
    }

    .bp-solution-process-vertical strong {
        font-size: 15px;
    }
}

/* v3.3.4 tighten solution detail page rhythm */
.bp-solution-detail {
    background:
        linear-gradient(180deg, #fff 0, #fff 360px, #f4f9fc 360px, #f4f9fc 100%);
}

.bp-solution-detail .bp-solution-section {
    padding: clamp(46px, 5vw, 76px) 0;
}

.bp-solution-detail .bp-solution-section--soft {
    background: transparent;
}

.bp-solution-detail .bp-solution-section + .bp-solution-section {
    margin-top: 0;
}

.bp-solution-detail .bp-solution-section:first-of-type {
    padding-top: clamp(58px, 6vw, 88px);
}

.bp-solution-detail .bp-solution-heading {
    margin-bottom: clamp(22px, 2.4vw, 34px);
}

.bp-solution-detail .bp-solution-split {
    border-radius: 34px;
    padding: clamp(28px, 4vw, 52px);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 18px 68px rgba(8, 57, 95, .06);
}

.bp-solution-detail .bp-solution-fit-grid article,
.bp-solution-detail .bp-solution-point-grid article,
.bp-solution-detail .bp-solution-faq details,
.bp-solution-detail .bp-solution-case-empty {
    border: 1px solid rgba(8, 57, 95, .08);
    box-shadow: 0 14px 48px rgba(8, 57, 95, .055);
}

.bp-solution-detail .bp-solution-zone-photo-grid {
    gap: 22px;
}

.bp-solution-detail .bp-solution-zone-photo {
    min-height: 330px;
    box-shadow: 0 20px 68px rgba(8, 57, 95, .12);
}

.bp-solution-detail #solution-cases {
    padding-top: clamp(34px, 4vw, 58px);
}

.bp-solution-detail .bp-solution-case-empty {
    padding: 26px 30px;
    border-radius: 24px;
}

.bp-solution-detail .bp-solution-point-grid article {
    min-height: 88px;
    background: rgba(255, 255, 255, .86);
}

.bp-solution-detail .bp-solution-conversion {
    padding-top: clamp(38px, 4vw, 62px);
    padding-bottom: clamp(50px, 5vw, 78px);
    background:
        radial-gradient(circle at 6% 0%, rgba(255, 138, 0, .08), transparent 24%),
        linear-gradient(180deg, #f4f9fc 0%, #f4f9fc 100%);
}

.bp-solution-detail .bp-solution-conversion__panel {
    box-shadow: 0 24px 86px rgba(8, 57, 95, .10);
}

.bp-solution-detail .bp-solution-faq__items {
    gap: 10px;
}

.bp-solution-detail .bp-solution-faq summary {
    padding: 17px 22px;
}

.bp-solution-detail .bp-solution-faq details p {
    padding: 0 22px 18px;
}

@media (max-width: 980px) {
    .bp-solution-detail .bp-solution-section {
        padding: 46px 0;
    }

    .bp-solution-detail .bp-solution-split {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .bp-solution-detail .bp-solution-section {
        padding: 38px 0;
    }

    .bp-solution-detail .bp-solution-zone-photo {
        min-height: 290px;
    }
}

/* v3.3.5 blend solution hero into page background */
.bp-solution-detail .bp-solution-hero::after {
    background: #f4f9fc;
}

.bp-solution-detail {
    background:
        linear-gradient(180deg, #f4f9fc 0%, #f4f9fc 100%);
}

.bp-solution-detail .bp-solution-section:first-of-type {
    padding-top: clamp(38px, 4.5vw, 66px);
}

/* v3.3.6 contact page conversion tightening and floating contact */
.bp-contact-page .bp-contact-section {
    padding-top: clamp(44px, 5vw, 76px);
    padding-bottom: clamp(44px, 5vw, 76px);
}

.bp-contact-page .bp-contact-quick {
    display: none;
}

.bp-contact-page .bp-contact-intro {
    padding-top: clamp(30px, 4vw, 54px);
    padding-bottom: clamp(34px, 4vw, 58px);
}

.bp-contact-fastbar {
    padding: clamp(34px, 4vw, 56px) 0 clamp(24px, 3vw, 38px);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 138, 0, .10), transparent 26%),
        linear-gradient(180deg, #f4f9fc 0%, #fff 100%);
}

.bp-contact-fastbar__inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: center;
    border: 1px solid rgba(8, 57, 95, .09);
    border-radius: 34px;
    padding: clamp(26px, 4vw, 46px);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 88px rgba(8, 57, 95, .10);
}

.bp-contact-fastbar__main h2 {
    margin: 14px 0 0;
    color: #08395f;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.14;
    font-weight: 950;
    letter-spacing: -.035em;
}

.bp-contact-fastbar__main p {
    margin: 16px 0 0;
    color: #536b7d;
    font-size: 16px;
    line-height: 1.75;
}

.bp-contact-fastbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.bp-contact-fastbar__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    padding: 0 18px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb12c);
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(255, 138, 0, .22);
}

.bp-contact-fastbar__actions a + a {
    color: #08395f;
    background: #eef5fb;
    box-shadow: none;
}

.bp-contact-fastbar__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bp-contact-fastbar__cards figure,
.bp-contact-fastbar__info {
    min-height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    border: 1px solid rgba(8, 57, 95, .09);
    border-radius: 24px;
    padding: 18px 14px;
    background: #fff;
    box-shadow: 0 16px 56px rgba(8, 57, 95, .07);
    text-align: center;
}

.bp-contact-fastbar__cards img {
    width: 106px;
    height: 106px;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

.bp-contact-fastbar__cards figcaption,
.bp-contact-fastbar__info span {
    color: #536b7d;
    font-size: 14px;
    font-weight: 850;
}

.bp-contact-fastbar__info strong {
    color: #08395f;
    font-size: 22px;
    font-weight: 950;
}

.bp-floating-contact {
    position: fixed;
    right: 18px;
    top: 50%;
    z-index: 9998;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
}

.bp-floating-contact__item {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #08395f;
    box-shadow: 0 16px 42px rgba(8, 57, 95, .24);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease;
}

.bp-floating-contact__item:hover {
    transform: translateX(-4px);
    box-shadow: 0 22px 58px rgba(8, 57, 95, .30);
}

.bp-floating-contact__item span {
    font-size: 13px;
    font-weight: 950;
}

.bp-floating-contact__item > strong {
    position: absolute;
    right: 68px;
    top: 50%;
    min-width: 126px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #08395f;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 57, 95, .16);
    font-size: 13px;
    font-weight: 950;
    opacity: 0;
    pointer-events: none;
    transform: translate(10px, -50%);
    transition: opacity .2s ease, transform .2s ease;
}

.bp-floating-contact__item:hover > strong {
    opacity: 1;
    transform: translate(0, -50%);
}

.bp-floating-contact__phone {
    background: linear-gradient(135deg, #ff8a00, #ffb12c);
}

.bp-floating-contact__wechat {
    background: linear-gradient(135deg, #19bd65, #43d982);
}

.bp-floating-contact__form {
    background: linear-gradient(135deg, #0b63ce, #258dff);
}

.bp-floating-contact__wechat img {
    position: absolute;
    right: 70px;
    top: 50%;
    width: 142px !important;
    height: 142px !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 8px solid #fff;
    border-radius: 18px;
    background: #fff;
    box-sizing: content-box;
    box-shadow: 0 18px 58px rgba(8, 57, 95, .22);
    opacity: 0;
    pointer-events: none;
    transform: translate(10px, -50%) scale(.96);
    transition: opacity .2s ease, transform .2s ease;
}

.bp-floating-contact__wechat:hover img {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
}

@media (max-width: 1180px) {
    .bp-contact-fastbar__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .bp-contact-fastbar__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-floating-contact {
        right: 10px;
        gap: 8px;
    }

    .bp-floating-contact__item {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 520px) {
    .bp-contact-fastbar__inner {
        padding: 22px;
    }

    .bp-contact-fastbar__cards {
        grid-template-columns: 1fr;
    }

    .bp-floating-contact__item > strong {
        display: none;
    }
}

/* v3.3.7 floating contact refinement */
.bp-contact-fastbar__main h2 {
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -0.02em;
}

.bp-floating-contact__wechat::before {
    content: "";
    position: absolute;
    right: 62px;
    top: 50%;
    width: 166px;
    height: 166px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 58px rgba(8, 57, 95, .20);
    opacity: 0;
    pointer-events: none;
    transform: translate(10px, -50%) scale(.96);
    transition: opacity .2s ease, transform .2s ease;
}

.bp-floating-contact__wechat:hover::before {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
}

.bp-floating-contact__wechat img {
    right: 74px;
    z-index: 2;
    width: 142px !important;
    height: 142px !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
}

/* v3.3.8 contact page: tighter conversion flow */
.bp-contact-fastbar {
    background: #fff;
    padding-top: clamp(22px, 3vw, 42px);
    padding-bottom: clamp(18px, 2.4vw, 34px);
}

.bp-contact-fastbar__inner {
    background: #fff;
    border-color: rgba(8, 57, 95, .07);
    box-shadow: 0 18px 62px rgba(8, 57, 95, .08);
}

.bp-contact-page .bp-contact-form-section {
    padding-top: clamp(30px, 4vw, 58px);
}

.bp-contact-page .bp-contact-materials,
.bp-contact-page .bp-contact-intro,
.bp-contact-page .bp-contact-cta {
    display: none !important;
}

/* v3.3.9 case detail gallery and inquiry template */
.bp-case-single,
.bp-case-single * {
    box-sizing: border-box;
}

.bp-case-single {
    background: #fff;
    color: #08395f;
}

.bp-case-single-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.bp-case-single-hero {
    min-height: clamp(300px, 34vw, 430px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.bp-case-single-hero span,
.bp-case-section-head span,
.bp-case-inquiry__copy span {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 138, 0, .14);
    color: #ff8a00;
    font-size: 14px;
    font-weight: 900;
}

.bp-case-single-hero span {
    background: #ff8a00;
    color: #fff;
}

.bp-case-single-hero h1 {
    max-width: 900px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(34px, 4.5vw, 64px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.bp-case-single-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.bp-case-single-hero__meta em {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-style: normal;
    font-weight: 850;
}

.bp-case-single-main {
    padding: clamp(44px, 6vw, 86px) 0 clamp(70px, 8vw, 110px);
}

.bp-case-gallery {
    margin-bottom: clamp(34px, 5vw, 70px);
}

.bp-case-gallery__main {
    margin: 0;
    border-radius: 34px;
    overflow: hidden;
    background: #edf3f7;
    box-shadow: 0 30px 96px rgba(8, 57, 95, .12);
}

.bp-case-gallery__main img {
    display: block;
    width: 100%;
    height: clamp(380px, 58vw, 760px);
    object-fit: cover;
}

.bp-case-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.bp-case-gallery__thumbs button {
    padding: 0;
    border: 3px solid transparent;
    border-radius: 18px;
    overflow: hidden;
    background: #edf3f7;
    cursor: pointer;
    box-shadow: 0 14px 36px rgba(8, 57, 95, .08);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.bp-case-gallery__thumbs button:hover,
.bp-case-gallery__thumbs button.is-active {
    transform: translateY(-3px);
    border-color: #ff8a00;
    box-shadow: 0 18px 46px rgba(255, 138, 0, .18);
}

.bp-case-gallery__thumbs img {
    display: block;
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.bp-case-inquiry {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
    margin-bottom: clamp(44px, 6vw, 82px);
    padding: clamp(26px, 4vw, 46px);
    border-radius: 34px;
    background: linear-gradient(135deg, #f4f9fc, #fff);
    box-shadow: 0 24px 86px rgba(8, 57, 95, .09);
}

.bp-case-inquiry__copy h2,
.bp-case-section-head h2 {
    margin: 14px 0 0;
    color: #08395f;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.12;
    font-weight: 950;
}

.bp-case-inquiry__copy p {
    max-width: 520px;
    margin: 16px 0 0;
    color: #4c6578;
    font-size: 17px;
    line-height: 1.8;
}

.bp-case-quick-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bp-case-quick-form label {
    display: grid;
    gap: 8px;
    color: #08395f;
    font-size: 14px;
    font-weight: 900;
}

.bp-case-quick-form label:has(textarea),
.bp-case-quick-form button {
    grid-column: 1 / -1;
}

.bp-case-quick-form em {
    color: #ff8a00;
    font-style: normal;
}

.bp-case-quick-form input,
.bp-case-quick-form textarea {
    width: 100%;
    border: 1px solid rgba(8, 57, 95, .14);
    border-radius: 14px;
    padding: 13px 14px;
    color: #08395f;
    background: #fff;
    outline: none;
}

.bp-case-quick-form input:focus,
.bp-case-quick-form textarea:focus {
    border-color: #ff8a00;
    box-shadow: 0 0 0 4px rgba(255, 138, 0, .12);
}

.bp-case-quick-form button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb12c);
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 16px 36px rgba(255, 138, 0, .22);
}

.bp-case-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
}

.bp-case-content {
    margin-top: 22px;
    color: #263f55;
    font-size: 17px;
    line-height: 1.9;
}

.bp-case-content img {
    max-width: 100%;
    border-radius: 24px;
}

.bp-case-meta-card {
    position: sticky;
    top: 110px;
    padding: 26px;
    border-radius: 28px;
    background: #f4f9fc;
    box-shadow: 0 18px 54px rgba(8, 57, 95, .08);
}

.bp-case-meta-card h2 {
    margin: 0 0 18px;
    color: #08395f;
    font-size: 24px;
}

.bp-case-meta-card dl {
    display: grid;
    gap: 13px;
    margin: 0;
}

.bp-case-meta-card dl div {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(8, 57, 95, .09);
}

.bp-case-meta-card dt {
    color: #6a7f90;
    font-size: 13px;
    font-weight: 900;
}

.bp-case-meta-card dd {
    margin: 0;
    color: #08395f;
    font-weight: 900;
}

.bp-case-config {
    margin-top: 22px;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
}

.bp-case-config strong {
    display: block;
    color: #ff8a00;
    margin-bottom: 8px;
}

.bp-case-config p {
    margin: 0;
    color: #37566e;
    line-height: 1.7;
}

.bp-case-related {
    margin-top: clamp(50px, 7vw, 96px);
    padding-top: clamp(36px, 5vw, 68px);
    border-top: 1px solid rgba(8, 57, 95, .10);
}

.bp-case-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.bp-case-related-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 64px rgba(8, 57, 95, .10);
    transition: transform .26s ease, box-shadow .26s ease;
}

.bp-case-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 86px rgba(8, 57, 95, .14);
}

.bp-case-related-card__image {
    display: block;
    min-height: 170px;
    background: #edf3f7;
    overflow: hidden;
}

.bp-case-related-card__image img,
.bp-case-related-card__image span {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    background: linear-gradient(135deg, #edf3f7, #d8e3ec);
    transition: transform .36s ease;
}

.bp-case-related-card:hover img {
    transform: scale(1.06);
}

.bp-case-related-card div {
    padding: 22px;
}

.bp-case-related-card h3 {
    margin: 0;
    color: #08395f;
    font-size: 22px;
    line-height: 1.25;
}

.bp-case-related-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bp-case-related-card p {
    margin: 12px 0 0;
    color: #5a7183;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .bp-case-inquiry,
    .bp-case-detail-grid,
    .bp-case-related-card {
        grid-template-columns: 1fr;
    }

    .bp-case-meta-card {
        position: static;
    }
}

@media (max-width: 720px) {
    .bp-case-single-container {
        width: min(100% - 28px, 1320px);
    }

    .bp-case-gallery__main img {
        height: 280px;
    }

    .bp-case-quick-form,
    .bp-case-related__grid {
        grid-template-columns: 1fr;
    }

    .bp-case-gallery__thumbs {
        display: flex;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .bp-case-gallery__thumbs button {
        min-width: 138px;
    }
}

/* v3.4.1 case detail final routing/visual safeguards */
body.single-bp_case .bp-author-card,
body.single-bp_case .bp-single-related {
    display: none !important;
}

.bp-case-single-main {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 138, 0, .055), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 52%, #ffffff 100%);
}

.bp-case-gallery {
    padding: clamp(18px, 2.4vw, 28px);
    border-radius: 38px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 28px 96px rgba(8, 57, 95, .08);
}

.bp-case-gallery__main {
    box-shadow: none;
}

.bp-case-gallery__main img {
    background: #fff;
}

.bp-case-inquiry {
    border: 1px solid rgba(8, 57, 95, .08);
}

/* v3.4.2 case detail: dynamic gallery parsing + inquiry/meta layout */
.bp-case-inquiry {
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
    grid-template-areas:
        "meta copy"
        "meta form";
    align-items: start;
}

.bp-case-inquiry__meta {
    grid-area: meta;
    height: 100%;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 28px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(8, 57, 95, .08);
}

.bp-case-inquiry__form {
    grid-area: copy;
}

.bp-case-quick-form {
    grid-area: form;
}

.bp-case-inquiry__meta > span,
.bp-case-inquiry__form > span {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 138, 0, .14);
    color: #ff8a00;
    font-size: 14px;
    font-weight: 900;
}

.bp-case-inquiry__meta h2,
.bp-case-inquiry__form h2 {
    margin: 14px 0 0;
    color: #08395f;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.16;
    font-weight: 950;
}

.bp-case-inquiry__form p {
    margin: 12px 0 18px;
    color: #4c6578;
    line-height: 1.75;
}

.bp-case-inquiry__meta dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 0;
}

.bp-case-inquiry__meta dl div {
    padding: 14px;
    border-radius: 18px;
    background: #f4f9fc;
}

.bp-case-inquiry__meta dt {
    color: #6a7f90;
    font-size: 13px;
    font-weight: 900;
}

.bp-case-inquiry__meta dd {
    margin: 6px 0 0;
    color: #08395f;
    font-size: 16px;
    font-weight: 950;
}

.bp-case-inquiry__meta .bp-case-config {
    background: #f4f9fc;
}

.bp-case-detail-content {
    width: min(1080px, 100%);
    margin: clamp(42px, 6vw, 80px) auto 0;
}

.bp-case-detail-content .bp-case-section-head h2 {
    display: none;
}

.bp-case-content {
    width: 100%;
}

@media (max-width: 980px) {
    .bp-case-inquiry {
        grid-template-columns: 1fr;
        grid-template-areas:
            "meta"
            "copy"
            "form";
    }
}

@media (max-width: 640px) {
    .bp-case-inquiry__meta dl {
        grid-template-columns: 1fr;
    }
}

/* v3.4.3 case detail: gallery spacing, thumbnails and required-label polish */
.bp-case-gallery {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 30px 96px rgba(8, 57, 95, .10);
}

.bp-case-gallery__main {
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    background: #fff;
}

.bp-case-gallery__main img {
    height: clamp(460px, 56vw, 820px);
    transform: scale(1);
    transition: transform .55s ease, filter .55s ease;
}

.bp-case-gallery__main:hover img {
    transform: scale(1.025);
    filter: saturate(1.06) contrast(1.02);
}

.bp-case-gallery__thumbs {
    margin-top: 0;
    padding: 18px;
    gap: 16px;
    background: #fff;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.bp-case-gallery__thumbs img {
    height: clamp(130px, 9vw, 170px);
    transition: transform .35s ease, filter .35s ease;
}

.bp-case-gallery__thumbs button:hover img,
.bp-case-gallery__thumbs button.is-active img {
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.02);
}

.bp-case-quick-form label {
    display: block;
}

.bp-case-quick-form label em {
    display: inline;
    margin-left: 3px;
    vertical-align: baseline;
}

.bp-case-quick-form input,
.bp-case-quick-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
}

@media (max-width: 720px) {
    .bp-case-gallery {
        border-radius: 24px;
    }

    .bp-case-gallery__main {
        border-radius: 24px 24px 0 0;
    }

    .bp-case-gallery__main img {
        height: 58vw;
        min-height: 240px;
    }

    .bp-case-gallery__thumbs {
        padding: 12px;
        gap: 10px;
    }

    .bp-case-gallery__thumbs button {
        min-width: 170px;
    }

    .bp-case-gallery__thumbs img {
        height: 112px;
    }
}

/* v3.4.4 case image ratio strategy:
   listing/thumbs stay neat with cover; detail main image preserves full image with contain. */
.bp-case-item__image {
    aspect-ratio: 16 / 10;
}

.bp-case-item__image img,
.bp-case-item__image span {
    object-fit: cover;
}

.bp-case-gallery {
    background: #fff;
}

.bp-case-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(420px, 50vw, 760px);
    background: #f4f8fb;
}

.bp-case-gallery__main img {
    width: 100%;
    height: auto;
    max-height: clamp(420px, 50vw, 760px);
    object-fit: contain;
}

.bp-case-gallery__thumbs button {
    aspect-ratio: 16 / 10;
}

.bp-case-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 720px) {
    .bp-case-gallery__main {
        min-height: 240px;
    }

    .bp-case-gallery__main img {
        max-height: 58vw;
    }
}

/* v3.4.5 solution related cases: arrow carousel instead of visible horizontal scrollbar */
.bp-solution-case-carousel {
    position: relative;
}

.bp-solution-case-carousel.has-arrows {
    padding-inline: 54px;
}

.bp-solution-case-carousel .bp-solution-case-scroll {
    padding: 4px 4px 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bp-solution-case-carousel .bp-solution-case-scroll::-webkit-scrollbar {
    display: none;
}

.bp-solution-case-carousel__nav {
    position: absolute;
    top: 42%;
    z-index: 4;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ffb12a);
    box-shadow: 0 16px 42px rgba(255, 138, 0, .28);
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.bp-solution-case-carousel__nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 54px rgba(255, 138, 0, .36);
}

.bp-solution-case-carousel__nav:disabled {
    opacity: .32;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.bp-solution-case-carousel__nav--prev {
    left: 0;
}

.bp-solution-case-carousel__nav--next {
    right: 0;
}

@media (max-width: 768px) {
    .bp-solution-case-carousel.has-arrows {
        padding-inline: 0;
        padding-bottom: 58px;
    }

    .bp-solution-case-carousel__nav {
        top: auto;
        bottom: 0;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }

    .bp-solution-case-carousel__nav--prev {
        left: calc(50% - 50px);
    }

    .bp-solution-case-carousel__nav--next {
        right: calc(50% - 50px);
    }
}

/* v3.4.7 contact form: keep required marks beside field labels */
.bp-contact-page .bp-lead-form__grid > label,
.bp-contact-page .bp-lead-form > .bp-lead-form__full {
    display: block;
}

.bp-contact-page .bp-lead-form__grid > label input,
.bp-contact-page .bp-lead-form__grid > label select,
.bp-contact-page .bp-lead-form > .bp-lead-form__full input,
.bp-contact-page .bp-lead-form > .bp-lead-form__full textarea {
    display: block;
    margin-top: 8px;
}
