/**
 * Sail theme — Our Products（对齐 jingsourcing.com/our-products/，版式与 pricing / product-development 相近）
 */

.sail-our-products-page {
    background: #ffffff;
    color: #333333;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 0;
}

body.sail-our-products-page.elementor-page .site-main > .elementor {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.sail-our-products-page.elementor-page .site-main .e-con,
body.sail-our-products-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-our-products-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-our-products {
        padding: 32px 0 60px;
    }
}

/* ---- Hero（与 Product Development / Credit 共用 product-and-solutions 背景图） ---- */

.sail-our-products-hero {
    position: relative;
    padding: 50px 0 70px;
    overflow: hidden;
    background-color: #1a1a1a;
    min-height: 480px;
    display: flex;
    align-items: center;
}

.sail-our-products-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-our-products-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/product-and-solution-page-tablet.webp");
    }
}

@media (max-width: 767px) {
    .sail-our-products-hero__bg {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/solution-page-mobile.webp");
    }
}

.sail-our-products-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sail-our-products-hero__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 768px) {
    .sail-our-products-page .sail-our-products-hero__row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.sail-our-products-hero__col--copy {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
}

.sail-our-products-hero__col--media {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 品类落地页：返回 Our Products 的面包屑 */
.sail-our-products-hero__eyebrow {
    margin: 0 0 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
}

.sail-pcl-back {
    color: inherit;
    text-decoration: none;
}

.sail-pcl-back:hover {
    text-decoration: underline;
    color: #0881f5;
}

.sail-our-products-hero__title {
    margin: 0 0 16px;
    text-align: center;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.25;
    color: #0881F5;
}

.sail-our-products-hero__lead {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.83);
}

.sail-our-products-hero__actions {
    margin: 0;
    text-align: center;
}

.sail-our-products-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;
    transition: background-color 0.2s ease;
}

.sail-our-products-hero__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

.sail-our-products-hero__figure {
    margin: 0;
    padding: 12px;
    max-width: 100%;
}

.sail-our-products-hero__figure img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .sail-our-products-hero {
        min-height: 0;
        padding: 40px 0 48px;
    }

    .sail-our-products-hero__row {
        flex-direction: column;
        gap: 28px;
    }

    .sail-our-products-hero__figure img {
        max-width: 320px;
    }
}

/* ---- Blocks ---- */

.sail-our-products-block {
    padding: 50px 0 60px;
}

.sail-our-products-block--white {
    background: #ffffff;
}

.sail-our-products-block--gray {
    background-color: #f5f5f5;
}

.sail-our-products-block--band {
    padding: 50px 0 70px;
    background-color: #f8fafc;
    background-image: linear-gradient(180deg, #ffffff 0%, #f0f4ff 42%, #0669ff00 100%);
}


.sail-our-products-block__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-our-products-section__header {
    margin-bottom: 28px;
}

.sail-our-products-section__header--center {
    text-align: center;
}

.sail-our-products-section__title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-our-products-section__lead {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.65;
    color: #555555;
}

/* ---- Category grid ---- */

/* 与参考站 jingsourcing.com/our-products/ 桌面区一致：5 列 + 图标 + 文案 */
.sail-our-products-cats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.sail-our-products-cats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 118px;
    padding: 16px 10px 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    color: #333333;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.sail-our-products-cats__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    color: #0881F5;
}

.sail-our-products-cats__svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 44px;
    max-height: 44px;
}

.sail-our-products-cats__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    color: inherit;
}

.sail-our-products-cats__item:hover {
    border-color: #0881F5;
    box-shadow: 0 4px 18px rgba(8, 129, 245, 0.18);
    color: #0881F5;
}

@media (max-width: 1100px) {
    .sail-our-products-cats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .sail-our-products-cats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .sail-our-products-cats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sail-our-products-cats__item {
        min-height: 108px;
        padding: 14px 8px 12px;
    }
}

/* ---- More categories ---- */

.sail-our-products-more {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.sail-our-products-more__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #333333;
}

