/* 道具租借內頁 */
.page-prop-rental .pr-section {
    display: block !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.page-prop-rental .pr-inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* --- Hero：全幅底圖 + 漸層遮罩（與求婚佈置內頁 pp-hero 相同手法） --- */
.pr-hero {
    position: relative;
    isolation: isolate;
    min-height: 72vh;
    padding: 150px 5% 100px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}
.pr-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.pr-hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
}
.pr-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(10, 10, 14, 0.72) 0%, rgba(18, 12, 22, 0.62) 45%, rgba(10, 10, 14, 0.52) 100%);
}
.pr-hero .pr-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.pr-hero__eyebrow {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.92rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.5);
    margin-bottom: 18px;
}
.pr-hero__title {
    font-size: clamp(1.75rem, 4.2vw, 2.65rem);
    font-weight: 300;
    letter-spacing: 4px;
    color: var(--gold-light);
    line-height: 1.38;
    max-width: 16em;
    margin-bottom: 24px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.pr-hero__lead {
    font-size: 1.05rem;
    color: rgba(230, 230, 235, 0.92);
    max-width: 38em;
    line-height: 1.95;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45);
}
.pr-hero__lead strong {
    color: var(--gold-light);
    font-weight: 600;
}
.pr-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
}
.pr-hero__note {
    font-size: 0.87rem;
    color: #8a8a8a;
    letter-spacing: 0.4px;
}

/* --- 三欄重點 --- */
.pr-strip {
    background: linear-gradient(180deg, var(--bg-lighter) 0%, var(--bg-dark) 100%);
    padding: 56px 5% 72px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.pr-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 36px;
    max-width: 1060px;
    margin: 0 auto;
}
.pr-strip__item {
    text-align: left;
    padding: 26px 24px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.11);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}
