/* Page 58 - 淨土宗之心（一）樣式表 */
/* 生成時間：2025-10-02 08:03:12 */
/* 功能描述：Page 58 全頁背景圖片 + 重疊文字 + 玻璃效果漸層 UI */
/* 更新時間：2025-10-18 - 參考第73期樣式 */

/* Page 58 特殊樣式 - 背景圖片頁面 */
/* 參考第73期的正確作法：使用 min-height 和 background-image */
.bundle-40-62 .container.page-58 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-40-62 .page-58 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 900px;
    max-height: 900px;
    margin: 0 auto;
    background-image: url('https://picsum.photos/600/900?random=258');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bundle-40-62 .page-58 .background-image {
    display: none;
}

.bundle-40-62 .page-58 .overlay-content {
    position: relative;
    width: 100%;
    min-height: 900px;
    max-height: 900px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 40px;
    color: white;
}

.bundle-40-62 .page-58 .main-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.bundle-40-62 .page-58 .subtitle {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bundle-40-62 .page-58 .author {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.bundle-40-62 .page-58 .content-text {
    max-width: 550px;
    text-align: center;
    line-height: 2;
    font-size: 1rem;
    color: #231f20;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
}

/* 玻璃效果背景 */
.bundle-40-62 .page-58 .content-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.bundle-40-62 .page-58 .content-text p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bundle-40-62 .page-58 .content-text .mt-4 {
    margin-top: 1.5rem !important;
}

/* 頁碼 - 僅適用於 page-58 */
.bundle-40-62 .page-58 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
	padding: 8px 0;
}

.bundle-40-62 .page-58 .page-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #90B744;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* 響應式設計 - 參考第73期作法 */
@media (max-width: 768px) {
    .bundle-40-62 .page-58 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-40-62 .page-58 .main-title {
        font-size: 2rem;
    }

    .bundle-40-62 .page-58 .subtitle {
        font-size: 1.1rem;
    }

    .bundle-40-62 .page-58 .content-text {
        padding: 20px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 630px) {
    .bundle-40-62 .page-58 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-40-62 .page-58 .main-title {
        font-size: 1.8rem;
    }

    .bundle-40-62 .page-58 .subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .bundle-40-62 .page-58 .author {
        margin-bottom: 40px;
    }

    .bundle-40-62 .page-58 .content-text {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
}