.sail-our-products-more__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #555555;
    max-width: 560px;
}

.sail-our-products-more__actions {
    margin: 0;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .sail-our-products-more {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .sail-our-products-more__actions {
        width: 100%;
    }

    .sail-our-products-more__actions .sail-our-products-btn {
        width: 100%;
    }
}

/* ---- Buttons ---- */

.sail-our-products-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 28px;
    border-radius: 100px;
    background-color: #0881F5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #0881F5;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sail-our-products-btn:hover {
    background-color: #0568c8;
    border-color: #0568c8;
    color: #ffffff;
}

.sail-our-products-btn--outline {
    background-color: #ffffff;
    color: #0881F5;
}

.sail-our-products-btn--outline:hover {
    background-color: #0881F5;
    color: #ffffff;
}

/* ---- Solutions split rows ---- */

.sail-our-products-split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 48px;
}

.sail-our-products-split:last-of-type {
    margin-bottom: 0;
}

.sail-our-products-split--reverse {
    flex-direction: row-reverse;
}

.sail-our-products-split__copy {
    flex: 1 1 0;
    min-width: 0;
}

.sail-our-products-split__heading {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #333333;
}

.sail-our-products-split__body {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
}

.sail-our-products-split__actions {
    margin: 0;
}

.sail-our-products-split__media {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.sail-our-products-split__media img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
}

@media (max-width: 767px) {
    .sail-our-products-split,
    .sail-our-products-split--reverse {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .sail-our-products-split__media {
        order: -1;
    }
}

/* ---- Alibaba：双列手风琴（对齐 jingsourcing.com/our-products/ Elementor Accordion；收起 + 、展开 −） ---- */

.sail-our-products-alibaba {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    align-items: start;
}

.sail-our-products-alibaba__stack {
    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);
    overflow: hidden;
}

.sail-our-products-acc {
    margin: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.sail-our-products-alibaba__stack > .sail-our-products-acc:first-child {
    border-top: none;
}

.sail-our-products-acc__summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: #333333;
    user-select: none;
}

.sail-our-products-acc__summary::-webkit-details-marker {
    display: none;
}

.sail-our-products-acc__summary::marker {
    content: "";
}

.sail-our-products-acc__title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.sail-our-products-acc__icons {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #64748b;
}

.sail-our-products-acc__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    transition: opacity 0.15s ease;
}

/* 收起：加号；展开：减号（与参考站一致） */
.sail-our-products-acc__svg--minus {
    opacity: 0;
}

.sail-our-products-acc[open] .sail-our-products-acc__svg--plus {
    opacity: 0;
}

.sail-our-products-acc[open] .sail-our-products-acc__svg--minus {
    opacity: 1;
}

.sail-our-products-acc__summary:hover,
.sail-our-products-acc__summary:focus {
    color: #0881F5;
    outline: none;
}

.sail-our-products-acc__summary:hover .sail-our-products-acc__icons,
.sail-our-products-acc__summary:focus .sail-our-products-acc__icons {
    color: #0881F5;
}

.sail-our-products-acc[open] > .sail-our-products-acc__summary {
    color: #0881F5;
}

.sail-our-products-acc[open] > .sail-our-products-acc__summary .sail-our-products-acc__icons {
    color: #0881F5;
}

.sail-our-products-acc__panel {
    padding: 0 18px 18px;
}

.sail-our-products-acc__body {
    margin: 0;
    padding-top: 2px;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
}

@media (max-width: 700px) {
    .sail-our-products-alibaba {
        grid-template-columns: 1fr;
    }
}

/* ---- Monthly report ---- */

.sail-our-products-monthly {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}

.sail-our-products-monthly__media {
    flex: 0 0 auto;
}

.sail-our-products-monthly__media img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.sail-our-products-monthly__side {
    flex: 1 1 0;
    min-width: 0;
}

.sail-our-products-monthly__title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #0881F5;
}

.sail-our-products-monthly__lead {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.65;
    color: #555555;
}

