:root {
  --ticket-pink: #ff2f7d;
  --ticket-pink-dark: #e51f69;
  --ticket-blue: #2355c5;
}

.ticket-header {
  position: relative;
  z-index: 50;
  background: #fff;
  box-shadow: 0 2px 12px rgba(22, 43, 88, 0.08);
}

.ticket-header__top {
  background: #fff;
}

.ticket-header__inner {
  width: min(1140px, calc(100% - 40px));
  min-height: 118px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 58px;
}

.ticket-header__logo,
.ticket-header__logo img {
  display: block;
}

.ticket-header__logo img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.ticket-header__search {
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--ticket-pink);
  border-radius: 8px;
}

.ticket-header__search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 14px;
  color: #343b4a;
  background: transparent;
  border: 0;
  outline: 0;
}

.ticket-header__search input::placeholder {
  color: #9aa1ae;
}

.ticket-header__search button {
  width: 50px;
  height: 100%;
  color: var(--ticket-pink);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ticket-header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: var(--ticket-pink);
  border-radius: 24px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ticket-header__login:hover {
  color: #fff;
  background: var(--ticket-pink-dark);
  transform: translateY(-1px);
}

.ticket-header__nav {
  background: var(--ticket-pink);
}

.ticket-header__nav-inner {
  width: min(1140px, calc(100% - 40px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.ticket-header__nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.ticket-header__nav a:hover,
.ticket-header__nav a:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.14);
}

.slider-area.actor.production .slider-item {
  min-height: 420px;
  height: clamp(320px, 35vw, 480px);
  background-position: center;
  background-size: cover;
}

.slider-area.actor.production .slide-content {
  margin: 0;
  min-height: 420px;
}

.ticket-events {
  padding: 70px 0 80px;
  color: #252b38;
  background: #fff;
  scroll-margin-top: 48px;
}

.ticket-event-card__body p {
  color: var(--ticket-pink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ticket-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ticket-event-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(26, 36, 61, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ticket-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(26, 36, 61, 0.14);
}

.ticket-event-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f4f6;
}

.ticket-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ticket-event-card:hover .ticket-event-card__image img {
  transform: scale(1.04);
}

.ticket-event-card__image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: var(--ticket-pink);
  border-radius: 20px;
}

.ticket-event-card__body {
  padding: 20px;
}

.ticket-event-card__body p {
  margin-bottom: 7px;
}

.ticket-event-card__body h3 {
  margin: 0;
  color: #202636;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.ticket-event-card__body h3 a:hover {
  color: var(--ticket-pink);
}

.ticket-events__empty {
  grid-column: 1 / -1;
  padding: 50px 20px;
  color: #707786;
  text-align: center;
  background: #f7f8fa;
  border-radius: 12px;
}

.ticket-light-section {
  color: #4f5868;
  background: #fff;
}

.ticket-video-section {
  background: #f6f7fa;
}

.production-black .ticket-light-section .section-titel h2,
.production-black .ticket-light-section .latestmovie-meta > h5,
.production-black .ticket-light-section .latestmovie-meta > h5 a,
.production-black .ticket-light-section .pro-latest-news-area .news-content h4 a,
.production-black .ticket-news-section .news-content h4 a {
  color: #202636;
}

.production-black .ticket-light-section .section-titel p,
.production-black .ticket-light-section .latestmovie-meta h6,
.production-black .ticket-light-section .pro-latest-news-area .news-content > p,
.production-black .ticket-news-section .news-content > p {
  color: #687182;
}

.ticket-light-section .section-titel h2 span {
  color: var(--ticket-pink);
}

.production-black .ticket-light-section .indicator-style-two .owl-theme .owl-nav [class*="owl-"],
.production-black .ticket-light-section.indicator-style-two .owl-theme .owl-nav [class*="owl-"] {
  color: var(--ticket-pink);
  background: #fff;
  border-color: #dfe3ea;
}

.production-black .ticket-light-section .indicator-style-two .owl-theme .owl-nav [class*="owl-"]:hover,
.production-black .ticket-light-section.indicator-style-two .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: var(--ticket-pink);
  border-color: var(--ticket-pink);
}

.production-black .ticket-light-section .latestmovie-meta {
  border-bottom-color: #dfe3ea;
}

.ticket-video-section .latestmovie-image,
.ticket-news-section .news-thumbnail {
  overflow: hidden;
  border-radius: 12px;
}

.ticket-news-section .recent-news-single {
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(26, 36, 61, 0.07);
}

.ticket-news-section .news-content {
  padding: 0 14px 8px;
}

.ticket-footer {
  position: relative;
  color: #606979;
  background: #f6f7fa;
  border-top: 1px solid #e5e8ee;
}

.ticket-footer .footer-bottom {
  border-top: 0;
  padding: 24px 0;
}

.ticket-footer .footer-left > p,
.ticket-footer .footer-left > p a,
.ticket-footer .footer-left .text-white {
  color: #586171 !important;
}

.ticket-footer .footer-left > p a:hover {
  color: var(--ticket-pink) !important;
}

.ticket-footer .footer-right-social ul li a {
  color: var(--ticket-pink);
  background: #fff;
  border-color: #d9dee7;
}

.ticket-footer .footer-right-social ul li a:hover {
  color: #fff;
  background: var(--ticket-pink);
  border-color: var(--ticket-pink);
}

@media (max-width: 991px) {
  .ticket-header__inner {
    min-height: 96px;
    grid-template-columns: 240px 1fr auto;
    gap: 20px;
  }

  .ticket-header__nav-inner {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ticket-header__nav-inner::-webkit-scrollbar {
    display: none;
  }

  .ticket-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ticket-header__inner {
    width: min(100% - 28px, 540px);
    padding: 14px 0;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .ticket-header__logo img {
    max-width: 250px;
  }

  .ticket-header__search {
    height: 44px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ticket-header__login {
    min-height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }

  .ticket-header__nav-inner {
    width: 100%;
    padding: 0 10px;
  }

  .ticket-header__nav a {
    min-height: 46px;
    padding: 0 15px;
    font-size: 14px;
  }

  .slider-area.actor.production .slider-item {
    min-height: 260px;
    height: 260px;
  }

  .slider-area.actor.production .slide-content {
    min-height: 260px;
  }

  .ticket-events {
    padding: 48px 0 55px;
  }

  .ticket-events__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
