/* Expo landing hero — matches expo hero design (orange #FF9130, blue overlay, Poppins) */

:root {
    --expo-orange: #ff9130;
    --expo-orange-hover: #ff7a00;
    --expo-hero-ink: #0a2a3d;
    --expo-form-text: #1a2b3c;
    --expo-muted: #6b7c8a;
}

.expo-page .main {
    padding-top: 0;
}

/* ——— Hero ——— */
.expo-hero {
    position: relative;
    min-height: min(88vh, 860px);
    display: flex;
    align-items: flex-start;
    /* Tighter under sticky header: less top padding, content starts near nav */
    padding: clamp(0.65rem, 2vw, 1.1rem) 0 clamp(2.25rem, 5vw, 3.5rem);
    overflow: hidden;
    font-family: "Poppins", system-ui, sans-serif;
}

/* Pull hero content slightly closer to header on expo landing only */
.expo-page .expo-hero__inner .row {
    --bs-gutter-y: 1rem;
}

.expo-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("../img/banner/hero-expo.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.expo-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(5, 38, 62, 0.92) 0%,
        rgba(5, 48, 78, 0.82) 45%,
        rgba(8, 55, 88, 0.68) 100%
    );
}

.expo-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Left column: vertical stack, strictly left-aligned (matches reference hero) */
.expo-hero__col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    row-gap: 0;
}

.expo-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
    padding: 0.45rem 1rem 0.45rem 0.65rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 24, 48, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.expo-hero__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1;
}

.expo-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 4.5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
    align-self: stretch;
}

.expo-hero__lead {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: clamp(1rem, 2vw, 1.12rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.94);
}

/* 2027 page only: venue/date/entry cards under lead */
.vega-2027-page .expo-hero__event-meta {
    width: 100%;
    margin: 0 0 1.55rem;
}

.vega-2027-page .expo-hero__event-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(18, 30, 56, 0.12);
    background: rgba(247, 249, 252, 0.96);
}

.vega-2027-page .expo-hero__event-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
    color: #be202d;
    background: rgba(190, 32, 45, 0.12);
}

.vega-2027-page .expo-hero__event-label {
    margin: 0 0 0.15rem;
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5f6b7c;
}

.vega-2027-page .expo-hero__event-value {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1f2937;
}

/* 2027 page only: why this expo section below hero */
.vega-2027-page .expo-why {
    background: linear-gradient(180deg, #f7f8f7 0%, #f2f4f6 100%);
    padding: clamp(2.6rem, 5vw, 4rem) 0;
}

.vega-2027-page .expo-why__head {
    margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.vega-2027-page .expo-why__kicker {
    margin: 0 0 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(19, 29, 46, 0.12);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #334155;
    background: rgba(255, 255, 255, 0.9);
}

.vega-2027-page .expo-why__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d76624;
}

.vega-2027-page .expo-why__dot:last-child {
    background: #2aa7d8;
}

.vega-2027-page .expo-why__title {
    margin: 0 0 0.65rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4.1vw, 2.85rem);
    font-weight: 700;
    line-height: 1.16;
    color: #111827;
}

.vega-2027-page .expo-why__title-warm {
    color: #d56627;
}

.vega-2027-page .expo-why__title-cool {
    color: #556b87;
}

.vega-2027-page .expo-why__sub {
    margin: 0;
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.55;
    color: #64748b;
}

.vega-2027-page .expo-why__card {
    position: relative;
    height: 100%;
    padding: 1.25rem 1.2rem 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(30, 41, 59, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vega-2027-page .expo-why__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    border-color: rgba(30, 41, 59, 0.2);
}

.vega-2027-page .expo-why__card::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: 4px;
    border-radius: 999px;
}

