/**
 * 第77期 page19-44 樣式
 * 生成時間：2025-12-22 10:50:00
 * 功能描述：第77期雙月刊 page19-44 頁面通用樣式
 * 備註：複製自 style11-18.css，主題色調整為 #F68B1E（橘色）
 */

/* ============================================================
   目錄索引（Table of Contents）
   ============================================================
   1. 通用樣式（Page 19-44 共用）
   2. Page 19 專屬樣式（封面頁）
   3. Page 20 專屬樣式（標題頁）
   4. Page 21 專屬樣式（圖表頁）
   5. Page 22 專屬樣式（區塊標籤頁）
   6. Page 23 專屬樣式（全圖片頁 - 龍樹菩薩）
   7. Page 24 專屬樣式（表格頁）
   8. Page 25 專屬樣式（全圖片頁 - 天親菩薩）
   9. 全圖片頁面通用樣式
   10. 頁碼樣式
   11. RWD 響應式設計
   ============================================================ */


/* ============================================================
   1. 通用樣式（Page 19-44 共用）
   ============================================================ */

/* 主容器樣式 */
.bundle-19-44 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 100px 20px 100px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

/* 章節小標題（一、二、三...）- 字級16pt, 顏色 #F68B1E */
.bundle-19-44 .section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #F7955A;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.6;
}

/* 中標題（（一）、（二）...） - 字級14pt, 顏色 #86633A */
.bundle-19-44 .sub-section-title {
    font-size: 1.2rem !important;
    font-weight: bold;
    color: #86633A !important;
    margin: 1.2rem 0 0.8rem 0;
    line-height: 1.6;
    text-indent: 0;
}

/* 區塊標籤（▌基本分類、▌修行特色對比...） - 顏色 #806856 */
.bundle-19-44 .block-label {
    font-size: 1rem;
    font-weight: bold;
    color: #806856 !important;
    margin: 1.5rem 0 0.8rem 0;
    line-height: 1.6;
    text-indent: 2em;
}

/* 段落文字樣式 */
.bundle-19-44 .content-paragraph {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
}

/* 首行縮排 */
.bundle-19-44 .content-paragraph.indent {
    text-indent: 2em;
}

/* 粗體文字（DFHeiStd-W7） */
.bundle-19-44 .fw-bold {
    font-weight: bold;
}

/* 圖片說明文字 */
.bundle-19-44 figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 10px;
    line-height: 1.6;
}

/* 通用上方圖片樣式 */
.bundle-19-44 .page-image-top {
    margin: 20px 0 20px 0;
}

.bundle-19-44 .page-image-top img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   2. Page 19 專屬樣式 - 封面頁
   ============================================================ */

.bundle-19-44 .page-19.container {
    padding: 20px 0px 20px 0px !important;
}

/* Container - 依照 PDF 尺寸建立比例 */
.bundle-19-44 .page-19 .page-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 538.58 / 737.01;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Microsoft JhengHei", "Heiti TC", sans-serif !important;
    color: #FFFFFF;
    background-color: #F7955A;
    /* 第77期 page19 專屬底色 - 橘色 */
    border-radius: 0 50px 50px 0;
}

.bundle-19-44 .page-19 .content {
    max-width: 800px !important;
}

/* 背景圖片 - 佔據下方 50% */
.bundle-19-44 .page-19 .page-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
    z-index: 99;
}

/* 內容層 - 覆蓋在圖片上 */
.bundle-19-44 .page-19 .content-layer {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* ----------- Page 19: 左側區域 (橫書) ----------- */
.bundle-19-44 .page-19 .left-section {
    position: absolute;
    top: 8%;
    left: 14%;
    width: 40%;
    border-left: 1px white solid;
    padding-left: 2em;
    padding-bottom: 10rem;
}

.bundle-19-44 .page-19 .decorative-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(18px, 3vw, 22px);
    line-height: 1.4;
    margin-bottom: 3.5rem;
}

.bundle-19-44 .page-19 .quote-block {
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 4;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 6em;
}