@media (max-width: 767px) {
    .sail-our-products-monthly {
        flex-direction: column;
        text-align: center;
    }

    .sail-our-products-monthly__media {
        order: -1;
    }
}

/* ---- Form（与 affiliates 相近） ---- */

.sail-our-products-form__row {
    margin-bottom: 0;
}

.sail-our-products-form__row--2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 520px) {
    .sail-our-products-form__row--2 {
        grid-template-columns: 1fr;
    }
}

.sail-our-products-form__field {
    margin: 0 0 16px;
}

.sail-our-products-form__field:last-of-type {
    margin-bottom: 0;
}

.sail-our-products-form__label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.sail-our-products-form__input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
    background: #ffffff;
}

.sail-our-products-form__input:focus {
    outline: none;
    border-color: #0881F5;
    box-shadow: 0 0 0 3px rgba(8, 129, 245, 0.2);
}

.sail-our-products-form__submit-wrap {
    margin-top: 8px;
    margin-bottom: 0;
}

.sail-our-products-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #0881F5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.sail-our-products-form__submit:hover {
    background-color: #0568c8;
    color: #ffffff;
}

/* ---- Bottom CTA ---- */

.sail-our-products-cta {
    padding: 56px 24px 72px;
    text-align: center;
    background: linear-gradient(180deg, #0669ff0d 0%, #ffffff 55%);
    border-top: 1px solid rgba(8, 129, 245, 0.2);
}


.sail-our-products-cta__container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.sail-our-products-cta__title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #333333;
}

.sail-our-products-cta__actions {
    margin: 0;
}

.sail-our-products-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    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-our-products-cta__btn:hover {
    background-color: #0568c8;
    color: #ffffff;
}

/* ---- Apparel 品类落地（对齐 Jing：居中 Hero + 白条 USP 叠层 + 2×3 卡片 + 上白下深表单区） ---- */

.sail-pcl-apparel {
    --sail-pcl-accent: #f3a34a;
    --sail-pcl-accent-hover: #e8953c;
    -webkit-font-smoothing: antialiased;
}

.sail-pcl-apparel__main {
    margin: 0;
}

.sail-pcl-wrap {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}

.sail-pcl-wrap--narrow {
    max-width: 820px;
}

.sail-pcl-hero-stack {
    position: relative;
}

/* Hero：居中标题 + 均匀暗色遮罩 */
.sail-pcl-sec--hero {
    position: relative;
    min-height: 420px;
    padding: 56px 0 96px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #1a1a1a;
}

.sail-pcl-wrap--hero {
    width: 100%;
}

.sail-pcl-sec__media--hero {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #1a1a1a;
    background-image: url("https://jingsourcing.com/wp-content/uploads/2023/08/apparel-banner-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sail-pcl-sec__media--hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.sail-pcl-hero--center {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sail-pcl-hero__crumb {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sail-pcl-apparel .sail-pcl-back {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.sail-pcl-apparel .sail-pcl-back:hover {
    color: var(--sail-pcl-accent);
    border-bottom-color: var(--sail-pcl-accent);
}

.sail-pcl-hero__title {
    margin: 0;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
}

/* USP 白条：压住横幅下沿 */
.sail-pcl-usp-wrap {
    position: relative;
    z-index: 2;
    margin-top: -52px;
    margin-bottom: 0;
}

.sail-pcl-usp-bar {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.sail-pcl-usp-bar__item {
    flex: 1 1 33.333%;
    margin: 0;
    padding: 18px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #1e293b;
    border-left: 1px solid #e5e7eb;
}

.sail-pcl-usp-bar__item:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    .sail-pcl-sec--hero {
        min-height: 360px;
        padding: 40px 0 88px;
    }

    .sail-pcl-sec__media--hero {
        background-image: url("https://jingsourcing.com/wp-content/uploads/2023/08/apparel-mobile-banner.jpg");
    }

    .sail-pcl-usp-wrap {
        margin-top: -44px;
    }

    .sail-pcl-usp-bar__item {
        flex: 1 1 100%;
        border-left: none;
        border-top: 1px solid #e5e7eb;
        padding: 14px 12px;
    }

    .sail-pcl-usp-bar__item:first-child {
        border-top: none;
    }
}

/* 副标题区 */
.sail-pcl-sec--intro {
    padding: 40px 0 8px;
    background: #ffffff;
}

.sail-pcl-intro__title {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 18px;
    text-align: center;
    font-size: clamp(22px, 2.8vw, 28px);
    font-weight: 600;
    line-height: 1.35;
    color: #1e293b;
}

.sail-pcl-intro__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 4px;
    margin-left: -28px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--sail-pcl-accent), #ffc078);
}

