.line-oa-guide-page {
    background: #ffffff;
}

body.line-oa-guide-body .wrap {
    flex-grow: 0;
}

.line-oa-guide-crumb {
    padding-top: 12px;
}

.line-oa-guide-hero {
    padding: 20px 0 0;
    position: relative;
}

.line-oa-guide-card {
    background: #ffffff;
}

.line-oa-guide-card__inner {
    padding: 0;
}

.line-oa-guide-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.line-oa-guide-card__art {
    width: 100%;
    display: flex;
    justify-content: center;
}

.line-oa-guide-card__art img {
    width: min(100%, 1040px);
    height: auto;
}

/* JW 2026/03/18 join us 裝飾圖只放在 LineOABindGuide 頁自身，避免共用 footer 快取外溢到全站 */
.line-oa-guide-footer-joinus {
    display: flex;
    justify-content: center;
}

.line-oa-guide-footer-joinus img {
    width: min(100%, 1040px);
    height: auto;
    display: block;
    margin-top: -120px;
}

/* footer 往上移 = 按鈕高度，讓 join us 頂端和按鈕頂端切齊
   不設 z-index：footer DOM 後序自然疊在 .wrap 上方，join us 完整顯示
   按鈕原有 position:relative z-index:2 已足夠浮在 join us 上方 */
/* join us 高 325px，footer 上移 325px → join us 頂端 = 按鈕頂端 */
body.line-oa-guide-body footer.footer {
    margin-top: -15px;
}

@media (max-width: 991px) {
    .line-oa-guide-footer-joinus img {
        width: 100%;
        margin-top: -70px;
    }

    body.line-oa-guide-body footer.footer {
        margin-top: -5px;
    }
}

.line-oa-guide-card__copy {
    width: 100%;
    max-width: 980px;
    margin-top: -62px;
}

.line-oa-guide-card__desc {
    margin: 0;
    color: #3d3d3d;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

.line-oa-guide-card__desc-highlight {
    color: #ff5a87;
    font-weight: 700;
}

.line-oa-guide-card__actions {
    margin-top: 24px;
    position: relative;
    isolation: isolate;
}

.line-oa-guide-line-bind-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 9px 18px 9px 28px;
    position: relative;
    background-color: #15b265;
    border-radius: 49.25px;
    border: none;
    color: #ffffff !important;
    text-decoration: none !important;
    white-space: nowrap;
    animation: lineOaGuidePulseScale 1.6s ease-in-out infinite;
}

.line-oa-guide-line-bind-btn__text {
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.line-oa-guide-line-bind-btn__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
}

.line-oa-guide-line-bind-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    filter: brightness(1.02);
}

@keyframes lineOaGuidePulseScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

.line-oa-guide-card__bound-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d8e39;
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .line-oa-guide-card__art img,
    .line-oa-guide-card__joinus {
        width: min(100%, 900px);
    }

    .line-oa-guide-card__desc {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .line-oa-guide-crumb {
        padding-top: 6px;
    }

    .line-oa-guide-hero {
        padding: 10px 0 0;
    }

    .line-oa-guide-card__art img {
        width: 100%;
    }

    .line-oa-guide-joinus-wrap {
        margin-bottom: -185px;
    }
    .line-oa-guide-joinus-wrap img {
        width: 100%;
    }

    .line-oa-guide-card__copy {
        margin-top: -2px;
    }

    .line-oa-guide-card__desc {
        font-size: 19px;
        line-height: 1.72;
    }

    .line-oa-guide-card__actions {
        margin-top: 24px;
    }

    .line-oa-guide-line-bind-btn {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        gap: 8px;
        padding: 8px 14px 8px 18px;
        white-space: nowrap;
    }

    .line-oa-guide-line-bind-btn__text {
        font-size: 18px;
        line-height: 1.45;
    }

    .line-oa-guide-line-bind-btn__icon {
        width: 24px;
        height: 24px;
    }

    .line-oa-guide-card__bound-text {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
	.line-oa-guide-card__desc {
        font-size: 14px;
        letter-spacing: 0.01em;
    }
}
