.bsk-integrations-dropshipping {
    color: var(--bsk-text-primary);
    background: #fff
}

.bsk-int-hero {
    padding: 120px 0 130px;
    background: linear-gradient(180deg, #ebf6ff 0, #fff 100%)
}

.bsk-int-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.bsk-int-hero-copy {
    width: 675px
}

.bsk-int-hero h1 {
    color: var(--bsk-title-important);
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5
}

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

.bsk-int-hero-copy .bsk-btn {
    margin-top: 36px
}

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

.bsk-int-reasons {
    padding: 120px 0
}

.bsk-int-reason-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 36px
}

.bsk-int-reason-row + .bsk-int-reason-row {
    margin-top: 104px
}

.bsk-int-reason-row-reverse {
    flex-direction: row-reverse
}

.bsk-int-reason-row > img {
    display: block;
    width: 454px;
    height: auto;
    object-fit: contain
}


.bsk-int-eyebrow, .bsk-int-testimonial-eyebrow {
    display: inline-flex;
    padding: 8px 18px;
    border-radius: 999px;
    color: var(--bsk-text-tertiary);
    border: 1px solid var(--bsk-border);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0;
}

.bsk-int-reason-copy h2 {
    margin-top: 18px;
    color: var(--bsk-title-important);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.35
}

.bsk-int-reason-copy > p:not(.bsk-int-eyebrow) {
    margin-top: 24px;
    color: var(--bsk-text-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.bsk-int-reason-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--bsk-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none
}

.bsk-int-reason-copy > a img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(4660%) hue-rotate(231deg) brightness(84%) contrast(119%)
}

.bsk-int-benefits {
    padding: 120px 0;
    background: var(--bsk-bg-blue-light);
    text-align: center
}

.bsk-int-benefits h2,
.bsk-int-video h2,
.bsk-int-blog h2 {
    color: var(--bsk-text-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}

.bsk-int-benefits h2 {
    max-width: 600px;
    margin: 0 auto
}

.bsk-int-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
    text-align: left
}

.bsk-int-benefit-card {
    min-height: 332px;
    padding: 28px 24px;
    border-radius: 24px;
    background: #fff
}

.bsk-int-benefit-card img {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 24px
}

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

.bsk-int-benefit-card p {
    margin-top: 18px;
    color: var(--bsk-text-tertiary);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
}

.bsk-int-benefits .bsk-btn {
    margin: 64px auto 0
}

.bsk-int-platforms {
    padding: 120px 0;
    background: #fff
}

.bsk-int-video {
    padding: 120px 0;
    background: url("../../images/integrations/video-bg.webp") center / cover no-repeat
}

.bsk-int-video-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px
}

.bsk-int-video-grid > img {
    display: block;
    width: 600px;
    height: 456px;
    object-fit: cover;
    border-radius: 32px
}

.bsk-int-video-grid > .bsk-int-video-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 576px;
    height: 456px;
    padding: 24px 0;
}

.bsk-int-video-copy .bsk-btn {
    width: fit-content;
}

.bsk-int-video ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    color: var(--bsk-text-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
    border-top: 1px solid var(--bsk-border);
    padding-top: 20px;
}

.bsk-int-video li {
    position: relative;
    padding-left: 32px
}

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

.bsk-int-testimonial-eyebrow {
    margin-bottom: 16px;
}

.bsk-int-testimonial-button {
    position: relative;
    z-index: 5;
    margin: -72px auto 80px
}

.bsk-int-start {
    min-height: 405px;
    padding: 100px 0;
    background: url("../../images/integrations/start-bg.webp") center / cover no-repeat;
    text-align: center
}

.bsk-int-start h2 {
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: 700;
    line-height: 1.5;
    padding: 0 200px;
}

.bsk-int-start-title-line {
    display: block
}

.bsk-int-start p {
    max-width: 900px;
    margin: 20px auto 0;
    color: var(--bsk-text-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-int-start .bsk-btn {
    margin: 36px auto 0
}

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

.bsk-int-blog {
    padding: 120px 0;
    background: #fff
}

.bsk-int-blog h2 {
    text-align: center
}

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

.bsk-int-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    background: var(--bsk-bg-gray)
}

.bsk-int-blog-card > a {
    display: block;
    color: inherit;
    text-decoration: none
}

.bsk-int-blog-card .bsk-int-blog-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 384/235;
    object-fit: cover;
    background: var(--bsk-bg-gray)
}

.bsk-blog-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 16px;
}
.bsk-int-blog-card h3 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--bsk-text-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}

.bsk-int-blog-summary {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--bsk-text-primary);
    font-size: 14px;
    font-weight: 400;
    min-height: 60px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.bsk-int-blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.bsk-int-blog-meta img {
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 32px;
    border-radius: 50%;
    object-fit: cover
}