.pr-strip__num {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    color: rgba(212, 175, 55, 0.32);
    line-height: 1;
    margin-bottom: 10px;
}
.pr-strip__item h3 {
    font-size: 1.08rem;
    font-weight: 400;
    color: var(--gold-light);
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.pr-strip__item p {
    font-size: 0.94rem;
    color: var(--text-sub);
    line-height: 1.82;
}

/* --- 可租類型 --- */
.pr-types {
    background: var(--bg-dark);
    padding: 100px 5% 110px !important;
}
.pr-types__head {
    text-align: center;
    margin-bottom: 44px;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}
.pr-types__head h2 {
    font-size: clamp(1.45rem, 3vw, 1.95rem);
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.pr-types__head p {
    color: var(--text-sub);
    font-size: 0.98rem;
    line-height: 1.88;
}
.pr-types__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1020px;
    margin: 0 auto;
}
.pr-types__card {
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.pr-types__card:hover {
    border-color: rgba(212, 175, 55, 0.22);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.pr-types__card h3 {
    font-size: 1.05rem;
    color: var(--gold-light);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.pr-types__card ul {
    margin: 0;
    padding-left: 1.15em;
    color: var(--text-sub);
    font-size: 0.92rem;
    line-height: 1.85;
}
.pr-types__card li { margin-bottom: 6px; }

/* --- 租借 vs 全包（全幅底圖 + 遮罩，與小資婚禮 bw-qa 同語彙） --- */
.pr-compare {
    position: relative;
    isolation: isolate;
    padding: 92px 5% 100px !important;
    background:
        linear-gradient(165deg, rgba(10, 10, 14, 0.88) 0%, rgba(12, 10, 16, 0.82) 45%, rgba(8, 8, 12, 0.9) 100%),
        radial-gradient(ellipse 90% 70% at 50% 100%, rgba(70, 45, 55, 0.22) 0%, transparent 58%),
        url('images/photo-prop-rental-compare.jpg') center/cover;
    background-attachment: scroll;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}
.pr-compare__head {
    text-align: center;
    margin-bottom: 40px;
}
.pr-compare__head h2 {
    font-size: clamp(1.4rem, 2.9vw, 1.85rem);
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.pr-compare__head p {
    color: var(--text-sub);
    font-size: 0.97rem;
    line-height: 1.85;
    max-width: 36em;
    margin: 0 auto;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}
.pr-compare__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}
.pr-compare__panel {
    padding: 28px 26px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.14);
    background: rgba(8, 8, 12, 0.65);
}
.pr-compare__panel h3 {
    font-size: 1.05rem;
    color: var(--gold-light);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.pr-compare__panel ul {
    margin: 0;
    padding-left: 1.15em;
    color: var(--text-sub);
    font-size: 0.92rem;
    line-height: 1.82;
}
.pr-compare__panel li { margin-bottom: 8px; }

/* --- 流程 --- */
.pr-flow {
    background: var(--bg-dark);
    padding: 96px 5% 104px !important;
}
.pr-flow__head {
    text-align: center;
    margin-bottom: 48px;
}
.pr-flow__head h2 {
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.pr-flow__head p {
    color: var(--text-sub);
    font-size: 0.98rem;
    max-width: 38em;
    margin: 0 auto;
    line-height: 1.85;
}
.pr-flow__track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    max-width: 1080px;
    margin: 0 auto;
}
.pr-flow__step {
    text-align: center;
    padding: 22px 14px;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    background: rgba(255, 255, 255, 0.02);
}
.pr-flow__num {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bg-dark);
    background: linear-gradient(145deg, var(--gold) 0%, #b8922a 100%);
}
.pr-flow__step h3 {
    font-size: 0.95rem;
    color: var(--gold-light);
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1.4;
}
.pr-flow__step p {
    font-size: 0.82rem;
    color: var(--text-sub);
    line-height: 1.65;
}

/* --- FAQ（全幅底圖 + 遮罩） --- */
.pr-details {
    position: relative;
    isolation: isolate;
    padding: 88px 5% 100px !important;
    background:
        linear-gradient(165deg, rgba(10, 10, 14, 0.88) 0%, rgba(12, 10, 16, 0.82) 45%, rgba(8, 8, 12, 0.9) 100%),
        radial-gradient(ellipse 90% 70% at 50% 100%, rgba(70, 45, 55, 0.22) 0%, transparent 58%),
        url('images/photo-prop-rental-faq.jpg') center/cover;
    background-attachment: scroll;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}
.pr-details__head {
    text-align: center;
    margin-bottom: 36px;
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
}
.pr-details__head h2 {
    font-size: clamp(1.45rem, 3vw, 1.95rem);
    color: var(--gold);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.pr-details__head p {
    color: var(--text-sub);
    font-size: 0.97rem;
    line-height: 1.85;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}
.pr-details__list {
    max-width: 760px;
    margin: 0 auto;
}
.pr-details__list details {
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 14px;
    margin-bottom: 12px;
    background: linear-gradient(145deg, rgba(22, 18, 24, 0.82) 0%, rgba(10, 10, 14, 0.9) 100%);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.pr-details__list summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    font-size: 1.02rem;
    color: var(--gold-light);
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 44px;
}
.pr-details__list summary::-webkit-details-marker { display: none; }
.pr-details__list summary::after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: rgba(212, 175, 55, 0.65);
    transition: transform 0.35s ease, color 0.25s ease;
}
.pr-details__list details[open] summary::after {
    content: '−';
}
.pr-details__list .pr-details__body {
    padding: 0 24px 22px;
    font-size: 0.95rem;
    color: var(--text-sub);
    line-height: 1.9;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 16px;
}

/* --- CTA --- */
.pr-cta {
    padding: 88px 5% 100px !important;
    text-align: center;
    background: radial-gradient(ellipse 100% 80% at 50% 100%, rgba(80, 45, 60, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, var(--bg-dark) 0%, #0a0a0e 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}
.pr-cta .pr-inner { max-width: 640px; }
.pr-cta h2 {
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    color: var(--gold-light);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.pr-cta p {
    color: var(--text-sub);
    font-size: 0.98rem;
    line-height: 1.9;
    margin-bottom: 26px;
}

@media (max-width: 1000px) {
    .pr-flow__track {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .pr-hero { min-height: auto; padding-top: 120px; padding-bottom: 72px; }
    .pr-strip__grid { grid-template-columns: 1fr; }
    .pr-types__grid { grid-template-columns: 1fr; }
    .pr-compare__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .pr-flow__track { grid-template-columns: 1fr; }
}
