/**
 * Sail theme — Quality Control（对齐 jingsourcing.com/quality-control-service/，版式与 pricing / amazon-fba 相近）
 */

.sail-qc-page {
    background: #ffffff;
    color: #333333;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 0;
}

body.sail-qc-page.elementor-page .site-main > .elementor {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.sail-qc-page.elementor-page .site-main .e-con,
body.sail-qc-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-qc-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-qc {
        padding: 32px 0 60px;
    }
}

/* ---- Heading strip ---- */

.sail-qc-heading .container {
    max-width: 1120px;
}

.sail-qc-heading__container {
    text-align: -webkit-center;
}

.sail-qc-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-qc-heading__title {
        padding: 8px 24px;
        font-size: 19px;
    }
}

/* ---- Hero ---- */

.sail-qc-hero {
    position: relative;
    padding: 50px 0 70px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.sail-qc-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-qc-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/product-and-solution-page-tablet.webp");
    }
}

@media (max-width: 767px) {
    .sail-qc-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/solution-page-mobile.webp");
    }
}

.sail-qc-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-qc-hero__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 768px) {
    .sail-qc-page .sail-qc-hero__row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.sail-qc-hero__col--copy {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
}

.sail-qc-hero__col--media {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sail-qc-hero__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #0881F5;
}

.sail-qc-hero__body {
    margin: 0;
    font-size: 18px;
    line-height: 1.89;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.83);
}

.sail-qc-hero__body p {
    margin: 0 0 20px;
}

.sail-qc-hero__body p:last-child {
    margin-bottom: 0;
}

.sail-qc-page .sail-qc-hero .sail-qc-hero__body,
.sail-qc-page .sail-qc-hero .sail-qc-hero__body p {
    color: rgba(0, 0, 0, 0.83);
}

.sail-qc-page .sail-qc-hero .sail-qc-hero__title {
    color: #0881F5;
}

.sail-qc-hero__actions {
    margin: 20px 0 0;
    text-align: center;
}

.sail-qc-hero__figure {
    margin: 0;
    padding: 20px;
    max-width: 100%;
}

.sail-qc-hero__figure img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}

.sail-qc-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-qc-hero__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

@media (max-width: 767px) {
    .sail-qc-hero {
        padding: 40px 0 56px;
    }

    .sail-qc-hero__row {
        flex-direction: column;
        align-items: stretch;
    }

    .sail-qc-hero__col--media {
        order: 2;
    }

    .sail-qc-hero__col--copy {
        order: 1;
    }

    .sail-qc-hero__figure {
        padding: 12px 0 8px;
    }

    .sail-qc-hero__body {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ---- Our Quality Guaranteed ---- */

.sail-qc-guarantee {
    padding: 50px 0 60px;
    background-color: #f8fafc;
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f4ff 42%, #f8fafc 100%);
}


.sail-qc-guarantee__container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-qc-guarantee__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 48px;
}

.sail-qc-guarantee__col--media {
    flex: 0 1 42%;
    min-width: 0;
}

.sail-qc-guarantee__col--copy {
    flex: 1 1 0;
    min-width: 0;
}

.sail-qc-guarantee__figure {
    margin: 0;
}

.sail-qc-guarantee__figure img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}

.sail-qc-guarantee__title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-qc-guarantee__intro {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.82);
}

.sail-qc-guarantee__intro p {
    margin: 0;
}

.sail-qc-guarantee__intro a {
    color: #0881F5;
    font-weight: 600;
    text-decoration: none;
}

.sail-qc-guarantee__intro a:hover {
    text-decoration: underline;
}

.sail-qc-guarantee__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sail-qc-guarantee__card {
    padding: 16px 18px;
    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-qc-guarantee__card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.78);
}

@media (max-width: 900px) {
    .sail-qc-guarantee__row {
        flex-direction: column;
        gap: 28px;
    }

    .sail-qc-guarantee__col--media {
        flex: none;
        width: 100%;
    }

    .sail-qc-guarantee__grid {
        grid-template-columns: 1fr;
    }
}

/* ---- How we inspect（小节标题） ---- */

.sail-qc-how {
    padding: 36px 0 24px;
    background-color: #f5f5f5;
}

.sail-qc-how__container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

.sail-qc-how__title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-qc-how__rule {
    width: 120px;
    height: 3px;
    margin: 0 auto;
    border: 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #0881F5, #0568c8);
}

/* ---- Steps ---- */

.sail-qc-step {
    padding: 50px 0 60px;
}

.sail-qc-step--gray {
    background-color: #f5f5f5;
}

.sail-qc-step--band {
    padding: 50px 0 70px;
    background-color: #f8fafc;
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f4ff 42%, #0669ff00 100%);
}


.sail-qc-step__container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-qc-step__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 48px;
}

.sail-qc-step__row--reverse {
    flex-direction: row-reverse;
}

.sail-qc-step__col--media {
    flex: 0 1 46%;
    min-width: 0;
}

.sail-qc-step__col--copy {
    flex: 1 1 0;
    min-width: 0;
}

.sail-qc-step__figure {
    margin: 0;
}

.sail-qc-step__figure img {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}

.sail-qc-step__title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-qc-step__body {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.82);
}

.sail-qc-step__body p {
    margin: 0 0 16px;
}

.sail-qc-step__body p:last-child {
    margin-bottom: 0;
}

.sail-qc-step__body a {
    color: #0881F5;
    font-weight: 600;
    text-decoration: none;
}

.sail-qc-step__body a:hover {
    text-decoration: underline;
}

.sail-qc-step__body a[href*="basic"] {
    color: #4267a0;
}

.sail-qc-step__body a[href*="basic"]:hover {
    color: #2d4a73;
}

.sail-qc-step__actions {
    margin: 20px 0 0;
}

.sail-qc-step__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-qc-step__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

@media (max-width: 900px) {
    .sail-qc-step__row,
    .sail-qc-step__row--reverse {
        flex-direction: column;
        gap: 28px;
    }

    .sail-qc-step__col--media {
        flex: none;
        width: 100%;
    }
}
