.bsk-fulfillment {
    overflow: hidden;
    color: var(--bsk-text-primary);
    background: #fff
}

.bsk-fulfillment-hero {
    padding: 110px 0 80px;
    background: linear-gradient(180deg, #EBF6FF 7.4%, #FFFFFF 54.29%)
}

.bsk-fulfillment-hero-grid {
    display: flex;
    align-items: center;
    gap: 25px
}

.bsk-fulfillment-hero-copy {
    width: 615px
}

.bsk-fulfillment-hero h1 {
    margin: 0;
    color: var(--bsk-title-important);
    font-size: var(--bsk-pc-h1-split-size);
    font-weight: 800;
    line-height: 1.5
}

.bsk-fulfillment-hero-copy > p {
    margin: 24px 0 0;
    color: var(--bsk-text-secondary);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-fulfillment-hero-copy .bsk-btn {
    margin-top: 60px
}

.bsk-fulfillment-hero-image {
    display: block;
    width: 560px;
    height: 500px;
    border-radius: 36px;
    object-fit: cover
}

.bsk-fulfillment-platform {
    padding: 120px 0
}

.bsk-fulfillment-platform h2,
.bsk-fulfillment-why h2,
.bsk-fulfillment-how > .bsk-shell > h2,
.bsk-fulfillment-pricing > .bsk-shell > h2 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.bsk-fulfillment-platform h2 span,
.bsk-fulfillment-platform-statement strong,
.bsk-fulfillment-pricing-card-images h3 span {
    background: var(--bsk-gradient-brand);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.bsk-fulfillment-platform-main {
    display: block;
    width: 1200px;
    height: 521px;
    margin-top: 80px;
    border-radius: 36px;
    object-fit: cover
}

.bsk-fulfillment-platform-statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    text-align: center
}

.bsk-fulfillment-platform-statement > span {
    display: block;
    width: 56px;
    height: 28px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-radius: 56px 56px 0 0;
    background: linear-gradient(#fff, #fff) padding-box, var(--bsk-gradient-brand) border-box;
    box-sizing: border-box
}

.bsk-fulfillment-platform-statement p {
    margin: 16px 0 0;
    color: var(--bsk-text-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-platform-statement strong {
    font-weight: inherit
}

.bsk-fulfillment-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 80px
}

.bsk-fulfillment-platform-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 16px;
    padding: 36px 24px 0;
    border-radius: 28px;
    background: #F6F5F3;
    box-sizing: border-box;
    justify-content: space-between;
}

.bsk-fulfillment-platform-copy > img {
    display: block;
    width: 48px;
    height: 48px
}

.bsk-fulfillment-platform-copy p {
    margin: 16px 0 0;
    color: var(--bsk-text-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-platform-card > .bsk-fulfillment-platform-card-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 336 / 248;
    margin-top: 16px;
    border-radius: 20px 20px 0 0;
    object-fit: cover
}

.bsk-fulfillment-platform-card-featured {
    justify-content: flex-start;
    padding: 0;
    background: #31CECD
}

.bsk-fulfillment-platform-card-featured > .bsk-fulfillment-platform-card-image {
    width: 292px;
    margin: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: left top
}

.bsk-fulfillment-platform-card-featured .bsk-fulfillment-platform-copy {
    padding: 36px 24px
}

.bsk-fulfillment-platform-card-featured .bsk-fulfillment-platform-copy p {
    color: #fff
}

.bsk-fulfillment-why {
    padding: 120px 0;
    background: var(--bsk-bg-blue-light)
}

.bsk-fulfillment-why h2 {
    margin: 0 auto
}

.bsk-fulfillment-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 80px
}

.bsk-fulfillment-why-card {
    min-height: 332px;
    padding: 24px;
    border-radius: 28px;
    background: #fff;
    box-sizing: border-box
}

.bsk-fulfillment-why-card > img {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.bsk-fulfillment-why-card h3 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.bsk-fulfillment-why-card ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none
}

.bsk-fulfillment-why-card li {
    color: var(--bsk-text-tertiary);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

.bsk-fulfillment-why-card li + li {
    margin-top: 12px
}

.bsk-fulfillment-how {
    padding: 120px 0
}

.bsk-fulfillment-how-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px
}

.bsk-fulfillment-how-row {
    display: grid;
    grid-template-columns: 454px 1fr;
    align-items: center;
    gap: 36px;
    min-height: 434px
}

.bsk-fulfillment-how-row-reverse {
    grid-template-columns: 1fr 454px
}

.bsk-fulfillment-how-row-reverse .bsk-fulfillment-how-media {
    order: 2
}

.bsk-fulfillment-how-media img {
    display: block;
    width: 454px;
    height: 434px;
    object-fit: cover
}

.bsk-fulfillment-how-copy h3 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.6
}

.bsk-fulfillment-how-copy ul {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--bsk-divider);
    list-style: none
}

.bsk-fulfillment-how-copy li {
    position: relative;
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    padding-left: 36px;
    color: var(--bsk-text-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: 36px
}

.bsk-fulfillment-how-copy li + li {
    margin-top: 10px
}

.bsk-fulfillment-how-copy li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../../images/solar-star.svg") center / 24px 24px no-repeat
}

.bsk-fulfillment-integrations {
    padding: 105px 0 130px;
    background: var(--bsk-bg-blue-light)
}

.bsk-fulfillment-pricing {
    padding: 120px 0;
    text-align: center
}

.bsk-fulfillment-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px
}

