/* Social Kiln public-site refinements */

/* Pricing page: keep the page title area compact and bring the catalog above the fold. */
body:has(.socialkiln-pricing-page) .banner-section {
    padding: 138px 0 54px !important;
}

body:has(.socialkiln-pricing-page) .banner-section .header-text {
    margin-bottom: 0 !important;
}

.socialkiln-pricing-page {
    padding-top: 46px !important;
}

/* Stripe trust strip shown directly below the homepage hero. */
.sk-stripe-trust {
    position: relative;
    padding: 20px 0;
    background: #0c0f14;
    border-top: 1px solid rgba(255,255,255,.065);
    border-bottom: 1px solid rgba(255,255,255,.065);
    overflow: hidden;
}

.sk-stripe-trust::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 130px;
    right: 14%;
    top: -80px;
    border-radius: 50%;
    background: rgba(99, 91, 255, .11);
    filter: blur(45px);
    pointer-events: none;
}

.sk-stripe-trust-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
}

.sk-stripe-trust-copy {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.sk-stripe-lock {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #b9adff;
    background: rgba(99,91,255,.12);
    border: 1px solid rgba(139,126,255,.22);
    font-size: 17px;
}

.sk-stripe-trust-copy strong {
    display: block;
    color: #f7f8fb;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.sk-stripe-trust-copy span {
    display: block;
    margin-top: 3px;
    color: #8e98a8;
    font-size: 12px;
    line-height: 1.5;
}

.sk-stripe-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 9px 13px;
    border-radius: 11px;
    background: #fff;
    color: #17191f;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 26px rgba(0,0,0,.18);
}

.sk-stripe-wordmark b {
    color: #635bff;
    font-size: 17px;
    letter-spacing: -.04em;
}

@media (max-width: 767px) {
    body:has(.socialkiln-pricing-page) .banner-section {
        padding: 118px 0 40px !important;
    }

    .socialkiln-pricing-page {
        padding-top: 30px !important;
    }

    .sk-stripe-trust-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