.vega-2027-page .expo-why__card--warm::before {
    background: linear-gradient(90deg, #e56c24 0%, #c84f12 100%);
}

.vega-2027-page .expo-why__card--cool::before {
    background: linear-gradient(90deg, #2db8ea 0%, #1f94c9 100%);
}

.vega-2027-page .expo-why__num {
    position: absolute;
    top: 1rem;
    right: 1rem;
    min-width: 28px;
    padding: 0.16rem 0.42rem;
    border-radius: 999px;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(30, 41, 59, 0.65);
    background: rgba(100, 116, 139, 0.09);
}

.vega-2027-page .expo-why__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    font-size: 1.1rem;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
}

.vega-2027-page .expo-why__icon--warm {
    background: linear-gradient(180deg, #f07d2c 0%, #de5f12 100%);
}

.vega-2027-page .expo-why__icon--cool {
    background: linear-gradient(180deg, #2ec2f5 0%, #1b9fd2 100%);
}

.vega-2027-page .expo-why__card-title {
    margin: 0 0 0.52rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2vw, 1.82rem);
    font-weight: 700;
    line-height: 1.24;
    color: #111827;
}

.vega-2027-page .expo-why__card-copy {
    font-size: 0.94rem;
    line-height: 1.6;
    color: #64748b;
}

/* 2027 page only: moments gallery (below difference) */
.vega-2027-page .expo-moments {
    background: #f7f6f2;
    padding: clamp(2.8rem, 5vw, 4.2rem) 0;
}

.vega-2027-page .expo-moments__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.vega-2027-page .expo-moments__kicker {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d56627;
}

.vega-2027-page .expo-moments__title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.9rem, 4vw, 2.45rem);
    line-height: 1.15;
    color: #1e293b;
}

.vega-2027-page .expo-moments__sub {
    max-width: 44rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #64748b;
}

.vega-2027-page .expo-moments__meta {
    flex-shrink: 0;
    margin-top: 0.2rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(30, 41, 59, 0.14);
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    background: rgba(255, 255, 255, 0.88);
}

.vega-2027-page .expo-moments__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
        "hero hero hero hero hero hero tall tall tall tall tall tall"
        "hero hero hero hero hero hero s1 s1 s2 s2 s3 s3";
    gap: 0.95rem;
    align-items: stretch;
}

.vega-2027-page .expo-moments__tile {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    min-height: 210px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.vega-2027-page .expo-moments__tile:hover img {
    transform: scale(1.05);
}

.vega-2027-page .expo-moments__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.vega-2027-page .expo-moments__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 35%, rgba(15, 23, 42, 0.68) 100%);
}

.vega-2027-page .expo-moments__tile--hero {
    grid-area: hero;
    min-height: 438px;
}

.vega-2027-page .expo-moments__tile--tall {
    grid-area: tall;
    min-height: 210px;
}

.vega-2027-page .expo-moments__tile--small:nth-of-type(3) {
    grid-area: s1;
}

.vega-2027-page .expo-moments__tile--small:nth-of-type(4) {
    grid-area: s2;
}

.vega-2027-page .expo-moments__tile--small:nth-of-type(5) {
    grid-area: s3;
}

.vega-2027-page .expo-moments__tile--small {
    min-height: 218px;
}

.vega-2027-page .expo-moments__tag {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 2;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff7a2f;
    background: rgba(255, 255, 255, 0.92);
}

.vega-2027-page .expo-moments__caption {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.65rem;
    z-index: 2;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

/* 2027 page only: venue map section (below moments) */
.vega-2027-page .expo-venue-map {
    background: #f3eee1;
    padding: clamp(2.7rem, 5vw, 4rem) 0;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}

.vega-2027-page .expo-venue-map__head {
    margin-bottom: 1rem;
}

.vega-2027-page .expo-venue-map__kicker {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c24a1a;
}

.vega-2027-page .expo-venue-map__title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.4vw, 2.35rem);
    color: #1e293b;
    line-height: 1.2;
}

.vega-2027-page .expo-venue-map__sub {
    font-size: 0.92rem;
    color: #64748b;
}

.vega-2027-page .expo-venue-map__frame {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(30, 41, 59, 0.1);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
    min-height: 320px;
}

.vega-2027-page .expo-venue-map__frame iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.vega-2027-page .expo-venue-map__info {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.vega-2027-page .expo-venue-map__item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.8rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(30, 41, 59, 0.09);
    background: #fff;
}