/* ----------- Page 19: 右側區域 (直書) ----------- */
.bundle-19-44 .page-19 .right-section {
    position: absolute;
    top: 8%;
    right: 15%;
    height: 85%;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.bundle-19-44 .page-19 .main-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(48px, 12vw, 64px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
}

.bundle-19-44 .page-19 .sub-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(16px, 5vw, 22px);
    font-weight: 500;
}


/* ============================================================
   3. Page 20 專屬樣式 - 標題頁
   ============================================================ */

/* 文章頭部容器 - 蓮花圖標 + 標題文字 */
.bundle-19-44 .page-20 .article-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* 蓮花圖標 */
.bundle-19-44 .page-20 .header-icon {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
}

.bundle-19-44 .page-20 .header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 標題文字區塊 */
.bundle-19-44 .page-20 .header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Page 20: 小標題（分類） - 字級14.0pt, 顏色 #231F20 */
.bundle-19-44 .page-20 .category {
    text-align: left;
    color: #231f20;
    font-size: 1.167rem;
    margin: 0 0 5px 0;
    font-weight: normal;
}

/* Page 20: 大標題 - 字級30.0pt, 顏色 #F68B1E (橘色) */
.bundle-19-44 .page-20 .title {
    text-align: left;
    color: #F68B1E;
    margin: 0 0 8px 0;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.3;
}

/* 圓形點點的虛線 */
.bundle-19-44 .page-20 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #F68B1E 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}


/* ============================================================
   4. Page 21 專屬樣式 - 圖表頁
   ============================================================ */

/* Page 21 目前使用通用樣式，無特殊專屬樣式 */


/* ============================================================
   5. Page 22 專屬樣式 - 區塊標籤頁
   ============================================================ */

/* Page 22 目前使用通用樣式，無特殊專屬樣式 */


/* ============================================================
   6. Page 23 專屬樣式 - 全圖片頁（龍樹菩薩像）
   ============================================================ */

/* Page 23 使用 .full-page-image 通用樣式 */


/* ============================================================
   7. Page 24 專屬樣式 - 表格頁
   ============================================================ */

/* Page 24 目前使用通用樣式，無特殊專屬樣式 */


/* ============================================================
   8. Page 25 專屬樣式 - 全圖片頁（天親菩薩像）
   ============================================================ */

/* Page 25 使用 .full-page-image 通用樣式 */


/* ============================================================
   9. 全圖片頁面通用樣式（適用於 Page 23, 25, 27 等全圖頁面）
   ============================================================ */

.bundle-19-44 .full-page-image {
    padding: 0;
}

.bundle-19-44 .full-page-image .content {
    padding: 0;
}

.bundle-19-44 .full-page-image .content figure {
    max-width: 600px;
    margin: 0 auto 1rem;
}

.bundle-19-44 .full-page-image .content img {
    width: 100%;
    height: auto;
    display: block;
}


/* ============================================================
   10. 頁碼樣式
   ============================================================ */

.bundle-19-44 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.bundle-19-44 .page-number .page-text {
    color: #666;
}

.bundle-19-44 .page-number .page-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F68B1E;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}


/* ============================================================
   11. 固定垂直標籤（Fixed Vertical Label）
   ============================================================ */

.bundle-19-44-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #F7955A;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
}


/* ============================================================
   12. RWD 響應式設計
   ============================================================ */

/* ----------- 11.1 平板尺寸 (max-width: 992px) ----------- */
@media (max-width: 992px) {
    .bundle-19-44 .container {
        padding: 20px 60px;
    }

    /* Page 20 RWD */
    .bundle-19-44 .page-20 .header-icon {
        width: 80px;
        height: 80px;
    }

    .bundle-19-44 .page-20 .title {
        font-size: 1.8rem;
    }

    .bundle-19-44 .page-20 .category {
        font-size: 1.3rem;
        font-weight: 600;
    }
}

