/* ============================================
   JUNGLE PARTY EVENTS - Brand-Consistent Styles
   ============================================ */

/* ANIMATED GRADIENT BACKGROUND */
@keyframes jungleGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ============================================
   EVENT CAROUSEL (Homepage)
   ============================================ */
/* Outer section: full viewport width background */
.jungle-events-carousel {
    padding: 60px 0;
    background: #1a3a2a;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    overflow: visible;
    z-index: 10;
}

/* Inner container: 1140px centered, aligned with header/menu */
.jungle-events-carousel-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (max-width: 1180px) {
    .jungle-events-carousel-inner {
        padding: 0 40px;
    }
}

.jungle-events-grid {
    max-width: none !important;
}

.jungle-events-footer {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
}

.jungle-events-view-all-link {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    background: #FFEB00;
    text-decoration: none;
    padding: 14px 28px;
    border: 4.8px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
}

.jungle-events-view-all-link:hover {
    background: #01FF4F;
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 #000;
}

.jungle-events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.jungle-events-title {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #01FF4F;
    margin: 0;
    letter-spacing: -1px;
}

.jungle-events-view-all {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFEB00;
    text-decoration: none;
    border: 4.8px solid #FFEB00;
    padding: 10px 24px;
    transition: all 0.3s ease;
}

.jungle-events-view-all:hover {
    background: #FFEB00;
    color: #000;
}

.jungle-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Carousel wrapper with arrows */
.jungle-carousel-wrapper {
    position: relative;
    z-index: 2;
}

.jungle-carousel-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
}
.jungle-carousel-track::-webkit-scrollbar { display: none; }

.jungle-carousel-track .jungle-event-card {
    flex: 0 0 calc((100% - 72px) / 4);
    scroll-snap-align: start;
}

@media (max-width: 1024px) {
    .jungle-carousel-track .jungle-event-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}
@media (max-width: 600px) {
    .jungle-carousel-track .jungle-event-card {
        flex: 0 0 100%;
    }
}

.jungle-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #FFEB00;
    border: 4.8px solid #000;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}
.jungle-carousel-arrow:hover {
    background: #01FF4F;
    transform: translateY(-50%) scale(1.1);
}
.jungle-carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.jungle-carousel-arrow.prev { left: -28px; }
.jungle-carousel-arrow.next { right: -28px; }

@media (max-width: 1200px) {
    .jungle-carousel-arrow.prev { left: 10px; }
    .jungle-carousel-arrow.next { right: 10px; }
}

@media (max-width: 1024px) {
    .jungle-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .jungle-events-grid {
        grid-template-columns: 1fr;
    }
    .jungle-events-title {
        font-size: 32px;
    }
    .jungle-events-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

/* HOMEPAGE SECTION (auto-injected) */
.jungle-events-homepage-section {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 10;
}

/* Fix carousel container - override Elementor's background-video 400px padding */
.elementor-element-b7b8db2 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/* Reduce space after the hero container on the homepage */
.elementor-element-72ca2b9 {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

/* Reduce space after the "About The Jungle Party" button */
.elementor-element-272d206 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove bottom margin on the button's immediate parent container in the hero */
.elementor-element-72ca2b9 .e-con-inner > *:last-child,
.elementor-element-72ca2b9 > .e-con-inner > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Reduce top margin on carousel container (comes right after hero) */
.elementor-element-b7b8db2 {
    margin-top: 0 !important;
}

/* Follow Us button — fixed bottom-right */
.elementor-element-2b7e335 {
    top: auto !important;
    bottom: 24px !important;
    right: 24px !important;
    left: auto !important;
}
@media (max-width: 768px) {
    .elementor-element-2b7e335 {
        bottom: 16px !important;
        right: 16px !important;
    }
}

/* ============================================
   NEXT EVENT HERO CARD
   ============================================ */
.jungle-next-event-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 48px 20px;
    position: relative;
    z-index: 5;
}

.jungle-next-event {
    width: 100%;
    max-width: 680px;
    background: #0a0e2a;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

/* Video background for hero card */
.jungle-next-event-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}

.jungle-next-event-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jungle-next-event-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,14,42,0.7) 0%, rgba(26,10,37,0.6) 50%, rgba(10,30,53,0.7) 100%);
    z-index: 1;
    border-radius: 20px;
}