.vega-2027-page .expo-venue-map__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.82rem;
    color: #c1121f;
    background: rgba(193, 18, 31, 0.12);
}

.vega-2027-page .expo-venue-map__item h3 {
    margin: 0 0 0.22rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #374151;
}

.vega-2027-page .expo-venue-map__item p {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #6b7280;
}

.vega-2027-page .expo-venue-map__btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    padding: 0.62rem 1rem;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff !important;
    background: #a40000;
    box-shadow: 0 8px 18px rgba(164, 0, 0, 0.3);
}

.vega-2027-page .expo-venue-map__btn:hover {
    background: #8c0000;
    color: #fff !important;
}

/* 2027 page only: reserve seat split section */
.vega-2027-page .expo-seat {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    padding: clamp(2.8rem, 5vw, 4.2rem) 0;
    position: relative;
}

.vega-2027-page .expo-seat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26px;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.05) 0%, rgba(30, 41, 59, 0) 100%);
    pointer-events: none;
}

.vega-2027-page .expo-seat__kicker {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b9451a;
}

.vega-2027-page .expo-seat__title {
    max-width: 30rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.95rem, 3.9vw, 2.75rem);
    line-height: 1.1;
    color: #1e293b;
}

.vega-2027-page .expo-seat__sub {
    max-width: 31rem;
    font-size: 0.93rem;
    line-height: 1.6;
    color: #64748b;
}

.vega-2027-page .expo-seat__pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #4b5563;
    background: rgba(36, 107, 174, 0.12);
    border: 1px solid rgba(36, 107, 174, 0.28);
}

.vega-2027-page .expo-seat__card {
    padding: 1.05rem 1rem 0.9rem;
    background: #ffffff;
    border: 1px solid rgba(36, 107, 174, 0.16);
    box-shadow: 0 18px 36px rgba(18, 52, 86, 0.12);
}

.vega-2027-page .expo-seat__form .form-group {
    margin-bottom: 0.55rem;
}

.vega-2027-page .expo-seat__form .btn-submit {
    margin-top: 0.15rem;
}

.vega-2027-page .expo-seat__note {
    margin-top: 0.55rem;
    font-size: 0.55rem;
    text-align: center;
    color: #9ca3af;
}

@media (max-width: 991.98px) {
    .vega-2027-page .expo-why__card-title {
        font-size: 1.45rem;
    }

    .vega-2027-page .expo-moments__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .vega-2027-page .expo-moments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "hero hero"
            "tall tall"
            "s1 s2"
            "s3 s3";
    }

    .vega-2027-page .expo-moments__tile--hero,
    .vega-2027-page .expo-moments__tile--tall,
    .vega-2027-page .expo-moments__tile--small {
        min-height: 240px;
    }

    .vega-2027-page .expo-venue-map__frame,
    .vega-2027-page .expo-venue-map__frame iframe {
        min-height: 280px;
    }

    .vega-2027-page .expo-seat__title,
    .vega-2027-page .expo-seat__sub {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .vega-2027-page .expo-why__kicker {
        font-size: 0.64rem;
        letter-spacing: 0.1em;
    }

    .vega-2027-page .expo-why__title {
        font-size: 1.8rem;
    }

    .vega-2027-page .expo-why__sub {
        font-size: 0.95rem;
    }

    .vega-2027-page .expo-moments__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "hero"
            "tall"
            "s1"
            "s2"
            "s3";
    }

    .vega-2027-page .expo-moments__tile--hero,
    .vega-2027-page .expo-moments__tile--tall,
    .vega-2027-page .expo-moments__tile--small {
        min-height: 235px;
    }
}

.expo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem 0.85rem;
    margin: 0 0 2rem;
    width: 100%;
}

.expo-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.expo-hero__btn:hover {
    color: inherit;
    transform: translateY(-1px);
}

.expo-hero__btn--primary {
    color: #fff;
    background: var(--expo-orange);
    border-color: var(--expo-orange);
    box-shadow: 0 10px 28px rgba(255, 145, 48, 0.35);
}

