/* V18: Spiritual Tourism individual journey pages */
.sp18-wrap{max-width:1360px;margin:0 auto 60px;padding:0 clamp(18px,5vw,72px)}
.sp18-hero{position:relative;min-height:430px;border-radius:24px;overflow:hidden;background:#10274c}.sp18-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sp18-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,54,.9) 0%,rgba(4,22,54,.57) 46%,rgba(4,22,54,.12) 78%)}
.sp18-hero-copy{position:relative;z-index:2;color:#fff;max-width:740px;padding:66px 52px}.sp18-hero-copy h1{font-family:'Playfair Display',serif;font-size:clamp(48px,5vw,72px);font-weight:500;line-height:1;margin:8px 0 14px}.sp18-duration{font-size:19px;font-weight:800;margin-bottom:10px}.sp18-route{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:16px;margin-bottom:16px}.sp18-route span:before{content:'•';color:#f3c760;margin-right:8px}.sp18-hero-copy p{max-width:650px;color:#eef4ff;line-height:1.7;margin:0}
.sp18-tabs{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;padding:18px 0 14px;border-bottom:1px solid #e3e8ef}.sp18-tab{border:1px solid #d0d9e6;background:#fff;color:#08265f;border-radius:999px;padding:10px 17px;font-weight:750;cursor:pointer}.sp18-tab.active{background:#08265f;color:#fff;border-color:#08265f}
.sp18-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start;padding:30px 0 8px}.sp18-panel{display:none}.sp18-panel.active{display:block}.sp18-panel h2{font-family:'Playfair Display',serif;color:#08265f;font-size:34px;font-weight:500;margin:0 0 14px}.sp18-panel p{color:#5d6b80;line-height:1.74}
.sp18-day{border-bottom:1px solid #e6eaf0}.sp18-day summary{cursor:pointer;padding:16px 0;font-weight:800;color:#08265f}.sp18-day p{margin-top:0;padding-right:12px}
.sp18-highlights{border:1px solid #e1e6ee;border-radius:16px;padding:20px;background:#fff;position:sticky;top:100px}.sp18-highlights h3{font-family:'Playfair Display',serif;color:#08265f;font-size:25px;margin:0 0 12px}.sp18-highlights ul{list-style:none;margin:0;padding:0}.sp18-highlights li{padding:11px 0;border-bottom:1px solid #edf0f4;color:#3e4f67;font-size:14px}.sp18-highlights li:last-child{border-bottom:0}.sp18-highlights li:before{content:'✦';color:#d89a25;margin-right:9px}
.sp18-cta{margin-top:28px;background:#08265f;color:#fff;border-radius:20px;padding:26px 28px;display:flex;justify-content:space-between;gap:24px;align-items:center}.sp18-cta h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:500;margin:4px 0 6px}.sp18-cta p{color:#dce8f8;margin:0}.sp18-cta .actions{display:flex;gap:10px;flex-shrink:0}.sp18-cta .btn.outline{border-color:#fff;color:#fff}
@media(max-width:980px){.sp18-content{grid-template-columns:1fr}.sp18-highlights{position:static}}
@media(max-width:720px){.sp18-wrap{padding:0 12px}.sp18-hero{min-height:470px}.sp18-hero-copy{padding:44px 24px}.sp18-content{gap:20px}.sp18-cta{align-items:flex-start;flex-direction:column}.sp18-cta .actions{width:100%;flex-direction:column}.sp18-cta .btn{width:100%}}