.bsk-fulfillment-pricing-frame {
    padding-top: 10px;
    border-radius: 36px;
    background: var(--bsk-gradient-brand)
}

.bsk-fulfillment-pricing-card {
    overflow: hidden;
    border-radius: 30px 30px 36px 36px;
    background: #F8F8F8
}

.bsk-fulfillment-pricing-card h3 {
    max-width: 970px;
    margin: 0 auto;
    color: var(--bsk-text-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 33px
}

.bsk-fulfillment-pricing-card-images h3 {
    padding: 44px 24px
}

.bsk-fulfillment-pricing-images {
    display: grid;
    grid-template-columns: 400px 776px;
    gap: 24px
}

.bsk-fulfillment-pricing-images img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 0 0 36px 36px;
    object-fit: cover
}

.bsk-fulfillment-pricing-card-routes {
    padding: 0;
    background: #fff
}

.bsk-fulfillment-pricing-card-routes > h3 {
    max-width: none;
    padding: 44px 24px;
    background: #F6F5F3
}

.bsk-fulfillment-pricing-card-factors {
    padding: 0;
    background: #fff
}

.bsk-fulfillment-pricing-card-factors > h3 {
    max-width: none;
    padding: 44px 24px;
    background: #F6F5F3
}

.bsk-fulfillment-factor-grid {
    display: grid;
    grid-template-columns: 336px 36px 336px 36px 336px;
    align-items: center;
    gap: 30px;
    padding: 24px 0 0
}

.bsk-fulfillment-factor {
    padding: 56px 24px;
    border-radius: 28px;
    background: #F6F5F3
}

.bsk-fulfillment-factor img {
    width: 72px;
    height: 72px
}

.bsk-fulfillment-factor p {
    margin: 16px 0 0;
    color: var(--bsk-text-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-factor-plus {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #31CECD;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1
}

.bsk-fulfillment-pricing-note {
    margin: 48px -24px 0;
    padding: 24px;
    border-radius: 0 0 36px 36px;
    background: #31CECD;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-pricing-card-factors .bsk-fulfillment-pricing-note {
    margin: 24px 0 0
}

.bsk-fulfillment-pricing-card-routes .bsk-fulfillment-pricing-note {
    margin: 24px 0 0
}

.bsk-fulfillment-route-grid {
    position: relative;
    display: grid;
    grid-template-columns: 552px 552px;
    align-items: center;
    gap: 96px;
    margin-top: 24px
}

.bsk-fulfillment-route-or {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #31CECD;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

.bsk-fulfillment-route {
    position: relative;
    overflow: hidden;
    width: 552px;
    height: 355px;
    border-radius: 28px
}

.bsk-fulfillment-route-image {
    display: block;
    width: 552px;
    height: 355px;
    aspect-ratio: 552 / 355;
    border-radius: 28px;
    object-fit: cover
}

.bsk-fulfillment-route-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 302px;
    padding: 36px 24px;
    border-radius: 20px;
    background: #fff;
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

.bsk-fulfillment-route-copy > img {
    width: 36px;
    height: 36px
}

.bsk-fulfillment-route-copy h4 {
    margin: 12px 0 0;
    color: var(--bsk-text-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-route-copy p {
    margin: 8px 0 0;
    color: var(--bsk-text-tertiary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-pricing > .bsk-shell > .bsk-btn {
    margin-top: 80px
}

.bsk-fulfillment-banner {
    position: relative;
    padding: 120px 0;
    background: url("../../images/solutions/dropshipping-fulfillment-service/join-us-bg.webp") center / cover no-repeat;
    text-align: center
}

.bsk-fulfillment-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(235, 246, 255, .2)
}

.bsk-fulfillment-banner .bsk-shell {
    position: relative;
    z-index: 1
}

.bsk-fulfillment-banner p {
    margin: 0;
    background: var(--bsk-gradient-brand);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-fulfillment-banner .bsk-btn {
    margin-top: 36px
}
