/* =============================================
   RAINBOW CRUISE — Event Sub-page Styles
   Primary: Purple #9B59B6
   Rainbow Accents: pride flag colors
   ============================================= */

:root {
    --rb-purple:        #9B59B6;
    --rb-purple-light:  #C39BD3;
    --rb-purple-dark:   #6C3483;
    --rb-purple-glow:   rgba(155, 89, 182, 0.35);
    --rb-section-alt:   #0f0f0f;

    /* Pride flag colors */
    --rb-red:    #FF0018;
    --rb-orange: #FFA52C;
    --rb-yellow: #FFFF41;
    --rb-green:  #008018;
    --rb-blue:   #0000F9;
    --rb-violet: #86007D;
}

/* ─────────────────────────────────────────────
   RB HERO
   ───────────────────────────────────────────── */
.rb-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 0;
}

.rb-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 55% at 70% 30%, rgba(155, 89, 182, 0.18) 0%, transparent 65%),
        radial-gradient(ellipse 45% 60% at 20% 75%, rgba(0, 0, 249, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 80%, rgba(134, 0, 125, 0.07) 0%, transparent 50%),
        linear-gradient(160deg, #1a0f2a 0%, #080808 45%, #0f1a2a 100%);
}

.rb-hero-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
}

.rb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8,8,8,0.3) 0%,
        transparent 30%,
        rgba(8,8,8,0.55) 70%,
        rgba(8,8,8,1) 100%
    );
    pointer-events: none;
}

/* 彩虹色光束 */
.rb-hero-beam {
    position: absolute;
    top: -5%;
    width: 2px;
    height: 75vh;
    transform-origin: top center;
    pointer-events: none;
    opacity: 0;
    animation: rbBeamFade 6s ease-in-out infinite;
}

.rb-beam-red    { right: 28%; background: linear-gradient(to bottom, transparent, rgba(255,0,24,0.35), transparent);   transform: rotate(-18deg); animation-delay: 0s; }
.rb-beam-orange { right: 24%; background: linear-gradient(to bottom, transparent, rgba(255,165,44,0.3), transparent);   transform: rotate(-13deg); animation-delay: 0.8s; }
.rb-beam-yellow { right: 20%; background: linear-gradient(to bottom, transparent, rgba(255,255,65,0.25), transparent);   transform: rotate(-8deg);  animation-delay: 1.6s; width: 1px; }
.rb-beam-green  { right: 16%; background: linear-gradient(to bottom, transparent, rgba(0,128,24,0.28), transparent);    transform: rotate(-4deg);  animation-delay: 2.4s; }
.rb-beam-blue   { right: 12%; background: linear-gradient(to bottom, transparent, rgba(0,0,249,0.3), transparent);      transform: rotate(2deg);   animation-delay: 3.2s; }
.rb-beam-purple { right: 8%;  background: linear-gradient(to bottom, transparent, rgba(134,0,125,0.35), transparent);   transform: rotate(8deg);   animation-delay: 4s; }

@keyframes rbBeamFade {
    0%, 100% { opacity: 0; }
    30%, 70%  { opacity: 1; }
}

/* 彩虹裝飾線條 */
.rb-rainbow-stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--rb-red)    0%,
        var(--rb-orange) 17%,
        var(--rb-yellow) 34%,
        var(--rb-green)  51%,
        var(--rb-blue)   68%,
        var(--rb-violet) 85%,
        var(--rb-purple) 100%
    );
    z-index: 10;
    opacity: 0.85;
}

.rb-hero-content {
    position: relative;
    z-index: 2;
    padding: 140px 2rem 120px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.rb-event-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(155, 89, 182, 0.15);
    border: 1px solid rgba(155, 89, 182, 0.4);
    color: var(--rb-purple-light);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 2px;
    margin-bottom: 1.8rem;
}

.rb-event-badge i { font-size: 0.85rem; }

.rb-hero-title {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(3.8rem, 10vw, 9rem);
    line-height: 0.9;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 0.6rem;
}

.rb-hero-title .rb-accent {
    background: linear-gradient(
        90deg,
        #FF6B6B 0%,
        #FFA07A 18%,
        #FFD700 36%,
        #98FB98 54%,
        #87CEEB 72%,
        #DDA0DD 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    text-shadow: none;
    filter: drop-shadow(0 0 30px rgba(155,89,182,0.4));
}

.rb-hero-title .rb-sub {
    display: block;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    font-weight: 400;
    color: rgba(255,255,255,0.65);
    letter-spacing: 8px;
    margin-top: 0.5rem;
    -webkit-text-fill-color: rgba(255,255,255,0.65);
}

.rb-hero-en {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(0.9rem, 1.8vw, 1.3rem);
    letter-spacing: 10px;
    color: rgba(155,89,182,0.7);
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}

.rb-hero-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 1.5rem 0 2rem;
    flex-wrap: wrap;
}