.expo-hero__btn--primary:hover {
    background: var(--expo-orange-hover);
    border-color: var(--expo-orange-hover);
    color: #fff;
}

.expo-hero__btn--ghost {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.85);
}

.expo-hero__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Stat cards — full width of left column; number + label like reference */
.expo-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    width: 100%;
    align-self: stretch;
    margin: 0;
}

@media (min-width: 576px) {
    .expo-hero__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

.expo-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.75rem 0.65rem 0.8rem;
    border-radius: 10px;
    background: rgba(30, 110, 165, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: left;
}

.expo-hero__stat-icon {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 0.1rem;
}

.expo-hero__stat-value {
    font-size: clamp(1.05rem, 2.4vw, 1.3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}

.expo-hero__stat-label {
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
}

/* ——— Form card ——— */
.expo-hero-form-wrap {
    position: relative;
}

.expo-hero-form {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 3vw, 1.85rem);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 20, 40, 0.22);
}

.expo-hero-form__accent {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--expo-orange);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(255, 145, 48, 0.35);
}

.expo-hero-form__title {
    margin: 0 0 0.35rem;
    padding-right: 2.75rem;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--expo-form-text);
}

.expo-hero-form__subtitle {
    margin: 0 0 1.35rem;
    font-size: 0.9rem;
    color: var(--expo-muted);
}

.expo-hero-form .form-group label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--expo-form-text);
}

.expo-hero-form .form-control,
.expo-hero-form .custom-input {
    border: 1px solid #d5dee6;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.92rem;
}

.expo-hero-form .form-control:focus,
.expo-hero-form .custom-input:focus {
    border-color: var(--expo-orange);
    box-shadow: 0 0 0 0.2rem rgba(255, 145, 48, 0.2);
}

.expo-hero-form .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    background: var(--expo-orange) !important;
    border: none !important;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(255, 145, 48, 0.35);
    transition: background 0.2s, transform 0.15s;
}

.expo-hero-form .btn-submit:hover {
    background: var(--expo-orange-hover) !important;
    transform: translateY(-1px);
}

.expo-hero-form .text-muted.small,
.expo-hero-form small.text-muted {
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--expo-muted) !important;
}

.expo-hero-form .text-muted a {
    color: var(--expo-orange);
    font-weight: 600;
    text-decoration: none;
}

.expo-hero-form .text-muted a:hover {
    text-decoration: underline;
}

/* intl-tel + OTP (hero form) */
.expo-hero-form .iti {
    width: 100%;
}

.expo-hero-form .iti__country-list,
.expo-hero-form .iti--container {
    z-index: 9999 !important;
}

.field-error {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 6px;
}

/* Hidden until mobile has 10 digits (otp-visible) or OTP send succeeded (active) */
.otp-wrap {
    display: none;
}

.expo-hero-form .otp-wrap.otp-visible,
.expo-hero-form .otp-wrap.active {
    display: block;
}

.otp-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.otp-input {
    height: 46px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.35rem;
}

#heroOtpTimer.text-primary {
    color: var(--expo-orange) !important;
}

.expo-hero-form__otp-hint {
    line-height: 1.45;
}

.expo-hero-form__verify-otp {
    font-weight: 700;
    color: #fff !important;
    background: var(--expo-orange) !important;
    border: none !important;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    box-shadow: 0 6px 18px rgba(255, 145, 48, 0.3);
}

.expo-hero-form__verify-otp:hover:not(:disabled) {
    background: var(--expo-orange-hover) !important;
    color: #fff !important;
}

.expo-hero-form__verify-otp:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.expo-hero-form__otp-verified {
    font-size: 0.9rem;
    font-weight: 600;
    color: #198754;
}

.expo-hero-form__otp-verified .bi {
    margin-right: 0.35rem;
}

/* Upcoming expo page: hero form uses expo card; override main.css enquiry / submit */
.upcoming-expo-page .expo-hero-form .btn-link {
    color: var(--expo-orange) !important;
}

.upcoming-expo-page .expo-hero-form .btn-link:hover {
    color: var(--expo-orange-hover) !important;
}

