/**
 * Sail theme — homepage-only styles.
 */

/* ----- Homepage header behavior (front page only, keep sticky) ----- */
body.home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: saturate(160%) blur(4px);
}

body.home .site-header.scrolled {
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

/* Elementor 全宽主规则已移至 assets/css/main.css（body.elementor-page）。以下为首页独有区块。 */

body.home .site-main .elementor-element.elementor-element-53efdae7.e-flex.e-con-boxed.e-con.e-parent,
body.home .site-main .elementor-element.elementor-element-53efdae7.e-flex.e-con-boxed.e-con.e-parent > .e-con-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ----- Front hero (below header, aligned to reference) ----- */
.sail-home-hero {
    position: relative;
    min-height: clamp(380px, 52vh, 560px);
    display: flex;
    align-items: center;
    padding: clamp(44px, 6vh, 72px) 0 clamp(44px, 6vh, 72px);
    overflow: hidden;
    background: #ffffff;
}

.sail-home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(ellipse 95% 80% at 8% 12%, rgba(255, 153, 51, 0.48) 0%, rgba(255, 255, 255, 0) 58%),
        linear-gradient(12deg, #ff9933 16%, #ffffff 58%);
    opacity: 0.42;
    pointer-events: none;
}

.sail-home-hero__container {
    position: relative;
    z-index: 1;
}

.sail-home-hero__copy {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sail-home-hero__title,
.sail-home-hero__desc {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.sail-home-hero__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(32px, 4.2vw, 42px);
    font-weight: 600;
    line-height: 1.22;
    color: #111111;
    letter-spacing: -0.025em;
}

.sail-home-hero__desc {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
    color: #7a7a7a;
}

.sail-home-hero__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 0;
}

.sail-home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 230px;
    max-width: 276px;
    min-height: 46px;
    padding: 11px 20px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.2s;
    text-decoration: none;
}

