  :root {
    --page-bg: #07000f;
    --page-bg-2: #12001f;
    --purple-top: #543493;
    --purple-mid: #40206b;
    --purple-deep: #210738;
    --purple-dark: #090011;

    --gold: #ffd400;
    --gold-light: #fff3a8;
    --gold-dark: #a66300;

    --red: #e4213f;
    --red-dark: #8c0033;
    --pink: #c0005a;

    --white: #ffffff;
    --text: #ffffff;
    --muted: #d8cce8;

    --card-bg: rgba(26, 5, 45, 0.86);
    --card-border: rgba(255, 212, 0, 0.18);

    --shadow-dark: 0 24px 70px rgba(0, 0, 0, 0.45);
    --shadow-gold: 0 0 34px rgba(255, 212, 0, 0.26);
    --shadow-red: 0 16px 36px rgba(228, 33, 63, 0.38);
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

	body {
	  margin: 0;
	  color: var(--text);
	  font-family: "Roboto", Arial, sans-serif;
	  background:
		radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.10), transparent 24%),
		radial-gradient(circle at 15% 10%, rgba(117, 45, 180, 0.24), transparent 28%),
		radial-gradient(circle at 85% 16%, rgba(190, 0, 95, 0.18), transparent 30%),
		linear-gradient(180deg, #11001f 0%, #080010 55%, #040008 100%);
	  overflow-x: hidden;
	}
  body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
      radial-gradient(circle, rgba(255,255,255,0.70) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,255,255,0.38) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,212,0,0.55) 0 1px, transparent 2px);
    background-size:
      190px 190px,
      310px 310px,
      420px 420px;
    background-position:
      30px 40px,
      150px 95px,
      80px 180px;
    opacity: 0.18;
  }

  .page {
    position: relative;
    z-index: 1;
  }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(18, 0, 32, 0.98) 0%, rgba(7, 0, 15, 0.94) 100%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 212, 0, 0.20);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 -1px 0 rgba(255, 212, 0, 0.08) inset;
}

.topbar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 212, 0, 0.15) 18%,
    rgba(255, 212, 0, 0.75) 50%,
    rgba(255, 212, 0, 0.15) 82%,
    transparent 100%
  );
  box-shadow: 0 0 18px rgba(255, 212, 0, 0.35);
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Russo One';
}

.navbar {
  min-height: 78px;
  position: relative;
}

  .navbar {
    min-height: 74px;
  }

.brand-logo {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 1000;
  line-height: 0.82;
  padding: 6px 0;
  text-shadow:
    0 0 14px rgba(255,255,255,0.45),
    0 0 22px rgba(255,212,0,0.28),
    0 4px 14px rgba(0,0,0,0.55);
  transition: 0.25s ease;
}

.brand-logo:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: drop-shadow(0 0 10px rgba(255, 212, 0, 0.22));
}

  .brand-logo span:first-child {
    font-size: 25px;
    letter-spacing: -1px;
  }

  .brand-logo span:last-child {
    padding-left: 34px;
    font-size: 20px;
    font-style: italic;
    text-transform: none;
  }

.navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 13px !important;
  padding-right: 13px !important;
  transition: 0.2s;
}

.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(0.55);
  transition: 0.22s ease;
  box-shadow: 0 0 12px rgba(255, 212, 0, 0.42);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--gold);
  text-shadow: 0 0 20px rgba(255, 212, 0, 0.55);
}

