/* ============================================================
   WHAT'S NEXT HERO
   ============================================================ */
.whats-next-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-image: url('../images/whats-next-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.whats-next-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.whats-next-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 64px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    gap: 24px;
}

.whats-next-hero-presents {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.whats-next-hero-logo {
    height: 24px;
    width: auto;
    display: block;
}

.whats-next-hero-presents-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.whats-next-hero-heading {
    font-family: 'Zen Dots', sans-serif;
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0;
    letter-spacing: 0.01em;
}

.whats-next-hero-description {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    max-width: 480px;
    margin: 0;
}

.whats-next-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #7D0C00;
    color: #fff;
    text-decoration: none;
    padding: 18px 48px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    width: fit-content;
    transition: background 0.2s ease;
}

.whats-next-hero-cta:hover {
    background-color: #5c0900;
    color: #fff;
}

.whats-next-hero-badge {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 180px;
    height: auto;
    z-index: 3;
    pointer-events: none;
}

/* ============================================================
   WHAT'S NEXT MARQUEE
   ============================================================ */
.whats-next-marquee {
    background-color: #54008D;
    overflow: hidden;
    padding: 32px 0;
}

.whats-next-marquee-track {
    display: flex;
    width: max-content;
    animation: whats-next-marquee-scroll 40s linear infinite;
}

.whats-next-marquee-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.whats-next-marquee-item,
.whats-next-marquee-dot {
    font-family: 'DM Sans', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #54008D;
    paint-order: stroke fill;
    -webkit-text-stroke-width: 2.8px;
    -webkit-text-stroke-color: #FFF;
    padding: 0 32px;
    white-space: nowrap;
}

.whats-next-marquee-dot {
    padding: 0 8px;
}

@keyframes whats-next-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-25%); }
}

/* ============================================================
   WHAT'S NEXT ABOUT EVENT
   ============================================================ */
