/* Hero Slider Styles for home.php */
.hero-slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  margin-bottom: 2rem;
  box-shadow: 0px 16px 20px 7px #000000f2;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide.active {
  opacity: 1;
}

.slide-content {
  text-align: center;
  color: var(--white);
  padding: 2rem;
  max-width: 800px;
}

.slide-content h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.slide-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.btn-hero {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  background: var(--white);
  color: var(--primary);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  color: var(--white);
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  z-index: 10;
}

.slider-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.slider-btn.prev {
  left: 1rem;
}

.slider-btn.next {
  right: 1rem;
}

.slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: var(--white);
  width: 32px;
  border-radius: 6px;
}

/* VIP One Cikan Slide Stilleri */
.vip-slide {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.vip-slide-badge {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  color: #1a1a1a;
  font-size: 0.8125rem;
  font-weight: 800;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(255, 215, 0, 0.45);
  letter-spacing: 0.02em;
  z-index: 5;
}

.btn-hero-vip {
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%) !important;
  color: #1a1a1a !important;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.btn-hero-vip:hover {
  background: linear-gradient(135deg, #ffb347 0%, #ffd700 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.55) !important;
}

/* VIP One Cikan Mekanlar - Tam Genislik Kayan Slider */
.vip-cards-section {
  background: #1a1a2e;
  width: 100%;
  padding: 1.25rem 0 1.5rem;
  margin-bottom: 2rem;
  margin-top: -33px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 16px 20px 7px #000000f2;
  z-index: 50;
}

/* VIP Section Particles */
.vip-section-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.vip-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(255, 179, 71, 0.4) 50%, transparent 70%);
  border-radius: 50%;
  animation: vipParticleFloat 6s infinite ease-in-out;
}

.vip-particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 5s;
}

.vip-particle:nth-child(2) {
  top: 60%;
  left: 25%;
  animation-delay: 1.2s;
  animation-duration: 7s;
}

.vip-particle:nth-child(3) {
  top: 30%;
  left: 55%;
  animation-delay: 2.4s;
  animation-duration: 6s;
}

.vip-particle:nth-child(4) {
  top: 70%;
  left: 75%;
  animation-delay: 0.8s;
  animation-duration: 8s;
}

.vip-particle:nth-child(5) {
  top: 40%;
  left: 90%;
  animation-delay: 1.8s;
  animation-duration: 5.5s;
}

@keyframes vipParticleFloat {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.6;
  }
  25% {
    transform: translateY(-15px) translateX(10px) scale(1.3);
    opacity: 1;
  }
  50% {
    transform: translateY(-25px) translateX(-5px) scale(0.9);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-10px) translateX(15px) scale(1.1);
    opacity: 0.5;
  }
}

.vip-cards-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 1.5rem 1rem;
}

.vip-cards-title-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vip-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: #ffd700;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s;
  border: 1.5px solid rgba(255, 215, 0, 0.45);
  white-space: nowrap;
  flex-shrink: 0;
}

.vip-all-btn:hover {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.8);
  color: #fff;
}

.vip-btn-short {
  display: none;
}

@media (max-width: 480px) {
  .vip-btn-long { display: none; }
  .vip-btn-short { display: inline; }
  .vip-all-btn {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
  }
}

.vip-slider-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.vip-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgb(235, 93, 44);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  backdrop-filter: blur(4px);
}

.vip-arrow:hover {
  background: rgba(255, 215, 0, 0.8);
  color: #1a1a1a;
}

.vip-arrow-left {
  left: 0.5rem;
}

.vip-arrow-right {
  right: 0.5rem;
}

.vip-cards-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.25rem 3rem;
  -ms-overflow-style: none;
}

.vip-cards-wrapper::-webkit-scrollbar {
  display: none;
}

.vip-card {
  position: relative;
  min-width: 220px;
  /* height: 195px; - iceriklere gore otomatik */
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid rgba(255, 215, 0, 0.2);
}

.vip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(255, 215, 0, 0.3);
  border-color: #ffd700;
}

.vip-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.52);
  transition: filter 0.3s;
}

.vip-card:hover .vip-card-bg {
  filter: brightness(0.65);
}

.vip-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
}

.vip-card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.875rem;
  color: #fff;
}

.vip-card-badge-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.45rem;
}

.vip-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  color: #1a1a1a;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(255, 215, 0, 0.4);
}

.vip-label {
  display: inline-block;
  background: #e53935;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(229, 57, 53, 0.5);
}

.vip-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  text-shadow: 0 1px 6px rgb(0 0 0 / 70%);
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vip-card-location {
  font-size: 0.72rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 0.3rem;
}

.vip-card-category {
  display: inline-block;
  background: rgba(255, 215, 0, 0.18);
  color: #ffd700;
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
}