.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link.active:after {
  opacity: 1;
  transform: scaleX(1);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #250011;
  background: linear-gradient(135deg, #fff4b8 0%, #ffd400 48%, #b96c00 100%);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 0 18px rgba(255, 212, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.70);
}

.header-phone:hover {
  color: #250011;
}

  .header-mail {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
  }

  .hero {
    position: relative;
    min-height: 720px;
    padding: 58px 0 41px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.26), transparent 12%),
      radial-gradient(circle at 18% 20%, rgba(150, 80, 230, 0.42), transparent 34%),
      radial-gradient(circle at 82% 22%, rgba(196, 55, 168, 0.34), transparent 34%),
      linear-gradient(180deg, var(--purple-top) 0%, var(--purple-mid) 30%, var(--purple-deep) 66%, var(--purple-dark) 100%);
  }

  .hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
      radial-gradient(circle, rgba(255,255,255,0.95) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,255,255,0.52) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,212,0,0.62) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(255,255,255,0.35) 0 2px, transparent 3px);
    background-size:
      170px 170px,
      260px 260px,
      340px 340px,
      520px 520px;
    background-position:
      20px 30px,
      130px 90px,
      80px 170px,
      260px 120px;
    opacity: 0.36;
  }

  .hero:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      conic-gradient(
        from 205deg at 16% 0%,
        transparent 0deg,
        rgba(255,255,255,0.12) 11deg,
        transparent 25deg,
        transparent 360deg
      ),
      conic-gradient(
        from 155deg at 84% 0%,
        transparent 0deg,
        rgba(255,212,0,0.12) 12deg,
        transparent 25deg,
        transparent 360deg
      ),
      linear-gradient(
        105deg,
        transparent 0%,
        rgba(255,255,255,0.07) 24%,
        transparent 44%
      ),
      linear-gradient(
        255deg,
        transparent 0%,
        rgba(255,212,0,0.07) 24%,
        transparent 44%
      );
    opacity: 0.72;
    mix-blend-mode: screen;
  }
  


  .hero-inner {
    position: relative;
    z-index: 2;
  }

  .gold-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 20px;
    border-radius: 999px;
    color: #2a0010;
    background: linear-gradient(135deg, #fff5b6 0%, #ffd400 45%, #b66b00 100%);
    box-shadow:
      0 0 30px rgba(255, 212, 0, 0.36),
      inset 0 1px 0 rgba(255,255,255,0.8);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .gold-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a0010;
    box-shadow: 0 0 10px rgba(42,0,16,0.35);
  }

  .hero-title {
    margin: 0 0 16px;
    text-align: center;
    font-weight: 1000;
    line-height: 0.92;
    letter-spacing: -1px;
    font-size: clamp(38px, 5.6vw, 86px);
  }

  .gold-text {
    display: block;
    background: linear-gradient(180deg, #fffbe0 0%, #ffd400 34%, #ffb300 58%, #9b5200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter:
      drop-shadow(0 4px 0 #690035)
      drop-shadow(0 8px 0 #23002f)
      drop-shadow(0 0 20px rgba(255, 212, 0, 0.20));
  }
  



  .hero-title .sub {
    display: block;
    margin-top: 8px;
    font-size: 0.52em;
    color: #fff;
    text-shadow:
      0 3px 0 #9a003a,
      0 6px 0 #2c003d,
      0 0 28px rgba(255, 212, 0, 0.34);
  }

  .hero-lead {
    max-width: 840px;
    margin: 0 auto 28px;
    color: #f2e9ff;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
    font-weight: 600;
  }

  .hero-banner-wrap {
    position: relative;
    max-width: 1360px;
    margin: 0 auto 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-banner-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 57%;
    z-index: -1;
    width: 112%;
    height: 62%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background:
      radial-gradient(circle at 50% 44%, rgba(255, 212, 0, 0.12), transparent 32%),
      radial-gradient(circle at 50% 64%, rgba(204, 0, 95, 0.22), transparent 50%),
      radial-gradient(circle at 50% 75%, rgba(0, 0, 0, 0.38), transparent 58%);
    filter: blur(20px);
  }

  .hero-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    filter:
      drop-shadow(0 32px 36px rgba(0, 0, 0, 0.62))
      drop-shadow(0 0 20px rgba(255, 212, 0, 0.14));
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-gloss {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 32px;
    border-radius: 999px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #ff3c3c 0%, #d00049 55%, #8c0033 100%);
    box-shadow:
      0 16px 36px rgba(229, 33, 63, 0.38),
      inset 0 1px 0 rgba(255,255,255,0.34);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    font-weight: 1000;
    transition: 0.25s;
  }

  .btn-gloss:before {
    content: "";
    position: absolute;
    top: -80%;
    left: -50%;
    width: 38%;
    height: 260%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.78), transparent);
    transform: rotate(24deg);
    animation: btnShine 3.3s infinite;
  }

  .btn-gloss:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow:
      0 22px 48px rgba(229, 33, 63, 0.56),
      0 0 32px rgba(255, 212, 0, 0.25);
  }

  .btn-gold {
    color: #250011;
    background: linear-gradient(135deg, #fff4b8 0%, #ffd400 42%, #b96c00 100%);
    box-shadow:
      0 16px 36px rgba(255, 212, 0, 0.28),
      inset 0 1px 0 rgba(255,255,255,0.78);
  }

  .btn-gold:hover {
    color: #250011;
  }

  @keyframes btnShine {
    0% { left: -55%; opacity: 0; }
    16% { opacity: 1; }
    42% { left: 122%; opacity: 0; }
    100% { left: 122%; opacity: 0; }
  }

  .section {
    position: relative;
    padding: 26px 0;
  }

  .section-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .section-title .gold {
    background: linear-gradient(180deg, #fff7bc 0%, #ffd400 46%, #bd7000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(255, 212, 0, 0.26));
  }

  .section-lead {
    max-width: 850px;
    margin: 0 auto 46px;
    text-align: center;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
  }
  
  .features-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 54px;
}

.feature-flip-card {
  height: 100%;
  min-height: 286px;
  perspective: 1200px;
  cursor: pointer;
}

.feature-flip-inner {
  position: relative;
  width: 100%;
  min-height: 286px;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .65s ease;
}

.feature-flip-card.is-flipped .feature-flip-inner {
  transform: rotateY(180deg);
}

.feature-flip-face {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 286px;
  padding: 34px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    var(--card-bg);
  border: 1px solid rgba(255, 212, 0, 0.16);
  box-shadow: 0 22px 64px rgba(0,0,0,0.32);
  backface-visibility: hidden;
  overflow: hidden;
}

.feature-flip-card.is-flipped .feature-flip-face {
  border-color: rgba(255, 212, 0, 0.38);
  box-shadow:
    0 28px 78px rgba(0,0,0,0.44),
    0 0 34px rgba(255, 212, 0, 0.13);
}

.feature-flip-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-flip-back {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
}

.feature-flip-front .feature-icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  min-height: 74px;
  margin: 0 auto 20px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #220010;
  background: linear-gradient(135deg, #fff4ba 0%, #ffd400 50%, #b36b00 100%);
  font-size: 36px;
  font-weight: 1000;
  box-shadow: 0 0 30px rgba(255, 212, 0, 0.24);
}

.feature-flip-front h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
}

.feature-flip-front p {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.feature-flip-back p {
  margin: 0;
  color: var(--muted);
  text-align: left;
  font-size: 16px;
  line-height: 1.62;
}

.feature-flip-back p i {
  float: left;
  width: 37px;
  height: 37px;
  min-width: 37px;
  min-height: 37px;
  margin: 4px 14px 6px 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #220010;
  background: linear-gradient(135deg, #fff4ba 0%, #ffd400 50%, #b36b00 100%);
  font-size: 18px;
  box-shadow: 0 0 22px rgba(255, 212, 0, 0.22);
}

/* Ноутбуки и узкие окна */
@media (max-width: 1199px) {
  .features-flip-grid {
    gap: 22px;
  }

  .feature-flip-card,
  .feature-flip-inner,
  .feature-flip-face {
    min-height: 310px;
  }

  .feature-flip-face {
    padding: 28px 24px;
  }

  .feature-flip-front .feature-icon {
    width: 66px;
    height: 66px;
    min-width: 66px;
    min-height: 66px;
    margin-bottom: 18px;
    border-radius: 20px;
    font-size: 31px;
  }

  .feature-flip-front h3 {
    font-size: 20px;
  }

  .feature-flip-front p,
  .feature-flip-back p {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Когда ширины уже явно мало - не мучаем 3 карточки */
@media (max-width: 1099px) {
  .features-flip-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-flip-card,
  .feature-flip-inner,
  .feature-flip-face {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .features-flip-grid {
    gap: 18px;
    margin-top: 34px;
  }

  .feature-flip-card,
  .feature-flip-inner,
  .feature-flip-face {
    min-height: 270px;
  }

  .feature-flip-face {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .feature-flip-front h3 {
    font-size: 21px;
  }

  .feature-flip-front p,
  .feature-flip-back p {
    font-size: 15px;
  }
}


.feature-flip-back {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 212, 0, 0.16), transparent 28%),
    radial-gradient(circle at 10% 85%, rgba(255, 0, 120, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.018)),
    linear-gradient(145deg, rgba(50, 14, 72, 0.98), rgba(24, 3, 42, 0.98));
  border: 1px solid rgba(255, 212, 0, 0.24);
}

.feature-flip-back::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 212, 0, 0.10);
  pointer-events: none;
}

  .glass-card {
    height: 100%;
    padding: 34px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.14), transparent 35%),
      linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
      var(--card-bg);
    border: 1px solid rgba(255, 212, 0, 0.16);
    box-shadow: 0 22px 64px rgba(0,0,0,0.32);
    transition: 0.25s;
  }

  .glass-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 212, 0, 0.38);
    box-shadow:
      0 28px 78px rgba(0,0,0,0.44),
      0 0 34px rgba(255, 212, 0, 0.13);
  }

  .feature-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #220010;
    background: linear-gradient(135deg, #fff4ba 0%, #ffd400 50%, #b36b00 100%);
    font-size: 36px;
    font-weight: 1000;
    box-shadow: 0 0 30px rgba(255, 212, 0, 0.24);
  }

  .glass-card h3 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 1000;
  }

  .glass-card p {
    margin: 0;
    color: var(--muted);
    text-align: center;
    line-height: 1.6;
  }

  .tour-list {
    max-width: 1080px;
    margin: 0 auto;
  }