.upcoming-expo-page .expo-hero-form .btn-submit:hover {
    background: var(--expo-orange-hover) !important;
    background-image: none !important;
}

/* OTP success toast above intl-tel dropdowns */
.expo-otp-toast-container {
    z-index: 11000;
}

/* ——— Expo Locations (expo landing only) ——— */
.expo-locations-pro {
    --expo-loc-ink: #1a2b48;
    --expo-loc-muted: #6b7c8a;
    --expo-loc-peach: rgba(255, 145, 77, 0.22);
    background: #f5f8fc;
    font-family: "Poppins", system-ui, sans-serif;
}

.expo-locations-pro__head {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.expo-locations-pro__badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e86a1a;
    background: linear-gradient(180deg, rgba(255, 200, 160, 0.45) 0%, rgba(255, 230, 210, 0.65) 100%);
    border-radius: 999px;
    border: 1px solid rgba(255, 160, 90, 0.35);
}

.expo-locations-pro__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 3.5vw, 1.85rem);
    font-weight: 800;
    color: var(--expo-loc-ink);
    line-height: 1.2;
}

.expo-locations-pro__subtitle {
    font-size: 0.98rem;
    color: var(--expo-loc-muted);
    line-height: 1.55;
}

.expo-locations-pro__card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(26, 43, 72, 0.06);
    border-radius: 16px;
    padding: 1.5rem 1.35rem 1.35rem;
    box-shadow: 0 14px 36px rgba(20, 38, 61, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.expo-locations-pro__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(20, 38, 61, 0.12);
}

.expo-locations-pro__card-accent {
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    background: radial-gradient(
        circle at 35% 35%,
        rgba(255, 180, 130, 0.55) 0%,
        rgba(255, 210, 185, 0.25) 45%,
        transparent 70%
    );
    pointer-events: none;
}

.expo-locations-pro__pin {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #fff;
    background: var(--expo-orange);
    box-shadow: 0 8px 20px rgba(255, 145, 48, 0.35);
}

.expo-locations-pro__name {
    position: relative;
    z-index: 1;
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--expo-loc-ink);
    line-height: 1.25;
}

.expo-locations-pro__address {
    position: relative;
    z-index: 1;
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: var(--expo-loc-muted);
    line-height: 1.45;
}

.expo-locations-pro__rule {
    position: relative;
    z-index: 1;
    margin: 0 0 1rem;
    border: 0;
    border-top: 1px solid #e2e8f0;
    opacity: 1;
}

.expo-locations-pro__meta {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.expo-locations-pro__meta-line {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: var(--expo-loc-muted);
    line-height: 1.4;
}

.expo-locations-pro__meta-line .bi {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: var(--expo-orange);
    font-size: 1rem;
}

.expo-locations-pro__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    background: var(--expo-orange);
    border: none;
    box-shadow: 0 10px 24px rgba(255, 145, 48, 0.35);
    transition:
        background 0.2s,
        transform 0.15s;
}

.expo-locations-pro__btn:hover {
    background: var(--expo-orange-hover);
    color: #fff !important;
    transform: translateY(-1px);
}

.expo-locations-pro__btn .bi {
    font-size: 1rem;
}

/* ——— Past highlights / Glimpses (below locations) ——— */
.expo-past-highlights {
    --expo-ph-ink: #0f172a;
    --expo-ph-muted: #64748b;
    --expo-ph-badge-bg: #fff1e6;
    --expo-ph-badge-text: #ea580c;
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    background: #fff;
    font-family: "Poppins", system-ui, sans-serif;
}

.expo-past-highlights__media {
    position: relative;
    width: 100%;
}

.expo-past-highlights__media-link {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12), 0 8px 16px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.expo-past-highlights__media-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 32px 56px rgba(15, 23, 42, 0.14), 0 12px 24px rgba(15, 23, 42, 0.08);
}

.expo-past-highlights__media-link:focus-visible {
    outline: 3px solid var(--expo-orange);
    outline-offset: 4px;
}

.expo-past-highlights__media-link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    vertical-align: middle;
}

