@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    --em-primary: #0846ed;
    --em-primary-soft: #859aff;
    --em-bg: #f5f6ff;
    --em-surface: #ffffff;
    --em-surface-soft: #ecf0ff;
    --em-text: #292f3b;
    --em-muted: #565b69;
    --em-border: #d4ddf3;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--em-bg);
    color: var(--em-text);
}

.em-no-radius *,
.em-no-radius *::before,
.em-no-radius *::after {
    border-radius: 0 !important;
}

.em-full {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.em-hero-gallery {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.em-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.em-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.em-hero-gallery .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.em-hero-head {
    max-width: 820px;
    color: white;
}

.em-pill {
    display: inline-block;
    background: rgba(8, 70, 237, 0.12);
    color: var(--em-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 16px;
}

.em-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: white;
}
.em-date span {
    font-size: 40px;
    font-weight: bold;
    color: #f2eaea;
}
.em-subtitle {
    font-size: 25px;
    color: #f2eaea;
}

.em-slick {
    width: 100%;
    background: inherit;
}

.em-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.em-slick--gallery .em-slide {
    height: 60vh;
}

.em-slick--gallery .em-slide img {
    height: 100%;
}

.em-stats {
    background: var(--em-bg);
}
.em-hero-stats .container {
    padding: 0 !important;
}

.em-content-center {
    display: flex;
    height: 100vh;
    justify-content: center;
}

.em-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.em-stat {
    background: var(--em-surface);
    border: 1px solid var(--em-border);
    padding: 10px;
    border-right: none;
    text-align: center;
} 
.em-meta-label {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--em-muted);
    font-weight: 700;
}

.em-meta-value {
    font-weight: 600;
    display: block;
    margin-top: 6px;
}

.em-countdown {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: start;
}

.em-countdown-item { 
    min-width: 70px;
}

.em-countdown-number {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.em-b-right-s {
    border-right: 1px solid var(--em-border) !important;
}

.em-countdown-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--em-muted);
}

.em-section {
    background: var(--em-bg);
}

.em-section-alt {
    background: var(--em-surface-soft);
}

.em-section-title {
    font-family: 'Manrope', sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 24px;
}

.em-section-title.center {
    text-align: center;
}

.em-section-head {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 32px;
}

.em-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    align-items: center;
    width: 100%;
}

.em-rich p {
    color: var(--em-muted);
    margin-bottom: 16px;
}

.em-speaker-slide,
.em-sponsor-slide {
    padding: 16px;
}

.em-speaker-thumb {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
}

.em-speaker-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% !important;
}

.em-speaker-name {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.em-speaker-role {
    color: var(--em-muted);
    font-size: 14px;
    margin: 4px 0 0;
    font-weight: 700;
}

.em-sponsor-card {
    min-height: 140px;
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 16px;
    text-align: center;
}

.em-sponsor-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50% !important;
}

.em-sponsors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.em-venue {
    text-align: center;
}

@media (max-width: 768px) {
    .em-sponsors-grid {
        grid-template-columns: 1fr;
    }
}

.em-empty {
    padding: 60px 0;
    text-align: center;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    background: transparent;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 999px !important;
}

.slick-dots li.slick-active button {
    background: #000000 !important;
}

.event-manager-hero {
    padding: 70px 0 40px;
}

.event-manager-search {
    padding: 24px 0 10px;
}

.event-manager-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.event-manager-filters input,
.event-manager-filters select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--em-border);
    background: var(--em-surface);
}

.event-manager-button {
    background: var(--em-primary);
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.event-manager-listing {
    padding: 24px 0 70px;
}

.event-manager-card {
    background: var(--em-surface);
    overflow: hidden;
    border: 1px solid var(--em-border);
}

.event-manager-card-image {
    display: block;
    padding-top: 58%;
    background-size: cover;
    background-position: center;
}

.event-manager-card-body {
    padding: 16px;
}

.event-manager-badge {
    display: inline-block;
    background: rgba(8, 70, 237, 0.1);
    color: var(--em-primary);
    font-weight: 700;
    padding: 4px 10px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.event-manager-date {
    color: var(--em-muted);
    font-size: 0.9rem;
}

.event-manager-excerpt {
    color: var(--em-muted);
}

.event-manager-pagination {
    margin-top: 24px;
}

.event-manager-empty {
    padding: 40px 0;
    text-align: center;
}

.em-listing {
    padding: 60px 0 90px;
}

.em-listing-template {
    padding: 60px 0 90px;
}

.em-listing-hero {
    margin-bottom: 32px;
}

.em-listing-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 0 0 16px;
}

.em-listing-title span {
    color: var(--em-primary);
}

.em-listing-subtitle {
    color: var(--em-muted);
    max-width: 720px;
    font-size: 1rem;
}

.em-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 24px;
}

.em-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.em-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--em-surface-soft);
}

.em-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.em-card:hover .em-card-media img {
    transform: scale(1.05);
}

.em-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(245, 246, 255, 0.85);
    padding: 6px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: var(--em-primary);
}

.em-card-body {
    display: flex;
    gap: 20px;
}

.em-card-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 46px;
}

.em-card-day {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: var(--em-primary);
    line-height: 1;
}

.em-card-month {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--em-muted);
    font-weight: 700;
}

.em-card-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 8px;
}

.em-card-title a {
    color: inherit;
    text-decoration: none;
}

.em-card-title a:hover {
    color: var(--em-primary);
}

.em-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--em-muted);
    margin-bottom: 8px;
}

.em-card-excerpt {
    color: var(--em-muted);
    font-size: 14px;
    margin-bottom: 12px;
}

.em-card-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: var(--em-primary);
    text-decoration: none;
}

.em-event-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.em-event-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--em-surface-soft);
}

.em-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.em-event-card:hover .em-event-media img {
    transform: scale(1.05);
}

.em-event-body {
    display: flex;
    gap: 20px;
}

.em-event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 46px;
}

.em-event-day {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: var(--em-primary);
    line-height: 1;
}

.em-event-month {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--em-muted);
    font-weight: 700;
}

.em-event-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 8px;
}

.em-event-title a {
    color: inherit;
    text-decoration: none;
}

.em-event-title a:hover {
    color: var(--em-primary);
}

.em-event-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--em-muted);
    margin-bottom: 8px;
}

.em-event-excerpt {
    color: var(--em-muted);
    font-size: 14px;
    margin-bottom: 12px;
}

.em-event-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: var(--em-primary);
    text-decoration: none;
}

.event-manager-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
.em-speaker-links a {
    font-size: 13px;
}
.em-schedule-list {
    text-align: center;
}

@media (max-width: 900px) {
    .em-grid-2 {
        grid-template-columns: 1fr;
    }

    .em-stats-grid {
        grid-template-columns: 1fr;
    }

    .event-manager-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .event-manager-grid-cards {
        grid-template-columns: 1fr;
    }

    .em-listing-grid {
        grid-template-columns: 1fr;
    }
}

/* Speakers grid (image left, text right) */
.em-speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.em-speaker-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: start;
}

.em-speaker-bio {
    color: var(--em-muted);
    margin-top: 6px;
    font-size: 14px;
}


.em-h-200 {
    height: 200px !important;
}
.em-cover {
    object-fit: cover !important;
}

.event-parent-container > .block-title{
    padding: 20px 0 !important;
}
.event-parent-container .block-body{
    padding: 10px 0;
}

.em-max-h {
    max-height: 410px !important;
    object-fit: cover !important;
}
.mt-4 {
    margin-top: 40px;
}
.pl-0 { 
    padding: 20px 0 !important;
}
.text-center {
    text-align: center !important;
}