.tour-item {
	font-family: 'Russo One';
  position: relative;
  display: grid;
  grid-template-columns: 210px 1.1fr 1.4fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  padding: 25px 30px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)),
    rgba(25, 4, 45, 0.86);
  border: 1px solid rgba(255, 212, 0, 0.14);
  box-shadow: 0 18px 46px rgba(0,0,0,0.24);
  overflow: hidden;
  transition: 0.25s;
  scroll-margin-top: 120px;
}

  .tour-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 212, 0, 0.38);
    box-shadow: 0 24px 66px rgba(0,0,0,0.38);
  }

  .tour-date {
    color: var(--gold);
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 0 18px rgba(255, 212, 0, 0.22);
  }

  .tour-date .day {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .tour-date .month {
    margin-left: 8px;
    font-size: 22px;
  }

  .tour-city {
    font-size: 33px;
    line-height: 1;
    font-weight: 1000;
    text-transform: uppercase;
  }

  .tour-place {
    color: var(--muted);
    font-size: 16px;
  }

  .tour-place b {
    color: #fff;
  }

  .small-btn {
    min-height: 46px;
    padding: 0 24px;
    font-size: 12px;
  }

  .artists-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

	.artist-card {
	  display: flex;
	  flex-direction: column;
	  overflow: hidden;
	  min-height: 520px;
	  border-radius: 28px;
	  background: rgba(25, 4, 45, 0.88);
	  border: 1px solid rgba(255, 212, 0, 0.18);
	  box-shadow: 0 25px 70px rgba(0,0,0,0.34);
	  transition: 0.28s;
	}

  .artist-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 212, 0, 0.46);
    box-shadow:
      0 32px 86px rgba(0,0,0,0.52),
      0 0 36px rgba(255,212,0,0.14);
  }

  .artist-photo {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 20%, rgba(255, 212, 0, 0.28), transparent 32%),
      linear-gradient(135deg, #4b0b6f, #8a155f 55%, #d31b45);
  }

  .artist-photo-circle {
    width: 190px;
    height: 190px;
    padding: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff4b8 0%, #ffd400 42%, #b36b00 100%);
    box-shadow:
      0 0 0 6px rgba(255, 212, 0, 0.10),
      0 0 38px rgba(255, 212, 0, 0.32),
      0 20px 45px rgba(0, 0, 0, 0.38);
  }

  .artist-photo-circle img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    background: #210035;
  }

  .artist-info {
    padding: 22px 24px 26px;
  }

  .artist-info h3 {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 1000;
    text-transform: uppercase;
  }

  .artist-info p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 15px;
  }

  .gold-line {
    width: 90px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), transparent);
    box-shadow: 0 0 18px rgba(255,212,0,0.4);
  }

  .big-cta {
    position: relative;
    padding: 62px 34px;
    border-radius: 34px;
    text-align: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.24), transparent 34%),
      linear-gradient(135deg, rgba(96, 7, 56, 0.96), rgba(19, 3, 38, 0.98));
    border: 1px solid rgba(255, 212, 0, 0.22);
    box-shadow: 0 30px 86px rgba(0,0,0,0.42);
  }

  .big-cta h2 {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 1000;
    line-height: 1.05;
  }

  .big-cta p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
  }

  .footer {
    padding: 70px 0 32px;
    background: rgba(3, 0, 8, 0.76);
    border-top: 1px solid rgba(255, 212, 0, 0.12);
  }

  .footer h4 {
    margin-bottom: 18px;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 1000;
  }

  .footer a,
  .footer p {
    display: block;
    margin-bottom: 8px;
    color: #eadfff;
    text-decoration: none;
    font-size: 15px;
  }

  .footer a:hover {
    color: var(--gold);
  }

  .copyright {
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.42);
    text-align: center;
    font-size: 13px;
  }

  @media (max-width: 1199px) {
    .hero-banner-wrap {
      max-width: 1080px;
    }

    .tour-item {
      grid-template-columns: 190px 1fr 1.2fr auto;
    }

    .tour-city {
      font-size: 28px;
    }
  }

  @media (max-width: 991px) {
    .navbar-collapse {
      padding: 18px 0 12px;
    }

    .hero {
      min-height: auto;
      padding: 48px 0 68px;
    }

    .hero-title {
      font-size: clamp(34px, 8vw, 64px);
    }

    .tour-item {
      grid-template-columns: 1fr;
      gap: 14px;
      text-align: center;
    }

    .artists-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px) {
    .section {
      padding: 64px 0;
    }

    .hero {
      padding: 42px 0 62px;
    }

    .hero-title {
      letter-spacing: -1px;
    }

    .hero-lead {
      font-size: 17px;
    }

    .hero-actions {
      flex-direction: column;
      align-items: stretch;
    }

    .btn-gloss {
      width: 100%;
    }

    .tour-date .day {
      font-size: 44px;
    }

    .tour-city {
      font-size: 30px;
    }

    .artists-grid {
      grid-template-columns: 1fr;
    }

    .header-phone,
    .header-mail {
      display: block;
      margin-top: 8px;
    }
	
	

    .artist-photo {
      height: 270px;
    }

    .artist-photo-circle {
      width: 170px;
      height: 170px;
    }
  }