.whats-next-about-event {
    background-image: url('../images/about-event-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whats-next-about-event-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    line-height: 1.5;
    text-align: center;
    max-width: 880px;
    margin: 0;
    color: #6D6D6D;
}

.whats-next-about-event-word {
    transition: color 0.3s ease;
}

.whats-next-about-event-word.is-active {
    color: #54008D;
}

@media (max-width: 768px) {
    .whats-next-about-event {
        padding: 80px 24px;
    }
}

/* ============================================================
   WHAT'S NEXT EVENT CALENDAR
   ============================================================ */
.whats-next-event-calendar {
    position: relative;
    background-image: url('../images/event-calendar-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 24px;
    overflow: hidden;
}

.whats-next-event-calendar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
    z-index: 1;
}

.whats-next-event-calendar-inner {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.whats-next-event-card {
    position: relative;
    width: 100%;
    background-image: url('../images/about-event-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 96px;
    align-items: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.whats-next-event-card-pin {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: auto;
    z-index: 2;
}

.whats-next-event-card-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
}

.whats-next-event-card-title {
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.whats-next-event-card-cta {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #7D0C00;
    color: #fff;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 18px 36px;
    transition: background 0.2s ease;
}

.whats-next-event-card-cta:hover {
    background-color: #5c0900;
}

.whats-next-event-card-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.whats-next-event-card-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.whats-next-event-card-label {
    color: #111;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.whats-next-event-card-value {
    color: #4B007D;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

.whats-next-event-card-subvalue {
    color: #4B007D;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.8;
}

/* Countdown */
.whats-next-countdown {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #fff;
}

.whats-next-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.whats-next-countdown-value {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.whats-next-countdown-label {
    margin-top: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
}

.whats-next-countdown-sep {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1;
    color: #fff;
}

@media (max-width: 768px) {
    .whats-next-event-calendar {
        padding: 80px 16px;
    }

    .whats-next-event-card {
        grid-template-columns: 1fr;
        padding: 40px 28px;
        gap: 32px;
    }

    .whats-next-event-card-title {
        font-size: 48px;
    }

    .whats-next-event-card-value {
        font-size: 22px;
    }

    .whats-next-event-card-pin {
        width: 56px;
        top: -26px;
    }

    .whats-next-countdown-unit {
        min-width: 64px;
    }

    .whats-next-countdown {
        gap: 12px;
    }
}

/* ============================================================
   WHAT'S NEXT SPEAKER
   ============================================================ */
.whats-next-speaker {
    background-color: #000;
    padding: 40px 24px 100px;
}

.whats-next-speaker-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.whats-next-speaker-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.whats-next-speaker-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 80px;
}

.whats-next-speaker-title {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.whats-next-speaker-description {
    color: #EBDDDD;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.whats-next-speaker-card {
    margin-top: 16px;
    background-color: #fff;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.whats-next-speaker-card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.whats-next-speaker-card-role {
    color: #111;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.whats-next-speaker-card-name {
    color: #111;
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.whats-next-speaker-card-link {
    display: inline-flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.whats-next-speaker-card-link img {
    width: 28px;
    height: 28px;
    display: block;
    transition: transform 0.2s ease;
}

.whats-next-speaker-card-link:hover img {
    transform: translate(2px, -2px);
}

@media (max-width: 768px) {
    .whats-next-speaker {
        padding: 64px 16px;
    }

    .whats-next-speaker-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .whats-next-speaker-content {
        padding-right: 0;
    }

    .whats-next-speaker-title {
        font-size: 40px;
    }

    .whats-next-speaker-card-name {
        font-size: 26px;
    }
}

/* ============================================================
   WHAT'S NEXT SCHEDULE
   ============================================================ */
.whats-next-schedule {
    background-color: #4B007D;
    padding: 100px 24px 80px;
    overflow: visible;
    position: relative;
}

.whats-next-schedule-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1.4fr;
    gap: 80px;
    align-items: start;
}

.whats-next-schedule-photo {
    position: relative;
    transform: rotate(-4deg) translateX(-100px) scale(1.12);
    transform-origin: left center;
    margin-bottom: -160px;
    z-index: 3;
}

.whats-next-schedule-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.whats-next-schedule-content {
    color: #fff;
    padding-top: 24px;
}

.whats-next-schedule-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}

.whats-next-schedule-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

.whats-next-schedule-rule {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.whats-next-schedule-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.whats-next-schedule-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.whats-next-schedule-item:first-child {
    border-top: none;
    padding-top: 0;
}

.whats-next-schedule-time {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.whats-next-schedule-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whats-next-schedule-item-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0;
}

.whats-next-schedule-item-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

@media (max-width: 900px) {
    .whats-next-schedule {
        padding: 48px 24px 56px;
        position: relative;
    }

    .whats-next-schedule-inner {
        display: block;
        max-width: none;
    }

    .whats-next-schedule-photo {
        position: absolute;
        top: -60px;
        right: 30px;
        width: 36%;
        max-width: 200px;
        transform: rotate(-6deg);
        transform-origin: center center;
        margin: 0;
        z-index: 3;
    }

    .whats-next-schedule-content {
        position: relative;
        padding-top: 0;
    }

    .whats-next-schedule-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px;
        max-width: 55%;
    }

    .whats-next-schedule-title {
        white-space: normal;
        font-size: clamp(1.75rem, 7vw, 2.25rem);
    }

    .whats-next-schedule-rule {
        width: 80px;
        flex: 0 0 auto;
    }

    .whats-next-schedule-item {
        grid-template-columns: 110px 1fr;
        gap: 16px;
        padding: 24px 0;
    }

    .whats-next-schedule-time {
        font-size: 0.85rem;
    }

    .whats-next-schedule-item-title {
        font-size: 0.95rem;
    }

    .whats-next-schedule-item-desc {
        font-size: 0.85rem;
    }
}

/* ============================================================
   WHAT'S NEXT SECURE SEAT
   ============================================================ */
.whats-next-secure-seat {
    position: relative;
    background-image: url('../images/about-event-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0 0;
    overflow: hidden;
}

.whats-next-secure-seat-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding: 0 24px 80px;
}

.whats-next-secure-seat-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.whats-next-secure-seat-title {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.whats-next-secure-seat-description {
    color: #111;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.whats-next-secure-seat-form-wrap {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.whats-next-secure-seat-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.whats-next-secure-seat-form-heading {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.whats-next-secure-seat-form-title {
    color: #4B007D;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.whats-next-secure-seat-form-subtitle {
    color: #6D6D6D;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.whats-next-secure-seat-field {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

.whats-next-secure-seat-field:focus-within {
    border-color: #4B007D;
}

.whats-next-secure-seat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #9A9A9A;
    flex-shrink: 0;
}

.whats-next-secure-seat-icon svg {
    width: 20px;
    height: 20px;
}

.whats-next-secure-seat-field input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 14px 14px 14px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: #111;
    outline: none;
    width: 100%;
}

.whats-next-secure-seat-field input::placeholder {
    color: #9A9A9A;
}

.whats-next-secure-seat-submit {
    margin-top: 8px;
    background-color: #7D0C00;
    color: #fff;
    border: none;
    padding: 18px 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s ease;
}

.whats-next-secure-seat-submit:hover {
    background-color: #5c0900;
}

.whats-next-secure-seat-audience {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .whats-next-secure-seat {
        padding: 120px 0 0;
    }

    .whats-next-secure-seat-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 16px 56px;
    }

    .whats-next-secure-seat-title {
        font-size: 40px;
    }

    .whats-next-secure-seat-description {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 150%;
    }
}

@media (max-width: 600px) {
    .page-template-page-whats-next .footer-logo-overlap {
        top: -38px;
    }
}

@media (max-width: 768px) {
    .whats-next-hero-content {
        padding: 0 24px 56px;
        gap: 20px;
    }

    .whats-next-hero-cta {
        padding: 16px 36px;
        width: 100%;
    }

    .whats-next-hero-badge {
        right: 20px;
        bottom: auto;
        top: 22%;
        width: 170px;
    }
}

@media (max-width: 1100px) {
    .page-template-page-whats-next .footer-logo-overlap {
        top: -55px;
    }
}

@media (max-width: 900px) {
    .page-template-page-whats-next .footer-logo-overlap {
        top: -45px;
    }
}

@media (max-width: 480px) {
    .page-template-page-whats-next .footer-logo-overlap {
        top: -35px;
    }
}
