
/* City Page Builder - New Layout */
:root{--cp-primary:#f6a21a;--cp-primary-dark:#d4880f;--cp-secondary:#d66d33;--cp-text:#333;--cp-bg:#fff;--cp-section-bg:#fff;--cp-container-width:1300px}
.cp-page{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--cp-text);line-height:1.6;background:var(--cp-bg)}
.cp-page *{box-sizing:border-box}
.cp-page-content{max-width:var(--cp-container-width,1200px);margin:0 auto;padding:0 1rem}
.cp-hero{position:relative;width:100%;min-height:70vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.cp-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.35) 100%)}
.cp-hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem;max-width:900px}
.cp-hero-badge{display:inline-block;background:linear-gradient(135deg,var(--cp-primary),var(--cp-primary-dark));padding:.5rem 1.5rem;border-radius:2rem;font-size:.85rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}
.cp-hero h1{font-size:clamp(2.5rem,6vw,4rem);margin:0 0 .75rem;text-shadow:0 2px 15px rgba(0,0,0,.5);font-weight:700;letter-spacing:-1px}
.cp-hero .subtitle{font-size:clamp(1rem,2.5vw,1.35rem);opacity:.95;text-shadow:0 1px 8px rgba(0,0,0,.4);max-width:600px;margin:0 auto}
.cp-section{margin-bottom:1rem;padding:1em 0;background:transparent;border-bottom:1px solid #e8e8e8}
.cp-section:last-child{border-bottom:none}
.cp-section-title{display:flex;align-items:center;gap:1rem;font-size:1.6rem;margin-bottom:1.5rem;color:var(--cp-text);font-weight:600}
.cp-section-title i{width:48px;height:48px;background:linear-gradient(135deg,var(--cp-primary),var(--cp-primary-dark));color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}
.cp-section-content{font-size:1rem;line-height:1.75}
.cp-section-content p{margin-bottom:.75rem}
.cp-section-content ul,.cp-section-content ol{margin:.75rem 0;padding-left:1.5rem}
.cp-section-content li{margin-bottom:.4rem}
.cp-section-content strong{color:var(--cp-primary-dark)}
.cp-section-content h3{font-size:1.1rem;color:var(--cp-text);margin:1rem 0 .5rem;font-weight:600}
.cp-ai-image{margin:1.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.cp-ai-image img{width:100%;height:auto;display:block}
.cp-cta{background:linear-gradient(135deg,var(--cp-secondary) 0%,#1a5c3a 100%);color:#fff;text-align:center;padding:2.5rem 1.5rem;margin-top:1rem;width:100%;position:relative}
.cp-cta h3{font-size:1.5rem;margin-bottom:.75rem;font-weight:700}
.cp-cta-content{font-size:1rem;margin-bottom:1.25rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}
.cp-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#fff;color:var(--cp-secondary);border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .25s;box-shadow:0 4px 15px rgba(0,0,0,.15)}
@media(max-width:768px){
.cp-hero{min-height:50vh}
.cp-hero h1{font-size:1.75rem}
.cp-section{padding:1.25rem}
}


:root{--cp-primary:#f6a21a;--cp-primary-dark:#e28e06;--cp-secondary:#d66d33;--cp-text:#333333;--cp-bg:#ffffff;--cp-section-bg:#ffffff;--cp-accent:#2e7d52}
.cp-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--cp-bg);color:var(--cp-text);line-height:1.7}
.cp-article-hero{color:#fff;padding:3rem 2rem;text-align:center;margin-bottom:2rem;min-height:80vh;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.55)),url('https://bitethecity.com/php/viator/product-pages/cache/images/article-1770908196-2697.jpg') center/cover;border-radius:0;}
.cp-article-hero h1{font-size:2.2rem;margin:0 0 .5rem 0;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.cp-article-hero .subtitle{opacity:.9;font-size:1.1rem;text-shadow:0 1px 4px rgba(0,0,0,.3);max-width:700px;margin:0 auto}
.cp-page-content{max-width:1300px;margin:0 auto;padding:1rem}
.cp-section{background:var(--cp-section-bg);border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.25rem;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.cp-section-title{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:var(--cp-text);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--cp-primary);font-weight:600}
.cp-section-title i{width:44px;height:44px;background:linear-gradient(135deg,var(--cp-primary),var(--cp-primary-dark));color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.cp-section-content{font-size:1rem;line-height:1.8}
.cp-section-content p{margin-bottom:1rem}
.cp-section-content h3,.cp-section-content h4{color:var(--cp-accent);margin:1.5rem 0 .75rem 0}
.cp-section-content ul,.cp-section-content ol{margin:1rem 0;padding-left:1.5rem}
.cp-section-content li{margin-bottom:.5rem}
.cp-section-content strong{color:var(--cp-secondary)}
.cp-section-content a{color:var(--cp-primary);text-decoration:underline}
/* BTC Tour Cards (matching carousel_en.html design) */
/* === GRID layout (default) === */
.btc-tour-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr)) !important;gap:1.5rem !important;margin:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important}
.btc-tour-grid .btc-tour-card{flex:unset;width:100%}
/* === CAROUSEL layout === */
.btc-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem;cursor:grab}
.btc-carousel-track::-webkit-scrollbar{display:none}
.btc-carousel-track.dragging{cursor:grabbing;scroll-behavior:auto}
.btc-carousel-track .btc-tour-card{flex:0 0 320px}
/* Carousel container + nav */
.btc-carousel-container{position:relative;padding:0 3.5rem}
.btc-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#333;transition:all .3s ease;z-index:10}
.btc-carousel-nav:hover{background:#e53935;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 25px rgba(229,57,53,.4)}
.btc-carousel-nav.prev{left:0}
.btc-carousel-nav.next{right:0}
.btc-carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:1.5rem}
.btc-carousel-dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s ease;border:none;padding:0}
.btc-carousel-dot:hover{background:#bbb}
.btc-carousel-dot.active{background:#e53935;width:30px;border-radius:5px}
/* === LIST layout === */
.btc-tour-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.btc-tour-list .btc-tour-card{flex-direction:row !important;border-radius:16px;overflow:hidden;height:auto;min-height:0}
.btc-tour-list .btc-tour-image{width:220px;min-width:220px;height:auto !important;min-height:200px;border-radius:16px 0 0 16px}
.btc-tour-list .btc-tour-image::after{height:80%}
.btc-tour-list .btc-tour-content{padding:.875rem 1rem;overflow:hidden}
.btc-tour-list .btc-tour-title{font-size:.9rem;min-height:unset;-webkit-line-clamp:2;margin-bottom:.5rem}
.btc-tour-list .btc-tour-price-section{margin-bottom:.5rem}
.btc-tour-list .btc-tour-price{font-size:1.15rem}
.btc-tour-list .btc-tour-features{margin-bottom:.5rem}
.btc-tour-list .btc-feature-badge{font-size:.65rem;padding:3px 6px}
.btc-tour-list .btc-tour-meta{padding-top:.5rem;gap:.5rem}
.btc-tour-list .btc-tour-cta{padding:8px 14px;font-size:.8rem;margin-top:.5rem;border-radius:10px}
.btc-tour-list .btc-tour-promo-badges{top:8px;left:8px}
.btc-tour-list .btc-promo-badge{padding:4px 8px;font-size:.65rem}
.btc-tour-list .btc-tour-location-overlay{bottom:8px;left:8px;right:8px}
.btc-tour-list .btc-tour-city-tag{font-size:.7rem;padding:3px 8px}
.btc-tour-list .btc-tour-region-tag{font-size:.65rem;padding:3px 7px}
/* === CARD DESIGN (from carousel_en.html) === */
.btc-tour-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;cursor:pointer;height:100%;box-sizing:border-box}
.btc-tour-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(229,57,53,.15)}
.btc-tour-card a{text-decoration:none;color:inherit}
/* Image */
.btc-tour-image{position:relative;height:200px;background-size:cover;background-position:center;overflow:hidden;display:block}
.btc-tour-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%);pointer-events:none}
/* Promo Badges on image */
.btc-tour-promo-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:3}
.btc-promo-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 4px 12px rgba(0,0,0,.25)}
.btc-promo-badge.special-offer{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}
.btc-promo-badge.likely-sell{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}
/* Location overlay on image */
.btc-tour-location-overlay{position:absolute;bottom:12px;left:12px;right:12px;display:flex;align-items:center;gap:8px;z-index:2}
.btc-tour-city-tag{background:rgba(255,255,255,.95);color:#e53935;font-weight:700;font-size:.8rem;padding:5px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.btc-tour-region-tag{background:rgba(0,0,0,.6);color:#fff;font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:20px;backdrop-filter:blur(4px)}
/* Card Content */
.btc-tour-content{padding:1.25rem;flex:1;display:flex;flex-direction:column}
/* Title */
.btc-tour-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 .75rem 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}
.btc-tour-title a{color:#1a1a2e;text-decoration:none}
.btc-tour-title a:hover{color:#e53935}
/* Price section */
.btc-tour-price-section{display:flex;align-items:center;gap:10px;margin-bottom:1rem;flex-wrap:wrap}
.btc-tour-price-label{font-size:.75rem;color:#888;font-weight:500}
.btc-tour-price{font-size:1.4rem;font-weight:800;color:#e53935}
.btc-tour-price.discounted{color:#16a34a}
.btc-tour-original-price{text-decoration:line-through;color:#999;font-size:1rem;font-weight:500}
.btc-tour-discount-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:6px}
/* Feature badges */
.btc-tour-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}
.btc-feature-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:500;background:#f5f5f5;color:#555}
.btc-feature-badge i{font-size:.8rem}
.btc-feature-badge.free-cancel{background:#e8f5e9;color:#2e7d32}
.btc-feature-badge.skip-line{background:#f3e5f5;color:#7b1fa2}
.btc-feature-badge.private-tour{background:#efebe9;color:#5d4037}
.btc-feature-badge.new-tour{background:#e0f2f1;color:#00796b}
.btc-feature-badge.accessible{background:#e3f2fd;color:#1565c0}
/* Meta (rating + duration) */
.btc-tour-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0}
.btc-tour-rating{display:flex;align-items:center;gap:4px}
.btc-tour-rating i{color:#ffc107;font-size:1rem}
.btc-tour-rating-value{font-weight:700;color:#333;font-size:.95rem}
.btc-tour-reviews{color:#888;font-size:.8rem;font-weight:500}
.btc-tour-duration{display:flex;align-items:center;gap:5px;color:#666;font-size:.85rem;font-weight:500}
.btc-tour-duration i{color:#e53935}
/* CTA button */
.btc-tour-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:1rem;padding:12px 20px;background:linear-gradient(135deg,#e53935,#c62828);color:#fff !important;border-radius:12px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}
.btc-tour-cta:hover{background:linear-gradient(135deg,#c62828,#b71c1c);transform:translateY(-2px);box-shadow:0 4px 15px rgba(229,57,53,.4);color:#fff !important}
/* CTA Section */
.cp-cta{background:linear-gradient(135deg,var(--cp-secondary) 0%,#1a5c3a 100%);color:#fff;text-align:center;padding:2.5rem 1.5rem;margin-top:1rem;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;position:relative;border-radius:0}
.cp-cta h3{font-size:1.5rem;margin-bottom:.75rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:.5rem}
.cp-cta h3 i{font-size:1.3rem}
.cp-cta-content{font-size:1rem;margin-bottom:1.25rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.15)}
.cp-cta-content p{margin:0}
.cp-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#fff;color:var(--cp-secondary);border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .25s;box-shadow:0 4px 15px rgba(0,0,0,.15)}
.cp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);background:#f8f8f8}
.cp-cta-btn i{font-size:1.1rem}
.cp-section-inline-img{transition:transform .3s}
.cp-section-inline-img:hover{transform:scale(1.02)}
.cp-section-image-banner img{transition:transform .3s}
.cp-section-image-banner:hover img{transform:scale(1.01)}
@media(max-width:1024px){
.cp-article-hero{min-height:100vh!important}
}
@media(max-width:1200px){.btc-carousel-track .btc-tour-card{flex:0 0 300px}.btc-tour-list .btc-tour-image{width:180px;min-width:180px}}
@media(max-width:768px){
.cp-article-hero{padding:2rem 1rem;border-radius:0;min-height:80vh!important}
.cp-article-hero h1{font-size:1.5rem}
.cp-section{padding:1rem 1.25rem;border-radius:8px}
.cp-section-title{font-size:1.15rem}
.cp-page-content{padding:.5rem}
.btc-tour-grid{gap:1rem !important}
.btc-tour-image{height:180px}
.btc-carousel-container .btc-carousel-nav{display:none}
.btc-carousel-track .btc-tour-card{flex:0 0 280px}
.btc-tour-list{grid-template-columns:1fr !important}
.btc-tour-list .btc-tour-card{flex-direction:column !important}
.btc-tour-list .btc-tour-image{width:100%;min-width:unset;height:180px !important;min-height:unset;border-radius:16px 16px 0 0}
.btc-tour-list .btc-tour-content{padding:1rem 1.25rem}
.cp-section-inline-img{float:none!important;width:100%!important;margin:0 0 1rem 0!important}
.cp-cta{padding:2rem 1rem}
}
@media(max-width:480px){.btc-tour-grid{grid-template-columns:1fr !important}.btc-tour-image{height:170px}.btc-tour-title{font-size:1rem}.btc-tour-price{font-size:1.2rem}.btc-carousel-track .btc-tour-card{flex:0 0 88vw}.btc-carousel-container{padding:0 .5rem}}