.mobile-menu-btn {
  width: 58px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(255,255,255,0.03);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow:
    0 0 22px rgba(255, 212, 0, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition: 0.25s ease;
}

.mobile-menu-btn:hover {
  border-color: rgba(255, 212, 0, 0.75);
  box-shadow:
    0 0 26px rgba(255, 212, 0, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

.mobile-menu-btn span {
  display: block;
  width: 29px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255,255,255,0.22);
}

.mobile-offcanvas {
  width: min(86vw, 390px);
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.16), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(196, 55, 168, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(18, 0, 32, 0.99) 0%, rgba(7, 0, 15, 0.99) 100%);
  border-left: 1px solid rgba(255, 212, 0, 0.22);
  box-shadow: -22px 0 70px rgba(0, 0, 0, 0.64);
}

.mobile-offcanvas:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.65) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,212,0,0.52) 0 1px, transparent 2px);
  background-size: 160px 160px, 260px 260px;
  background-position: 30px 40px, 90px 130px;
  opacity: 0.16;
}

.mobile-offcanvas .offcanvas-header,
.mobile-offcanvas .offcanvas-body {
  position: relative;
  z-index: 2;
}

.mobile-offcanvas .offcanvas-header {
  min-height: 90px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 212, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mobile-brand span:first-child {
  font-size: 25px;
}

.mobile-brand span:last-child {
  font-size: 20px;
}

.mobile-close {
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 14px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.04);
  font-size: 0;
  line-height: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition: 0.25s ease;
}

.mobile-close:before,
.mobile-close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255,255,255,0.22);
}

.mobile-close:before {
  transform: rotate(45deg);
}

.mobile-close:after {
  transform: rotate(-45deg);
}

.mobile-close:hover {
  border-color: rgba(255, 212, 0, 0.56);
  background:
    linear-gradient(180deg, rgba(255, 212, 0, 0.14), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.05);
  box-shadow:
    0 0 24px rgba(255, 212, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

.mobile-close:hover:before,
.mobile-close:hover:after {
  background: var(--gold);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 28px;
}

.mobile-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: 0.06em;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.mobile-nav a:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 10px rgba(255,255,255,0.12);
}

.mobile-nav a:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(0.5);
  transition: 0.25s ease;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  color: var(--gold);
  background: rgba(255, 212, 0, 0.08);
  border-color: rgba(255, 212, 0, 0.26);
  transform: translateX(-4px);
}

.mobile-nav a:hover:before,
.mobile-nav a.active:before {
  background: var(--gold);
  box-shadow: 0 0 16px rgba(255, 212, 0, 0.48);
}

.mobile-nav a:hover:after,
.mobile-nav a.active:after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-contacts {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 212, 0, 0.14);
}

.mobile-contacts .header-phone {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  min-height: 48px;
  font-size: 16px;
}

.mobile-contacts .header-mail {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
}

.offcanvas-backdrop.show {
  opacity: 0.68;
}

@media (max-width: 991px) {
  .navbar {
    min-height: 78px;
  }

  .brand-logo span:first-child {
    font-size: 25px;
  }

  .brand-logo span:last-child {
    font-size: 20px;
  }
}
.brand-logo-img {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  line-height: 1;

}

.brand-logo-img img {
  display: block;
  width: auto;
  height: 86px;
  max-width: 230px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 12px rgba(255,255,255,0.22))
    drop-shadow(0 0 20px rgba(255,212,0,0.18))
    drop-shadow(0 8px 16px rgba(0,0,0,0.42));
  transition: 0.25s ease;
}

.brand-logo-img:hover img {
  transform: translateY(-1px);
  filter:
    drop-shadow(0 0 14px rgba(255,255,255,0.28))
    drop-shadow(0 0 24px rgba(255,212,0,0.28))
    drop-shadow(0 10px 18px rgba(0,0,0,0.46));
}

.mobile-brand-img img {
  height: 54px;
  max-width: 220px;
}

@media (max-width: 991px) {
  .brand-logo-img img {
    height: 84px;
    max-width: 220px;
  }
}

@media (max-width: 575px) {
  .brand-logo-img img {
    height: 88px;
    max-width: 190px;
  }

  .mobile-brand-img img {
    max-width: 190px;
  }
}
.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link:hover {
  color: #f5c76b;
  transform: translateX(3px);
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-link i {
  width: 18px;
  color: #f5c76b;
  text-align: center;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 199, 107, 0.45);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5c76b;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 199, 107, 0.9);
  background: rgba(245, 199, 107, 0.12);
}

.footer-socials i {
  font-size: 18px;
}

.footer-support {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.event-detail-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.event-back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 700;
}

.event-back-link:hover {
  color: #ffd800;
}

.event-detail-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 216, 0, 0.22);
  background: rgba(31, 9, 54, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.event-detail-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: start;
}