.jungle-next-event:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 8px 8px 0 #01FF4F;
}

.jungle-next-event-label {
    background: rgba(1, 255, 79, 0.9);
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.jungle-next-event-pulse {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    animation: junglePulse 2s ease infinite;
}

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

.jungle-next-event-body {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
}

/* Speaker photo in hero card — reuses .jungle-card-speaker-img but override float */
.jungle-next-event-photo {
    flex-shrink: 0;
}

.jungle-next-event-photo .jungle-card-speaker-img {
    float: none;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-color: #01FF4F;
    margin-right: 0;
    margin-bottom: 0;
}

.jungle-next-event-info {
    flex: 1;
    min-width: 0;
}

.jungle-next-event-info .jungle-talks-pill {
    margin-bottom: 8px;
}

.jungle-next-event-category {
    display: inline-block;
    background: #FFEB00;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 3px 8px;
    margin-bottom: 8px;
}

.jungle-next-event-title {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.jungle-next-event-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.jungle-next-event-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.jungle-ne-icon {
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.jungle-next-event-cta {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.jungle-next-event-date-box {
    background: #01FF4F;
    color: #000;
    border: 3px solid #000;
    width: 72px;
    text-align: center;
    padding: 8px 4px;
}

.jungle-ne-month {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
}

.jungle-ne-day {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
}

.jungle-ne-weekday {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    opacity: 0.7;
}

.jungle-next-event-arrow {
    font-size: 20px;
    color: #01FF4F;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.jungle-next-event:hover .jungle-next-event-arrow {
    transform: translateX(4px);
}

/* Location link (clickable to Google Maps) */
.jungle-location-link {
    color: #E8552D;
    text-decoration: underline;
    text-decoration-color: rgba(232, 85, 45, 0.4);
    text-underline-offset: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.jungle-location-link:hover {
    color: #ff6b3d;
    text-decoration-color: #ff6b3d;
}

/* On dark backgrounds (cards), lighten the link */
.jungle-next-event .jungle-location-link,
.jungle-event-card .jungle-location-link {
    color: rgba(255, 180, 120, 0.7);
    text-decoration-color: rgba(255, 140, 90, 0.3);
}
.jungle-next-event .jungle-location-link:hover,
.jungle-event-card .jungle-location-link:hover {
    color: #ffaa7a;
    text-decoration-color: #ffaa7a;
}

/* Events page - next event section */
.jungle-events-page-next {
    padding: 60px 40px 0;
    background: #000;
    display: flex;
    justify-content: center;
}

.jungle-events-page-next .jungle-next-event {
    max-width: 900px;
}

/* Responsive next-event */
@media (max-width: 768px) {
    .jungle-next-event-wrapper {
        padding: 0 16px 20px;
        display: flex;
        justify-content: center;
    }
    .jungle-next-event {
        border-radius: 16px;
        max-width: 100%;
        width: 100%;
    }
    .jungle-next-event-video-bg {
        border-radius: 16px;
    }
    .jungle-next-event-overlay {
        border-radius: 16px;
    }
    .jungle-next-event-label {
        font-size: 9px;
        padding: 6px 16px;
        justify-content: center;
    }
    .jungle-next-event-body {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 16px;
        gap: 14px;
        align-items: center;
    }
    /* Show photo on mobile — circular */
    .jungle-next-event-photo {
        display: block;
        flex-shrink: 0;
    }
    .jungle-next-event-photo .jungle-card-speaker-img {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }
    .jungle-next-event-info {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .jungle-next-event-info .jungle-talks-pill {
        align-self: center;
        margin-bottom: 6px;
    }
    .jungle-next-event-title {
        font-size: 16px;
        margin-bottom: 4px;
        text-align: left;
    }
    .jungle-next-event-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .jungle-next-event-meta-item {
        font-size: 11px;
    }
    .jungle-next-event-cta {
        flex-shrink: 0;
    }
    .jungle-next-event-date-box {
        width: 52px;
        padding: 4px 2px;
        border-width: 2px;
    }
    .jungle-ne-month { font-size: 9px; }
    .jungle-ne-day { font-size: 22px; }
    .jungle-ne-weekday { font-size: 8px; }
    .jungle-next-event-arrow {
        display: none;
    }
}

/* ============================================
   PAST EVENTS (muted styling)
   ============================================ */
.jungle-events-past {
    background: #111;
}

.jungle-events-past .jungle-events-title {
    color: #666;
}

.jungle-events-past .jungle-event-card {
    opacity: 0.6;
    filter: saturate(0.4);
    transition: all 0.4s ease;
}

.jungle-events-past .jungle-event-card:hover {
    opacity: 1;
    filter: saturate(1);
}

/* JUNGLE TALKS PILL */
.jungle-talks-pill {
    display: inline-block;
    background: #01FF4F;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 4px 14px;
    border-radius: 20px;
    align-self: flex-start;
}

/* ============================================
   EVENT CARD — Modern Psychedelic Style
   ============================================ */
@keyframes jungleCardGradient {
    0%, 100% { background-position: 0% 50%; }
    25% { background-position: 100% 0%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
}

.jungle-event-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 320px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.jungle-event-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(1, 255, 79, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    z-index: 10;
}

/* Animated gradient background layer */
.jungle-card-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(0,119,255,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(131,56,236,0.5) 0%, transparent 55%),
        radial-gradient(ellipse at 60% 10%, rgba(1,255,79,0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 10% 90%, rgba(255,235,0,0.3) 0%, transparent 45%),
        linear-gradient(135deg, #0a0e2a 0%, #1a0a25 50%, #0a1e35 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 200% 200%, 100% 100%;
    animation: jungleCardGradient 10s ease infinite;
    z-index: 0;
}

/* Glass overlay for depth */
.jungle-event-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Card content layer */
.jungle-card-inner {
    position: relative;
    z-index: 2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    height: 100%;
    overflow: hidden;
    text-align: left;
}

/* Header: photo floated left, text wraps around and below */
.jungle-card-header {
    display: block;
}

.jungle-card-speaker-img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    border: 2.5px solid rgba(1, 255, 79, 0.6) !important;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    float: left;
    margin-right: 14px;
    margin-bottom: 6px;
    shape-outside: circle(50%);
}

.jungle-card-header-text {
    display: block;
}

.jungle-event-card-title {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
    color: #fff;
    letter-spacing: -0.3px;
    text-align: left;
}

.jungle-card-speaker-name {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.3px;
    text-align: left;
    margin-top: 3px;
}

/* Card description */
.jungle-card-desc {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Meta section */
.jungle-event-card-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
}

.jungle-event-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    text-align: left;
}

.jungle-meta-icon {
    font-size: 12px;
    width: 18px;
    text-align: center;
}

/* Footer */
.jungle-event-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
    width: 100%;
}

.jungle-event-price {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #01FF4F;
}

.jungle-event-cta {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}

.jungle-event-card:hover .jungle-event-cta {
    color: #01FF4F;
}

/* Responsive card text */
@media (max-width: 600px) {
    .jungle-event-card { height: 300px; }
    .jungle-event-card-title {
        font-size: 13px;
    }
    .jungle-card-speaker-name {
        font-size: 10px;
    }
    .jungle-card-desc {
        font-size: 10px;
        -webkit-line-clamp: 2;
    }
    .jungle-event-meta-item {
        font-size: 10px;
    }
    .jungle-event-price {
        font-size: 13px;
    }
    .jungle-card-speaker-img {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px;
        min-height: 46px;
        max-width: 46px;
        max-height: 46px;
    }
    .jungle-card-inner {
        padding: 12px;
        gap: 5px;
    }
    .jungle-talks-pill {
        font-size: 8px;
        padding: 3px 10px;
        letter-spacing: 2px;
    }
}

/* ============================================
   SINGLE EVENT PAGE
   ============================================ */

/* Hero Section */
.jungle-single-event-hero {
    background: linear-gradient(135deg, #ff006e, #8338ec, #01FF4F, #FFEB00, #fb5607, #8338ec);
    background-size: 400% 400%;
    animation: jungleGradient 10s ease infinite;
    padding: 50px 40px 60px;
    text-align: center;
    position: relative;
    border: 4.8px solid #000;
}

.jungle-single-event-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.8px;
    background: #000;
}

.jungle-event-hero-badge {
    display: inline-block;
    background: #FFEB00;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border: 3px solid #000;
    margin-bottom: 24px;
}

.jungle-single-event-title {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #000;
    line-height: 1.05;
    margin: 0 0 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -2px;
}

.jungle-event-hero-meta {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .jungle-event-wrapper {
        padding: 80px 0 40px !important;
    }
    .jungle-single-event-hero {
        padding: 50px 16px 30px;
        border-left: none;
        border-right: none;
        text-align: center;
    }
    .jungle-single-event-title {
        font-size: 28px;
        letter-spacing: -1px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .jungle-event-hero-meta {
        font-size: 14px;
    }
    .jungle-event-hero-badge {
        font-size: 10px;
        padding: 4px 12px;
        margin-bottom: 16px;
    }
    .jungle-event-metadata {
        padding: 16px !important;
        gap: 12px;
    }
    .jungle-event-content {
        padding: 16px !important;
    }
    .jungle-event-speaker {
        padding: 16px !important;
    }
}

/* Metadata Grid */
.jungle-event-metadata {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #fff;
    border-bottom: 4.8px solid #000;
}

.jungle-event-metadata-item {
    padding: 24px 32px;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.jungle-event-metadata-item:last-child {
    border-right: none;
}

.jungle-metadata-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 6px;
}

.jungle-metadata-value {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.jungle-metadata-value.price {
    color: #01FF4F;
    font-size: 20px;
}

@media (max-width: 768px) {
    .jungle-event-metadata {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .jungle-event-metadata {
        grid-template-columns: 1fr;
    }
}

/* Content Area */
.jungle-event-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
}

.jungle-event-content h2 {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #fff;
}

.jungle-event-content,
.jungle-event-content p,
.jungle-event-content li,
.jungle-event-content span,
.jungle-event-content div {
    color: #fff !important;
}

.jungle-event-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.jungle-event-content a {
    color: #01FF4F !important;
    text-decoration: underline;
}

/* Speaker Bio */
.jungle-event-speaker {
    background: #f5f5f5;
    padding: 48px 40px;
    border-top: 4.8px solid #000;
    border-bottom: 4.8px solid #000;
}

.jungle-event-speaker-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.jungle-speaker-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4.8px solid #000;
    object-fit: cover;
    flex-shrink: 0;
}

.jungle-speaker-photo-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4.8px solid #000;
    background: linear-gradient(135deg, #01FF4F, #FFEB00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    flex-shrink: 0;
}

.jungle-speaker-info h3 {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin: 0 0 4px;
}

.jungle-speaker-name {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 12px;
    color: #000;
}

.jungle-speaker-bio-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 600px) {
    .jungle-event-speaker-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* CTA Section */
.jungle-event-cta-section {
    background: #000;
    padding: 40px;
    text-align: center;
}

.jungle-event-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.jungle-btn {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 32px;
    border: 4.8px solid #000;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.jungle-btn-green {
    background: #01FF4F;
    color: #000;
}

.jungle-btn-green:hover {
    background: #00cc3f;
    box-shadow: 4px 4px 0 #01FF4F;
}

.jungle-btn-yellow {
    background: #FFEB00;
    color: #000;
}

.jungle-btn-yellow:hover {
    background: #e6d400;
    box-shadow: 4px 4px 0 #FFEB00;
}

/* More Events Section */
.jungle-more-events {
    padding: 60px 40px;
    background: #f5f5f5;
}

.jungle-more-events h2 {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 32px;
}

.jungle-more-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .jungle-more-events-grid {
        grid-template-columns: 1fr;
    }
}

.jungle-mini-card {
    background: #fff;
    border: 3px solid #000;
    padding: 16px;
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease;
}

.jungle-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 0 #01FF4F;
}

.jungle-mini-card-title {
    font-family: "Helv Ext BLK", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 8px;
}

.jungle-mini-card-meta {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;
}