.rb-meta-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}

.rb-meta-item i {
    color: var(--rb-purple-light);
    font-size: 1rem;
}

.rb-meta-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.15);
}

.rb-hero-tagline {
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(1rem, 2.2vw, 1.5rem);
    color: rgba(255,255,255,0.5);
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    max-width: 580px;
    line-height: 1.75;
}

.rb-hero-tagline strong {
    color: var(--rb-purple-light);
    font-style: normal;
}

.rb-hero-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

/* Primary Button */
.rb-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: var(--rb-purple);
    color: #fff;
    padding: 1.1rem 3rem;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 2px solid var(--rb-purple);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rb-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: translateX(-100%);
    transition: transform 0.55s ease;
}

.rb-btn-primary:hover::before { transform: translateX(100%); }

.rb-btn-primary:hover {
    background: transparent;
    color: var(--rb-purple-light);
    box-shadow: 0 0 40px rgba(155,89,182,0.4), inset 0 0 30px rgba(155,89,182,0.08);
    letter-spacing: 4px;
}

.rb-btn-primary .btn-arrow {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.rb-btn-primary:hover .btn-arrow { transform: translate(3px, -3px); }

/* Ghost Button */
.rb-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.35s ease;
}

.rb-btn-ghost:hover {
    color: #FEE500;
    border-bottom-color: #FEE500;
    gap: 0.8rem;
}

/* Bottom ticker */
.rb-hero-ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--rb-purple-dark);
    overflow: hidden;
    padding: 0.75rem 0;
    z-index: 3;
}

.rb-ticker-track {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    animation: marqueeScroll 25s linear infinite;
    font-family: 'Abril Fatface', serif;
    font-size: 0.78rem;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
}

.rb-ticker-track .rb-tsep { color: rgba(255,255,255,0.35); }

/* ─────────────────────────────────────────────
   STATS BAR
   ───────────────────────────────────────────── */
.rb-stats-bar {
    background: #ffffff;
    border-top: 1px solid rgba(155,89,182,0.15);
    border-bottom: 1px solid rgba(155,89,182,0.15);
    padding: 2.5rem 2rem;
}

.rb-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.rb-stat-item {
    text-align: center;
    padding: 0 2rem;
    position: relative;
}

.rb-stat-item + .rb-stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(0,0,0,0.1);
}

.rb-stat-num {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--rb-purple-light);
    line-height: 1;
    margin-bottom: 0.4rem;
    text-shadow: 0 0 30px rgba(155,89,182,0.45);
}

.rb-stat-label {
    font-size: 0.75rem;
    color: #666666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ─────────────────────────────────────────────
   OVERVIEW
   ───────────────────────────────────────────── */
.rb-overview {
    background: #f5f5f5;
    padding: 110px 2rem;
    overflow: hidden;
    position: relative;
}

.rb-overview-bg-text {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    font-family: 'Abril Fatface', serif;
    font-size: clamp(6rem, 18vw, 18rem);
    color: rgba(155,89,182,0.06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -5px;
}

.rb-overview-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.rb-section-label {
    font-size: 0.72rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--rb-purple);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rb-section-label::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: rgba(155,89,182,0.35);
}

.rb-overview-text h2 {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: 1.05;
    color: #1a1a1a;
    margin-bottom: 1.8rem;
    letter-spacing: 1px;
}

.rb-overview-text p {
    font-size: 0.95rem;
    line-height: 2.1;
    color: #555555;
    margin-bottom: 1.2rem;
}

.rb-overview-text p strong {
    color: #222222;
    font-weight: 700;
}

.rb-overview-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.rb-feat-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.85rem;
    color: #555555;
    letter-spacing: 0.5px;
}

.rb-feat-item i {
    font-size: 1.1rem;
    color: var(--rb-purple-light);
    flex-shrink: 0;
}

/* Overview visual */
.rb-overview-visual { display: flex; flex-direction: column; gap: 1.5rem; }

.rb-overview-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(155,89,182,0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 0 40px rgba(155,89,182,0.06);
}

.rb-overview-img-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1a0f2a 0%, #0f0820 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.rb-rainbow-bars {
    display: flex;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}

.rb-bar { flex: 1; }

.rb-img-label {
    position: relative;
    z-index: 1;
    font-family: 'Abril Fatface', serif;
    font-size: clamp(0.8rem, 2vw, 1rem);
    letter-spacing: 6px;
    color: rgba(255,255,255,0.15);
    text-transform: uppercase;
    text-align: center;
}