.event-detail-poster img {
  width: 100%;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.event-poster-empty {
  min-height: 500px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.event-detail-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #ffd800;
  background: rgba(255, 216, 0, 0.1);
  border: 1px solid rgba(255, 216, 0, 0.24);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-detail-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
}

.event-detail-city {
  margin-bottom: 26px;
  color: #ffd800;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.event-detail-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.event-detail-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
}

.event-detail-list i {
  width: 22px;
  margin-top: 3px;
  color: #ffd800;
  text-align: center;
}

.event-detail-actions {
  margin-bottom: 28px;
}

.event-status-badge {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  color: #ffd800;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 216, 0, 0.1);
  border: 1px solid rgba(255, 216, 0, 0.28);
}

.event-detail-description {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
}

.event-detail-description h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .event-detail-grid {
    grid-template-columns: 1fr;
  }

  .event-detail-poster {
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  .event-detail-section {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .event-detail-card {
    padding: 18px;
    border-radius: 18px;
  }

  .event-detail-title {
    font-size: 32px;
  }

  .event-detail-city {
    font-size: 26px;
  }

  .event-detail-list li {
    font-size: 16px;
  }
}
.event-poster-lightbox-link {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.event-poster-lightbox-link img {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.event-poster-lightbox-link:hover img {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.event-poster-zoom {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 216, 0, 0.35);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.event-poster-lightbox-link:hover .event-poster-zoom {
  opacity: 1;
  transform: translateY(0);
}

.poster-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.poster-lightbox.is-open {
  display: flex;
}

.poster-lightbox-inner {
  max-width: min(96vw, 1200px);
  max-height: 92vh;
}

.poster-lightbox-inner img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.poster-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 10000;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 216, 0, 0.95);
  color: #111111;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.poster-lightbox-close:hover {
  background: #ffffff;
}

body.poster-lightbox-open {
  overflow: hidden;
}

@media (max-width: 575px) {
  .event-poster-zoom {
    opacity: 1;
    transform: none;
    font-size: 13px;
  }

  .poster-lightbox {
    padding: 12px;
  }

  .poster-lightbox-close {
    top: 12px;
    right: 12px;
  }
}
.artist-detail-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.artist-detail-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid rgba(255, 216, 0, 0.22);
  background: rgba(31, 9, 54, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.artist-detail-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: start;
}

.artist-detail-photo img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.artist-photo-empty {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd800;
  font-size: 92px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.artist-detail-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #ffd800;
  background: rgba(255, 216, 0, 0.1);
  border: 1px solid rgba(255, 216, 0, 0.24);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.artist-detail-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
}

.artist-detail-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd800, #b47a00);
  color: #1a0627;
  font-weight: 900;
}

.artist-hit {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.artist-hit i {
  color: #ffd800;
}

.artist-biography {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
}

.artist-biography h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

.artist-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.artist-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 216, 0, 0.22);
  font-weight: 700;
}

.artist-socials a:hover {
  color: #ffd800;
  border-color: rgba(255, 216, 0, 0.5);
}

@media (max-width: 991px) {
  .artist-detail-grid {
    grid-template-columns: 1fr;
  }

  .artist-detail-photo {
    max-width: 360px;
  }
}

@media (max-width: 575px) {
  .artist-detail-section {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .artist-detail-card {
    padding: 18px;
    border-radius: 18px;
  }

  .artist-detail-title {
    font-size: 32px;
  }

  .artist-biography h2 {
    font-size: 24px;
  }
}
.artists-list-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.artist-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(31, 9, 54, 0.78);
  border: 1px solid rgba(255, 216, 0, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.artist-card-photo {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.artist-card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.artist-card:hover .artist-card-photo img {
  transform: scale(1.045);
  filter: brightness(1.08);
}

.artist-card-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd800;
  font-size: 88px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
}

.artist-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.artist-card-type {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #ffd800;
  background: rgba(255, 216, 0, 0.1);
  border: 1px solid rgba(255, 216, 0, 0.24);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.artist-card-badge {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0.86;
}

.artist-card-title {
  min-height: 52px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.08;

}

.artist-card-title a {
  color: #ffffff;
  text-decoration: none;
}

.artist-card-title a:hover {
  color: #ffd800;
}

.artist-card-hit {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.35;
}

.artist-card-hit i {
  color: #ffd800;
  flex: 0 0 auto;
}

.artist-card-body .small-btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1199px) {
  .artists-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .artists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .artist-card-title {
    font-size: 20px;
  }

  .artist-card-body {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .artists-grid {
    grid-template-columns: 1fr;
  }
}
/* Главная: афиша и артисты из базы */

.home-afisha-section .tour-list {
  margin-left: auto;
  margin-right: auto;
}

.home-afisha-section .section-more {
  max-width: 880px;
  margin: 22px auto 0;
  text-align: center;
}

.home-artists-section .section-lead,
.home-afisha-section .section-lead {
  text-align: center;
}

.home-artists-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
}

.home-artists-grid .artist-card {
  width: 260px;
  max-width: 100%;
}

.section-more {
  margin-top: 28px;
  text-align: center;
}

.section-more .btn-gloss,
.home-afisha-section .section-more .btn-gloss,
.home-artists-section .section-more .btn-gloss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a0627;
  background: linear-gradient(135deg, #fff06a 0%, #ffd800 42%, #d79b00 100%);
  border: 0;
  box-shadow:
    0 10px 24px rgba(255, 216, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.section-more .btn-gloss:hover,
.home-afisha-section .section-more .btn-gloss:hover,
.home-artists-section .section-more .btn-gloss:hover {
  color: #1a0627;
  transform: translateY(-1px);
  box-shadow:
    0 14px 30px rgba(255, 216, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.home-artists-section .section-more {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 767px) {
  .home-afisha-section .section-more {
    max-width: none;
  }

  .home-artists-grid .artist-card {
    width: 240px;
  }
}

@media (max-width: 480px) {
  .home-artists-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-artists-grid .artist-card {
    width: 100%;
  }
}
/* =========================================================
   Afisha page pagination and archive
   ========================================================= */

.afisha-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px auto 0;
  text-align: center;
}

.afisha-pagination .page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #f5e7b2;
  text-decoration: none;
  line-height: 1;
}

.afisha-pagination .page-link:hover,
.afisha-pagination .page-link.active {
  background: linear-gradient(180deg, #f6d879 0%, #b8860b 100%);
  color: #1b1304;
  border-color: rgba(246, 216, 121, 0.95);
}

.afisha-pagination .page-link.active {
  cursor: default;
}

.afisha-archive-link {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.tour-item-past {
  opacity: 0.86;
}

.event-past-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
  .afisha-pagination {
    gap: 8px;
    margin-top: 28px;
  }

  .afisha-pagination .page-link {
    min-width: 38px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .afisha-archive-link {
    margin-top: 28px;
  }

  .event-past-badge {
    margin-left: 0;
    margin-top: 7px;
  }
}
.about-page {
  position: relative;
}

.about-page p {
  color: rgba(245, 239, 255, .86);
  font-size: 18px;
  line-height: 1.78;
}

.about-page h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 900;
}

.about-head {
  max-width: 960px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffd21a;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-kicker::before,
.about-kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 26, .9));
}

.about-kicker::after {
  background: linear-gradient(90deg, rgba(255, 210, 26, .9), transparent);
}

.about-lead {
  max-width: 900px;
}

.about-main-photo,
.about-side-photo,
.about-photo-card,
.about-photo-wide figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 26, .22);
  border-radius: 30px;
  background: rgba(28, 9, 43, .9);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .38);
}

.about-main-photo {
  margin: 0 auto 58px;
}

.about-main-photo img,
.about-side-photo img,
.about-photo-card img,
.about-photo-wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.about-main-photo img {
  height: 520px;
}

.about-side-photo img {
  height: 520px;
}

.about-photo-card img {
  height: 430px;
}

.about-photo-wide img {
  height: 520px;
}

.about-main-photo:hover img,
.about-side-photo:hover img,
.about-photo-card:hover img,
.about-photo-wide figure:hover img {
  transform: scale(1.035);
}

.about-main-photo figcaption,
.about-side-photo figcaption,
.about-photo-card figcaption,
.about-photo-wide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 210, 26, .18);
  border-radius: 18px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
  background: rgba(14, 3, 24, .72);
  backdrop-filter: blur(10px);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 58px;
}