.vip-card-stats {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .vip-cards-section {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .vip-cards-header {
    font-size: 1rem;
    padding: 0 1rem 0.875rem;
  }

  .vip-card {
    min-width: 185px;
    /* height: 175px; - iceriklere gore otomatik */
  }

  .vip-card-title {
    font-size: 0.875rem;
  }

  .vip-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .vip-arrow-left { left: 0.25rem; }
  .vip-arrow-right { right: 0.25rem; }

  .vip-cards-wrapper {
    padding: 0.25rem 2.25rem;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .vip-card {
    min-width: 165px;
    /* height: 160px; - iceriklere gore otomatik */
  }

  .vip-card-title {
    font-size: 0.82rem;
  }

  .vip-card-body {
    padding: 0.7rem;
  }
}

/* Popular Venues Section - Full Width Light Theme */
.popular-venues-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f1f3f5 100%);
  width: 100%;
  padding: 1.25rem 0 1.5rem;
  margin-bottom: 2rem;
  margin-top: -31px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 5px 15px rgba(0,0,0,0.08);
  z-index: 40;
}

/* Popular Section Particles - Turuncu tonlari */
.popular-section-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.popular-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.5) 0%, rgba(255, 160, 100, 0.2) 50%, transparent 70%);
  border-radius: 50%;
  animation: popularParticleFloat 6.5s infinite ease-in-out;
}

.popular-particle:nth-child(1) {
  top: 15%;
  left: 8%;
  animation-delay: 0s;
  animation-duration: 5.5s;
}

.popular-particle:nth-child(2) {
  top: 65%;
  left: 22%;
  animation-delay: 1.3s;
  animation-duration: 7.2s;
}

.popular-particle:nth-child(3) {
  top: 35%;
  left: 58%;
  animation-delay: 2.5s;
  animation-duration: 6.2s;
}

.popular-particle:nth-child(4) {
  top: 75%;
  left: 80%;
  animation-delay: 0.9s;
  animation-duration: 8.1s;
}

.popular-particle:nth-child(5) {
  top: 45%;
  left: 88%;
  animation-delay: 1.9s;
  animation-duration: 5.8s;
}

@keyframes popularParticleFloat {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-18px) translateX(12px) scale(1.2);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-28px) translateX(-6px) scale(0.85);
    opacity: 0.7;
  }
  75% {
    transform: translateY(-12px) translateX(16px) scale(1.05);
    opacity: 0.4;
  }
}

.popular-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1a1a2e;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 1.5rem 1rem;
  position: relative;
  z-index: 2;
}

.popular-title-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.popular-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ff6b35;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
}

.popular-all-btn:hover {
  background: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.popular-btn-short {
  display: none;
}

@media (max-width: 480px) {
  .popular-btn-long { display: none; }
  .popular-btn-short { display: inline; }
  .popular-all-btn {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
  }
}

.popular-slider-outer {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.popular-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #ff6b35;
  border: 2px solid #ff6b35;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.popular-arrow:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.35);
}

.popular-arrow-left {
  left: 0.5rem;
}

.popular-arrow-right {
  right: 0.5rem;
}

.popular-cards-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.25rem 3rem;
  -ms-overflow-style: none;
}

.popular-cards-wrapper::-webkit-scrollbar {
  display: none;
}

.popular-card {
  position: relative;
  min-width: 220px;
  height: 195px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.popular-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(255, 107, 53, 0.25);
}

.popular-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  transition: filter 0.3s;
}

.popular-card:hover .popular-card-bg {
  filter: brightness(0.75);
}

.popular-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
}

.popular-card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.875rem;
  color: #fff;
}

.popular-card-badge-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.45rem;
}

.popular-card-icon {
  font-size: 0.75rem;
  color: #ffd700;
}

.popular-card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8555 100%);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.4);
}

.popular-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  text-shadow: 0 1px 6px rgb(0 0 0 / 70%);
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-card-location {
  font-size: 0.72rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 0.3rem;
}

.popular-card-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .popular-venues-section {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .popular-header {
    font-size: 1rem;
    padding: 0 1rem 0.875rem;
  }

  .popular-card {
    min-width: 185px;
    height: 175px;
  }

  .popular-card-title {
    font-size: 0.875rem;
  }

  .popular-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .popular-arrow-left { left: 0.25rem; }
  .popular-arrow-right { right: 0.25rem; }

  .popular-cards-wrapper {
    padding: 0.25rem 2.25rem;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .popular-card {
    min-width: 165px;
    height: 160px;
  }

  .popular-card-title {
    font-size: 0.82rem;
  }

  .popular-card-body {
    padding: 0.7rem;
  }
}

.feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.feed-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark);
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-state p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.loading-spinner {
  text-align: center;
  padding: 2rem;
  color: var(--gray);
  font-size: 1.125rem;
}

.end-of-feed {
  text-align: center;
  padding: 2rem;
  color: var(--gray);
  font-size: 0.875rem;
}

.clickable-image {
  cursor: pointer;
  transition: transform 0.2s;
}

.clickable-image:hover {
  transform: scale(1.02);
}

.venue-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.venue-link:hover {
  text-decoration: underline;
}

.location-detail {
  color: var(--gray);
  font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-slider {
    height: 300px;
  }

  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .slider-btn {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }

  .venues-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .venue-card {
    padding: 1rem;
  }

  .venue-name {
    font-size: 1rem;
  }

  .feed-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .venue-card {
    padding: 1rem;
    min-width: 220px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 250px;
  }

  .slide-content h1 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.875rem;
  }

  .btn-hero {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .venues-grid {
    grid-template-columns: 1fr;
  }

  .venue-card {
    min-width: 260px;
  }
}
