/* VTC Strasbourg page styles */

.vtc-page { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: #1f2937; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 1rem; }

/* Hero */
.hero-vtc-directory { background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%); color: #fff; padding: 3rem 0; }
.hero-vtc-directory .subtitle { margin-top: .5rem; opacity: .95; }
.search-bar { display: flex; gap: .5rem; margin-top: 1rem; }
.search-bar input { flex: 1; padding: .75rem 1rem; border-radius: .5rem; border: none; font-size: 1rem; }
.search-bar button { padding: .75rem 1rem; border-radius: .5rem; border: none; background: #111827; color: #fff; cursor: pointer; }
.search-bar button:hover { background: #374151; }

.directory-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }
.directory-stats .stat { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); border-radius: .75rem; padding: 1rem; text-align: center; }
.directory-stats .stat strong { display: block; font-size: 1.25rem; }

/* About */
.about-vtc { padding: 2rem 0; background: #f9fafb; }
.content-columns { display: grid; grid-template-columns: 3fr 2fr; gap: 2rem; }
.comparison-table table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.comparison-table th, .comparison-table td { border: 1px solid #e5e7eb; padding: .5rem .75rem; }
.services-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem 1rem; margin-top: .75rem; }
.newsletter-box { background: #fff; border: 1px solid #e5e7eb; border-radius: .75rem; padding: 1rem; }
.newsletter-form { display: flex; gap: .5rem; margin-top: .5rem; }
.newsletter-form input { flex: 1; padding: .5rem .75rem; border: 1px solid #e5e7eb; border-radius: .5rem; }
.newsletter-form button { padding: .5rem .75rem; border-radius: .5rem; background: #2563eb; color: #fff; border: none; cursor: pointer; }
.newsletter-form button:hover { background: #1d4ed8; }
.privacy-note { font-size: .875rem; color: #6b7280; margin-top: .5rem; }
.quick-links ul { list-style: none; padding: 0; margin: 0; }
.quick-links li { margin: .25rem 0; }
.quick-links a { color: #2563eb; text-decoration: none; }
.quick-links a:hover { text-decoration: underline; }

/* Filters */
.directory-filters { padding: 2rem 0; }
.filters-bar { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) auto; gap: 1rem; align-items: end; }
.filter-group label { display: block; font-weight: 600; margin-bottom: .25rem; }
.filter-group select { width: 100%; padding: .5rem .75rem; border-radius: .5rem; border: 1px solid #e5e7eb; }
.checkbox-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .25rem .75rem; }
.btn-reset-filters { padding: .5rem .75rem; border-radius: .5rem; background: #ef4444; color: #fff; border: none; cursor: pointer; }
.btn-reset-filters:hover { background: #dc2626; }
.sort-bar { display: flex; gap: .5rem; align-items: center; margin-top: 1rem; }
.sort-btn { padding: .5rem .75rem; border-radius: .5rem; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }
.sort-btn.active { background: #111827; color: #fff; border-color: #111827; }
.results-count { margin-top: .5rem; color: #374151; }

/* Listings */
.vtc-listings { padding: 1rem 0 2rem; }
#vtc-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.vtc-card { border: 1px solid #e5e7eb; border-radius: .75rem; overflow: hidden; background: #fff; }
.vtc-header { display: flex; gap: 1rem; align-items: center; padding: 1rem; border-bottom: 1px solid #e5e7eb; }
.vtc-logo { width: 56px; height: 56px; display: grid; place-items: center; border-radius: .5rem; background: #f3f4f6; border: 1px solid #e5e7eb; overflow: hidden; }
.logo-placeholder { font-weight: 700; color: #111827; }
.vtc-main-info h3 { margin: 0 0 .25rem; }
.vtc-meta { display: flex; gap: .75rem; flex-wrap: wrap; color: #6b7280; font-size: .95rem; }
.vtc-body { padding: 1rem; }
.vtc-details-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem .75rem; margin-top: .5rem; }
.detail-item .label { font-weight: 600; color: #374151; margin-right: .25rem; }
.vtc-services-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .75rem; }
.tag { background: #f3f4f6; border: 1px solid #e5e7eb; color: #374151; padding: .25rem .5rem; border-radius: .5rem; font-size: .9rem; }
.vtc-footer { display: flex; gap: .5rem; padding: .75rem 1rem 1rem; }
.btn-contact, .btn-website { padding: .5rem .75rem; border-radius: .5rem; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }
.btn-contact:hover, .btn-website:hover { background: #f9fafb; }

/* Images dans les cartes VTC */
.vtc-images { display: grid; grid-template-columns: 2fr 1fr; gap: .5rem; margin-bottom: .75rem; }
.vtc-images img { width: 100%; height: 120px; object-fit: cover; border-radius: .5rem; border: 1px solid #e5e7eb; background: linear-gradient(135deg,#f3f4f6,#e5e7eb); }

/* Pagination */
.pagination { display: flex; gap: .5rem; justify-content: center; align-items: center; padding: 1rem; }
.page-btn { padding: .5rem .75rem; border-radius: .5rem; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }
.page-btn.active { background: #111827; color: #fff; border-color: #111827; }

/* Destinations / Circuits */
.destinations-touristiques { padding: 2rem 0; background: #f9fafb; }
.circuits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.circuit-card { border: 1px solid #e5e7eb; border-radius: .75rem; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.circuit-card img { width: 100%; height: 160px; object-fit: cover; background: linear-gradient(135deg,#f3f4f6,#e5e7eb); }
.circuit-card h3 { margin: .75rem 1rem 0; }
.circuit-card p { margin: .5rem 1rem; color: #374151; }
.circuit-card .price, .circuit-card .duration { margin: 0 1rem 1rem; display: inline-block; background: #f3f4f6; border: 1px solid #e5e7eb; color: #374151; padding: .25rem .5rem; border-radius: .5rem; font-size: .9rem; }

/* FAQ */
.faq-vtc { padding: 2rem 0; }
.faq-accordion { display: grid; grid-template-columns: 1fr; gap: .5rem; }
.faq-item { border: 1px solid #e5e7eb; border-radius: .75rem; background: #fff; overflow: hidden; }
.faq-item h3 { margin: 0; padding: .75rem 1rem; cursor: pointer; background: #f3f4f6; border-bottom: 1px solid #e5e7eb; }
.faq-item p { margin: 0; padding: .75rem 1rem; display: none; }
.faq-item.open p { display: block; }

/* Comment ça marche */
.how-to-book { padding: 2rem 0; background: #fff; }
.how-to-book .steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 1rem; }
.how-to-book .step { border: 1px solid #e5e7eb; border-radius: .75rem; padding: 1rem; background: #f9fafb; }
.how-to-book .step .number { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 9999px; background: #111827; color: #fff; font-weight: 700; margin-right: .5rem; }
.how-to-book .future-app-teaser { margin-top: 1rem; display: flex; align-items: center; gap: 1rem; }
.how-to-book .future-app-teaser button { padding: .5rem .75rem; border-radius: .5rem; border: 1px solid #111827; background: #111827; color: #fff; cursor: pointer; }
.how-to-book .future-app-teaser button:hover { background: #374151; border-color: #374151; }

/* Responsive */
@media (max-width: 960px) {
  .content-columns { grid-template-columns: 1fr; }
  .filters-bar { grid-template-columns: 1fr 1fr; }
  .directory-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .circuits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .filters-bar { grid-template-columns: 1fr; }
  .vtc-details-grid { grid-template-columns: 1fr; }
  .circuits-grid { grid-template-columns: 1fr; }
  .how-to-book .steps { grid-template-columns: 1fr; }
}