.about-intro-card,
.about-wide-card {
  padding: 38px 42px;
}

.about-intro-card h2,
.about-wide-card h2 {
  color: #ffd21a;
}

.about-quote-card {
  position: relative;
  padding: 42px 38px;
  border: 1px solid rgba(255, 210, 26, .28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 210, 26, .18), transparent 38%),
    linear-gradient(180deg, rgba(63, 25, 84, .88), rgba(28, 8, 43, .92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.quote-mark {
  position: absolute;
  top: 14px;
  right: 28px;
  color: rgba(255, 210, 26, .18);
  font-size: 112px;
  line-height: 1;
  font-weight: 900;
}

.about-quote-card blockquote {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.52;
  font-weight: 700;
}

.quote-author {
  margin-top: 24px;
  color: #ffd21a;
  font-size: 16px;
  font-weight: 900;
}

.about-story-block {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 42px;
  align-items: center;
  margin: 64px 0;
}

.about-story-reverse {
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
}

.about-story-text {
  padding: 10px 0;
}

.about-story-text h2 {
  color: #ffd21a;
}

.about-wide-card {
  margin: 58px 0;
  border-color: rgba(255, 210, 26, .24);
  background:
    radial-gradient(circle at top left, rgba(255, 210, 26, .12), transparent 34%),
    linear-gradient(180deg, rgba(55, 21, 75, .86), rgba(26, 8, 42, .9));
}

.about-photo-row {
  display: grid;
  grid-template-columns: minmax(340px, .94fr) minmax(0, 1.06fr);
  gap: 32px;
  align-items: stretch;
  margin: 62px 0;
}

.about-text-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border: 1px solid rgba(255, 210, 26, .18);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 26, .12), transparent 36%),
    rgba(28, 8, 43, .78);
}

.about-text-card h2 {
  color: #ffd21a;
}

.about-festival-card {
  margin: 64px 0;
  padding: 48px;
  border: 1px solid rgba(255, 210, 26, .28);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(15, 3, 25, .8), rgba(36, 11, 54, .86)),
    radial-gradient(circle at 82% 20%, rgba(255, 210, 26, .2), transparent 34%);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

.about-festival-content {
  max-width: 980px;
}

.about-festival-card h2 {
  color: #ffd21a;
}

.about-inline-quote {
  margin: 30px 0;
  padding: 26px 30px;
  border-left: 4px solid #ffd21a;
  border-radius: 18px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 800;
  background: rgba(255, 210, 26, .08);
}

.about-photo-wide {
  margin: 62px 0;
}

.about-columns-block {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 46px;
  margin: 64px 0;
  padding: 48px;
  border: 1px solid rgba(255, 210, 26, .18);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 210, 26, .1), transparent 36%),
    rgba(20, 5, 32, .62);
}

.about-columns-block h2 {
  color: #ffd21a;
}

.about-facts {
  display: grid;
  gap: 20px;
}

.about-fact {
  padding: 28px;
  border: 1px solid rgba(255, 210, 26, .23);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 210, 26, .14), transparent 34%),
    rgba(31, 10, 47, .88);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
}

.about-fact span {
  display: block;
  margin-bottom: 10px;
  color: #ffd21a;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.about-fact p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.about-final-card {
  max-width: 1040px;
  margin: 72px auto 0;
  padding: 52px;
  text-align: center;
  border: 1px solid rgba(255, 210, 26, .32);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 210, 26, .2), transparent 42%),
    linear-gradient(180deg, rgba(62, 24, 82, .9), rgba(23, 6, 38, .94));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .4);
}

.about-final-card h2 {
  color: #ffd21a;
}

.about-final-card p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-final-line {
  margin-top: 28px;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.62 !important;
  font-weight: 800;
}

@media (max-width: 991px) {
  .about-page p {
    font-size: 17px;
  }

  .about-main-photo img,
  .about-side-photo img,
  .about-photo-card img,
  .about-photo-wide img {
    height: auto;
    min-height: 260px;
    max-height: 470px;
  }

  .about-intro-grid,
  .about-story-block,
  .about-story-reverse,
  .about-photo-row,
  .about-columns-block {
    grid-template-columns: 1fr;
  }

  .about-story-reverse .about-side-photo {
    order: 2;
  }

  .about-story-reverse .about-story-text {
    order: 1;
  }

  .about-intro-card,
  .about-wide-card,
  .about-text-card,
  .about-festival-card,
  .about-columns-block,
  .about-final-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .about-quote-card {
    padding: 34px 26px;
  }

  .about-quote-card blockquote {
    font-size: 20px;
  }

  .about-inline-quote {
    padding: 22px 22px;
    font-size: 19px;
  }

  .about-final-line {
    font-size: 19px !important;
  }
}

