/* Scoped to this page - all classes prefixed "cp-" so nothing here touches shared
       classes like .card / .grid / .chip used elsewhere on the site. */
    .cp-hero { position: relative; height: 420px; overflow: hidden; }
    .cp-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .cp-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,14,28,0.92) 0%, rgba(6,14,28,0.55) 45%, rgba(6,14,28,0.15) 75%, rgba(6,14,28,0.35) 100%); }
    .cp-hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 26px; }
    .cp-breadcrumb { font-size: 0.8rem; color: rgba(255,255,255,0.75); margin-bottom: 14px; }
    .cp-breadcrumb a { color: rgba(255,255,255,0.9); text-decoration: none; }
    .cp-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
    .cp-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.35); color: #FFFFFF; font-size: 0.76rem; font-weight: 700; padding: 6px 14px; border-radius: 20px; backdrop-filter: blur(3px); }
    .cp-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
    .cp-title { font-size: 2.4rem; color: #FFFFFF; margin: 0; }
    .cp-sub { color: rgba(255,255,255,0.9); font-size: 0.95rem; max-width: 640px; margin: 10px 0 0; white-space: pre-line; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .cp-read-more { color: #F2C230; font-weight: 700; font-size: 0.85rem; cursor: pointer; margin-top: 4px; display: inline-block; }
    .cp-stat-pills { display: flex; gap: 10px; flex-shrink: 0; }
    .cp-stat-pill { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3); border-radius: 12px; padding: 10px 18px; text-align: center; backdrop-filter: blur(3px); min-width: 76px; }
    .cp-stat-pill .num { color: #FFFFFF; font-weight: 800; font-size: 1.15rem; }
    .cp-stat-pill .lbl { color: rgba(255,255,255,0.8); font-size: 0.68rem; margin-top: 1px; }
    @media (max-width: 800px) { .cp-title { font-size: 1.7rem; } .cp-title-row { flex-direction: column; align-items: flex-start; } }

    .cp-facts-row { display: flex; flex-wrap: wrap; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 0.85rem; color: var(--charcoal); }
    .cp-facts-row strong { color: var(--ink); }

    .cp-tabs { display: flex; gap: 8px; margin: 20px 0; flex-wrap: wrap; }
    .cp-tab-btn { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 9px 18px; font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--charcoal); cursor: pointer; }
    .cp-tab-btn.active { background: linear-gradient(135deg, #9333EA, #EC4899); border-color: transparent; color: #FFFFFF; }
    .cp-tab-panel { display: none; }
    .cp-tab-panel.active { display: block; }

    .cp-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 32px; align-items: start; }
    @media (max-width: 900px) { .cp-layout { grid-template-columns: 1fr; } }

    .cp-side-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px; margin-bottom: 20px; }
    .cp-side-card h4 { font-size: 0.95rem; margin: 0 0 10px; display: flex; align-items: center; gap: 8px; }
    .cp-side-card .rich-content { font-size: 0.85rem; color: #556372; }
    .cp-plan-card { background: linear-gradient(135deg, #9333EA 0%, #EC4899 55%, #FB923C 100%); border-radius: 14px; padding: 22px; color: #FFFFFF; margin-bottom: 20px; }
    .cp-plan-card h4 { color: #FFFFFF; font-size: 1.1rem; margin: 8px 0 4px; }
    .cp-plan-card p { font-size: 0.82rem; color: rgba(255,255,255,0.9); margin: 0 0 16px; }
    .cp-plan-card .btn { background: #FFFFFF; color: var(--ink); }

    .cp-hotel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; margin-top: 16px; }

    /* Basera card style - duplicated from index.html (scoped there, not in shared style.css),
       so the hotel cards on this page render with the same look as the homepage's
       Recommended/Featured cards. */
    .basera-card { background: var(--white); border-radius: 20px; overflow: hidden; position: relative; display: block; text-decoration: none; box-shadow: 0 8px 24px rgba(6,52,94,0.10); transition: transform 0.18s ease, box-shadow 0.18s ease; padding: 10px; }
    .basera-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(6,52,94,0.20); }
    .basera-card .photo-wrap { position: relative; height: 172px; border-radius: 14px; overflow: hidden; }
    .basera-card .photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .basera-card .badge-pill { position: absolute; top: 12px; left: 12px; padding: 6px 14px; border-radius: 20px; font-size: 0.7rem; font-weight: 800; color: #FFFFFF; background: linear-gradient(135deg, #F2A900, #FB923C); box-shadow: 0 3px 10px rgba(0,0,0,0.28); }
    .basera-card .discount-badge { position: absolute; top: 12px; right: 12px; padding: 6px 12px; border-radius: 20px; font-size: 0.7rem; font-weight: 800; color: #FFFFFF; background: linear-gradient(135deg, #C0392B, #E74C3C); box-shadow: 0 3px 10px rgba(0,0,0,0.28); }
    .basera-card .strike-price { font-size: 0.78rem; color: #B0B8C1; text-decoration: line-through; font-weight: 500; display: block; }
    .basera-card .rating-pill { position: absolute; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 5px; padding: 6px 12px; border-radius: 20px; font-size: 0.82rem; font-weight: 700; color: #FFFFFF; background: rgba(20,20,30,0.55); backdrop-filter: blur(3px); }
    .basera-card .rating-pill .star { color: #F2A900; }
    .basera-card .body { padding: 14px 8px 8px; }
    .basera-card h3 { font-size: 1.1rem; margin: 0 0 3px; color: var(--ink); font-weight: 700; }
    .basera-card .prop-type { font-size: 0.82rem; color: #8A93A0; }
    .basera-card .price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
    .basera-card .price-row .amt { font-size: 1.3rem; font-weight: 800; color: var(--ink); }
    .basera-card .price-row .amt small { font-weight: 400; font-size: 0.82rem; color: #8A93A0; }
    .basera-card .view-link { font-size: 0.9rem; font-weight: 700; color: #7C3AED; display: flex; align-items: center; gap: 2px; }

    /* Wikipedia-style content sections (About/History/Geography/Climate/Festivals/Shopping/
       Photography Spots/Hospitals) - each independently hidden by th:if when blank. */
    .cp-section { margin-top: 40px; scroll-margin-top: 20px; }
    .cp-section h2 { font-size: 1.35rem; margin: 0 0 12px; color: var(--ink); }
    .cp-section .rich-content { font-size: 0.92rem; color: #3D4852; line-height: 1.7; }

    /* "Explore {city}" hub grid - links out to every topic-cluster page that has real content.
       This is the pillar half of the pillar+cluster SEO structure. */
    .cp-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 14px; }
    .cp-hub-item { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); text-decoration: none; color: var(--ink); font-weight: 700; font-size: 0.9rem; transition: border-color 0.15s ease, transform 0.15s ease; }
    .cp-hub-item:hover { border-color: #9333EA; transform: translateY(-2px); }
    .cp-hub-icon { font-size: 1.15rem; }

    .cp-transport-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 14px; }
    .cp-transport-item { display: flex; gap: 12px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; }
    .cp-transport-item.unavailable { opacity: 0.5; }
    .cp-transport-icon { font-size: 1.3rem; flex-shrink: 0; }
    .cp-transport-item .lbl { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
    .cp-transport-item .detail { font-size: 0.82rem; color: #556372; margin-top: 2px; }

    /* "Jump to a section" TOC - identical design to the Travel Articles page (article.html's
       .toc-panel), duplicated here rather than shared, since the two pages load separate,
       page-scoped stylesheets. Kept pixel-for-pixel the same on purpose so the two content
       types read as one consistent site pattern. */
    .toc-panel { position: relative; border: 1px solid rgba(147,51,234,0.18); border-radius: 14px; padding: 18px 22px 18px 24px; margin: 0 0 28px; background: linear-gradient(135deg, rgba(147,51,234,0.05), rgba(236,73,153,0.04)); overflow: hidden; }
    .toc-panel::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, #9333EA, #EC4899); }
    .toc-panel summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; }
    .toc-panel summary::-webkit-details-marker { display: none; }
    .toc-summary-label { display: flex; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 800; color: var(--ink); }
    .toc-summary-ico { font-size: 1.05rem; }
    .toc-chev { font-size: 0.7rem; color: #9333EA; transition: transform 0.2s ease; flex-shrink: 0; }
    .toc-panel[open] .toc-chev { transform: rotate(180deg); }
    .toc-list { list-style: none; counter-reset: toc; margin: 16px 0 0; padding: 0; columns: 2; column-gap: 22px; }
    .toc-list li { break-inside: avoid; margin-bottom: 9px; counter-increment: toc; }
    .toc-list a { display: flex; align-items: baseline; gap: 9px; font-size: 0.85rem; color: #3D4852; font-weight: 500; text-decoration: none; }
    .toc-list a::before { content: counter(toc); flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: #FFFFFF; border: 1px solid rgba(147,51,234,0.3); color: #9333EA; font-size: 0.65rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
    .toc-list a:hover { color: #9333EA; }
    .toc-list a:hover::before { background: #9333EA; color: #FFFFFF; border-color: #9333EA; }
    @media (max-width: 560px) { .toc-list { columns: 1; } }

    /* FAQ accordion - identical design to the Travel Articles FAQ (article.html's .af-* block),
       duplicated for the same page-scoped-stylesheet reason as the TOC above. */
    .af-faq { margin: 40px 0 0; }
    .af-faq-eyebrow { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #9333EA; margin: 0 0 4px; }
    .af-faq h3 { font-size: 1.3rem; font-weight: 800; color: var(--ink); margin: 0 0 16px; }
    .af-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; overflow: hidden; background: var(--white); transition: border-color 0.15s ease; }
    .af-item[open] { border-color: rgba(147,51,234,0.35); }
    .af-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; font-size: 0.92rem; font-weight: 700; color: var(--ink); cursor: pointer; }
    .af-item summary::-webkit-details-marker { display: none; }
    .af-chev { flex-shrink: 0; color: #9333EA; font-size: 0.85rem; transition: transform 0.2s ease; }
    .af-item[open] .af-chev { transform: rotate(180deg); }
    .af-answer { padding: 0 18px 16px; font-size: 0.87rem; color: #556372; line-height: 1.65; }

    /* Prominent "Complete Travel Guide" CTA - the pillar page deliberately stays short and
       booking-focused, so this banner is the one loud, unmissable handoff to the comprehensive
       Wikipedia-style Travel Guide page for anyone who wants the full depth. */
    .cp-guide-cta { display: flex; align-items: center; gap: 20px; justify-content: space-between; flex-wrap: wrap; margin-top: 44px; padding: 26px 30px; border-radius: 18px; background: linear-gradient(135deg, #16233F 0%, #0B72D9 100%); }
    .cp-guide-cta-text { color: #FFFFFF; }
    .cp-guide-cta-text .eyebrow2 { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #9FD0FF; margin: 0 0 6px; }
    .cp-guide-cta-text h3 { font-size: 1.3rem; margin: 0 0 6px; color: #FFFFFF; }
    .cp-guide-cta-text p { font-size: 0.88rem; color: rgba(255,255,255,0.85); margin: 0; max-width: 460px; }
    .cp-guide-cta .btn { background: #FFFFFF; color: var(--ink); flex-shrink: 0; white-space: nowrap; }

    /* Quick Facts sidebar card - derived from data already entered elsewhere (state, famous-for,
       hotel count, rating, nearest transport), not a new admin field. */
    .cp-facts-list { display: flex; flex-direction: column; gap: 9px; font-size: 0.85rem; color: #3D4852; }
    .cp-facts-list .fk { color: #8A93A0; font-weight: 600; margin-right: 6px; }

    .cp-teaser-text { font-size: 0.9rem; color: #556372; line-height: 1.65; }
    .cp-teaser-link { font-size: 0.85rem; font-weight: 700; color: #7C3AED; text-decoration: none; display: inline-block; margin-top: 8px; }