/* ----------- 11.2 手機尺寸 (max-width: 768px) ----------- */
@media (max-width: 768px) {
    .bundle-19-44 .container {
        padding: 15px 30px;
    }

    /* Page 20 RWD */
    .bundle-19-44 .page-20 .article-header {
        gap: 15px;
    }

    .bundle-19-44 .page-20 .header-icon {
        width: 80px;
        height: 80px;
    }

    .bundle-19-44 .page-20 .title {
        font-size: 1.4rem;
    }

    .bundle-19-44 .page-20 .category {
        font-size: 1.2rem;
    }

    .bundle-19-44 .page-20 .header-text .author {
        font-size: 0.9rem;
    }

    /* 通用 RWD */
    .bundle-19-44 .section-title {
        font-size: 0.95rem;
    }

    /* 固定垂直標籤 RWD */
    .bundle-19-44-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

/* ----------- 11.3 小手機尺寸 (max-width: 576px) ----------- */
@media (max-width: 576px) {
    .bundle-19-44 .container {
        padding: 10px 20px;
    }

    /* Page 20 RWD */
    .bundle-19-44 .page-20 .article-header {
        gap: 12px;
    }

    .bundle-19-44 .page-20 .header-icon {
        width: 80px;
        height: 80px;
    }

    .bundle-19-44 .page-20 .title {
        font-size: 1.4rem;
    }

    .bundle-19-44 .page-20 .category {
        font-size: 1.2rem;
    }

    .bundle-19-44 .page-20 .header-text .author {
        font-size: 0.9rem;
    }

    /* 通用 RWD */
    .bundle-19-44 .content-paragraph {
        font-size: 0.9rem;
    }

    .bundle-19-44 .section-title {
        font-size: 0.9rem;
    }
}

/* ----------- 11.4 Page 19 封面頁 RWD (複製自 p5) ----------- */
@media screen and (max-width: 640px) {
    .bundle-19-44 .page-19 .quote-block {
        line-height: 4;
        margin-top: 4em;
    }

    .bundle-19-44 .page-19 .decorative-text {
        margin-bottom: 1.5em;
    }

    /* 調整左右區域位置，爭取上方空間 */
    .bundle-19-44 .page-19 .left-section,
    .bundle-19-44 .page-19 .right-section {
        top: 6%;
    }

    /* 縮小右側直書的間距 */
    .bundle-19-44 .page-19 .right-section {
        gap: 0.5rem;
    }

    .bundle-19-44 .page-19 .sub-title {
        font-size: 18px;
    }

    .bundle-19-44 .page-19 .main-title {
        font-size: clamp(36px, 9vw, 64px);
    }
}

@media screen and (max-width: 510px) {
    .bundle-19-44 .page-19 .quote-block {
        line-height: 3.5;
        margin-top: 3.5em;
    }

    .bundle-19-44 .page-19 .decorative-text {
        margin-bottom: 1.2em;
    }

    .bundle-19-44 .page-19 .sub-title {
        font-size: 16px;
    }

    .bundle-19-44 .page-19 .left-section {
        position: absolute;
        left: 10%;
        width: 45%;
    }
}

@media screen and (max-width: 460px) {
    .bundle-19-44 .page-19 .quote-block {
        line-height: 3.5;
        margin-top: 3.5em;
    }

    .bundle-19-44 .page-19 .sub-title {
        font-size: 15px;
    }

    .bundle-19-44 .page-19 .left-section {
        width: 50%;
    }

    .bundle-19-44 .page-19 .quote-block {
        font-size: clamp(14px, 3vw, 16px);
    }
}

/* 針對極小螢幕的進一步壓縮，確保不與圖片重疊 */
@media screen and (max-width: 400px) {
    .bundle-19-44 .page-19 .quote-block {
        line-height: 3.5;
        margin-top: 1em;
    }

    .bundle-19-44 .page-19 .left-section {
        width: 56%;
    }

    .bundle-19-44 .page-19 .decorative-text {
        margin-bottom: 1rem;
    }

    .bundle-19-44 .page-19 .sub-title {
        font-size: 14px;
    }

    .bundle-19-44 .page-19 .right-section {
        right: 10%;
    }
}