.sail-home-hero__btn--primary {
    background-color: #ff9933;
    color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.sail-home-hero__btn--primary:hover,
.sail-home-hero__btn--primary:focus {
    background-color: #e6871f;
    color: #ffffff;
}

.sail-home-hero__btn--secondary {
    background-color: #fffdf9;
    color: #ff9933;
    border: 1px solid #ff9933;
    box-shadow: none;
}

.sail-home-hero__btn--secondary:hover,
.sail-home-hero__btn--secondary:focus {
    background-color: #ff9933;
    color: #ffffff;
}

.sail-home-hero__note {
    font-size: 15px;
    line-height: 1.55;
    color: #7a7a7a;
    margin: 0;
    max-width: 520px;
}

@media (max-width: 520px) {
    .sail-home-hero__btn {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .sail-home-hero {
        min-height: 360px;
        padding: 44px 0 38px;
    }

    .sail-home-hero__title {
        font-size: 30px;
    }

    .sail-home-hero__desc {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ----- Who We Support ----- */
.sail-home-support {
    padding: clamp(64px, 7vw, 96px) 0;
    background: #ffffff;
}

.sail-home-support .container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-support__header {
    text-align: center;
    margin-bottom: 28px;
}

.sail-home-support__title {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.25;
    font-weight: 600;
    color: #111111;
}

.sail-home-support__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    margin-bottom: clamp(44px, 5.2vw, 72px);
}

.sail-home-support__split:last-child {
    margin-bottom: 0;
}

.sail-home-support__split--reverse .sail-home-support__media {
    order: 2;
}

.sail-home-support__split--reverse .sail-home-support__content {
    order: 1;
}

.sail-home-support__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 320px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
}

.sail-home-support__content {
    padding: 0;
    max-width: 540px;
}

.sail-home-support__subtitle {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 500;
    color: #333333;
}

.sail-home-support__rule {
    border: 0;
    border-top: 3px solid #ff9933;
    width: 15%;
    max-width: 120px;
    margin: 0 0 12px;
}

.sail-home-support__accent {
    color: #ff9933 !important;
    font-weight: 500;
    margin: 0 0 8px !important;
}

.sail-home-support__content > p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 34px;
    color: #7a7a7a;
}

.sail-home-support__link {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 9px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.sail-home-support__link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e68117' d='M398.5 281h-298c-13.81 0-25-11.19-25-25s11.19-25 25-25h298c13.81 0 25 11.19 25 25s-11.19 25-25 25z'/%3E%3Cpath fill='%23e68117' d='M284 399a25 25 0 0 1-18-8c-9-10-9-26 1-35l108-100-111-100c-10-9-11-25-2-35s25-11 35-2l131 118c5 5 8 11 8 18s-3 14-8 18L301 393a25 25 0 0 1-17 6z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sail-home-support__link:hover {
    color: #000000;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .sail-home-support__split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sail-home-support__split--reverse .sail-home-support__media,
    .sail-home-support__split--reverse .sail-home-support__content {
        order: initial;
    }

    .sail-home-support__subtitle {
        font-size: 22px;
    }

    .sail-home-support__content > p {
        font-size: 17px;
        line-height: 1.8;
    }

    .sail-home-support__media img {
        min-height: 0;
    }

    .sail-home-support__content {
        max-width: none;
    }
}

/* ----- What sets us apart ----- */
.sail-home-advantages {
    padding: clamp(56px, 6vw, 84px) 0 clamp(52px, 5.8vw, 74px);
    background-color: #f8f4ee;
    background-image:
        radial-gradient(ellipse 120% 90% at 12% 18%, rgba(255, 220, 190, 0.55) 0%, rgba(255, 253, 249, 0) 58%),
        radial-gradient(at bottom left, #fef9f5 55%, rgba(238, 219, 195, 0.72) 88%);
}

.sail-home-advantages .container {
    max-width: 1120px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-advantages__title {
    margin: 0 0 10px;
    font-size: clamp(30px, 3.2vw, 30px);
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
}

.sail-home-advantages__grid {
    display: none;
}

.sail-home-advantages__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 14px;
}

.sail-home-advantages__rule {
    border: 0;
    border-top: 3px solid #ff9933;
    width: 15%;
    max-width: 120px;
    margin: 12px 0 0;
}

.sail-home-advantages__rule--wide {
    width: 100%;
    max-width: none;
    margin: 26px 0 14px;
    border-top-width: 1px;
    border-top-color: #e7dfd4;
}

.sail-home-advantages__subheading {
    text-align: center;
    font-size: 20px;
    line-height: 1.16;
    font-weight: 500;
    margin: 0 0 12px;
    color: #ff9933;
    letter-spacing: -0.015em;
}

.sail-home-advantages__video {
    margin: 0;
}

.sail-home-advantages__video-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
}

.sail-home-advantages__video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sail-home-advantages__accordion {
    background: #ffffff;
    margin: 0;
    padding: 8px 14px;
    border-radius: 10px;
    box-shadow: none;
}

.sail-home-advantages__details {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0;
    background: transparent;
}

.sail-home-advantages__details:last-child {
    border-bottom: none;
}

.sail-home-advantages__summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 22px 12px 34px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #222222;
    position: relative;
}

.sail-home-advantages__summary::-webkit-details-marker {
    display: none;
}

.sail-home-advantages__summary::before {
    content: "+";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 1;
}

.sail-home-advantages__details[open] .sail-home-advantages__summary::before {
    content: "−";
}

.sail-home-advantages__details[open] .sail-home-advantages__summary {
    color: #f3952d;
    font-weight: 600;
    background: transparent;
}

.sail-home-advantages__details[open] .sail-home-advantages__summary::after {
    color: #9ca3af;
}

.sail-home-advantages__details[open] .sail-home-advantages__summary::before {
    color: #f3952d;
    font-size: 24px;
    font-weight: 700;
}

.sail-home-advantages__details-body {
    padding: 0 8px 12px 32px;
    font-size: 15px;
    line-height: 1.6;
    color: #7a7a7a;
}

.sail-home-advantages__summary::after {
    content: "›";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    color: #4b5563;
    font-weight: 500;
}

.sail-home-advantages__details-body p {
    margin: 0;
}

.sail-home-advantages__stats {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sail-home-advantages__stat {
    text-align: center;
    padding: 11px 10px 9px;
    border: 0;
    background: #f5e8d8;
    border-radius: 10px;
}

.sail-home-advantages__value {
    margin: 0;
    font-size: clamp(38px, 3.8vw, 46px);
    line-height: 1;
    font-weight: 700;
    color: #111111;
}

.sail-home-advantages__label {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.32;
    color: #3f3f46;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.sail-home-advantages .elementor-icon-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    color: #f39a31;
    font-size: 0;
    line-height: 1;
    flex-shrink: 0;
}

.sail-home-advantages .elementor-icon-list-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.sail-home-advantages .elementor-icon-list-text {
    display: inline-block;
}


.sail-home-advantages__cta-wrap {
    margin: 16px 0 0;
    text-align: center;
}

.sail-home-advantages__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    min-height: 36px;
    padding: 7px 18px;
    border-radius: 100px;
    background: #ff9933;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.sail-home-advantages__cta:hover {
    background: #e6871f;
    color: #fff;
}

@media (max-width: 900px) {
    .sail-home-advantages__main {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sail-home-advantages__video,
    .sail-home-advantages__accordion {
        margin: 0;
    }

    .sail-home-advantages__title,
    .sail-home-advantages__subheading {
        font-size: 32px;
        line-height: 1.2;
    }

    .sail-home-advantages__title {
        white-space: normal;
    }

    .sail-home-advantages__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .sail-home-advantages__stat:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 560px) {
    .sail-home-advantages__stats {
        grid-template-columns: 1fr;
    }

    .sail-home-advantages__stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 153, 51, 0.2);
    }

    .sail-home-advantages__stat:last-child {
        border-bottom: none;
    }
}