@media (max-width: 575px) {
  .about-head {
    margin-bottom: 34px;
  }

  .about-kicker {
    font-size: 12px;
    letter-spacing: .1em;
  }

  .about-kicker::before,
  .about-kicker::after {
    width: 18px;
  }

  .about-main-photo,
  .about-side-photo,
  .about-photo-card,
  .about-photo-wide figure {
    border-radius: 22px;
  }

  .about-main-photo figcaption,
  .about-side-photo figcaption,
  .about-photo-card figcaption,
  .about-photo-wide figcaption {
    position: static;
    border: 0;
    border-radius: 0;
    background: rgba(14, 3, 24, .9);
    backdrop-filter: none;
  }

  .about-story-block,
  .about-photo-row,
  .about-columns-block {
    margin: 44px 0;
  }

  .about-fact span {
    font-size: 38px;
  }
}
/* =========================================================
   Footer support partner
   ========================================================= */

.footer-support-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-support-link:hover {
  color: #ffd400;
  text-decoration: none;
}

.footer-support-title {
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.footer-support-logo {
  display: block;
  width: 118px;
  max-width: 100%;
  height: auto;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.footer-support-link:hover .footer-support-logo {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 12px rgba(255, 212, 0, 0.25));
}

@media (max-width: 767px) {
  .footer-support-link {
    align-items: center;
  }

  .footer-support-logo {
    width: 130px;
  }
}
/* =========================================================
   Radio page
   ========================================================= */

.radio-top-section {
  position: relative;
  padding-top: 70px;
}

.radio-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: stretch;
}

.radio-hero-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 220, 120, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(180, 0, 65, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 215, 120, 0.22);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.radio-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-title, inherit);
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.radio-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.radio-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 215, 120, 0.1);
  border: 1px solid rgba(255, 215, 120, 0.22);
  color: #f6d879;
  font-size: 13px;
  font-weight: 700;
}

.radio-note i {
  flex: 0 0 auto;
}

.radio-hero-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-hero-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.35));
}

.radio-player-card {
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 34px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 215, 120, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.radio-player-head .section-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(30px, 3vw, 44px);
}

.radio-player-head p {
  margin: 0 auto 22px;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.radio-player-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
}

@media (max-width: 1199px) {
  .radio-top-grid {
    grid-template-columns: 1fr;
  }

  .radio-player-card {
    max-width: 760px;
    width: 100%;
    margin: 32px auto 0;
  }
}

@media (max-width: 767px) {
  .radio-top-section {
    padding-top: 42px;
  }

  .radio-hero-card {
    grid-template-columns: 1fr;
    padding: 28px 18px;
    border-radius: 24px;
    text-align: center;
  }

  .radio-title {
    font-size: 36px;
  }

  .radio-lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .radio-note {
    align-items: flex-start;
    text-align: left;
    font-size: 13px;
    border-radius: 20px;
  }

  .radio-hero-logo {
    width: 190px;
  }

  .radio-player-card {
    margin-top: 28px;
    padding: 28px 18px;
  }
}

/* Сейчас в эфире */

.radio-extra-section {
  padding-top: 42px;
}

.radio-live-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 220, 120, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 215, 120, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.radio-live-cover {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-live-cover img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.radio-live-info h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-title, inherit);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.radio-live-song {
  margin-bottom: 24px;
  color: #ffd400;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.radio-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.radio-live-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 215, 120, 0.16);
}

.radio-live-item span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.radio-live-item strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

/* Последние песни */

.radio-history-section {
  padding-top: 42px;
}

.radio-history-card {
  padding: 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 215, 120, 0.2);
}

.radio-history-card .section-title {
  margin-bottom: 24px;
  text-align: center;
}

.radio-history-list {
  display: grid;
  gap: 10px;
}

.radio-history-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.radio-history-time {
  color: #ffd400;
  font-weight: 900;
  white-space: nowrap;
}

.radio-history-title {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

/* Нижние информационные карточки */

.radio-info-section {
  padding-top: 42px;
}

.radio-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.radio-info-card {
  text-align: center;
}

.radio-info-card .feature-icon {
  margin-left: auto;
  margin-right: auto;
}

/* Ошибка информера */

.radio-alert {
  padding: 22px;
  border-radius: 18px;
  background: rgba(180, 0, 50, 0.18);
  border: 1px solid rgba(255, 80, 120, 0.35);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}

/* Адаптив */

@media (max-width: 991px) {
  .radio-hero-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .radio-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .radio-note {
    border-radius: 20px;
  }

  .radio-live-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .radio-live-grid {
    grid-template-columns: 1fr;
  }

  .radio-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .radio-top-section {
    padding-top: 42px;
  }

  .radio-hero-card {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .radio-title {
    font-size: 36px;
  }

  .radio-lead {
    font-size: 16px;
  }

  .radio-note {
    align-items: flex-start;
    text-align: left;
    font-size: 13px;
  }

  .radio-hero-logo {
    width: 190px;
  }

  .radio-player-card {
    margin-top: 28px;
    padding: 28px 18px;
  }

  .radio-extra-section,
  .radio-history-section,
  .radio-info-section {
    padding-top: 32px;
  }

  .radio-live-card,
  .radio-history-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .radio-live-cover img {
    width: 220px;
  }

  .radio-live-song {
    font-size: 19px;
  }

  .radio-history-item {
    grid-template-columns: 1fr;
    gap: 4px;
    text-align: center;
  }
}
/* =========================================================
   Back to top button
   ========================================================= */

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 215, 120, 0.5);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe57a 0%, #d49500 100%);
  color: #160018;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(255, 212, 0, 0.38);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .back-to-top {
    display: none;
  }
}
.ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.ticket-modal.is-open {
  display: block;
}

.ticket-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.ticket-modal__window {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1180px, calc(100vw - 32px));
  height: min(820px, calc(100vh - 32px));
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.ticket-modal__header {
  min-height: 58px;
  padding: 14px 58px 14px 20px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ticket-modal__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.ticket-modal__open {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ticket-modal__close {
  position: absolute;
  right: 14px;
  top: 9px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  cursor: pointer;
}

.ticket-modal__close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.ticket-modal__body {
  position: relative;
  flex: 1;
  background: #f4f4f4;
}

.ticket-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #ffffff;
}

.ticket-modal__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  text-align: center;
  padding: 24px;
}

.ticket-modal__loader.is-hidden {
  display: none;
}

.ticket-modal__fallback {
  display: none;
  padding: 12px 20px;
  background: #fff4d8;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.45;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ticket-modal__fallback.is-visible {
  display: block;
}

