/* TheEvent şablonundan uyarlanmış ana sayfa stilleri (forfuntangomarathon / TheEvent) */

body.home-page {
  margin-bottom: 0;
  font-family: "Open Sans", system-ui, sans-serif;
  color: #2f3138;
}

.home-rich p:last-child {
  margin-bottom: 0;
}

.home-rich img {
  max-width: 100%;
  height: auto;
}

body.home-page h1,
body.home-page h2,
body.home-page h3,
body.home-page h4 {
  font-family: "Open Sans", system-ui, sans-serif;
  color: #0e1b4d;
}

/* --- Hero (intro) — TheEvent #intro benzeri koyu katman (harici görsel yok) --- */
.home-intro {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(235, 199, 117, 0.12), transparent 55%),
    linear-gradient(160deg, #040919 0%, #0e1b4d 42%, #060c22 100%);
}

.home-intro__inner {
  position: relative;
  z-index: 1;
  padding: 2rem 1rem 4rem;
  max-width: 900px;
}

.home-intro__pretitle {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}

.home-intro__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.home-intro__title span {
  color: #d41d0b;
}

.home-intro__subtitle {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: #ebebeb;
  margin-bottom: 0.5rem;
}

.home-intro__date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #d41d0b;
  margin-bottom: 1.5rem;
}

.home-btn-about {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.65rem 1.75rem;
  border-radius: 50px;
  border: 2px solid #d41d0b;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
}

.home-btn-about:hover {
  background: #d41d0b;
  color: #060c22;
}

/* --- Section headers (TheEvent .section-header) --- */
.section-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
}

.section-header::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 5px;
  background: #d41d0b;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-header p {
  margin: 0;
  font-size: 1.05rem;
  color: #9195a2;
}

.section-with-bg {
  background: #f6f7fd;
}

/* --- Footer --- */
.home-footer {
  background: #040919;
  color: #fff;
}

.home-footer a {
  color: #d41d0b;
  text-decoration: none;
}

.home-footer a:hover {
  color: #f8234a;
}

.home-footer__top {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-footer__bottom {
  padding: 1.25rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Navbar on home */
.home-nav {
  background: rgba(6, 12, 34, 0.95) !important;
  backdrop-filter: blur(8px);
}

.home-nav .navbar-brand {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-nav .nav-link {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
}

.home-nav .btn-register {
  background: #d41d0b;
  color: #060c22 !important;
  border-radius: 50px;
  padding: 0.4rem 1.25rem !important;
  font-weight: 600;
}

.home-nav .btn-register:hover {
  background: #f5d78a;
  color: #060c22 !important;
}

.home-intro__logo {
  max-height: 150px;
  width: auto;
}

.home-intro__play {
  display: inline-block;
}

.home-placeholder-video {
  max-width: 100%;
  height: auto;
}

#venue .venue-map iframe {
  display: block;
  min-height: 300px;
}

#venue .venue-info {
  min-height: 200px;
}

/* Identity / giriş linkleri koyu navbar üzerinde */
.home-nav .navbar-nav a.text-dark,
.home-nav .navbar-nav button.text-dark,
.home-nav .navbar-nav .nav-link.text-dark {
  color: rgba(255, 255, 255, 0.9) !important;
}

.home-nav .navbar-nav .btn-link:hover,
.home-nav .navbar-nav a:hover {
  color: #d41d0b !important;
}

/* DJ profil (/djdetails) */
.dj-detail-page .dj-detail-back {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #0e1b4d;
  font-weight: 600;
}

.dj-detail-page .dj-detail-back:hover {
  color: #d41d0b;
}

.dj-detail-photo {
  max-height: 360px;
  width: 100%;
  object-fit: cover;
}

.dj-detail-page .dj-detail-lead {
  font-size: 1.05rem;
  line-height: 1.6;
}

.dj-detail-page .dj-detail-body {
  line-height: 1.7;
}

/* Home DJ cards (TheEvent "speaker" style adapted to #djs section) */
#djs .speaker {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(14, 27, 77, 0.12);
}

#djs .speaker .djs-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

#djs .speaker .details {
  background: rgba(6, 12, 34, 0.82);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding: 12px 12px 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#djs .speaker .details h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

#djs .speaker .details p {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0;
  font-style: italic;
}

#djs .speaker .details .djs-role {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f5d78a;
}

#djs .speaker:hover .details,
#djs .speaker:focus-within .details {
  bottom: 0;
}

/* Registration package cards (For&Fun style) */
.register-packages-grid .register-package-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eceef7;
  box-shadow: 0 8px 24px rgba(14, 27, 77, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.register-package-card__body {
  padding: 1.25rem 1.1rem 0.75rem;
  text-align: center;
}

.register-package-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0e1b4d;
}

.register-package-card__price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #d41d0b;
  line-height: 1.1;
}

.register-package-card__perperson {
  color: #7a8091;
  font-size: 0.85rem;
}

.register-package-card__desc {
  margin: 0.9rem 0 0.85rem;
  padding: 0.65rem 0.4rem;
  border-top: 1px dashed #d9dced;
  border-bottom: 1px dashed #d9dced;
  color: #5f6679;
  font-size: 0.9rem;
}

.register-package-card__features {
  text-align: left;
  margin: 0;
}

.register-package-card__features li {
  padding: 0.35rem 0.1rem;
  border-bottom: 1px solid #f1f3fb;
  color: #2f3138;
  font-size: 0.92rem;
}

.register-package-card__features li:last-child {
  border-bottom: 0;
}

.register-package-card__footer {
  margin-top: auto;
  padding: 0 1.1rem 1.1rem;
  text-align: center;
}

.register-select-btn {
  min-width: 130px;
  border-radius: 999px;
  border: 2px solid #d41d0b;
  color: #d41d0b;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.register-select-btn:hover,
.register-select-btn:focus {
  background: #d41d0b;
  color: #fff;
}

@media (max-width: 991px) {
  .home-intro {
    min-height: 90vh;
  }

  #djs .speaker .details {
    bottom: 0;
  }
}