/* ----- Value-added services ----- */
.sail-home-value-services {
    padding: clamp(64px, 6.8vw, 92px) 0;
    background: #ffffff;
}

.sail-home-value-services .container {
    max-width: 1120px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-value-services__header {
    text-align: center;
    margin-bottom: 24px;
}

.sail-home-value-services__title {
    margin: 0;
    font-size: clamp(30px, 3vw, 30px);
    line-height: 1.22;
    font-weight: 600;
    color: #1f2937;
}

.sail-home-value-services__lead {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.68;
    color: #7a7a7a;
}

.sail-home-value-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sail-home-value-services__card {
    background: #f9f1e6;
    border: 1px solid #eee2d2;
    border-radius: 12px;
    padding: 10px 10px 15px;
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sail-home-value-services__card:hover {
    transform: translateY(-2px);
    border-color: #ead7bf;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.08);
}

.sail-home-value-services__media {
    margin: 0 0 12px;
    border-radius: 10px;
    overflow: hidden;
}

.sail-home-value-services__media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    display: block;
    object-fit: cover;
    object-position: center;
}

.sail-home-value-services__card-title {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2937;
    padding: 0 10px;
}

.sail-home-value-services__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.66;
    color: #7a7a7a;
    padding: 0 10px;
}

.sail-home-value-services__cta-wrap {
    margin: 20px 0 0;
    text-align: center;
}

.sail-home-value-services__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    min-height: 36px;
    padding: 7px 18px;
    border-radius: 100px;
    background: #f39a31;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.sail-home-value-services__cta:hover {
    background: #e6871f;
    color: #fff;
}

@media (max-width: 1024px) {
    .sail-home-value-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sail-home-value-services__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sail-home-value-services__lead {
        font-size: 16px;
    }

    .sail-home-value-services__card-title {
        font-size: 19px;
    }
}

/* ----- Testimonials ----- */
.sail-home-testimonials {
    padding: clamp(64px, 6.8vw, 92px) 0;
    background: #fff;
    border-top: 1px solid #efe7dc;
}

.sail-home-testimonials .container {
    max-width: 1120px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-testimonials__header {
    text-align: center;
    margin-bottom: 22px;
}

.sail-home-testimonials__title {
    margin: 0;
    font-size: clamp(30px, 3vw, 30px);
    line-height: 1.22;
    font-weight: 600;
    color: #1f2937;
}

.sail-home-testimonials__lead {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.68;
    color: #7a7a7a;
}

.sail-home-testimonials__slider {
    position: relative;
    padding: 0 56px;
}

.sail-home-testimonials__viewport {
    overflow: hidden;
}

.sail-home-testimonials__track {
    display: flex;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.sail-home-testimonials__card {
    flex: 0 0 calc(50% - 8px);
    background: #fff;
    border: 1px solid #eee2d2;
    border-radius: 12px;
    padding: 18px;
    min-height: 286px;
    display: flex;
    flex-direction: column;
}

.sail-home-testimonials__person {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    min-height: 56px;
}

.sail-home-testimonials__person img {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    object-fit: cover;
}

.sail-home-testimonials__person h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    color: #1f2937;
}

.sail-home-testimonials__person p {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #7a7a7a;
}

.sail-home-testimonials__quote {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid #ede4d8;
    font-size: 15px;
    line-height: 1.72;
    color: #5b5b5b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    min-height: calc(1.72em * 5);
}

.sail-home-testimonials__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #e8dac6;
    background: #fff;
    border-radius: 999px;
    color: #8c8c8c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    z-index: 2;
}