/* Info Cards */
.rb-overview-info-cards {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.rb-info-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-left: 3px solid var(--rb-purple);
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.35s ease;
}

.rb-info-card:hover {
    background: rgba(155,89,182,0.05);
    border-color: rgba(155,89,182,0.25);
    border-left-color: var(--rb-purple-light);
    transform: translateX(6px);
}

.rb-info-card .card-ico {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(155,89,182,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--rb-purple-light);
    flex-shrink: 0;
}

.rb-info-card .card-text-wrap { flex: 1; }

.rb-info-card .card-title {
    font-size: 0.72rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.rb-info-card .card-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

/* ─────────────────────────────────────────────
   RAINBOW MARQUEE DIVIDER
   ───────────────────────────────────────────── */
.rb-marquee-divider {
    background: linear-gradient(90deg,
        rgba(255,0,24,0.8) 0%,
        rgba(255,165,44,0.8) 17%,
        rgba(255,255,65,0.8) 34%,
        rgba(0,128,24,0.8) 51%,
        rgba(0,0,249,0.8) 68%,
        rgba(134,0,125,0.8) 85%,
        rgba(155,89,182,0.8) 100%
    );
    overflow: hidden;
    padding: 0.85rem 0;
    position: relative;
    z-index: 10;
}

.rb-marquee-track {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    animation: marqueeScroll 22s linear infinite;
    font-family: 'Abril Fatface', serif;
    font-size: 0.82rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.95);
    text-transform: uppercase;
}

.rb-marquee-track .rbmx { color: rgba(255,255,255,0.5); }

/* ─────────────────────────────────────────────
   PERFORMERS
   ───────────────────────────────────────────── */
.rb-performers {
    background: #ffffff;
    padding: 110px 2rem;
    overflow: hidden;
}

.rb-performers-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.rb-performer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.rb-performer-card {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.rb-performer-card:hover { transform: translateY(-8px); }

.rb-performer-photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,0.08);
    background: #181818;
}

.rb-photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: rgba(155,89,182,0.25);
    background: linear-gradient(135deg, #1a0f2a 0%, #12091f 100%);
    transition: all 0.4s ease;
}

.rb-performer-card:hover .rb-photo-placeholder {
    color: rgba(155,89,182,0.5);
}

/* Rainbow border on hover */
.rb-performer-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(135deg,
        rgba(255,0,24,0) 0%,
        rgba(155,89,182,0) 100%
    ) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.rb-performer-card:hover .rb-performer-photo::after {
    opacity: 1;
    background: linear-gradient(135deg,
        rgba(255,0,24,0.8) 0%,
        rgba(255,165,44,0.8) 20%,
        rgba(255,255,65,0.8) 40%,
        rgba(0,128,24,0.8) 60%,
        rgba(0,0,249,0.8) 80%,
        rgba(134,0,125,0.8) 100%
    ) border-box;
}

.rb-performer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1rem;
    transition: opacity 0.35s ease;
    border-radius: 12px;
}

.rb-performer-card:hover .rb-performer-overlay { opacity: 1; }

.rb-performer-socials {
    display: flex;
    gap: 0.6rem;
}

.rb-performer-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(155,89,182,0.2);
    border: 1px solid rgba(155,89,182,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--rb-purple-light);
    transition: all 0.3s ease;
}

.rb-performer-socials a:hover {
    background: var(--rb-purple);
    color: #fff;
}

.rb-performer-info { text-align: center; }

.rb-performer-name {
    font-family: 'Abril Fatface', serif;
    font-size: 1.05rem;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 0.35rem;
    transition: color 0.3s ease;
}

.rb-performer-card:hover .rb-performer-name { color: var(--rb-purple-light); }

.rb-performer-role {
    font-size: 0.72rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888888;
}

/* TBA card */
.rb-tba-photo {
    background: linear-gradient(135deg, #1a1a1a 0%, #111 100%) !important;
}

.rb-tba-photo i {
    color: rgba(255,255,255,0.12) !important;
    font-size: 2.8rem !important;
}

.rb-performers-note {
    text-align: center;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.rb-performers-note p {
    font-size: 0.82rem;
    color: #888888;
    letter-spacing: 2px;
}

/* ─────────────────────────────────────────────
   VIDEO
   ───────────────────────────────────────────── */
.rb-video-section {
    background: #f5f5f5;
    padding: 100px 2rem;
}

.rb-video-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.rb-video-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #050505;
    border: 1px solid rgba(155,89,182,0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 0 40px rgba(155,89,182,0.06);
    margin-top: 3.5rem;
}

.rb-video-wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%; /* 16:9 */
}

/* Rainbow top bar on video */
.rb-video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--rb-red) 0%, var(--rb-orange) 17%,
        var(--rb-yellow) 34%, var(--rb-green) 51%,
        var(--rb-blue) 68%, var(--rb-violet) 85%,
        var(--rb-purple) 100%
    );
    z-index: 5;
}