.ticket-modal__fallback a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.ticket-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .ticket-modal__window {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .ticket-modal__header {
    min-height: 54px;
    padding: 12px 54px 12px 14px;
  }

  .ticket-modal__title {
    font-size: 16px;
  }

  .ticket-modal__open {
    font-size: 13px;
  }
}
.afisha-page-section--archive .tour-item {
  opacity: 0.82;
  background: linear-gradient(135deg, rgba(80, 80, 80, 0.72), rgba(50, 50, 55, 0.72));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.afisha-page-section--archive .tour-item:hover {
  opacity: 0.94;
  transform: none;
}

.afisha-page-section--archive .tour-date .day,
.afisha-page-section--archive .tour-date .month {
  color: rgba(255, 215, 0, 0.82);
  text-shadow: none;
}

.afisha-page-section--archive .tour-city {
  color: rgba(255, 255, 255, 0.78);
}

.afisha-page-section--archive .tour-place {
  color: rgba(255, 255, 255, 0.62);
}


.topbar .header-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-left: 24px;
  line-height: 1;
  flex: 0 0 auto;
  min-width: 190px;
  align-self: center;
}

.topbar .header-contacts .header-mail,
.topbar .header-contacts .header-phone {
  margin: 0;
  white-space: nowrap;
}

.topbar .header-contacts .header-mail {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.topbar .header-contacts .header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 18px;
  font-size: 14px;
}
.contacts-page .section-lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-card {
  text-align: center;
  padding: 30px 24px;
}

.contact-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1b071f;
  font-size: 24px;
  background: linear-gradient(135deg, #fff2a8, #ffd21f 45%, #b87900);
  box-shadow: 0 0 24px rgba(255, 210, 31, 0.35);
}

.contact-info-card h3,
.contact-main-card h3 {
  margin-bottom: 14px;
}

.contact-info-card p,
.contact-main-card .contact-text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.contact-main-card {
  text-align: center;
}

.contact-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 26px 0 8px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 210, 31, 0.22);
  transition: 0.25s ease;
}

.contact-link i {
  color: #ffd21f;
}

.contact-link:hover {
  color: #fff;
  border-color: rgba(255, 210, 31, 0.65);
  background: rgba(255, 210, 31, 0.12);
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .contact-info-card {
    padding: 24px 18px;
  }

  .contact-list {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-link {
    justify-content: center;
  }
}

.privacy-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 9999;
  padding: 0 18px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .35s ease, transform .35s ease;
}

.privacy-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.privacy-notice-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 212, 0, .34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 212, 0, .16), transparent 30%),
    linear-gradient(135deg, rgba(35, 4, 58, .96), rgba(10, 0, 18, .97));
  box-shadow: 0 18px 55px rgba(0, 0, 0, .55), 0 0 28px rgba(255, 212, 0, .10);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.privacy-notice-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #180014;
  background: linear-gradient(135deg, #ffe45c, #ffb800);
  box-shadow: 0 0 22px rgba(255, 212, 0, .36);
  font-size: 20px;
}

.privacy-notice-text {
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, .88);
}

.privacy-notice-text strong {
  display: block;
  margin-bottom: 5px;
  color: #ffd400;
  font-weight: 800;
  letter-spacing: .02em;
}

.privacy-notice-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.privacy-notice-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.privacy-notice-link {
  color: #ffd400;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.privacy-notice-link:hover {
  color: #fff;
  text-decoration: underline;
}

.privacy-notice-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  color: #1b0019;
  background: linear-gradient(135deg, #ffe45c, #ffb800);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 212, 0, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.privacy-notice-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255, 212, 0, .34);
}

@media (max-width: 768px) {
  .privacy-notice {
    bottom: 14px;
    padding: 0 12px;
  }

  .privacy-notice-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .privacy-notice-icon {
    display: none;
  }

  .privacy-notice-actions {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .privacy-notice-link {
    font-size: 12px;
  }

  .privacy-notice-btn {
    padding: 11px 18px;
  }
}

.event-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.event-share {
  position: relative;
  display: inline-flex;
}

.event-share-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 212, 0, .38);
  border-radius: 999px;
  color: #ffd400;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 212, 0, .18), transparent 34%),
    linear-gradient(135deg, rgba(56, 14, 74, .92), rgba(24, 0, 42, .96));
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.event-share-toggle:hover,
.event-share.is-open .event-share-toggle {
  color: #fff;
  border-color: rgba(255, 212, 0, .72);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 212, 0, .13);
}

.event-share-toggle .fa-chevron-down {
  font-size: 10px;
  transition: transform .2s ease;
}

.event-share.is-open .event-share-toggle .fa-chevron-down {
  transform: rotate(180deg);
}

.event-share-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  z-index: 50;
  width: 235px;
  padding: 9px;
  border: 1px solid rgba(255, 212, 0, .32);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 212, 0, .13), transparent 35%),
    linear-gradient(145deg, rgba(31, 3, 48, .98), rgba(10, 0, 18, .98));
  box-shadow: 0 22px 50px rgba(0, 0, 0, .48);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.event-share.is-open .event-share-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.event-share-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, .9);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.event-share-menu button i {
  width: 20px;
  color: #ffd400;
  text-align: center;
}

.event-share-menu button:hover {
  color: #fff;
  background: rgba(255, 212, 0, .10);
  transform: translateX(2px);
}

@media (max-width: 768px) {
  .event-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .event-detail-actions .btn-gloss,
  .event-share,
  .event-share-toggle {
    width: 100%;
  }

  .event-share-toggle {
    min-height: 50px;
  }

  .event-share-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.event-share-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 44px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 212, 0, .42);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 212, 0, .18), transparent 34%),
    linear-gradient(135deg, rgba(35, 4, 58, .98), rgba(10, 0, 18, .98));
  box-shadow: 0 18px 45px rgba(0, 0, 0, .48), 0 0 24px rgba(255, 212, 0, .12);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

.event-share-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.event-share-toast i {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1b0019;
  background: linear-gradient(135deg, #ffe45c, #ffb800);
  font-size: 13px;
}

.event-share-toast span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .event-share-toast {
    left: 12px;
    right: 12px;
    bottom: 14px;
    justify-content: center;
    border-radius: 18px;
  }
}