.sail-pcl-intro__lead {
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
}

/* 2×3 卡片网格 */
.sail-pcl-sec--cards {
    padding: 32px 0 56px;
    background: #ffffff;
}

.sail-pcl-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
}

.sail-pcl-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 20px 24px;
    align-items: stretch;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.sail-pcl-card__collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    min-height: 0;
}

.sail-pcl-card__collage img {
    width: 100%;
    height: 100%;
    min-height: 72px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.sail-pcl-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sail-pcl-card__title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--sail-pcl-accent);
}

.sail-pcl-card__text {
    margin: 0 0 auto;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    flex-grow: 1;
}

.sail-pcl-card__action {
    margin: 0;
    text-align: right;
}

.sail-pcl-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b !important;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
    transition: color 0.2s ease;
}

.sail-pcl-card__cta:hover {
    color: var(--sail-pcl-accent) !important;
}

.sail-pcl-card__cta-arrow {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 900px) {
    .sail-pcl-cards {
        grid-template-columns: 1fr;
    }

    .sail-pcl-card {
        grid-template-columns: 1fr;
    }

    .sail-pcl-card__collage {
        max-width: 320px;
    }
}

/* 表单：上白下深装饰带 */
.sail-pcl-sec--form {
    padding: 0;
    margin: 0;
    background: transparent;
}

.sail-pcl-form-shell {
    position: relative;
}

.sail-pcl-form-top {
    padding: 48px 0 56px;
    background: #ffffff;
}

.sail-pcl-form-deco {
    min-height: 160px;
    background-color: #0f0f0f;
    background-image: radial-gradient(
            circle at 20% 30%,
            rgba(255, 255, 255, 0.06) 0,
            transparent 45%
        ),
        radial-gradient(circle at 80% 70%, rgba(243, 163, 74, 0.12) 0, transparent 40%),
        radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.04) 0, transparent 50%);
}

.sail-pcl-form-sec__title {
    margin: 0 0 14px;
    text-align: center;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 600;
    color: #1e293b;
}

.sail-pcl-form-sec__lead {
    margin: 0 0 28px;
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}

.sail-pcl-req {
    color: #dc2626;
    font-weight: 700;
}

.sail-pcl-form-card {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 32px 40px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.sail-pcl-apparel .sail-our-products-form__submit-wrap {
    text-align: center;
}

.sail-pcl-apparel .sail-our-products-form__label {
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

.sail-pcl-apparel .sail-our-products-form__input {
    border-radius: 6px;
    border-color: #e2e8f0;
}

.sail-our-products-form__select,
.sail-our-products-form__textarea {
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    font-family: inherit;
    color: #334155;
    background: #ffffff;
    box-sizing: border-box;
}

.sail-our-products-form__textarea {
    min-height: 140px;
    resize: vertical;
}

.sail-pcl-apparel .sail-pcl-form-submit.sail-our-products-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    min-height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 999px;
    background: var(--sail-pcl-accent) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px;
    border: none !important;
    box-shadow: 0 6px 20px rgba(243, 163, 74, 0.35);
    text-decoration: none;
}

.sail-pcl-apparel .sail-pcl-form-submit.sail-our-products-form__submit:hover {
    background: var(--sail-pcl-accent-hover) !important;
    color: #ffffff !important;
}