.rb-video-wrapper iframe,
.rb-video-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.rb-video-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a0f2a 0%, #0d0818 50%, #0f1a2a 100%);
    cursor: pointer;
    transition: background 0.4s ease;
}

.rb-video-placeholder:hover {
    background: linear-gradient(135deg, #220f35 0%, #110a20 50%, #121f35 100%);
}

.rb-play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(155,89,182,0.15);
    border: 2px solid rgba(155,89,182,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--rb-purple-light);
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.rb-play-btn::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(155,89,182,0.25);
    animation: rbPlayRing 2.5s ease-in-out infinite;
}

@keyframes rbPlayRing {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50%       { transform: scale(1.12); opacity: 1; }
}

.rb-video-placeholder:hover .rb-play-btn {
    background: rgba(155,89,182,0.35);
    border-color: var(--rb-purple);
    transform: scale(1.08);
    box-shadow: 0 0 40px rgba(155,89,182,0.4);
}

.rb-video-label {
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
}

/* ─────────────────────────────────────────────
   TICKETS
   ───────────────────────────────────────────── */
.rb-tickets {
    background: #ffffff;
    padding: 110px 2rem;
    position: relative;
    overflow: hidden;
}

.rb-tickets::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(ellipse, rgba(155,89,182,0.04) 0%, transparent 65%);
    pointer-events: none;
}

.rb-tickets-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.rb-ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.rb-ticket-card {
    border-radius: 12px;
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.rb-ticket-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(0,0,0,0.06);
    transition: background 0.4s ease;
}

.rb-ticket-card.ticket-featured {
    background: rgba(155,89,182,0.07);
    border-color: rgba(155,89,182,0.35);
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 0 30px rgba(155,89,182,0.1);
}

.rb-ticket-card.ticket-featured::after {
    background: linear-gradient(90deg,
        var(--rb-red) 0%, var(--rb-orange) 17%,
        var(--rb-yellow) 34%, var(--rb-green) 51%,
        var(--rb-blue) 68%, var(--rb-violet) 85%,
        var(--rb-purple) 100%
    );
}

.rb-ticket-card .ticket-recommend-badge {
    background: var(--rb-purple);
}

.rb-ticket-card:hover:not(.ticket-featured) {
    border-color: rgba(155,89,182,0.3);
    background: rgba(155,89,182,0.04);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.rb-ticket-card:hover:not(.ticket-featured)::after {
    background: linear-gradient(90deg, transparent, rgba(155,89,182,0.4), transparent);
}

.rb-ticket-card .ticket-type-label {
    color: var(--rb-purple-light);
}

.rb-ticket-card .ticket-features li i.bi-check-circle-fill {
    color: var(--rb-purple-light);
}

.rb-ticket-card.ticket-featured .ticket-buy-btn {
    background: var(--rb-purple);
    color: #fff;
    box-shadow: 0 8px 30px rgba(155,89,182,0.3);
}

.rb-ticket-card.ticket-featured .ticket-buy-btn:hover {
    background: var(--rb-purple-light);
    box-shadow: 0 12px 40px rgba(155,89,182,0.45);
    transform: translateY(-2px);
}

.rb-ticket-card:not(.ticket-featured) .ticket-buy-btn {
    border: 1.5px solid rgba(155,89,182,0.35);
    color: var(--rb-purple-light);
}

.rb-ticket-card:not(.ticket-featured) .ticket-buy-btn:hover {
    background: rgba(155,89,182,0.15);
    border-color: var(--rb-purple);
    color: #fff;
}

.rb-tickets-cta {
    text-align: center;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.rb-tickets-cta p {
    font-size: 0.85rem;
    color: #888888;
    margin-bottom: 1.8rem;
    letter-spacing: 1px;
}

/* ─────────────────────────────────────────────
   FAQ
   ───────────────────────────────────────────── */
.rb-faq {
    background: #f5f5f5;
    padding: 110px 2rem;
}

.rb-faq-inner {
    max-width: 780px;
    margin: 0 auto;
}

.rb-faq-list {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
}

.rb-faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
}

.rb-faq-item:last-child { border-bottom: none; }

.rb-faq-q {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.3s ease, border-left 0.2s ease;
    user-select: none;
    border-left: 3px solid transparent;
}

.rb-faq-q:hover { background: rgba(155,89,182,0.05); }

.rb-faq-q.is-open {
    background: rgba(155,89,182,0.07);
    border-left-color: var(--rb-purple);
}

.rb-faq-q .faq-q-mark { color: var(--rb-purple-light); }

.rb-faq-q.is-open .faq-chevron {
    transform: rotate(180deg);
    color: var(--rb-purple-light);
}

.rb-faq-a {
    display: none;
    padding: 0.5rem 2rem 1.5rem calc(2rem + 1.5rem + 1.2rem);
    animation: fadeSlideDown 0.3s ease;
}

.rb-faq-a.is-open { display: block; }

.rb-faq-a p {
    font-size: 0.88rem;
    line-height: 2.1;
    color: #555555;
    margin: 0;
}

.rb-faq-a ul {
    margin: 0.8rem 0 0;
    padding-left: 0;
    list-style: none;
}

.rb-faq-a ul li {
    font-size: 0.88rem;
    line-height: 2;
    color: #555555;
    position: relative;
    padding-left: 1.2rem;
}

.rb-faq-a ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--rb-purple);
    font-size: 0.75rem;
}

