.highlight-section > .section-kicker,
.organizers-section > .section-kicker {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(244, 200, 74, 0.22);
  color: var(--secondary-dark);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invitatii {
  padding: clamp(72px, 10vw, 124px) clamp(20px, 8vw, 112px);
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.05), rgba(15, 141, 145, 0.08)),
    var(--paper);
}

.invitatii-coming-soon {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.invitatii-coming-soon .section-kicker {
  justify-content: center;
  margin-bottom: 18px;
}

.invitatii-coming-soon h2 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.98;
  margin-bottom: 16px;
}

.invitatii-coming-soon p:not(.section-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  font-weight: 700;
  line-height: 1.65;
}

.highlight-title,
.news-media h2,
.organizers-section h2 {
  margin-bottom: 36px;
}

.highlight-container {
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
}

.highlight-box,
.media-item,
.program-day,
.inimo-artist-card,
.contact-card,
.contact-form,
.highlight,
.cauze-list li,
.stat-item,
.despre-inimo .container > *:not(.section-title):not(.lead):not(.despre-footer) {
  background: var(--bg-card);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.highlight-box {
  padding: 34px 28px;
}

.highlight-box::before,
.categorie-titlu::after,
.stat-item::before {
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--secondary));
}

.highlight-box:hover,
.media-item:hover,
.inimo-artist-card:hover,
.stat-item:hover {
  transform: translateY(-5px);
  background: var(--bg-card-hover);
  border-color: rgba(231, 61, 49, 0.28);
  box-shadow: var(--shadow-glow);
}

.highlight-box .icon {
  font-size: 2.7rem;
}

highlight-box h3,
categorie-titlu {
  color: var(--primary-dark);
}



.btn-plus:hover,
.btn-minus:hover,
.scroll-btn:hover {
  background: var(--primary);
}


.artists {
  min-height: 780px;
  padding: clamp(88px, 10vw, 132px) 0 clamp(78px, 9vw, 118px);
  overflow: hidden;
  isolation: isolate;
}

.artists .overlay {
  background: none;
  display: none;
}

.artist-teaser {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100vw - 40px));
  margin: 0 auto 42px;
  text-align: center;
}

.artist-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 900;
  text-transform: uppercase;
}

.artists h2 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--paper);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.9;
  text-wrap: balance;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.45);
}

.artist-scroll-wrapper {
  position: relative;
  z-index: 2;
  gap: 14px;
  padding: 0 clamp(14px, 5vw, 58px);
}

.artist-container {
  gap: 16px;
  padding: 8px 4px 18px;
}

.artist-card {
  width: 202px;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.artist-subtitle {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 800;
  line-height: 1.5;
}

.artist-teaser__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.artist-teaser__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.artist-card::after {
  content: "În curând";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.08), rgba(16, 24, 32, 0.72)),
    rgba(16, 24, 32, 0.16);
  pointer-events: none;
}

.artist-card img {
  height: 238px;
  filter: blur(15px) saturate(0.78) brightness(0.7);
  transform: scale(1.1);
}

.artist-name {
  background: rgba(255, 255, 255, 0.95);
  color: transparent;
  text-shadow: 0 0 12px rgba(23, 33, 43, 0.95);
  filter: blur(7px);
  user-select: none;
}

.scroll-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}

.coming-ticker {
  width: min(1180px, calc(100vw - 80px));
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.coming-ticker--light {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.coming-ticker__track {
  display: flex;
  width: max-content;
  gap: 28px;
  align-items: center;
  white-space: nowrap;
  padding: 12px 28px;
  animation: ticker-right-to-left 24s linear infinite;
}

.coming-ticker__track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-transform: uppercase;
}

.coming-ticker__track span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  flex: 0 0 auto;
}

@keyframes ticker-right-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.news-media {
  background: #f4fbff;
  backdrop-filter: none;
}

.media-slider {
  max-width: 1180px;
  margin: 0 auto;
}

.media-item {
  width: 320px;
  background: #fff;
}

.media-item img {
  height: 190px;
}

.organizers-section {
  background: var(--paper);
}

.organizers-section + .organizers-section {
  background: #e9f7ff;
}

.organizers-section h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.organizers-img {
  width: min(94vw, 980px);
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}


.program-container {
