/* ══════════════════════════════════════════════════════════════════
   Verona Card — Full-Bleed Hero + kompaktes Booking Widget
   Kompakter als Lisboa-Version, weil VC nur 2 Laufzeiten + 1 Ticket-Typ hat.
   ══════════════════════════════════════════════════════════════════ */

/* ── FULL-BLEED HERO ── */
.vc-hero {
  position: relative;
  background-color: #2a1010;
  background-image: linear-gradient(120deg, rgba(30, 8, 8, 0.72) 0%, rgba(30, 8, 8, 0.35) 45%, rgba(30, 8, 8, 0.55) 100%),
                    url('/assets/img/hero/verona-hero.jpg');
  background-size: cover;
  background-position: center 55%;
  color: #fff;
  padding: 56px 16px 64px;
  overflow: hidden;
}

.vc-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 380px;
  gap: 40px;
  align-items: center;
}

/* ── LINKS: Text-Copy auf dem Bild ── */
.vc-hero-copy { color: #fff; max-width: 640px; }

.vc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.vc-hero-eyebrow svg { color: #FFD666; }

.vc-hero-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.vc-hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 22px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.vc-hero-usps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vc-hero-usp {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.vc-hero-usp-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--vc-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.vc-hero-usp-icon svg { width: 11px; height: 11px; }
.vc-hero-usp strong { font-weight: 700; color: #fff; }

.vc-hero-trustrow {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 14px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.vc-hero-trustrow-stars { color: #FFD666; letter-spacing: 1px; font-size: 14px; }
.vc-hero-trustrow strong { font-weight: 700; }

/* ── RECHTS: Widget-Karte, "schwebend" über dem Bild ── */
.vc-hero-book {
  align-self: start;   /* Widget bleibt am oberen Rand statt vertikal zentriert */
}

/* Responsive */
@media (max-width: 899px) {
  .vc-hero {
    /* mehr Padding unten: Widget klebt sonst am Hero-Rand, User sieht kein Hero-Bild mehr */
    padding: 32px 12px 56px;
    background-image: linear-gradient(180deg, rgba(30, 8, 8, 0.78) 0%, rgba(30, 8, 8, 0.55) 50%, rgba(30, 8, 8, 0.72) 100%),
                      url('/assets/img/hero/verona-hero-mobile.jpg');
    background-position: center 45%;
  }
  .vc-hero-inner { grid-template-columns: 1fr; gap: 20px; }
  .vc-hero-usps { display: none; }
  .vc-hero-title { font-size: 26px; margin-bottom: 12px; }
  .vc-hero-sub { font-size: 15px; margin-bottom: 16px; }
  .vc-hero-eyebrow { margin-bottom: 14px; font-size: 11px; }
  .vc-hero-trustrow { display: none; }
}
@media (max-width: 480px) {
  .vc-hero { padding: 24px 0 48px; }
  .vc-hero-copy { padding: 0 16px; }
  .vc-hero-title { font-size: 22px; }
  .vc-hero-sub { font-size: 14px; margin-bottom: 14px; }
}

/* ══════════════════════════════════════════════════════════════════
   BOOKING WIDGET — kompakt (max 380px)
   ══════════════════════════════════════════════════════════════════ */
.vcw *, .vcw-data * { box-sizing: border-box; margin: 0; padding: 0; }

.vcw {
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--vc-ink);
  width: 100%;
  max-width: 380px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: #fff;
}
.vcw-data { display: none !important; }

.vcw-head {
  background: var(--vc-red);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vcw-head-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}
.vcw-head-price {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  white-space: nowrap;
}
.vcw-head-price strong { color: #fff; font-size: 14px; }

.vcw-body { padding: 14px 16px; background: #fff; color: var(--vc-ink); }

.vcw-section-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #888;
  margin-bottom: 3px;
}
.vcw-section-hint {
  font-size: 12px;
  color: var(--vc-mute);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Section-Hintrow: Label + Location-Link nebeneinander */
.vcw-section-hintrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.vcw-section-hintrow .vcw-section-label { margin-bottom: 0; }

/* Location-Link (kleiner Pin-Button neben "Visit date") */
.vcw .vcw-location-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  color: var(--vc-red) !important;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.vcw .vcw-location-link:hover { color: var(--vc-red-ink) !important; text-decoration: underline !important; }
.vcw .vcw-location-link:focus { outline: 2px solid var(--vc-red); outline-offset: 2px; }
.vcw .vcw-location-link svg { flex-shrink: 0; }

/* Quick-Pick-Reihe */
.vcw-dates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
.vcw-day {
  padding: 6px 2px;
  border-radius: 7px;
  border: 1.5px solid #efe6e0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: var(--vc-ink);
  transition: border-color 0.15s, background 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.vcw-day:hover { border-color: var(--vc-red); background: rgba(200, 16, 46, 0.04); }
.vcw-day.vcw-active { border-color: var(--vc-red); background: rgba(200, 16, 46, 0.06); }
.vcw-day-wd { font-size: 9px; color: #888; text-transform: uppercase; margin-bottom: 1px; }
.vcw-day-num { font-size: 15px; font-weight: 700; color: var(--vc-ink); line-height: 1.1; }
.vcw-day-mon { font-size: 9px; color: #888; }

/* Datepicker-Button */
.vcw .vcw-datepicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 12px;
  border: 1.5px dashed var(--vc-red) !important;
  border-radius: 7px;
  background: #fff !important;
  color: var(--vc-ink) !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
}
.vcw .vcw-datepicker:hover {
  background: rgba(200, 16, 46, 0.06) !important;
  border-color: var(--vc-red-ink) !important;
}
.vcw .vcw-datepicker:focus { outline: 2px solid var(--vc-red); outline-offset: 2px; }
.vcw-datepicker svg { flex-shrink: 0; color: var(--vc-red); width: 14px; height: 14px; }

/* Section-Separator */
.vcw-section {
  border-top: 1.5px solid #efe6e0;
  padding-top: 12px;
  margin-bottom: 12px;
}

/* Duration-Pills */
.vcw-durations { display: flex; gap: 6px; margin-top: 6px; }
.vcw-dur {
  position: relative;
  flex: 1;
  padding: 10px 6px;
  border-radius: 7px;
  border: 1.5px solid #efe6e0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: var(--vc-ink);
  transition: border-color 0.15s, background 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.vcw-dur:hover { border-color: var(--vc-red); }
.vcw-dur.vcw-active { border-color: var(--vc-red); background: rgba(200, 16, 46, 0.06); }
.vcw-dur-label { font-size: 13px; font-weight: 700; color: var(--vc-ink); }
.vcw-dur-price { font-size: 12px; color: #888; margin-top: 1px; }
.vcw-dur.vcw-active .vcw-dur-price { color: var(--vc-red); font-weight: 700; }

.vcw-dur-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vc-red);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(200, 16, 46, 0.35);
  pointer-events: none;
}

/* Ticket-Row */
.vcw-ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.vcw-ticket-label { font-size: 14px; font-weight: 700; color: var(--vc-ink); }
.vcw-ticket-age { font-size: 11px; color: #888; }
.vcw-ticket-right { display: flex; align-items: center; gap: 4px; }
.vcw-ticket-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--vc-red);
  margin-right: 8px;
  min-width: 40px;
  text-align: right;
}

.vcw-counter {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #efe6e0;
  border-radius: 7px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.vcw .vcw-counter-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--vc-red) !important;
  background: transparent !important;
  border: none !important;
  font-family: inherit;
  transition: background 0.1s;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
}
.vcw .vcw-counter-btn:hover { background: rgba(200, 16, 46, 0.08) !important; }
.vcw .vcw-counter-btn:active,
.vcw .vcw-counter-btn:focus { background: transparent !important; outline: none !important; box-shadow: none !important; }
.vcw .vcw-counter-btn.vcw-disabled { color: #ccc !important; cursor: default; pointer-events: none; }
.vcw-counter-val {
  width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--vc-ink);
  border-left: 1px solid #efe6e0;
  border-right: 1px solid #efe6e0;
}

/* Total-Row (kompakter — als kleine Zeile über dem CTA) */
.vcw-total {
  padding-top: 10px;
  margin-top: 12px;
  margin-bottom: 10px;
  border-top: 1.5px solid #efe6e0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #444;
}
.vcw-total-label { font-size: 12px; font-weight: 500; }
.vcw-total-amount { font-size: 14px; font-weight: 700; color: var(--vc-ink); }

/* CTA */
.vcw-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--vc-red);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 16px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(200, 16, 46, 0.30);
  font-family: inherit;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
.vcw-cta:hover { background: var(--vc-red-ink) !important; transform: translateY(-1px); }
.vcw-cta:visited, .vcw-cta:active, .vcw-cta:link { color: #fff !important; }
.vcw-cta svg { flex-shrink: 0; }
.vcw-cta-price {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
}
.vcw-cta-price::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.6;
  font-weight: 400;
}

.vcw-reseller-note {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
}

/* Trust-Footer */
.vcw-trust {
  border-top: 1.5px solid #efe6e0;
  padding: 8px 16px 10px;
  background: #faf6f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.vcw-trust-ssl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
.vcw-trust-ssl svg { flex-shrink: 0; opacity: 0.85; }

/* ── KALENDER-MODAL (unverändert kompakt) ── */
.vcw-cal-modal {
  position: fixed;
  inset: 0;
  background: rgba(69, 12, 12, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.vcw-cal-modal.vcw-cal-open { display: flex; }

.vcw-cal-card {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: vcwCalIn 0.2s ease;
}
@keyframes vcwCalIn {
  from { opacity: 0; transform: translateY(-8px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.vcw-cal-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px 40px;
  align-items: center;
  padding: 14px 12px;
  border-bottom: 1.5px solid #efe6e0;
  background: #faf6f4;
}
.vcw-cal-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--vc-ink);
  text-align: center;
}
.vcw-cal-modal .vcw-cal-nav,
.vcw-cal-modal .vcw-cal-close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  color: var(--vc-ink) !important;
  cursor: pointer;
  border-radius: 6px;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.vcw-cal-modal .vcw-cal-nav:hover,
.vcw-cal-modal .vcw-cal-close:hover {
  background: rgba(200, 16, 46, 0.10) !important;
}
.vcw-cal-modal .vcw-cal-nav:disabled { color: #ccc !important; cursor: default; }
.vcw-cal-modal .vcw-cal-nav svg,
.vcw-cal-modal .vcw-cal-close svg { pointer-events: none; stroke: currentColor; }

.vcw-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 14px;
}
.vcw-cal-wd {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
  text-align: center;
  padding: 8px 0 4px;
}
.vcw-cal-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--vc-ink);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  user-select: none;
}
.vcw-cal-cell:hover:not(.vcw-cal-disabled):not(.vcw-cal-selected) {
  background: rgba(200, 16, 46, 0.10);
  color: var(--vc-red-ink);
}
.vcw-cal-empty { cursor: default; }
.vcw-cal-disabled { color: #ccc; cursor: default; }
.vcw-cal-selected { background: var(--vc-red); color: #fff; font-weight: 700; }

/* Location-Modal Body (nur EINE Adresse, sehr schlank) */
.vcw-location-card {
  max-width: 420px !important;
}
.vcw-location-head {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: space-between !important;
  align-items: center;
}
.vcw-location-head .vcw-cal-title { text-align: left !important; flex: 1; }
.vcw-location-body { padding: 18px 20px 20px; }
.vcw-location-intro {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0 0 16px;
}
.vcw-location-item {
  padding: 14px 16px;
  background: #faf6f4;
  border: 1px solid #efe6e0;
  border-radius: 10px;
}
.vcw-location-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--vc-red-ink);
  margin-bottom: 6px;
}
.vcw-location-addr { font-size: 13px; color: #333; line-height: 1.5; margin-bottom: 4px; }
.vcw-location-hours { font-size: 12px; color: #666; font-style: italic; line-height: 1.4; margin-bottom: 10px; }
.vcw-location-maps {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--vc-red) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}
.vcw-location-maps:hover { color: var(--vc-red-ink) !important; text-decoration: underline !important; }

/* Widget Mobile — zentriert */
@media (max-width: 899px) {
  .vc-hero-book { justify-self: center; width: 100%; max-width: 400px; }
  .vcw { margin: 0 auto; }
}
@media (max-width: 480px) {
  .vc-hero-book { max-width: none; padding: 0 12px; }
  .vcw {
    max-width: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .vcw-cal-card { max-width: none; }
  .vcw-cal-cell { font-size: 13px; }
  .vcw-location-card { max-width: none !important; }
}