.expo-past-highlights__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(4rem, 12vw, 5rem);
    height: clamp(4rem, 12vw, 5rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff9a45 0%, var(--expo-orange) 55%, #e86a1a 100%);
    color: #fff;
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    line-height: 1;
    padding-left: 0.2em;
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.35),
        0 14px 32px rgba(234, 88, 12, 0.45);
    pointer-events: none;
    transition: transform 0.2s ease;
}

.expo-past-highlights__media-link:hover .expo-past-highlights__play {
    transform: translate(-50%, -50%) scale(1.06);
}

.expo-past-highlights__content {
    max-width: 34rem;
    padding-top: 0.25rem;
}

@media (min-width: 992px) {
    .expo-past-highlights__content {
        padding-left: 0.5rem;
    }
}

.expo-past-highlights__badge {
    display: inline-block;
    padding: 0.45rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--expo-ph-badge-text);
    background: var(--expo-ph-badge-bg);
    border-radius: 999px;
}

.expo-past-highlights__title {
    margin: 0 0 1rem;
    font-size: clamp(1.45rem, 3.2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--expo-ph-ink);
}

.expo-past-highlights__lead {
    margin: 0 0 1.35rem;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--expo-ph-muted);
}

.expo-past-highlights__list {
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
}

.expo-past-highlights__list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.85rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--expo-ph-muted);
}

.expo-past-highlights__list li:last-child {
    margin-bottom: 0;
}

.expo-past-highlights__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: var(--expo-orange);
    box-shadow: 0 4px 10px rgba(255, 145, 48, 0.35);
}

.expo-past-highlights__list li::after {
    content: "";
    position: absolute;
    left: 0.32rem;
    top: 0.48rem;
    width: 0.45rem;
    height: 0.25rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.expo-past-highlights__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.65rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffa14a 0%, var(--expo-orange) 45%, #e86a1a 100%);
    box-shadow: 0 12px 28px rgba(255, 145, 48, 0.4);
    transition:
        background 0.2s,
        transform 0.15s,
        box-shadow 0.2s;
}

.expo-past-highlights__cta:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(255, 145, 48, 0.48);
}

.expo-past-highlights__cta:focus-visible {
    outline: 3px solid rgba(255, 145, 48, 0.55);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .expo-past-highlights__content {
        max-width: none;
        text-align: left;
    }

    .expo-past-highlights .order-lg-1 {
        margin-bottom: 0.5rem;
    }
}

/* ——— The Difference — comparison (below past highlights) ——— */
.expo-difference {
    --expo-diff-bg: #f3f4f6;
    --expo-diff-ink: #1c1917;
    --expo-diff-muted: #64748b;
    --expo-diff-negative-title: #7f1d1d;
    --expo-diff-negative-icon: #b91c1c;
    --expo-diff-negative-footer: #991b1b;
    padding: clamp(3rem, 6vw, 4.75rem) 0;
    background: var(--expo-diff-bg);
    font-family: "Poppins", system-ui, sans-serif;
}

.expo-difference__head {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.expo-difference__kicker {
    margin: 0 0 0.65rem;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--expo-orange);
}

.expo-difference__title {
    margin: 0 0 1rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--expo-diff-ink);
}

.expo-difference__sub {
    margin: 0;
    max-width: 40rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--expo-diff-muted);
}

.expo-difference__card {
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 3vw, 1.75rem);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: left;
}

.expo-difference__card--negative {
    border-color: rgba(127, 29, 29, 0.12);
}

.expo-difference__card--positive {
    border: 2px solid rgba(255, 145, 48, 0.65);
    box-shadow:
        0 16px 44px rgba(255, 145, 48, 0.12),
        0 8px 24px rgba(15, 23, 42, 0.06);
}

.expo-difference__card-title {
    margin: 0 0 1.25rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    font-weight: 700;
    line-height: 1.3;
}

.expo-difference__card-title--negative {
    color: var(--expo-diff-negative-title);
}

.expo-difference__card-title--positive {
    color: #ea580c;
}

.expo-difference__list {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.expo-difference__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.55;
    color: #475569;
}

