/* === HERO SECTION (bez overlay) === */
.event-hero {
  position: relative;
  width: 100%;
  height: 675px;
  overflow: hidden;
  border-radius: 12px;
}

.event-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === EVENT CARD === */
.event-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  margin: -100px auto 40px;
  max-width: 1100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* === BILETOWA SEKCJA META + AKCJE === */
.event-actions {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 0;
  overflow: hidden;
}

/* Przerywana linia między kolumnami (perforacja biletu) */
.event-actions::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(66.666% - 1px);
  width: 2px;
  border-left: 2px dashed #ccc;
  z-index: 2;
}

/* Ozdobne wcięcie biletu */
.event-actions::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(66.666% - 22px);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border-radius: 50%;
  z-index: 3;
  box-shadow: inset 0 0 0 2px #ccc;
}

/* === LEWA KOLUMNA — NAGŁÓWEK I META === */
.event-actions-left {
  padding: 2rem;
  border-right: none;
  background: #fff;
  z-index: 1;
}

.event-header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}

.event-meta {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  font-size: 1rem;
  color: #444;
}

/* === BLOK DATA I CZAS (styl jak w przykładzie) === */
.event-meta-datetime {
	padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.event-meta-datetime .event-meta-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.event-meta-datetime .event-meta-title i {
  color: #ff5a3c;
  font-size: 1.2rem;
}

.event-meta-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.05rem;
  color: #222;
}

.event-meta-inline .event-date {
  font-weight: 700;
}

.event-meta-inline .event-time {
  font-weight: 700;
  color: #111;
}

.event-meta-inline small {
  color: #aaa;
  font-size: 0.85rem;
  margin-left: 6px;
}

/* === BLOK MIEJSCA === */
.event-meta-location {
  padding-top: 0.2rem;
}

.event-meta-location .event-meta-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.event-meta-location .event-meta-title i {
  color: #ff5a3c;
  font-size: 1.2rem;
}

.event-location-address {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #222;
}

.event-location-address a {
  display: inline-block;
  color: #3b82f6;
  font-weight: 500;
  text-decoration: none;
  margin-top: 4px;
}

.event-location-address a:hover {
  text-decoration: underline;
}

/* === BLOK UDOSTĘPNIANIA === */
.event-share {
  margin-top: 1.5rem;
}

.event-share .share-title {
  font-size: 0.9rem;
  color: #999;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.share-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.share-icons a,
.share-icons button {
  color: #444;
  background: #f6f6f6;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.share-icons a:hover,
.share-icons button:hover {
  background: #ff5a3c;
  color: #fff;
}

.copy-link.copied {
  background: #008080 !important;
  color: #fff !important;
}


/* === PRAWA KOLUMNA — CTA (Kup bilet + LinoPass) === */
.event-actions-right {
  padding: 2rem;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1.2rem;
  z-index: 1;
  text-align: center;
}

/* Górny przycisk (dodano klasę .online-speed-buy) */
.event-actions-right .cta-top a {  
  display: inline-block;
  background: #ff5a3c !important;
  color: #fff;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
} 

.event-actions-right .cta-top a:hover { 
  background: #e24a2d; 
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(255, 90, 60, 0.3);
} 

/* Środkowa linia z napisem "więcej" */
.cta-divider {
  position: relative;
  text-align: center;
  margin: 0.5rem 0;
}

.cta-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: translateY(-50%);
}

.cta-divider span {
  position: relative;
  background: #fafafa;
  padding: 0 0.75rem;
  color: #999;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Dolny tekst LinoPass */
.cta-bottom p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: inset 0 0 0 1px #eee;
}

.cta-bottom strong {
  color: #008080;
}

/* === OPIS WYDARZENIA === */
.event-description {
  max-width: 900px;
  margin: 2rem auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #222;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* === LINO PASS INFO === */
.lino-pass-section {
  background: #f6f8f9;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem auto;
  max-width: 900px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.lino-pass-section strong {
  color: #008080;
  font-weight: 700;
}

/* === ORGANIZATOR === */
.event-organizer {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 1.5rem 2rem;
}

.event-organizer h3 {
  margin-bottom: 1rem;
}

.event-organizer a {
  color: #ff5a3c;
  text-decoration: none;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
  .event-card {
    margin: -60px 1rem 30px;
  }

  .event-header h1 {
    font-size: 1.6rem;
  }

  .event-actions {
    grid-template-columns: 1fr;
  }

  .event-actions::before,
  .event-actions::after {
    display: none;
  }

  .event-actions-left,
  .event-actions-right {
    padding: 1.5rem;
  }

  .event-actions-right a {
    width: 100%;
  }

  .cta-bottom p {
    font-size: 0.9rem;
  }

  .event-meta-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}
