/**
 * Sail — Dropshipping 页静态样式（对齐 jingsourcing.com/dropshipping 区块层级）
 * 仅用于 assets/html/dropshipping.html 本地调试；上线后可按页 enqueue 或并入主题。
 */

.sail-dropship-page {
    /* 与 jingsourcing Elementor Kit 54179 全局色/字阶对齐 */
    --sail-dropship-color-heading: #333333;
    --sail-dropship-color-text: #7a7a7a;
    --sail-dropship-color-link-pro: #ff9933;
    --sail-dropship-color-link-basic: #1273eb;
    background: #ffffff;
    color: var(--sail-dropship-color-text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.sail-dropship {
    margin: 0;
    padding: 0;
}

.sail-dropship .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/* 顶部留白（对应 Elementor Spacer ~50px） */
.sail-dropship-spacer {
    height: 50px;
}

/* ---- Hero：对齐 elementor-heading-title + elementor-blockquote（clean） ---- */
.sail-dropship-hero {
    padding: 0 0 40px;
    text-align: center;
}

.sail-dropship-hero__title {
    margin: 0 0 20px;
    font-family: inherit;
    font-size: clamp(27px, 4.2vw, 27px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--sail-dropship-color-heading);
}

.sail-dropship-hero__blockquote {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.sail-dropship-hero__content {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--sail-dropship-color-text);
}

.sail-dropship-hero__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: inherit;
}

.sail-dropship-hero__link--pro {
    color: var(--sail-dropship-color-link-pro);
}

.sail-dropship-hero__link--pro:hover {
    color: #e6871f;
}

.sail-dropship-hero__link--basic {
    color: var(--sail-dropship-color-link-basic);
}

.sail-dropship-hero__link--basic:hover {
    color: #0161cd;
}

/* ---- Why choose：灰底 + 背景图 ---- */
.sail-dropship-why {
    position: relative;
    padding: 56px 0 48px;
    background-color: #f5f5f5;
    background-image: url("https://jingsourcing.com/wp-content/uploads/2022/12/product-background-new-reverted.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sail-dropship-why__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    pointer-events: none;
}

.sail-dropship-why > .container {
    position: relative;
    z-index: 1;
}

.sail-dropship-why h2 {
    margin: 0 0 36px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

/* Elementor inner section：两列 + 每列两个 CTA（非 2×2 均分网格） */
.sail-dropship-why__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
    align-items: stretch;
}

.sail-dropship-why__col {
    flex: 1 1 calc(50% - 12px);
    min-width: min(100%, 300px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Elementor Pro CTA（classic）：无侧图时即为整卡半透明白底 + 圆角 + hover 阴影 */
.sail-dropship-card--cta {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    transition: box-shadow 0.2s ease;
}

.sail-dropship-card--cta:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
}

.sail-dropship-card--cta .sail-dropship-card__content {
    width: 100%;
    min-width: 0;
    padding: 20px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.66);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    box-sizing: border-box;
}

.sail-dropship-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #ff9933;
}

.sail-dropship-card__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--sail-dropship-color-text);
}

.sail-dropship-why__cta-wrap {
    margin: 20px 0 30px;
    text-align: center;
}

/* Elementor button：elementor-size-sm + 胶囊；Why 区为蓝（与参考 widget 5eeb891 一致） */
.sail-dropship-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 0;
    padding: 10px 22px;
    border-radius: 100px;
    border-style: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sail-dropship-btn--blue {
    background-color: #1273eb;
    color: #ffffff !important;
}

.sail-dropship-btn--blue:hover,
.sail-dropship-btn--blue:focus {
    background-color: #0161cd;
    color: #ffffff !important;
}

/* 步骤区按钮：参考 widget 16744ce，品牌橙 */
.sail-dropship-btn--accent {
    background-color: #ff9933;
    color: #ffffff !important;
}

.sail-dropship-btn--accent:hover,
.sail-dropship-btn--accent:focus {
    background-color: #e67e22;
    color: #ffffff !important;
}

/* ---- 4 steps：对齐 section 6e8f460 + inner e385c97（内联 CSS：列宽 53.33% / 2.06% / 43.91%，图标 28px，正文 kit 18px） ---- */
.sail-dropship-steps {
    padding: 0;
    background: #ffffff;
}

.sail-dropship-steps__top-spacer {
    height: 80px;
}

.sail-dropship-steps__container {
    min-height: 533px;
    box-sizing: border-box;
}

.sail-dropship-steps__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

/* Divider widget 28f0d7e：虚线 + 中心图标；与参考一致 --divider-element-spacing:7px，上下留白对齐 Elementor padding-block */
.sail-dropship-steps__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 36%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2px 0 32px;
    text-align: center;
    box-sizing: border-box;
}

.sail-dropship-steps__divider-line {
    flex: 1;
    min-width: 0;
    border: none;
    border-top: 4px dotted #02010029;
}

.sail-dropship-steps__divider-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 2px solid #ff9933;
    border-radius: 100px;
    color: #ff9933;
}

.sail-dropship-steps__divider-svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ff9933;
}

/* 内区 e385c97：桌面 padding 10px；列宽与 Elementor min-width:768px 一致 */
.sail-dropship-steps__grid {
    display: grid;
    grid-template-columns: minmax(0, 53.331%) minmax(0, 2.061%) minmax(0, 43.912%);
    column-gap: 0;
    row-gap: 0;
    padding: 10px;
    align-items: start;
}

.sail-dropship-steps__col--steps {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sail-dropship-icon-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
}

/* icon-box .elementor-icon { font-size: 28px } — 与内联 SVG 同阶显示尺寸 */
.sail-dropship-icon-box__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #0201015c;
}

.sail-dropship-icon-box__icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    opacity: 0.36;
}

.sail-dropship-icon-box__text {
    margin: 0;
    padding-top: 2px;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--sail-dropship-color-text);
}

.sail-dropship-steps__rule {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #02010112;
    flex-shrink: 0;
}

.sail-dropship-steps__col--gap {
    min-height: 1px;
}

.sail-dropship-steps__col--visual {
    text-align: center;
    padding-left: 4px;
    box-sizing: border-box;
}

.sail-dropship-steps__figure {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* f267058 spacer 10px + 16744ce 按钮区 margin */
.sail-dropship-steps__mid-spacer {
    height: 10px;
}

.sail-dropship-steps__btn-wrap {
    margin: 20px 0 50px;
    text-align: center;
}

.sail-dropship-steps__bottom-spacer {
    height: 50px;
}

/* 0482fa3：elementor-hidden-tablet + mobile — 仅桌面显示右列图 */
@media (max-width: 1024px) {
    .sail-dropship-steps__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .sail-dropship-steps__col--gap,
    .sail-dropship-steps__col--visual {
        display: none;
    }

    .sail-dropship-steps__col--steps {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sail-dropship-steps__divider {
        width: 77%;
    }

    .sail-dropship-icon-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .sail-dropship-why__col {
        flex: 1 1 100%;
        min-width: 100%;
    }
}