.expo-difference__list li:last-of-type {
    margin-bottom: 0;
}

.expo-difference__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.12rem;
    font-size: 0.75rem;
    line-height: 1;
}

.expo-difference__icon--bad {
    color: var(--expo-diff-negative-icon);
}

.expo-difference__icon--bad .bi {
    font-weight: 900;
}

.expo-difference__icon--good {
    color: var(--expo-orange);
}

.expo-difference__icon--good .bi {
    font-weight: 700;
}

.expo-difference__footer {
    padding-top: 1.1rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.55;
}

.expo-difference__footer--negative {
    color: var(--expo-diff-negative-footer);
}

.expo-difference__footer--positive {
    color: #ea580c;
    border-top-color: rgba(255, 145, 48, 0.35);
}

.expo-difference__footer-bit {
    display: inline;
}

.expo-difference__footer-bit .bi {
    font-size: 0.85em;
    vertical-align: -0.1em;
    margin-right: 0.15rem;
}

.expo-difference__footer-bit + .expo-difference__footer-bit::before {
    content: " ";
}

@media (max-width: 575.98px) {
    .expo-difference__footer-bit {
        display: block;
        margin-bottom: 0.35rem;
    }

    .expo-difference__footer-bit:last-child {
        margin-bottom: 0;
    }

    .expo-difference__footer-bit + .expo-difference__footer-bit::before {
        content: none;
    }
}

/* CTA block — same row as comparison cards, same section background */
.expo-difference__cta {
    margin-top: clamp(0.5rem, 2vw, 1rem);
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.expo-difference__cta-title {
    margin: 0 auto 1rem;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.28rem);
    font-weight: 700;
    line-height: 1.45;
    color: #333;
}

.expo-difference__cta-lead {
    margin: 0 auto 1.75rem;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.65;
    color: #666;
}

@media (min-width: 768px) {
    .expo-difference__cta-lead {
        margin-bottom: 2rem;
    }
}

.expo-difference__cta-btn {
    --expo-diff-cta-orange: #f38f31;
    --expo-diff-cta-orange-hover: #e07d22;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.75rem 1.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: var(--expo-diff-cta-orange);
    border: none;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(243, 143, 49, 0.35);
    transition:
        background 0.2s ease,
        transform 0.15s ease,
        box-shadow 0.2s ease;
}

.expo-difference__cta-btn:hover {
    background: var(--expo-diff-cta-orange-hover);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(243, 143, 49, 0.42);
}

.expo-difference__cta-btn:focus-visible {
    outline: 3px solid rgba(243, 143, 49, 0.45);
    outline-offset: 3px;
}

.expo-difference__cta-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.expo-difference__cta-btn-main .bi {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.expo-difference__cta-btn-sub {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 0.01em;
}

@media (max-width: 575.98px) {
    .expo-difference__cta-btn {
        max-width: none;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .expo-difference__cta-btn-main {
        font-size: 0.98rem;
    }

    .expo-difference__cta-btn-sub {
        font-size: 0.72rem;
    }
}

/* FAQ section (below sponsors) */
.expo-faq {
    background: #eef4f5;
    padding: clamp(2.75rem, 5vw, 4rem) 0;
}

.expo-faq__head {
    margin-bottom: 1.4rem;
}

.expo-faq__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    font-weight: 700;
    color: #1f2937;
}

.expo-faq__accordion {
    max-width: 980px;
    margin: 0 auto;
}

.expo-faq__accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
}

.expo-faq__accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.expo-faq__accordion .accordion-button {
    position: relative;
    padding: 1.05rem 2.6rem 1.05rem 0.95rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
    background: #fff;
    box-shadow: none;
    border: none;
}

.expo-faq__accordion .accordion-button::after {
    position: absolute;
    right: 0.95rem;
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem;
    opacity: 0.8;
}

.expo-faq__accordion .accordion-button:not(.collapsed) {
    color: #111827;
    background: #fff;
}

.expo-faq__accordion .accordion-body {
    padding: 0.2rem 0.95rem 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
}
