/* ============================================================
   Programme detail page — ported from the V3 prototype
   (women-empowerment-jaipur-v2.html inline <style>).
   Enqueued only on single programme. .ptabs lives in theme.css.
   ============================================================ */

.pgrid{display:grid;grid-template-columns:1fr 360px;gap:46px;align-items:start}

/* highlights box at the top of the overview */
.phighlights{background:#eef6f0;border:1px solid #cfe6d8;border-radius:14px;padding:22px 24px;margin-bottom:28px}
.phighlights .ey{margin-bottom:14px;display:block}
.phighlights ul{list-style:none;display:grid;gap:11px;margin:0;font-size:14.5px;color:#2a352e;line-height:1.5;padding:0}
.phighlights li{padding-left:28px;position:relative}
.phighlights li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}

/* booking widget */
.book{position:sticky;top:130px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 44px -28px rgba(14,31,23,.4)}
.book .top{background:linear-gradient(135deg,#1c4a36,#2d8659);padding:18px 22px}
.book .currow{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.book .currow span{font-family:Sora;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.cursel{border:1px solid var(--line);border-radius:8px;padding:5px 8px;font:inherit;font-size:13px;font-weight:600;background:#fff;cursor:pointer}
.book .from{font-size:13px;color:rgba(255,255,255,.82)}
.book .price{font-family:Sora;font-weight:700;font-size:34px;color:#fff;line-height:1}
.book .bd{padding:18px 22px}
.bk-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}
.bk-field label{font-family:Sora;font-weight:600;font-size:12px;color:#475247}
.bk-field select{border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px;font:inherit;font-size:14px;background:#fff;cursor:pointer}
.book .row{display:flex;justify-content:space-between;font-size:13.5px;padding:8px 0;border-bottom:1px solid var(--line);color:var(--muted)}
.book .row:last-of-type{border-bottom:0}
.book .row b{color:var(--ink)}
.soc-row{display:flex;gap:8px;justify-content:center;margin-top:8px}
.soc-row a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:9px;padding:8px;font-size:12.5px;font-weight:600;transition:.15s}
.soc-row a:hover{background:#f8fafc;border-color:#cbd5e1}

/* fee table + costs cards */
.ptbl{width:100%;border-collapse:collapse;font-size:14px}
.ptbl th{background:var(--tint);font-family:Sora;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:#6b766f;text-align:left;padding:10px 14px}
.ptbl td{padding:10px 14px;border-top:1px solid var(--line)}
.ptbl td b{font-family:Sora}
.feetable .perday{color:var(--muted);font-weight:400;font-size:13.5px;text-align:left;white-space:nowrap}
.feetable td:nth-child(2){font-weight:600;color:var(--ink)}

/* gallery */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:12px}
.gallery a{border-radius:14px;overflow:hidden;display:block}
.gallery a:first-child{grid-column:span 2;grid-row:span 2}
.gallery img,.livgal img{width:100%;height:100%;object-fit:cover;transition:.35s}
.gallery a:hover img,.livgal a:hover img{transform:scale(1.06)}
.livgal{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.livgal a{border-radius:13px;overflow:hidden;aspect-ratio:4/3;display:block}

/* schedule */
.sched{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.sched .r{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:13px 18px;border-top:1px solid var(--line);font-size:14px}
.sched .r:first-child{border-top:0}
.sched .r b{font-family:Sora;color:var(--green-d)}

/* dates calendar */
.datehead{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:20px}
.yeartabs{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:99px;padding:4px}
.yeartabs button{font-family:Sora;font-weight:600;font-size:13px;padding:6px 18px;border:0;background:none;border-radius:99px;cursor:pointer;color:var(--muted)}
.yeartabs button.on{background:var(--green);color:#fff}
.legend{display:flex;gap:16px;font-size:12.5px;color:var(--muted);flex-wrap:wrap}
.legend i{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:5px}
.monthgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mcard{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.mcard .mname{font-family:Sora;font-weight:700;font-size:14px;color:var(--ink);margin-bottom:10px}
.dpills{display:flex;flex-wrap:wrap;gap:7px}
.dpill{min-width:30px;text-align:center;font-family:Sora;font-weight:600;font-size:12.5px;padding:5px 7px;border-radius:7px;border:1px solid #cfe6d8;background:#f1faf4;color:#1c4a36;cursor:default}
.dpill.fast{border-color:#fcd9a8;background:#fff7ec;color:#b06f15}
.dpill.full{border-color:var(--line);background:#f6f7f6;color:#b6bdb8;text-decoration:line-through}

/* costs cards (paying for / not included) */
.costsplit{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}
.costs-h2{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
.curpick{font-family:Sora;font-size:12px;font-weight:600;color:#475247;display:flex;align-items:center;gap:8px}
.appfee{font-size:13.5px;color:var(--muted);margin:0 0 18px;max-width:900px}
.conv-note{font-size:12px;color:#9aa5a0;margin-top:10px}
.costcards{display:flex;flex-direction:column;gap:16px}
.val{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 24px}
.val h3{font-family:Sora;font-size:16px;margin:0 0 10px}
.val-yes{color:var(--green-d)}
.val-no{color:#9aa5a0}
.val ul{list-style:none;margin:0;padding:0;font-size:14px;line-height:1.85;color:#3a463f}
.val .val-no + ul{color:#6b766f}
.val .val-yes + ul li::before{content:"✅ "}
.val .val-no + ul li::before{content:"— ";color:#9aa5a0}

/* FAQ */
.faqcat{font-family:Sora;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--green-d);margin:26px 0 6px;padding-top:18px;border-top:2px solid var(--line)}
.faqcat:first-of-type{border-top:0;padding-top:0;margin-top:0}

@media(max-width:920px){.pgrid{grid-template-columns:1fr}.book{position:static}.monthgrid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.costsplit{grid-template-columns:1fr}}
@media(max-width:620px){.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:120px}.gallery a:first-child{grid-column:span 2}.livgal{grid-template-columns:1fr 1fr}.monthgrid{grid-template-columns:1fr}}