/* ─────────────────────────────────────────────
   SOCIAL CTA
   ───────────────────────────────────────────── */
.rb-social-cta {
    background: #080808;
    padding: 80px 2rem;
    text-align: center;
    border-top: 1px solid rgba(155,89,182,0.15);
    position: relative;
    overflow: hidden;
}

.rb-social-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(155,89,182,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.rb-social-cta .rb-section-label { justify-content: center; }

.rb-social-cta h2 {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.rb-social-cta p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

.rb-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.rb-social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(155,89,182,0.1);
    border: 1px solid rgba(155,89,182,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--rb-purple-light);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.rb-social-icons a:hover {
    background: var(--rb-purple);
    border-color: var(--rb-purple);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(155,89,182,0.35);
}

/* ─────────────────────────────────────────────
   SHARED SECTION HEADER (reused from stepc.css pattern)
   ───────────────────────────────────────────── */
.rb-performers .section-header,
.rb-video-section .section-header,
.rb-tickets .section-header,
.rb-faq .section-header {
    text-align: center;
    margin-bottom: 0;
}

.rb-performers .section-header .section-label,
.rb-video-section .section-header .section-label,
.rb-tickets .section-header .section-label,
.rb-faq .section-header .section-label {
    color: var(--rb-purple);
}

/* Section h2 on light backgrounds */
.rb-stats-bar .section-header h2,
.rb-overview .section-header h2,
.rb-performers .section-header h2,
.rb-video-section .section-header h2,
.rb-tickets .section-header h2,
.rb-faq .section-header h2 {
    color: #1a1a1a;
}

/* ─────────────────────────────────────────────
   RAINBOW RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 992px) {
    /* Stats */
    .rb-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .rb-stat-item + .rb-stat-item::before { display: none; }

    /* Overview */
    .rb-overview-inner {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    /* Performers: 2 columns */
    .rb-performer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    /* Tickets */
    .rb-ticket-grid {
        grid-template-columns: 1fr 1fr;
    }
    .rb-ticket-card.ticket-featured { transform: none; }
}

@media (max-width: 768px) {
    /* Hero */
    .rb-hero-content {
        padding: 130px 1.5rem 110px;
    }
    .rb-meta-divider { display: none; }
    .rb-hero-meta { gap: 1rem; }

    /* Beams: hide on mobile */
    .rb-hero-beam { display: none; }

    /* Overview features: single column */
    .rb-overview-features { grid-template-columns: 1fr; }

    /* Performers: 2 columns on tablet */
    .rb-performer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Tickets: single column */
    .rb-ticket-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    /* FAQ padding */
    .rb-faq-q { padding: 1.2rem 1.2rem; }
    .rb-faq-a { padding: 0.5rem 1.2rem 1.2rem 1.2rem; }
}

@media (max-width: 576px) {
    /* Stats: 2 columns */
    .rb-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Hero actions: stack */
    .rb-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Performers: single column */
    .rb-performer-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Overview img */
    .rb-overview-img-placeholder { aspect-ratio: 16/9; }

    /* Section padding reduction */
    .rb-overview,
    .rb-performers,
    .rb-video-section,
    .rb-tickets,
    .rb-faq {
        padding: 70px 1.5rem;
    }
}

/* ─────────────────────────────────────────────
   SHARED ANIMATIONS (marqueeScroll defined in stepc.css)
   ───────────────────────────────────────────── */
@keyframes fadeSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}
