.bsk-faq{
    padding: 130px 0 96px;
    background: #f0f5ff;
}

.bsk-faq h2 {
    margin: 0 0 72px;
    text-align: center;
    color: #000;
    font-family: var(--bsk-font-base);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
}

.bsk-faq-item {
    background: #fff;
    border-radius: 28px;
    margin: 0 0 24px;
    padding: 32px 28px;
    border: 0;
    overflow: hidden;
    transition: box-shadow .24s ease
}

.bsk-faq-item[open] {
    box-shadow: 4px 4px 0 var(--bsk-cyan)
}

.bsk-faq summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    list-style: none
}

.bsk-faq summary::-webkit-details-marker {
    display: none
}

.bsk-faq h3 {
    margin: 0;
    color: var(--bsk-text);
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0
}

.bsk-faq p {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.6;
    color: var(--bsk-emphasis);
    margin: 28px 64px 0 0 !important;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease
}

.bsk-faq-item[open] p {
    opacity: 1;
    transform: translateY(0)
}

.bsk-faq-item.is-closing p {
    opacity: 0;
    transform: translateY(-6px)
}

.bsk-faq-toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 3px solid var(--bsk-secondary);
    border-radius: 50%;
    transition: border-color .2s ease
}

.bsk-faq-toggle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    color: var(--bsk-secondary);
    transform: translate(-50%, -65%) rotate(45deg);
    transition: color .2s ease, transform .2s ease
}

.bsk-faq-item[open] .bsk-faq-toggle {
    border-color: var(--bsk-primary)
}

.bsk-faq-item[open] .bsk-faq-toggle:before {
    color: var(--bsk-primary);
    transform: translate(-50%, -35%) rotate(225deg)
}

.bsk-launch-cta {
    position: relative;
    isolation: isolate;
    min-height: 540px;
    padding: 0;
    text-align: center;
    background: #0b38d5;
    color: #fff
}

.bsk-launch-cta .bsk-shell {
    display: flex;
    min-height: 540px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding-top: 4px
}

.bsk-launch-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("../images/shared/launch-dropshipping-store-bg.webp") center center / cover no-repeat;
    opacity: .34
}

.bsk-launch-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(6, 52, 230, .42)
}

.bsk-launch-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0
}

.bsk-launch-cta p {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .84);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0
}

.bsk-launch-cta .bsk-ps-button,
.bsk-launch-cta .bsk-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 174px;
    min-height: 56px;
    padding: 14px 30px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: none
}

.bsk-launch-cta .bsk-ps-button img,
.bsk-launch-cta .bsk-button-primary img {
    display: block;
    width: 28px;
    height: 28px;
    filter: brightness(0)
}

.bsk-launch-cta .bsk-ps-button:hover,
.bsk-launch-cta .bsk-ps-button:focus,
.bsk-launch-cta .bsk-button-primary:hover,
.bsk-launch-cta .bsk-button-primary:focus {
    background: #f0f5ff;
    color: #000
}