.sail-home-testimonials__arrow--prev {
    left: 4px;
}

.sail-home-testimonials__arrow--next {
    right: 4px;
}

.sail-home-testimonials__arrow:hover {
    border-color: #f39a31;
    color: #f39a31;
}

.sail-home-testimonials__arrow[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .sail-home-testimonials__slider {
        padding: 0 46px;
    }

    .sail-home-testimonials__card {
        flex-basis: 100%;
        min-height: 0;
    }

    .sail-home-testimonials__quote {
        -webkit-line-clamp: 6;
        line-clamp: 6;
        min-height: calc(1.72em * 6);
    }
}

@media (max-width: 640px) {
    .sail-home-testimonials__slider {
        padding: 0 42px;
    }

    .sail-home-testimonials__card {
        padding: 16px 14px;
    }

    .sail-home-testimonials__person h3 {
        font-size: 16px;
    }

    .sail-home-testimonials__arrow {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }
}

/* ----- Ebook download form ----- */
.sail-home-ebook {
    padding: clamp(54px, 6vw, 72px) 0;
    background: #f6ebd8;
}

.sail-home-ebook .container {
    max-width: 1060px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-ebook__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
    align-items: center;
}

.sail-home-ebook__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sail-home-ebook__media img {
    width: min(100%, 455px);
    height: auto;
    display: block;
}

.sail-home-ebook__panel {
    max-width: 510px;
}

.sail-home-ebook__title {
    margin: 0;
    font-size: clamp(24px, 3.8vw, 24px);
    line-height: 1.16;
    font-weight: 500;
    color: #2f2f2f;
}

.sail-home-ebook__lead {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 1.42;
    color: #ff9933;
}

.sail-home-ebook__list {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.sail-home-ebook__list li {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.45;
    color: #3f3f46;
}

.sail-home-ebook__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f39a31;
    transform: translateY(-50%);
}

.sail-home-ebook__form-wrap {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 4px 0 0;
    box-shadow: none;
}

.sail-home-ebook__form {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.sail-home-ebook__field {
    margin: 0;
}

.sail-home-ebook__field input {
    width: 100%;
    min-height: 33px;
    padding: 7px 11px;
    border: 1px solid #e6dccd;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #1f2937;
    background: #fff;
}

.sail-home-ebook__field input::placeholder {
    color: #9ca3af;
}

.sail-home-ebook__field input:focus {
    outline: none;
    border-color: #f39a31;
    box-shadow: 0 0 0 3px rgba(243, 154, 49, 0.15);
}

.sail-home-ebook__submit {
    margin: 0;
}

.sail-home-ebook__submit button {
    width: 100%;
    min-height: 33px;
    border: 0;
    border-radius: 999px;
    background: #f39a31;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.sail-home-ebook__submit button:hover {
    background: #e6871f;
}

@media (max-width: 900px) {
    .sail-home-ebook__layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sail-home-ebook__panel {
        max-width: none;
    }

    .sail-home-ebook__form {
        grid-template-columns: 1fr;
    }

    .sail-home-ebook__title {
        font-size: 32px;
    }

    .sail-home-ebook__lead {
        font-size: 16px;
    }
}

/* ----- Final CTA ----- */
.sail-home-final-cta {
    padding: 0;
    background-color: #121a24;
    background-image: url("https://jingsourcing.com/wp-content/uploads/2024/10/jingsourcing-happy-clients.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.sail-home-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 24, 0.48);
    pointer-events: none;
}

.sail-home-final-cta .container {
    max-width: 1120px;
    padding-left: 24px;
    padding-right: 24px;
}

.sail-home-final-cta__inner {
    max-width: 760px;
    min-height: 290px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sail-home-final-cta__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.sail-home-final-cta__lead {
    margin: 10px auto 0;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.96);
}

.sail-home-final-cta__actions {
    margin: 16px 0 0;
}

.sail-home-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 18px;
    border-radius: 20px;
    background: #f39a31;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none;
}

.sail-home-final-cta__btn:hover {
    background: #e6871f;
    color: #fff;
}

@media (max-width: 640px) {
    .sail-home-final-cta__inner {
        min-height: 290px;
    }

    .sail-home-final-cta__title {
        font-size: 30px;
    }

    .sail-home-final-cta__lead {
        font-size: 15px;
    }

    .sail-home-final-cta__btn {
        width: 100%;
        max-width: 320px;
    }
}
