.bsk-branding-packaging {
    color: var(--bsk-text);
    background: #fff
}

.bsk-branding-packaging h1,
.bsk-branding-packaging h2,
.bsk-branding-packaging h3,
.bsk-branding-packaging h4,
.bsk-branding-packaging p {
    margin: 0
}

.bsk-bcp-hero {
    overflow: hidden;
    background: #f0f5ff
}

.bsk-bcp-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 700px;
    gap: 54px
}

.bsk-bcp-hero-copy {
    width: 676px
}

.bsk-bcp-hero h1 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0
}

.bsk-bcp-hero p {
    margin-top: 24px;
    color: var(--bsk-emphasis);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6
}

.bsk-bcp-hero .bsk-bcp-button {
    margin-top: 34px
}

.bsk-bcp-hero-gallery {
    display: flex;
    width: 492px;
    height: 720px;
    gap: 12px;
    overflow: hidden
}

.bsk-bcp-hero-col {
    flex: 0 0 240px;
    width: 240px;
    height: 100%;
    overflow: hidden
}

.bsk-bcp-hero-col-offset {
    margin-top: -146px;
    height: calc(100% + 146px)
}

.bsk-bcp-hero-col .swiper-wrapper {
    transition-timing-function: linear !important
}

.bsk-bcp-hero-col .swiper-slide {
    width: 240px;
    height: 310px
}

.bsk-bcp-hero-col img {
    display: block;
    width: 240px;
    height: 310px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none
}

.bsk-bcp-packages,
.bsk-bcp-why {
    padding: 120px 0;
    background: #fff
}

.bsk-bcp-services {
    padding: 120px 0;
}
.bsk-bcp-advantages {
    padding: 120px 0;
    background: #fff
}

.bsk-bcp-section-head {
    text-align: left
}

.bsk-bcp-section-head h2,
.bsk-bcp-why h2,
.bsk-bcp-services h2,
.bsk-bcp-mid-banner h2 {
    color: var(--bsk-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0
}

.bsk-bcp-section-head p,
.bsk-bcp-services > .bsk-shell > p,
.bsk-bcp-mid-banner p {
    margin-top: 16px;
    color: var(--bsk-secondary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-bcp-package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 42px
}

.bsk-bcp-package-card {
    padding: 0;
    border-radius: 12px;
    background: transparent
}

.bsk-bcp-package-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px
}

.bsk-bcp-package-card h3 {
    margin-top: 18px;
    color: var(--bsk-text);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6
}

.bsk-bcp-package-card p {
    margin-top: 4px;
    color: var(--bsk-secondary);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6
}

.bsk-bcp-why {
    background: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.bsk-bcp-why .bsk-shell {
    position: relative;
    overflow: hidden;
    padding: 56px 64px 64px;
    border-radius: 32px;
    background: var(--bsk-primary)
}

.bsk-bcp-why .bsk-shell::after {
    content: "";
    position: absolute;
    width: 1400px;
    height: 1400px;
    border-radius: 100%;
    border: 100px solid #3CEBEA;
    left: 50%;
    transform: translateX(-50%);
    top: 360px;
}

.bsk-bcp-why h2 {
    position: relative;
    z-index: 1;
    color: #fff
}

.bsk-bcp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 1;
    gap: 20px;
    margin-top: 81px;
    text-align: left
}

.bsk-bcp-why-card {
    min-height: 204px;
    padding: 40px 24px;
    border-radius: 36px;
    background: #fff;
    text-align: center;
}

.bsk-bcp-why-card img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.bsk-bcp-why-card h3 {
    margin-top: 18px;
    color: var(--bsk-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.bsk-bcp-why-card p {
    margin-top: 14px;
    color: var(--bsk-secondary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-bcp-how {
    background: #f0f5ff;
    overflow: hidden;
}

.bsk-bcp-how-grid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 460px;
    border-radius: 0;
    background: transparent
}

.bsk-bcp-how-grid::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25%;
    width: 100%;
    height: 100%;
    background: url("../../images/solutions/branding-custom-packaging/how-it-work-bg.webp") right center / auto 100% no-repeat
}

.bsk-bcp-how-copy {
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin: 52px 0;
}

.bsk-bcp-how h2,
.bsk-bcp-advantage-copy h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.6
}

.bsk-bcp-how p,
.bsk-bcp-advantage-copy p {
    margin-top: 12px;
    color: var(--bsk-secondary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6
}

.bsk-bcp-how .bsk-bcp-arrow-button {
    margin-top: 30px;
}

.bsk-bcp-how-media {
    z-index: 1;
    width: 600px;
    height: 380px;
}

.bsk-bcp-how-media img {
    display: block;
    width: 600px;
    height: auto
}

.bsk-bcp-advantage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 86px
}

.bsk-bcp-advantage-row:last-child {
    margin-bottom: 0
}

.bsk-bcp-advantage-media,
.bsk-bcp-advantage-copy {
    max-width: 560px
}

.bsk-bcp-advantage-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px
}

.bsk-bcp-strengths {
    padding: 100px 0;
    background: #0b38d5 url("../../images/solutions/branding-custom-packaging/core-strengths-bg.webp") center center / cover no-repeat;
    color: #fff
}

.bsk-bcp-strength-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center
}

.bsk-bcp-strength-grid div {
    min-height: 126px;
    padding: 40px 20px;
    border-radius: 28px;
    background: #F5F9FF
}

.bsk-bcp-strength-grid h3 {
    color: var(--bsk-primary);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.4
}

.bsk-bcp-strength-grid p {
    margin-top: 16px;
    color: var(--bsk-text);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 10px;
}

.bsk-bcp-mid-banner {
    position: relative;
    overflow: hidden;
    padding: 42px 0;
    text-align: left;
    background: var(--bsk-primary)
}

.bsk-bcp-mid-banner .bsk-shell::before {
    content: "";
    position: absolute;
    left: -680px;
    top: -336px;
    width: 1842px;
    height: 1842px;
    border: 120px solid #30d6d2;
    border-radius: 50%;
    z-index: -1;
}

.bsk-bcp-mid-banner .bsk-shell {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    min-height: 368px;
    gap: 70px
}

.bsk-bcp-mid-banner h2 {
    color: #fff;
    font-weight: 800;
}

.bsk-bcp-mid-banner p {
    margin-top: 12px;
    color: #fff;
}

.bsk-bcp-mid-banner-media {
    display: block;
    width: 550px;
    height: auto;
    aspect-ratio: 700/466;
    border-radius: 12px
}

.bsk-bcp-mid-banner .bsk-bcp-arrow-button {
    margin-top: 40px
}


.bsk-bcp-faq {
    padding: 88px 0 82px;
    background: #f0f5ff
}

.bsk-bcp-faq h2 {
    margin: 0 0 60px;
    color: var(--bsk-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.bsk-bcp-services {
    text-align: center
}

.bsk-bcp-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
    text-align: left
}

.bsk-bcp-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 112px;
    padding: 48px 40px;
    border-radius: 24px;
    background: #f8f8f8
}

.bsk-bcp-service-card img {
    display: block;
    width: 80px;
    height: 80px;
    flex: 0 0 auto
}

.bsk-bcp-service-card h3 {
    color: var(--bsk-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.bsk-bcp-services .bsk-bcp-arrow-button {
    margin-top: 60px
}