.bsk-common-testimonials-type-1 {
    position: relative;
    overflow: hidden;
    padding: 0 0 120px;
    background: linear-gradient(110deg, #0634E6 0%, #31CECD 100%)
}

.bsk-common-testimonials-type-1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -650px;
    width: 1640px;
    height: 1640px;
    border: 120px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    transform: translateX(-50%)
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-decor {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar {
    position: absolute;
    z-index: 1;
    display: block;
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    opacity: .82
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-1 {
    left: calc(50% - 510px);
    top: 172px;
    opacity: .72
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-2 {
    left: calc(50% - 80px);
    top: 118px;
    opacity: .86
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-3 {
    left: calc(50% + 315px);
    top: 192px;
    opacity: .9
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-4 {
    left: calc(50% + 460px);
    top: 472px;
    opacity: .7
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-5 {
    left: calc(50% - 860px);
    top: 902px;
    opacity: .58
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-6 {
    left: calc(50% - 390px);
    top: 532px;
    opacity: .64
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-7 {
    left: calc(50% + 230px);
    top: 610px;
    opacity: .66
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-avatar-8 {
    left: calc(50% + 820px);
    top: 1200px;
    opacity: .82
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-bubble {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 80px;
    padding: 20px 32px;
    border-radius: 42px 0 42px 42px;
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-bubble-1 {
    left: calc(50% - 600px);
    top: 252px
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-bubble-2 {
    left: calc(50% + 280px);
    top: 532px;
    min-width: 354px;
    border-radius: 0 42px 42px 42px
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-logo {
    display: flex;
    width: 316px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 202px;
    padding: 24px 37px;
    border-radius: 42px;
    background: #fff;
    box-sizing: border-box
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-logo img {
    display: block;
    width: 242px;
    height: auto;
    aspect-ratio: 242/38
}

.bsk-common-testimonials-type-1 > .bsk-shell > h2 {
    position: relative;
    z-index: 2;
    margin: 329px 0 72px;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-swiper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 96px
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-swiper .swiper-wrapper {
    align-items: stretch
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-swiper .swiper-slide {
    height: auto;
    opacity: .66;
    transition: opacity .28s ease
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-swiper .swiper-slide-active {
    opacity: 1
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 550px;
    padding: 32px 24px 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    color: var(--bsk-text);
    box-shadow: none
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-swiper .swiper-slide-active .bsk-common-testimonial-card {
    background: #fff
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-name {
    display: block;
    color: #223244;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 4px 0;
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-country {
    display: block;
    margin-top: 6px;
    margin-bottom: 28px;
    color: var(--bsk-secondary);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-card h3 {
    min-height: 68px;
    color: var(--bsk-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin:0;
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-card p {
    flex: 1;
    margin: 28px 0 0 !important;
    padding: 16px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    background: #F2F2F2;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    overflow: hidden
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-card p::before {
    content: open-quote
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-card p::after {
    content: close-quote
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 36px
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-nav button {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #eef4ff;
    cursor: pointer
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-nav button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--bsk-primary);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    transform: translate(-55%, -50%)
}

.bsk-common-testimonials-type-1 .bsk-common-testimonial-next::before {
    transform: translate(-45%, -50%) scaleX(-1) !important
}

.bsk-integration-head {
    max-width: var(--bsk-pc-shell);
    margin: 0 auto 80px;
    text-align: center
}

.bsk-integration-head h2 {
    margin: 0 0 16px !important;
    padding: 0 130px;
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: var(--bsk-pc-h2-weight);
    line-height: var(--bsk-pc-h2-line-height);
    letter-spacing: 0
}

.bsk-integration-head h2 span {
    color: var(--bsk-primary);
    background: var(--bsk-gradient-brand);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bsk-integration-head p {
    margin: 0;
    padding: 0 35px;
    color: var(--bsk-text-tertiary);
    font-size: var(--bsk-pc-h2-subtitle-size);
    font-weight: var(--bsk-pc-h2-subtitle-weight);
    line-height: var(--bsk-pc-h2-subtitle-line-height);
    letter-spacing: 0
}

.bsk-integration-grid {
    margin: -12px;
    gap: 28px;
    justify-content: center
}

.bsk-integration-col {
    max-width: var(--bsk-pc-integration-card, 381px)
}

.bsk-integration-card {
    position: relative;
    aspect-ratio: 381 / 240;
    border: 2px solid var(--bsk-border);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--bsk-text);
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease
}

.bsk-integration-card:hover,
.bsk-integration-card:focus-visible {
    border-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box, var(--bsk-gradient-brand) border-box;
    box-shadow: 0 18px 45px rgba(24, 80, 190, .12)
}

.bsk-integration-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--bsk-pc-testimonial-pad-y, 34px)
}

.bsk-integration-logo img {
    display: block;
    width: 80%;
    height: auto;
    object-fit: contain
}

.bsk-integration-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--bsk-pc-body-28, 28px);
    color: var(--bsk-text);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
    backdrop-filter: blur(18px);
    opacity: 0;
    transition: opacity .18s ease
}

.bsk-integration-card:hover .bsk-integration-overlay,
.bsk-integration-card:focus-visible .bsk-integration-overlay {
    opacity: 1
}

.bsk-integration-title {
    margin: 0 0 16px;
    font-size: var(--bsk-pc-body-28, 28px);
    line-height: 1.5;
    font-weight: 700;
    color: var(--bsk-text)
}

.bsk-integration-desc {
    margin: 0;
    color: var(--bsk-emphasis);
    font-size: var(--bsk-pc-body-24, 24px);
    line-height: 1.5;
    font-weight: 600;
    text-align: center
}

.bsk-common-testimonials-type-2 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 0;
    background: var(--bsk-bg-blue-light)
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-head {
    position: relative;
    z-index: 2;
    text-align: center
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-head h2 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: var(--bsk-pc-h2-size);
    font-weight: 700;
    line-height: 1.5
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-head p {
    margin: 20px auto 0;
    color: var(--bsk-text-tertiary);
    font-size: var(--bsk-pc-h2-subtitle-size);
    font-weight: 400;
    line-height: 1.5
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-viewport {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 64px 0 120px;
    overflow: hidden;
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-viewport::before,
.bsk-common-testimonials-type-2 .bsk-common-testimonial-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: max(180px, calc((100vw - 1440px) / 2 + 120px));
    pointer-events: none
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-viewport::before {
    left: 0;
    background: linear-gradient(90deg, var(--bsk-bg-blue-light) 16%, rgba(var(--bsk-bg-blue-light-rgb), 0) 100%)
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-viewport::after {
    right: 0;
    background: linear-gradient(270deg, var(--bsk-bg-blue-light) 16%, rgba(var(--bsk-bg-blue-light-rgb), 0) 100%)
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-track {
    overflow: visible;
    width: 100%
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-track + .bsk-common-testimonial-track {
    margin-top: 32px
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-track .swiper-wrapper {
    align-items: stretch;
    transition-timing-function: linear !important
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-card {
    width: 620px;
    height: auto;
    min-height: 340px;
    padding: 36px;
    border-radius: 24px;
    background: #fff;
    color: var(--bsk-text-primary);
    box-sizing: border-box
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-author {
    display: flex;
    align-items: center;
    gap: 16px
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-author img {
    display: block;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 16px;
    object-fit: cover
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-author h4 {
    margin: 0;
    color: var(--bsk-text-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-author span {
    display: block;
    margin-top: 4px;
    color: var(--bsk-text-tertiary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.bsk-common-testimonials-type-2 .bsk-common-testimonial-type-2-card > p {
    margin: 28px 0 0;
    color: var(--bsk-text-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6
}

.bsk-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	height: 92px;
	margin-top: 32px;
	color: var(--bsk-text-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 32px
}

.bsk-pagination-status {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 0
}

.bsk-pagination-current {
	width: 100px;
	height: 52px;
	padding: 10px 24px;
	box-sizing: border-box;
	border: 1px solid var(--bsk-text-disabled);
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: var(--bsk-text-primary);
	font: inherit;
	line-height: 32px;
	-moz-appearance: textfield;
	transition: border-color .2s ease, box-shadow .2s ease
}

.bsk-pagination-current::-webkit-inner-spin-button,
.bsk-pagination-current::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.bsk-pagination-current:focus { border-color: rgba(6, 52, 230, .5); box-shadow: 0 0 0 3px rgba(6, 52, 230, .08); }

.bsk-pagination-arrows {
	display: flex;
	align-items: center;
	padding: 20px 0
}

.bsk-pagination-page-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid var(--bsk-text-disabled);
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	text-decoration: none
}

.bsk-pagination-page-arrow:not(:first-child) { margin-left: -1px; }
.bsk-pagination-page-arrow:first-child { border-radius: 8px 0 0 8px; }
.bsk-pagination-page-arrow:last-child { border-radius: 0 8px 8px 0; }
.bsk-pagination-page-arrow::before, .bsk-pagination-page-arrow::after { content: none; }
.bsk-pagination-page-arrow img {
	display: block;
	width: 28px;
	height: 28px;
	filter: brightness(0) saturate(100%) invert(62%) sepia(8%) saturate(538%) hue-rotate(173deg) brightness(89%) contrast(86%)
}

.bsk-pagination-page-arrow.is-disabled { cursor: default; opacity: .45; }

body.bsk-dialog-open { overflow: hidden; }

.bsk-lead-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.bsk-waitlist-dialog {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 1000;
	padding: 32px
}

.bsk-waitlist-dialog.is-open { display: flex; }
.bsk-waitlist-dialog [hidden] { display: none; }

.bsk-waitlist-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(29, 33, 41, .55)
}

.bsk-waitlist-dialog-panel {
	position: relative;
	width: 678px;
	max-height: calc(100vh - 64px);
	overflow-y: auto;
	box-sizing: border-box;
	border-radius: 24px;
	outline: 0;
	background: #fff;
	box-shadow: 0 24px 64px rgba(7, 24, 91, .18);
}

.bsk-waitlist-dialog-close {
	position: absolute;
	top: 32px;
	right: 48px;
	z-index: 2;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer
}
.bsk-waitlist-dialog-trigger { cursor: pointer;}
.bsk-waitlist-dialog-close::before,
.bsk-waitlist-dialog-close::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 3px;
	width: 18px;
	height: 2px;
	background: var(--bsk-text-primary)
}

.bsk-waitlist-dialog-close::before { transform: rotate(45deg); }
.bsk-waitlist-dialog-close::after { transform: rotate(-45deg); }

.bsk-waitlist-dialog-form-view {
	text-align: center;
    padding: 36px 48px;
}

.bsk-waitlist-dialog-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 14px 4px 4px;
	border: 1px solid var(--bsk-primary);
	border-radius: 36px;
	color: var(--bsk-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
    background: #F1F4FF;
}

.bsk-waitlist-dialog-eyebrow img { display: block; }

.bsk-waitlist-dialog h2 {
	margin: 16px 0 0;
	color: var(--bsk-text-primary);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4
}

.bsk-waitlist-dialog-description {
	max-width: 500px;
	margin: 14px auto 0;
	color: var(--bsk-text-tertiary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-waitlist-dialog-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 34px;
	text-align: left
}

.bsk-waitlist-dialog-form label {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--bsk-text-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5
}

.bsk-waitlist-dialog-field-error {
	display: block;
	min-height: 0;
	margin-top: 6px;
	color: #d93025;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4
}

.bsk-waitlist-dialog-field-error:empty { display: none; }
.bsk-waitlist-dialog-form input.is-error,
.bsk-waitlist-dialog-form input.is-error:focus { border-color: #d93025; }

.bsk-waitlist-dialog-form input {
	width: 100%;
	height: 56px;
	padding: 0 22px;
	box-sizing: border-box;
	border: 1px solid var(--bsk-border);
	border-radius: 28px;
	outline: 0;
	box-shadow: none;
	color: var(--bsk-text-primary);
	font: inherit;
	font-weight: 400
}

.bsk-waitlist-dialog-form input:focus {
	border-color: var(--bsk-primary);
	box-shadow: 0 0 0 3px rgba(6, 52, 230, .08)
}

.bsk-waitlist-dialog-form input::placeholder { color: var(--bsk-text-disabled); }
.bsk-waitlist-dialog-form .bsk-btn { width: 100%; margin-top: 4px; }
.bsk-waitlist-dialog-form .bsk-btn:disabled { cursor: wait; opacity: .65; }

.bsk-waitlist-dialog-note {
	margin: 14px 0 0;
	color: var(--bsk-text-tertiary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-waitlist-dialog-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none
}

.bsk-waitlist-dialog-benefits li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	min-height: 120px;
	padding: 14px 8px;
	box-sizing: border-box;
	border-radius: 16px;
	background: var(--bsk-bg-gray);
	color: var(--bsk-text-secondary);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4
}

.bsk-waitlist-dialog-benefits img { display: block; }

.bsk-waitlist-dialog-success {
	min-height: 780px;
	padding: 242px 80px 250px;
	box-sizing: border-box;
	background: #fff url("../images/components/early-access-waitlist-dialog/dialog-bg.webp") center / 100% auto no-repeat;
	text-align: center
}

.bsk-waitlist-dialog-success h2 { margin: 0; }
.bsk-waitlist-dialog-success p {
	margin: 18px 0 0;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5
}

.bsk-waitlist-dialog-success .bsk-btn { width: 100%; margin-top: 48px; }

@media (min-width: 769px) and (max-height: 820px) {
	.bsk-waitlist-dialog { padding: 16px }

	.bsk-waitlist-dialog-panel {
		max-height: calc(100vh - 32px);
		max-height: calc(100dvh - 32px);
	}
    .bsk-waitlist-dialog-form-view {
        padding: 24px 48px
    }
	.bsk-waitlist-dialog-close { top: 20px }
	.bsk-waitlist-dialog h2 { margin-top: 10px; font-size: 24px; }
	.bsk-waitlist-dialog-description { margin-top: 8px;font-size: 14px; }
    .bsk-waitlist-dialog-form .bsk-btn {
        padding: 8px;
        font-size: 18px;
        margin-top: 0px;
    }
    .bsk-waitlist-dialog-field-error {font-size: 12px;margin-top: 0px;}
	.bsk-waitlist-dialog-form {
		gap: 12px;
		margin-top: 12px
	}

	.bsk-waitlist-dialog-form label { gap: 6px;font-size: 14px; }
	.bsk-waitlist-dialog-form input { height: 48px }
	.bsk-waitlist-dialog-note { margin-top: 8px; font-size: 14px; }

	.bsk-waitlist-dialog-benefits { margin-top: 16px }
	.bsk-waitlist-dialog-benefits li {
		gap: 6px;
		min-height: 88px;
		padding-block: 8px
	}

	.bsk-waitlist-dialog-success {
		min-height: min(780px, calc(100vh - 80px));
		min-height: min(780px, calc(100dvh - 80px));
		padding: clamp(180px, 29vh, 242px) 80px clamp(150px, 24vh, 250px)
	}

	.bsk-waitlist-dialog-success p { margin-top: 14px }
	.bsk-waitlist-dialog-success .bsk-btn { margin-top: 32px }
}
