/* ═══ PRAYAG PANDITS — POOJA SINGLE (Mini Product Page) ═══ */
:root { --pj-ease: cubic-bezier(0.32, 0.94, 0.6, 1); }

.pj-page { padding: 32px 0 60px; }

/* 2-col layout — content + booking widget sidebar */
.pj-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: start;
}

/* Hero image */
.pj-hero-img {
    border-radius: var(--ppn-radius-lg);
    overflow: hidden;
    margin-bottom: 24px;
}
.pj-hero-img img { width: 100%; height: auto; display: block; aspect-ratio: 16/9; object-fit: cover; }

/* Title */
.pj-title {
    font-family: var(--ppn-font-body);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    color: var(--ppn-charcoal);
    margin: 0 0 12px;
    line-height: 1.25;
}

/* Deity */
.pj-deity {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--ppn-font-heading);
    font-size: 0.88rem;
    color: var(--ppn-text-muted);
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ppn-border);
}
.pj-deity strong { color: var(--ppn-charcoal); }

/* Benefits */
.pj-benefits {
    margin-bottom: 32px;
}
.pj-benefits h2 {
    font-family: var(--ppn-font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 16px;
}
.pj-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pj-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--ppn-font-heading);
    font-size: 0.92rem;
    color: var(--ppn-charcoal);
    line-height: 1.5;
}
.pj-benefits li svg { flex-shrink: 0; margin-top: 2px; }

/* Description */
.pj-description {
    font-family: var(--ppn-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ppn-text);
}
.pj-description p { margin: 0 0 1.5em; }
.pj-description h1, .pj-description h2 { font-family: var(--ppn-font-heading); font-size: 1.15rem; font-weight: 700; margin: 2em 0 0.6em; }
.pj-description h3 { font-family: var(--ppn-font-heading); font-size: 1rem; font-weight: 700; margin: 1.5em 0 0.5em; }
.pj-description a { color: var(--ppn-maroon); text-decoration: underline; text-underline-offset: 3px; }
.pj-description ul, .pj-description ol { padding-left: 24px; margin: 1em 0; }
.pj-description li { margin-bottom: 0.5em; line-height: 1.7; }
.pj-description img { max-width: 100%; border-radius: var(--ppn-radius-sm); margin: 1.5em 0; }

/* Sidebar Booking Widget */
.pj-sidebar__sticky { position: sticky; top: 100px; }
.pj-booking-widget {
    background: var(--ppn-white);
    border: 1px solid var(--ppn-border);
    border-radius: var(--ppn-radius-xl);
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.pj-booking-widget h3 {
    font-family: var(--ppn-font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--ppn-charcoal);
}
.pj-widget-price { margin-bottom: 8px; }
.pj-widget-price__amount {
    font-family: var(--ppn-font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--ppn-charcoal);
}
.pj-widget-price__label {
    font-family: var(--ppn-font-heading);
    font-size: 0.75rem;
    color: var(--ppn-text-muted);
    display: block;
    margin-top: 2px;
}
.pj-widget-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--ppn-font-heading);
    font-size: 0.82rem;
    color: var(--ppn-text-muted);
    margin-bottom: 4px;
}
.pj-widget-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: 1.5px solid #25D366;
    border-radius: var(--ppn-radius-md);
    font-family: var(--ppn-font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: #25D366;
    text-decoration: none;
    transition: all 150ms var(--pj-ease);
}
.pj-widget-wa:hover { background: #25D366; color: #fff; }
.pj-widget-trust {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--ppn-border);
    font-family: var(--ppn-font-heading);
    font-size: 0.72rem;
    color: var(--ppn-text-muted);
}

/* Responsive */
@media (max-width: 1024px) {
    .pj-layout { grid-template-columns: 1fr; gap: 28px; }
    .pj-sidebar { order: 0; }
    .pj-sidebar__sticky { position: static; }
}
@media (max-width: 768px) {
    .pj-page { padding: 20px 0 40px; }
    .pj-title { font-size: 1.35rem; margin-bottom: 12px; }
    .pj-hero-img { border-radius: var(--ppn-radius-md); overflow: hidden; margin-bottom: 20px; }
    .pj-booking-widget { padding: 20px; border-radius: 14px; }
    .pj-widget-price__amount { font-size: 1.5rem; }
    /* Button theme matching */
    .pj-booking-widget .ppn-btn { border-radius: 10px; padding: 14px 28px; font-size: 0.85rem; min-height: 50px; display: flex; align-items: center; justify-content: center; }
    .pj-widget-wa { border-radius: 10px; padding: 14px; }
}
@media (max-width: 480px) {
    .pj-page { padding: 16px 0 32px; }
    .pj-title { font-size: 1.2rem; }
    .pj-deity { font-size: 0.85rem; }
    .pj-booking-widget { padding: 16px; }
    .pj-booking-widget h3 { font-size: 0.95rem; }
    .pj-widget-price__amount { font-size: 1.3rem; }
    .pj-benefits li { font-size: 0.88rem; gap: 8px; }
    .pj-description { font-size: 0.92rem; }
    .pj-widget-wa { padding: 12px; font-size: 0.82rem; }
    .pj-widget-trust span { font-size: 0.72rem; }
}
