.elementor-2414 .elementor-element.elementor-element-5e64825{--display:flex;}.elementor-2414 .elementor-element.elementor-element-a629e85 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-2414{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.elementor-element
{
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.content-bg, body.content-style-unboxed .site {
    background: transparent;
}

h3,h2 {
    color:white !important;
}

:root {
      --blue-deep: #0c1654;
      --blue-royal: #1a3ca8;
      --blue-bright: #2e6de8;
      --gold: #f5c518;
      --gold-light: #ffe066;
      --white: #ffffff;
      --cyan: #00d4ff;
      --purple: #6a2be8;
      --magenta: #c040d0;
      --text-light: rgba(255, 255, 255, 0.9);
      --glass-bg: rgba(255, 255, 255, 0.06);
      --glass-border: rgba(255, 255, 255, 0.12);
      --glass-border-hover: rgba(245, 197, 24, 0.4);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Lato', sans-serif;
        background: linear-gradient(180deg, #0c16544f 0%, #162078cc 30%, #1a3ba853 60%, #1d297a 100%), url(https://impactcentrechretien.com/wp-content/uploads/2026/03/bkg-nations.webp);
    
      color: var(--white);
      overflow-x: hidden;
      min-height: 100vh;
    }

    /* ── ANIMATED MESH GRADIENT BACKGROUND ── */
    .bg-mesh {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(ellipse 80% 60% at 20% 10%, rgba(30, 60, 180, 0.7) 0%, transparent 60%),
        radial-gradient(ellipse 70% 55% at 80% 15%, rgba(106, 43, 232, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 75% 60% at 50% 85%, rgba(46, 109, 232, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 10% 65%, rgba(192, 64, 208, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 70% 70%, rgba(0, 100, 255, 0.25) 0%, transparent 50%);
      animation: meshShift 18s ease-in-out infinite alternate;
    }

    @keyframes meshShift {
      0% {
        filter: hue-rotate(0deg) brightness(1);
      }

      50% {
        filter: hue-rotate(8deg) brightness(1.08);
      }

      100% {
        filter: hue-rotate(-5deg) brightness(0.95);
      }
    }

    /* ── FLOATING GLOW ORBS ── */
    .glow-orb {
      position: fixed;
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
      filter: blur(80px);
      opacity: 0.5;
    }

    .glow-orb--1 {
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(106, 43, 232, 0.7), transparent 70%);
      top: -100px;
      right: -80px;
      animation: orbFloat1 22s ease-in-out infinite;
    }

    .glow-orb--2 {
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(30, 60, 200, 0.6), transparent 70%);
      bottom: 20%;
      left: -150px;
      animation: orbFloat2 28s ease-in-out infinite;
    }

    .glow-orb--3 {
      width: 450px;
      height: 450px;
      background: radial-gradient(circle, rgba(192, 64, 208, 0.45), transparent 70%);
      top: 50%;
      right: -100px;
      animation: orbFloat3 25s ease-in-out infinite;
    }

    @keyframes orbFloat1 {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      33% {
        transform: translate(-60px, 40px) scale(1.1);
      }

      66% {
        transform: translate(30px, -30px) scale(0.9);
      }
    }

    @keyframes orbFloat2 {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      40% {
        transform: translate(80px, -50px) scale(1.15);
      }

      70% {
        transform: translate(-40px, 30px) scale(0.85);
      }
    }

    @keyframes orbFloat3 {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(-70px, -60px) scale(1.1);
      }
    }

    /* ── SPARKLES ── */
    .sparkles {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }

    .sparkle {
      position: absolute;
      border-radius: 50%;
      background: white;
      animation: twinkle var(--d, 3s) ease-in-out infinite var(--delay, 0s);
      opacity: 0;
    }

    @keyframes twinkle {

      0%,
      100% {
        opacity: 0;
        transform: scale(0.5);
      }

      50% {
        opacity: var(--op, .7);
        transform: scale(1.2);
      }
    }

    /* ── CONTENT WRAPPER ── */
    .content-wrapper {
      position: relative;
      z-index: 1;
    }

    /* ══════════════════════════════
     HERO
  ══════════════════════════════ */
    .hero {
      position: relative;
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: clamp(4rem, 8vw, 6rem) clamp(1.2rem, 5vw, 3rem) clamp(2rem, 5vw, 3.5rem);
      background: transparent;
    }

    /* Bright halo behind hero */
    .hero::before {
      content: '';
      position: absolute;
      top: 35%;
      left: 50%;
      width: 900px;
      height: 600px;
      transform: translate(-50%, -50%);
      background: radial-gradient(ellipse, rgba(46, 109, 232, 0.3) 0%, rgba(106, 43, 232, 0.15) 40%, transparent 70%);
      pointer-events: none;
      z-index: 1;
      animation: haloBreath 6s ease-in-out infinite;
    }

    @keyframes haloBreath {

      0%,
      100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
      }

      50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
      }
    }

    /* Hero layout: logo centered on top with text below */
    .hero-visual {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto 1.5rem;
      animation: fadeUp 1s ease both;
    }

    .hero-logo {
      position: relative;
      z-index: 3;
      width: min(85vw, 760px);
      height: auto;
      display: block;
      filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.25));
      animation: logoReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
      margin-bottom: 0.5rem;
    }

    /* Two-column: info cards left, artists right */
    .hero-bottom {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: clamp(1.5rem, 3vw, 2.5rem);
      align-items: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 clamp(1.2rem, 4vw, 3rem);
      animation: fadeUp 1.2s ease 0.3s both;
    }

    .hero-info-side {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    .hero-info-side .info-grid {
      grid-template-columns: 1fr;
      gap: 0.7rem;
    }

    .hero-artists {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 580px;
      height: auto;
      border-radius: 20px;
      object-fit: cover;
      filter: drop-shadow(0 16px 50px rgba(0, 0, 0, 0.35));
      animation: artistsReveal 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
      justify-self: center;
    }

    @keyframes logoReveal {
      from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
        filter: drop-shadow(0 0 0 transparent);
      }

      to {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.28));
      }
    }

    @keyframes artistsReveal {
      from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
      }

      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }

    /* Badge gratuit */
    .badge-free {
      position: absolute;
      top: clamp(1rem, 3vw, 1.8rem);
      right: clamp(1rem, 3vw, 1.8rem);
      z-index: 10;
      background: linear-gradient(135deg, #f5c518, #e8a020);
      color: var(--blue-deep);
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: clamp(0.6rem, 1.8vw, 0.82rem);
      text-transform: uppercase;
      letter-spacing: 0.07em;
      text-align: center;
      line-height: 1.3;
      padding: 0.75em 1.1em;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow:
        0 4px 24px rgba(245, 197, 24, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
      animation: pulseBadge 2.5s ease-in-out infinite;
    }

    @keyframes pulseBadge {

      0%,
      100% {
        box-shadow: 0 4px 20px rgba(245, 197, 24, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        transform: scale(1) rotate(0deg);
      }

      50% {
        box-shadow: 0 4px 36px rgba(245, 197, 24, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        transform: scale(1.05) rotate(1deg);
      }
    }

    /* Hero content */
    .hero-content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      animation: fadeUp 1s ease both;
    }

    .eyebrow {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: clamp(0.65rem, 2vw, 0.85rem);
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 0.8rem;
      text-shadow: 0 1px 16px rgba(0, 0, 0, 0.8);
    }

    .title-wrapper {
      margin-bottom: 0.6rem;
    }

    .tagline {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(0.65rem, 2vw, 0.9rem);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      background: linear-gradient(135deg, var(--blue-royal), var(--blue-bright), var(--purple));
      padding: 0.5em 1.5em;
      border-radius: 50px;
      display: inline-block;
      margin-bottom: 1.6rem;
      box-shadow: 0 4px 20px rgba(34, 85, 204, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .group-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 50px;
      padding: 0.55em 1.4em 0.55em 0.9em;
      margin-bottom: 2rem;
      transition: border-color 0.3s, background 0.3s;
    }

    .group-pill:hover {
      border-color: rgba(245, 197, 24, 0.3);
      background: rgba(255, 255, 255, 0.12);
    }

    .group-pill span.avec {
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      opacity: 0.65;
      text-transform: uppercase;
    }

    .group-pill strong {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 0.92rem;
      color: var(--gold-light);
    }

    /* ── INFO CARDS ── */
    .info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0.9rem;
      width: 100%;
    }

    .info-card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(100, 150, 255, 0.15);
      border-radius: 16px;
      padding: clamp(1rem, 2.5vw, 1.4rem);
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s, background 0.35s, box-shadow 0.35s;
      position: relative;
      overflow: hidden;
    }

    .info-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(245, 197, 24, 0.05), transparent 60%);
      opacity: 0;
      transition: opacity 0.35s;
    }

    .info-card:hover {
      transform: translateY(-4px);
      border-color: var(--glass-border-hover);
      background: rgba(255, 255, 255, 0.07);
      box-shadow: 0 8px 32px rgba(245, 197, 24, 0.08);
    }

    .info-card:hover::before {
      opacity: 1;
    }

    .info-card .label {
      font-family: 'Montserrat', sans-serif;
      font-size: 0.6rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      opacity: 0.45;
      margin-bottom: 0.35rem;
      font-weight: 600;
      position: relative;
    }

    .info-card .value {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(1.2rem, 3.5vw, 1.8rem);
      line-height: 1;
      position: relative;
    }

    .info-card .sub {
      font-size: 0.7rem;
      opacity: 0.65;
      margin-top: 0.25rem;
      line-height: 1.35;
      position: relative;
    }

    .info-card.highlight {
      background: linear-gradient(135deg, rgba(192, 57, 43, 0.4), rgba(180, 40, 30, 0.2));
      border-color: rgba(255, 90, 70, 0.25);
    }

    .info-card.highlight:hover {
      border-color: rgba(255, 90, 70, 0.5);
      box-shadow: 0 8px 32px rgba(192, 57, 43, 0.15);
    }

    .info-card.highlight .value {
      color: var(--gold-light);
      font-size: clamp(1rem, 3vw, 1.5rem);
    }

    /* Scroll cue */
    .scroll-cue {
      position: absolute;
      bottom: 1.2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
      opacity: 0.45;
      animation: bounce 2.5s ease-in-out infinite;
      font-size: 0.6rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .scroll-cue svg {
      width: 20px;
      height: 20px;
    }

    @keyframes bounce {

      0%,
      100% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.45;
      }

      50% {
        transform: translateX(-50%) translateY(8px);
        opacity: 0.7;
      }
    }

    /* ── DIVIDER ── */
    .section-divider {
      width: 100%;
      height: 80px;
      position: relative;
      overflow: hidden;
    }

    .section-divider svg {
      display: block;
      width: 100%;
      height: 100%;
    }

    /* ── SECTIONS ── */
    .section {
      padding: clamp(3rem, 6vw, 5.5rem) clamp(1.2rem, 5vw, 4rem);
      max-width: 1000px;
      margin: 0 auto;
    }

    .section-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.2rem, 6vw, 3.5rem);
      letter-spacing: 0.06em;
      margin-bottom: 0.3rem;
      background: linear-gradient(90deg, var(--white) 0%, var(--cyan) 50%, var(--gold-light) 100%);
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: gradientText 6s ease infinite;
    }

    @keyframes gradientText {

      0%,
      100% {
        background-position: 0% center;
      }

      50% {
        background-position: 100% center;
      }
    }

    .section-sub {
      font-family: 'Montserrat', sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      opacity: 0.38;
      margin-bottom: 2.2rem;
      font-weight: 600;
    }

    /* ── PROGRAM LIST ── */
    .program-list {
      display: flex;
      flex-direction: column;
      gap: 1.1rem;
    }

    .program-item {
      display: flex;
      gap: 1.2rem;
      align-items: flex-start;
      background: rgba(255, 255, 255, 0.03);
      border-radius: 16px;
      padding: 1.3rem 1.4rem;
      transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(100, 150, 255, 0.1);
    }

    /* Animated gradient left border */
    .program-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, var(--cyan), var(--blue-bright), var(--purple));
      background-size: 100% 200%;
      animation: borderFlow 4s ease-in-out infinite;
    }

    @keyframes borderFlow {

      0%,
      100% {
        background-position: 0% 0%;
      }

      50% {
        background-position: 0% 100%;
      }
    }

    .program-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.04), transparent 50%);
      opacity: 0;
      transition: opacity 0.35s;
    }

    .program-item:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(100, 150, 255, 0.2);
      transform: translateX(4px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .program-item:hover::after {
      opacity: 1;
    }

    .program-item.food::before {
      background: linear-gradient(180deg, #e67e22, #f5c518, #e67e22);
      background-size: 100% 200%;
      animation: borderFlow 4s ease-in-out infinite;
    }

    .program-emoji {
      font-size: 1.8rem;
      flex-shrink: 0;
      margin-top: 0.1rem;
      position: relative;
      z-index: 1;
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .program-item:hover .program-emoji {
      transform: scale(1.15) rotate(-5deg);
    }

    .program-text {
      position: relative;
      z-index: 1;
    }

    .program-text h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: clamp(0.9rem, 2.5vw, 1.05rem);
      margin-bottom: 0.35rem;
      letter-spacing: 0.02em;
    }

    .program-text p {
      font-size: clamp(0.8rem, 2vw, 0.9rem);
      line-height: 1.6;
      color: var(--text-light);
    }

    .program-number {
      position: absolute;
      top: 0.8rem;
      right: 1rem;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.5rem;
      opacity: 0.06;
      line-height: 1;
      color: var(--white);
      z-index: 0;
    }

    /* ── CONCERT BAND ── */
    .concert-band {
      position: relative;
      overflow: hidden;
    }

    .concert-band img {
      width: 100%;
      display: block;
      max-height: 480px;
      object-fit: cover;
      object-position: top;
      filter: brightness(0.65) saturate(1.3);
      transition: filter 0.5s;
    }

    .concert-band:hover img {
      filter: brightness(0.75) saturate(1.4);
    }

    .concert-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom,
          rgba(6, 10, 36, 0.3) 0%,
          rgba(6, 10, 36, 0) 35%,
          rgba(6, 10, 36, 0.85) 100%);
    }

    .concert-quote {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: clamp(1.4rem, 4vw, 2.8rem) clamp(1.2rem, 5vw, 4rem);
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(0.9rem, 2.5vw, 1.35rem);
      text-align: center;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.95);
      text-shadow: 0 2px 24px rgba(0, 0, 0, 0.7);
    }

    /* Inline agenda CTA after dates */
    .inline-agenda {
      display: flex;
      justify-content: center;
      margin-top: 1.2rem;
      margin-bottom: 0.5rem;
    }

    /* ── ACCESS ── */
    .access-section {
      background: linear-gradient(135deg, rgba(26, 42, 138, 0.35), rgba(6, 10, 36, 0.95));
      border-top: 1px solid rgba(100, 150, 255, 0.1);
      border-bottom: 1px solid rgba(100, 150, 255, 0.1);
      padding: clamp(3rem, 6vw, 5.5rem) clamp(1.2rem, 5vw, 4rem);
      position: relative;
    }

    .access-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    }

    .access-inner {
      max-width: 1000px;
      margin: 0 auto;
    }

    .address-box {
      background: linear-gradient(135deg, var(--blue-bright), var(--blue-royal));
      border-radius: 16px;
      padding: 1.4rem 1.8rem;
      display: flex;
      align-items: center;
      gap: 1.2rem;
      flex-wrap: wrap;
      margin-bottom: 1.8rem;
      box-shadow: 0 8px 30px rgba(26, 42, 138, 0.3);
      border: 1px solid rgba(100, 150, 255, 0.2);
      transition: box-shadow 0.3s, transform 0.3s;
    }

    .address-box:hover {
      box-shadow: 0 12px 40px rgba(26, 42, 138, 0.4);
      transform: translateY(-2px);
    }

    .address-box h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.6rem;
      letter-spacing: 0.06em;
    }

    .address-box p {
      font-size: 0.85rem;
      opacity: 0.85;
    }

    .access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
      gap: 1.1rem;
      margin-top: 1.8rem;
    }

    .access-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 1.4rem;
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      overflow: hidden;
    }

    .access-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right, rgba(0, 212, 255, 0.06), transparent 60%);
      opacity: 0;
      transition: opacity 0.35s;
    }

    .access-card:hover {
      background: rgba(255, 255, 255, 0.08);
      transform: translateY(-3px);
      border-color: rgba(0, 212, 255, 0.2);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .access-card:hover::before {
      opacity: 1;
    }

    .access-icon {
      font-size: 1.5rem;
      flex-shrink: 0;
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.12), rgba(123, 47, 247, 0.12));
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
    }

    .access-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      margin-bottom: 0.45rem;
      color: var(--gold-light);
      text-transform: uppercase;
      position: relative;
      z-index: 1;
    }

    .access-card p,
    .access-card li {
      font-size: 0.82rem;
      color: var(--text-light);
      line-height: 1.6;
      list-style: none;
      position: relative;
      z-index: 1;
    }

    .access-card ul {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      position: relative;
      z-index: 1;
    }

    .badge-t {
      display: inline-block;
      border-radius: 6px;
      padding: 0.12em 0.5em;
      font-weight: 900;
      font-size: 0.68rem;
      margin-right: 3px;
      vertical-align: middle;
      letter-spacing: 0.05em;
    }

    .rer {
      background: linear-gradient(135deg, #e30613, #ff3030);
      color: white;
    }

    .bus {
      background: linear-gradient(135deg, #0c5ea6, #1a7dd4);
      color: white;
    }

    .a4 {
      background: linear-gradient(135deg, #e30613, #ff3030);
      color: white;
    }

    .n {
      background: linear-gradient(135deg, #333, #555);
      color: white;
    }

    /* ── CTA ── */
    .cta-section {
      text-align: center;
      padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 5vw, 4rem);
      position: relative;
    }

    .cta-section::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 500px;
      height: 500px;
      transform: translate(-50%, -50%);
      background: radial-gradient(circle, rgba(245, 197, 24, 0.06), transparent 60%);
      pointer-events: none;
    }

    .cta-inner {
      max-width: 620px;
      margin: 0 auto;
      position: relative;
    }

    .cta-section h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.2rem, 6vw, 3.8rem);
      margin-bottom: 0.8rem;
      background: linear-gradient(90deg, var(--white), var(--gold-light), var(--gold));
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: gradientText 5s ease infinite;
    }

    .cta-section p {
      font-size: clamp(0.88rem, 2.5vw, 1.02rem);
      color: var(--text-light);
      line-height: 1.7;
      margin-bottom: 2.2rem;
    }

    /* CTA Button with shimmer effect */
    .cta-btn {
      display: inline-block;
      background: linear-gradient(135deg, var(--gold), #e8a020);
      color: var(--blue-deep);
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: clamp(0.82rem, 2.5vw, 1rem);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 1.1em 2.8em;
      border-radius: 50px;
      box-shadow: 0 8px 30px rgba(245, 197, 24, 0.35);
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
      position: relative;
      overflow: hidden;
    }

    .cta-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 60%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
      transform: skewX(-20deg);
      animation: shimmer 3.5s ease-in-out infinite;
    }

    @keyframes shimmer {
      0% {
        left: -100%;
      }

      40% {
        left: 130%;
      }

      100% {
        left: 130%;
      }
    }

    .cta-btn:hover {
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 14px 45px rgba(245, 197, 24, 0.5);
    }

    .cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }

    .cta-btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 0.5em;
      background: rgba(255, 255, 255, 0.07);
      border: 2px solid rgba(255, 255, 255, 0.2);
      color: var(--white);
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(0.82rem, 2.5vw, 1rem);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.95em 2em;
      border-radius: 50px;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      cursor: pointer;
    }

    .cta-btn-outline:hover {
      transform: translateY(-3px);
      border-color: var(--gold);
      color: var(--gold-light);
      background: rgba(245, 197, 24, 0.1);
      box-shadow: 0 8px 30px rgba(245, 197, 24, 0.15);
    }

    /* Agenda dropdown */
    .agenda-wrapper {
      position: relative;
      display: inline-block;
    }

    .agenda-dropdown {
      display: none;
      position: absolute;
      bottom: calc(100% + 0.6rem);
      left: 50%;
      transform: translateX(-50%);
      background: rgba(13, 16, 60, 0.97);
      border: 1px solid rgba(100, 150, 255, 0.2);
      border-radius: 16px;
      overflow: hidden;
      min-width: 240px;
      box-shadow: 0 12px 50px rgba(0, 0, 0, 0.6);
      z-index: 100;
    }

    .agenda-dropdown.open {
      display: block;
      animation: dropUp 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes dropUp {
      from {
        opacity: 0;
        transform: translateX(-50%) translateY(8px) scale(0.96);
      }

      to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
      }
    }

    .agenda-dropdown a {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.9rem 1.3rem;
      color: var(--white);
      text-decoration: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 0.85rem;
      transition: background 0.2s, padding-left 0.2s;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .agenda-dropdown a:last-child {
      border-bottom: none;
    }

    .agenda-dropdown a:hover {
      background: rgba(245, 197, 24, 0.08);
      color: var(--gold-light);
      padding-left: 1.5rem;
    }

    .agenda-dropdown a .ag-icon {
      font-size: 1.1rem;
      width: 1.5rem;
      text-align: center;
    }

    /* ── FOOTER ── */
    footer {
      text-align: center;
      padding: 2.5rem 1rem;
      font-size: 0.7rem;
      opacity: 0.35;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(24px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ── RESPONSIVE ── */
    @media(max-width:900px) {
      .hero-logo {
        width: min(90vw, 620px);
      }

      .hero-bottom {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

      .hero-artists {
        max-width: 500px;
      }

      .hero-info-side .info-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }
    }

    @media(max-width:600px) {
      .info-grid {
        grid-template-columns: 1fr 1fr;
      }

      .info-card:nth-child(3) {
        grid-column: 1 / -1;
      }

      .glow-orb {
        opacity: 0.2;
      }

      .glow-orb--1 {
        width: 250px;
        height: 250px;
      }

      .glow-orb--2 {
        width: 300px;
        height: 300px;
      }

      .glow-orb--3 {
        width: 200px;
        height: 200px;
      }

      .program-number {
        display: none;
      }

      .hero-logo {
        width: min(92vw, 400px);
      }

      .hero-artists {
        max-width: 380px;
      }

      .hero-info-side .info-grid {
        grid-template-columns: 1fr 1fr;
      }

      .hero-info-side .info-grid .info-card:nth-child(3) {
        grid-column: 1 / -1;
      }
    }

    @media(max-width:380px) {
      .info-grid {
        grid-template-columns: 1fr;
      }

      .info-card:nth-child(3) {
        grid-column: 1;
      }
    }/* End custom CSS */