/**
 * Sail theme — Credit Payment Terms（对齐 jingsourcing.com/credit-payment-terms/，版式与 pricing / quality-control 相近）
 */

.sail-credit-page {
    background: #ffffff;
    color: #333333;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 0;
}

body.sail-credit-page.elementor-page .site-main > .elementor {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.sail-credit-page.elementor-page .site-main .e-con,
body.sail-credit-page.elementor-page .site-main .e-con > .e-con-inner {
    --container-default-padding-top: 0 !important;
    --padding-top: 0 !important;
    --padding-block-start: 0 !important;
    padding-top: 0 !important;
    padding-block-start: 0 !important;
    margin-top: 0 !important;
}

body.sail-credit-page.elementor-page .site-main .elementor-widget-text-editor .elementor-widget-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .sail-credit {
        padding: 32px 0 60px;
    }
}

/* ---- Heading strip ---- */

.sail-credit-heading .container {
    max-width: 1120px;
}

.sail-credit-heading__container {
    text-align: -webkit-center;
}

.sail-credit-heading__title {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 56px;
    font-size: 27px;
    line-height: 1.6;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 768px) {
    .sail-credit-heading__title {
        padding: 8px 24px;
        font-size: 19px;
    }
}

/* ---- Hero ---- */

.sail-credit-hero {
    position: relative;
    padding: 50px 0 70px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.sail-credit-hero__bg {
    position: absolute;
    inset: 0;
    background-color: #1a1a1a;
    background-image: url("https://www.sailspan.com/wp-content/uploads/2026/04/image-scaled.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1024px) {
    .sail-credit-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/product-and-solution-page-tablet.webp");
    }
}

@media (max-width: 767px) {
    .sail-credit-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/solution-page-mobile.webp");
    }
}

.sail-credit-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-credit-hero__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 768px) {
    .sail-credit-page .sail-credit-hero__row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.sail-credit-hero__col--copy {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
}

.sail-credit-hero__col--media {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sail-credit-hero__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #0881F5;
}

.sail-credit-hero__body {
    margin: 0;
    font-size: 18px;
    line-height: 1.89;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.83);
}

.sail-credit-hero__body p {
    margin: 0 0 20px;
}

.sail-credit-hero__body p:last-child {
    margin-bottom: 0;
}

.sail-credit-page .sail-credit-hero .sail-credit-hero__body,
.sail-credit-page .sail-credit-hero .sail-credit-hero__body p {
    color: rgba(0, 0, 0, 0.83);
}

.sail-credit-page .sail-credit-hero .sail-credit-hero__title {
    color: #0881F5;
}

.sail-credit-hero__actions {
    margin: 20px 0 0;
    text-align: center;
}

.sail-credit-hero__figure {
    margin: 0;
    padding: 20px;
    max-width: 100%;
}

.sail-credit-hero__figure img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}

.sail-credit-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 28px;
    border-radius: 100px;
    background-color: #0881F5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sail-credit-hero__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

@media (max-width: 767px) {
    .sail-credit-hero {
        padding: 40px 0 56px;
    }

    .sail-credit-hero__row {
        flex-direction: column;
        align-items: stretch;
    }

    .sail-credit-hero__col--media {
        order: 2;
    }

    .sail-credit-hero__col--copy {
        order: 1;
    }

    .sail-credit-hero__figure {
        padding: 12px 0 8px;
    }

    .sail-credit-hero__body {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ---- Sections ---- */

.sail-credit-block {
    padding: 50px 0 60px;
}

.sail-credit-block--gray {
    background-color: #f5f5f5;
}

.sail-credit-block--band {
    padding: 50px 0 70px;
    background-color: #f8fafc;
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f4ff 42%, #ffffff 100%);
}


.sail-credit-block__container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-credit-section__header {
    margin-bottom: 32px;
}

.sail-credit-section__header--center {
    text-align: center;
}

.sail-credit-section__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-credit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 28px;
    border-radius: 100px;
    background-color: #0881F5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.sail-credit-btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

/* ---- New clients cards ---- */

.sail-credit-new__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sail-credit-new__card {
    padding: 22px 20px 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.sail-credit-new__card-title {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
    text-align: center;
}

.sail-credit-new__figure {
    margin: 0 0 16px;
}

.sail-credit-new__figure img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.sail-credit-new__body {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.82);
}

.sail-credit-new__body p {
    margin: 0 0 12px;
}

.sail-credit-new__body p:last-child {
    margin-bottom: 0;
}

.sail-credit-new__list {
    margin: 0 0 18px;
    padding-left: 1.15em;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.8);
}

.sail-credit-new__list li {
    margin-bottom: 6px;
}

.sail-credit-new__actions {
    margin: 0;
    text-align: center;
}

@media (max-width: 900px) {
    .sail-credit-new__grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Partner cards ---- */

.sail-credit-partner__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sail-credit-partner__card {
    padding: 22px 22px 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.sail-credit-partner__card-title {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
}

.sail-credit-partner__body {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.82);
}

.sail-credit-partner__body p {
    margin: 0 0 12px;
}

.sail-credit-partner__body p:last-child {
    margin-bottom: 0;
}

.sail-credit-partner__actions {
    margin: 0;
    text-align: center;
}

@media (max-width: 900px) {
    .sail-credit-partner__grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Steps ---- */

.sail-credit-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sail-credit-steps__item {
    margin: 0;
    padding: 20px 14px 22px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.sail-credit-steps__label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #0881F5;
}

.sail-credit-steps__text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.78);
}

@media (max-width: 900px) {
    .sail-credit-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .sail-credit-steps {
        grid-template-columns: 1fr;
    }
}

/* ---- Bottom CTA ---- */

.sail-credit-cta {
    padding: 48px 0 64px;
    background: linear-gradient(180deg, #0669ff14 0%, #ffffff 100%);
}


.sail-credit-cta__container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

.sail-credit-cta__title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
}

.sail-credit-cta__lead {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.78);
}

.sail-credit-cta__actions {
    margin: 0;
}

.sail-credit-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 36px;
    border-radius: 100px;
    background-color: #0881F5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.sail-credit-cta__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}
