/* ============================================================
   baupart EXPO´26 — Standalone page styles
   Mobile-first responsive, square-cornered baupart aesthetic
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
    font-family: "Open Sans Expo";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/open-sans-v40-latin-regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Expo";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/open-sans-v40-latin-italic.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Expo";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/open-sans-v40-latin-600.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Expo";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/open-sans-v40-latin-700.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Expo";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/open-sans-v40-latin-800.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Rotis SansSerif Std Expo";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/RotisSansSerifStd-ExtraBold.otf") format("opentype");
    font-display: swap;
}

/* ---------- Tokens ---------- */
.expo-root {
    --direkt: #F56A00;
    --direkt-dark: #C25400;
    --komfort: #73A031;
    --komfort-dark: #5D8128;
    --objekt: #25A3B6;
    --objekt-dark: #1D8190;
    --anthracite: #4A4A49;
    --ink-700: #534F4C;
    --ink-600: #5C5C5B;
    --surface-dark: #444444;
    --gray-400: #A8A6A4;
    --gray-200: #E6E2E2;
    --green-tint: #E1E8DD;
    --accent: var(--direkt);
    --rail: 1180px;
    --font-body: "Open Sans Expo", "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-display: "Rotis SansSerif Std Expo", "Open Sans Expo", sans-serif;
    --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.25);

    font-family: var(--font-body);
    color: var(--anthracite);
    font-size: 16px;
    line-height: 1.55;
    background: #fff;
}

.expo-root *, .expo-root *::before, .expo-root *::after {
    box-sizing: border-box;
}

.expo-root a {
    color: inherit;
    text-decoration: none;
}

.expo-root img {
    max-width: 100%;
    display: block;
}

.expo-root h1, .expo-root h2, .expo-root h3 {
    margin: 0;
}

.expo-root p {
    margin: 0;
}

.expo-root ::selection {
    background: var(--accent);
    color: #fff;
}

/* ---------- Chevron utility ---------- */
.expo-chev {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.expo-chev path {
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.expo-chev--bold path {
    stroke-width: 3;
}

/* ---------- Hero ---------- */
.expo-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background: var(--surface-dark);
    overflow: hidden;
    color: #fff;
}

.expo-hero__bg {
    position: absolute;
    inset: 0;
    background: #2a2a29 center/cover no-repeat;
    overflow: hidden;
}

.expo-hero__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}

.expo-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, .30) 0%, rgba(34, 34, 34, .45) 42%, rgba(34, 34, 34, .90) 100%);
}

.expo-hero__inner {
    position: relative;
    width: 100%;
    max-width: var(--rail);
    margin: 0 auto;
    padding: 32px 20px 40px;
    color: #FFFFFF;
}

.expo-hero__pill {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 18px;
}

.expo-hero__pill > span {
    padding: 9px 14px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .02em;
}

.expo-hero__pill-date {
    background: var(--accent);
    color: #fff;
    font-weight: 800;
}

.expo-hero__pill-loc {
    background: rgba(255, 255, 255, .92);
    color: var(--anthracite);
}

.expo-hero__title {
    font-family: var(--font-display);
    font-weight: 800;
    color: #ffffff;
    font-size: clamp(46px, 11vw, 96px);
    line-height: .96;
    letter-spacing: -.01em;
}

.expo-hero__sub {
    margin-top: 16px;
    font-size: 17px;
    font-weight: 700;
    max-width: 660px;
    line-height: 1.4;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
    color: #ffffff;
}

.expo-hero__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-end;
    margin-top: 26px;
}

.expo-countdown {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 14px;
    background: rgba(34, 34, 34, .55);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(3px);
}

.expo-countdown__unit {
    text-align: center;
    min-width: 60px;
}

.expo-countdown__num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.expo-countdown__lbl {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-top: 4px;
}

.expo-countdown__sep {
    font-size: 26px;
    opacity: .4;
    margin-top: -10px;
}

.expo-btn {
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 16px;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: #fff;
    transition: filter .18s ease;
}

.expo-btn:hover {
    filter: brightness(.92);
}

.expo-btn--outline {
    background: #fff;
    border: 1px solid var(--accent);
    color: var(--anthracite);
}

.expo-btn--outline:hover {
    background: var(--accent);
    color: #fff;
    filter: none;
}

@media (min-width: 720px) {
    .expo-hero {
        min-height: 600px;
    }

    .expo-hero__inner {
        padding: 0 40px 48px;
    }

    .expo-hero__pill > span {
        font-size: 18px;
        padding: 9px 16px;
    }

    .expo-hero__sub {
        font-size: 21px;
    }

    .expo-countdown {
        gap: 8px;
        padding: 16px 22px;
    }

    .expo-countdown__unit {
        min-width: 92px;
    }

    .expo-countdown__num {
        font-size: 46px;
    }

    .expo-countdown__lbl {
        font-size: 14px;
    }

    .expo-countdown__sep {
        font-size: 34px;
        margin-top: -12px;
    }

    .expo-btn {
        padding: 16px 26px;
        font-size: 18px;
    }
}

/* ---------- Section head ---------- */
.expo-section {
    max-width: var(--rail);
    margin: 0 auto;
    padding: 48px 20px 8px;
}

@media (min-width: 720px) {
    .expo-section {
        padding: 64px 40px 8px;
    }
}

.expo-head {
    max-width: 720px;
}

.expo-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.expo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent);
}

.expo-head h2 {
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 700;
    line-height: 1.18;
    color: var(--anthracite);
    text-wrap: balance;
}

.expo-head__sub {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-600);
    max-width: 640px;
}

.expo-head--center .expo-head__sub {
    margin-inline: auto;
}

/* ---------- Save the Date ---------- */
.expo-std {
    display: grid;
    gap: 28px;
    margin-top: 0;
}

.expo-std__copy p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.65;
}

.expo-std__copy p.is-muted {
    color: var(--ink-600);
}

.expo-std__stats {
    display: grid;
    gap: 12px;
}

.expo-stat {
    border: 1px solid var(--gray-200);
    border-left: 8px solid var(--accent);
    padding: 16px 18px;
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.expo-stat__num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--accent);
    min-width: 70px;
}

.expo-stat__t {
    font-size: 16px;
    font-weight: 700;
    color: var(--anthracite);
}

@media (min-width: 900px) {
    .expo-std {
        grid-template-columns: 1.4fr 1fr;
        gap: 48px;
        align-items: start;
    }

    .expo-stat__num {
        font-size: 40px;
        min-width: 84px;
    }

    .expo-stat__t {
        font-size: 18px;
    }
}

/* ---------- Blog ---------- */
.expo-blog__featured {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--gray-200);
    background: #fff;
    cursor: pointer;
    transition: box-shadow .18s ease;
}

.expo-blog__featured:hover {
    box-shadow: var(--shadow-card);
}

.expo-blog__featured-img {
    min-height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.expo-blog__featured-body {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expo-blog__featured-body h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--anthracite);
    margin: 0 0 12px;
}

.expo-blog__featured-body p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink-600);
    margin: 0 0 14px;
}

.expo-blog__meta {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-600);
    margin-bottom: 12px;
}

@media (min-width: 900px) {
    .expo-blog__featured {
        grid-template-columns: 1.25fr 1fr;
    }

    .expo-blog__featured-img {
        min-height: 320px;
    }

    .expo-blog__featured-body {
        padding: 34px 38px;
    }

    .expo-blog__featured-body h3 {
        font-size: 28px;
    }

    .expo-blog__featured-body p {
        font-size: 18px;
    }
}

.expo-blog__grid {
    margin-top: 22px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}

@media (min-width: 600px) {
    .expo-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .expo-blog__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.expo-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: box-shadow .18s ease;
}

.expo-card:hover {
    box-shadow: var(--shadow-card);
}

.expo-card__img {
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.expo-card__img--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.expo-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.expo-card__meta {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-600);
    margin-bottom: 6px;
}

.expo-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--anthracite);
    margin: 0 0 6px;
}

.expo-card__teaser {
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-600);
    margin: 0;
    flex: 1;
}

.expo-card__more {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    color: var(--anthracite);
}

.expo-card:hover .expo-card__more {
    color: var(--accent);
}

/* Article modal */
.expo-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 12px;
    overflow: auto;
}

.expo-modal-overlay.is-open {
    display: flex;
}

.expo-modal {
    background: #fff;
    width: 1200px;
    max-width: 100%;
    position: relative;
}

.expo-modal__img {
    background: transparent;
    overflow: hidden;
}

.expo-modal__img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.expo-modal__img.is-empty {
    height: 200px;
    background: var(--accent);
}

@media (min-width: 700px) {
    .expo-modal.has-img .expo-modal__img {
        float: left;
        width: 33%;
        margin: 32px 24px 16px 32px;
        height: auto;
    }
    .expo-modal.has-img .expo-modal__img img {
        width: 100%;
    }
    .expo-modal.has-img .expo-modal__body {
        padding: 32px;
    }
    .expo-modal.has-img .expo-modal__body::after {
        content: "";
        display: block;
        clear: both;
    }
    .expo-modal.has-img .expo-modal__foot {
        clear: both;
    }
}

.expo-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    cursor: pointer;
    background: rgba(34, 34, 34, .65);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.expo-modal__body {
    padding: 24px 22px 30px;
}

.expo-modal__meta {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-600);
    margin-bottom: 10px;
}

.expo-modal__body h2 {
    font-size: 24px;
    line-height: 1.2;
    color: var(--anthracite);
    margin: 0 0 16px;
}

.expo-modal__lead {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--anthracite);
    margin: 0 0 16px;
}

.expo-modal__body .expo-modal__p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--anthracite);
    margin: 0 0 14px;
}

.expo-modal__foot {
    margin-top: 22px;
    border-top: 1px solid var(--gray-200);
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--ink-600);
}

.expo-modal__foot button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--anthracite);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 16px;
}

.expo-modal__foot button:hover {
    color: var(--accent);
}

@media (min-width: 700px) {
    .expo-modal-overlay {
        padding: 40px 20px;
    }

    .expo-modal__body {
        padding: 32px 44px 40px;
    }

    .expo-modal__body h2 {
        font-size: 30px;
    }

    .expo-modal__lead {
        font-size: 19px;
    }

    .expo-modal__body .expo-modal__p {
        font-size: 18px;
    }
}

.expo-loadmore {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.expo-blog__grid .expo-card.is-hidden {
    display: none;
}

/* ---------- Info section ---------- */
.expo-info {
    background: var(--green-tint);
    margin-top: 48px;
}

.expo-info__inner {
    max-width: var(--rail);
    margin: 0 auto;
    padding: 48px 20px 56px;
}

@media (min-width: 720px) {
    .expo-info__inner {
        padding: 64px 40px 68px;
    }
}

.expo-info__cards {
    margin-top: 28px;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .expo-info__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (min-width: 1000px) {
    .expo-info__cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

.expo-info-card {
    background: #fff;
    border-top: 8px solid var(--accent);
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.expo-info-card__icon {
    width: 44px;
    height: 44px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.expo-info-card__lbl {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-600);
    margin-top: 2px;
}

.expo-info-card__line {
    font-size: 18px;
    font-weight: 700;
    color: var(--anthracite);
    line-height: 1.5;
}

/* Shuttle + map */
.expo-shuttle {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--gray-200);
}

@media (min-width: 900px) {
    .expo-shuttle {
        grid-template-columns: 1fr 1fr;
    }
}

.expo-shuttle__panel {
    background: var(--surface-dark);
    color: #fff;
    padding: 28px 24px;
}

@media (min-width: 720px) {
    .expo-shuttle__panel {
        padding: 34px 38px;
    }
}

.expo-shuttle__head {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.expo-shuttle__head-icon {
    width: 40px;
    height: 40px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.expo-shuttle__head h3 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}

.expo-shuttle__intro {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85);
    padding-bottom: 20px;
}

.expo-shuttle__intro strong {
    color: #fff;
}

.expo-stops {
    margin-bottom: 20px;
}

.expo-stop {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.expo-stop__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expo-stop__dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--direkt);
}

.expo-stop__line {
    width: 2px;
    flex: 1;
    min-height: 50px;
    background: rgba(255, 255, 255, .35);
}

.expo-stop__body {
    padding-bottom: 14px;
}

.expo-stop:last-child .expo-stop__body {
    padding-bottom: 0;
}

.expo-stop__lbl {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.expo-stop__time {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
}

.expo-shuttle__hours {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}

.expo-shuttle__hours strong {
    color: #fff;
}

.expo-shuttle__note {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    font-style: italic;
}

.expo-map {
    position: relative;
    background: #EDEAE6;
    min-height: 280px;
    overflow: hidden;
}

@media (min-width: 900px) {
    .expo-map {
        min-height: 360px;
    }
}

.expo-map img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#expo-leaflet-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.expo-leaflet-pin {
    background: transparent !important;
    border: 0 !important;
}

.expo-map__pin {
    position: absolute;
    transform: translate(-50%, -100%);
}

.expo-map__pin-label {
    background: var(--surface-dark);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.expo-map__pin--start {
    left: 90%;
    top: 13%;
}

.expo-map__pin--end {
    left: 16%;
    top: 61%;
}

.expo-map__pin--end .expo-map__pin-label {
    background: var(--accent);
}

.expo-map__pin-tip {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid var(--surface-dark);
    margin: 0 auto;
}

.expo-map__pin--end .expo-map__pin-tip {
    border-top-color: var(--accent);
}

.expo-social {
    margin-top: 28px;
    background: #fff;
    border-top: 8px solid var(--accent);
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}

.expo-social__lbl {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-600);
    margin-bottom: 4px;
}

.expo-social__head {
    font-size: 18px;
    font-weight: 700;
    color: var(--anthracite);
}

.expo-social__icons {
    display: flex;
    gap: 10px;
}

.expo-social__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--gray-200);
    color: var(--anthracite);
    transition: background .15s ease, color .15s ease;
}

.expo-social__icon:hover {
    background: var(--accent);
    color: #fff;
}

.expo-social__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Dark-section variant (e.g. inside the newsletter copy column) */
.expo-social--on-dark {
    margin-top: 32px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 24px 0 0;
}
.expo-social--on-dark .expo-social__lbl {
    color: rgba(255, 255, 255, 0.7);
}
.expo-social--on-dark .expo-social__head {
    color: #fff;
}
.expo-social--on-dark .expo-social__icon {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}
.expo-social--on-dark .expo-social__icon:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

/* ---------- Program ---------- */
.expo-program__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
}

.expo-pill-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-tint);
    color: var(--anthracite);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
}

.expo-pill-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.expo-tabs {
    margin-top: 26px;
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--gray-200);
    flex-wrap: wrap;
}

.expo-tab {
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: var(--font-body);
    padding: 14px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    border-bottom: 4px solid transparent;
    margin-bottom: -1px;
}

.expo-tab__lbl {
    font-weight: 700;
    font-size: 17px;
    color: var(--anthracite);
}

.expo-tab__date {
    font-size: 14px;
    color: var(--ink-600);
}

.expo-tab.is-active {
    border-bottom-color: var(--accent);
}

.expo-tab.is-active .expo-tab__lbl {
    color: var(--accent);
}

@media (min-width: 720px) {
    .expo-tab {
        padding: 14px 26px 16px;
    }

    .expo-tab__lbl {
        font-size: 19px;
    }

    .expo-tab__date {
        font-size: 16px;
    }
}

.expo-timeline {
    margin-top: 24px;
    display: none;
}

.expo-timeline.is-active {
    display: block;
}

.expo-slot {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
}

@media (min-width: 720px) {
    .expo-slot {
        grid-template-columns: 92px 1fr;
        gap: 22px;
    }
}

.expo-slot__time {
    text-align: right;
    padding-top: 18px;
}

.expo-slot__time span {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 20px;
    color: var(--anthracite);
}

@media (min-width: 720px) {
    .expo-slot__time span {
        font-size: 22px;
    }
}

.expo-slot__rail {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
}

@media (min-width: 720px) {
    .expo-slot__rail {
        grid-template-columns: 24px 1fr;
        gap: 18px;
    }
}

.expo-slot__rail-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22px;
}

.expo-slot__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--gray-400);
}

.expo-slot--hl .expo-slot__dot {
    background: var(--accent);
    border-color: var(--accent);
}

.expo-slot__line {
    width: 2px;
    flex: 1;
    background: var(--gray-200);
}

.expo-slot__card {
    margin-bottom: 14px;
    background: #fff;
    border-left: 6px solid var(--accent);
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.expo-slot--hl .expo-slot__card {
    background: var(--green-tint);
}

.expo-slot__card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--anthracite);
    line-height: 1.25;
}

.expo-slot__card-place {
    font-size: 15px;
    color: var(--ink-600);
    margin-top: 4px;
}

.expo-tag {
    flex-shrink: 0;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 5px 11px;
}

@media (min-width: 720px) {
    .expo-slot__card {
        padding: 16px 22px;
    }

    .expo-slot__card-title {
        font-size: 19px;
    }

    .expo-slot__card-place {
        font-size: 16px;
    }

    .expo-tag {
        font-size: 14px;
    }
}

.expo-program__note {
    margin-top: 8px;
    padding: 18px 20px;
    border: 1px dashed var(--gray-400);
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink-600);
    font-size: 16px;
}

/* ---------- Newsletter / Anmeldung ---------- */
.expo-newsletter {
    background: var(--surface-dark);
    margin-top: 56px;
}

.expo-newsletter__inner {
    max-width: var(--rail);
    margin: 0 auto;
    padding: 48px 20px 56px;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    align-items: start;
}

@media (min-width: 900px) {
    .expo-newsletter__inner {
        padding: 64px 40px 72px;
        gap: 48px;
        grid-template-columns: 1fr 1.05fr;
    }
}

.expo-newsletter__copy {
    color: #fff;
}

.expo-newsletter__copy h2 {
    color: #ffffff;
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    line-height: 1.18;
}

.expo-newsletter__copy p {
    margin: 16px 0 22px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .82);
}

.expo-newsletter__bullets {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.expo-bullet {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.expo-bullet__check {
    width: 26px;
    height: 26px;
    background: var(--accent);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.expo-bullet__t {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.expo-newsletter__form {
    background: #fff;
    padding: 8px;
}

.expo-newsletter__form-head {
    background: var(--accent);
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
}

.expo-newsletter__form iframe {
    width: 100%;
    height: 560px;
    border: 0;
    display: block;
}

/* ---------- Partners ---------- */
.expo-tier {
    margin-top: 30px;
}

.expo-tier__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.expo-tier__name {
    background: transparent;
    color: var(--anthracite);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 0 8px;
    border-bottom: 4px solid var(--accent);
}

.expo-tier__name--premium  { border-bottom-color: var(--direkt); }
.expo-tier__name--top      { border-bottom-color: var(--objekt); }
.expo-tier__name--standard { border-bottom-color: var(--komfort); }
.expo-tier__name--basic    { border-bottom-color: var(--anthracite); }

.expo-tier__desc {
    font-size: 15px;
    color: var(--ink-600);
    line-height: 1.4;
    flex: 1;
    min-width: 200px;
}

.expo-tier__rule {
    flex: 1;
    height: 1px;
    background: var(--gray-200);
    min-width: 40px;
}

.expo-tier__items {
    display: grid;
    gap: 16px;
}

/* mobile defaults: fewer columns, scale up at breakpoints */
.expo-tier__items--premium  { grid-template-columns: repeat(1, 1fr); }
.expo-tier__items--top      { grid-template-columns: repeat(2, 1fr); }
.expo-tier__items--standard { grid-template-columns: repeat(2, 1fr); }
.expo-tier__items--basic {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.expo-tier__items--basic .expo-name-chip {
    width: auto;
}

.expo-logo-slot {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-left: 4px solid var(--anthracite);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.expo-logo-slot--premium  { height: 128px; }
.expo-logo-slot--top      { height: 100px; }
.expo-logo-slot--standard { height: 88px;  }

.expo-logo-slot img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.expo-logo-slot__placeholder {
    width: 100%;
    height: 100%;
    border: 1px dashed var(--gray-400);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--gray-400);
    font-style: italic;
}

@media (min-width: 600px) {
    .expo-tier__items--premium  { grid-template-columns: repeat(2, 1fr); }
    .expo-tier__items--top      { grid-template-columns: repeat(3, 1fr); }
    .expo-tier__items--standard { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
    .expo-tier__items--premium  { grid-template-columns: repeat(3, 1fr); }
    .expo-tier__items--top      { grid-template-columns: repeat(4, 1fr); }
    .expo-tier__items--standard { grid-template-columns: repeat(6, 1fr); }

    .expo-logo-slot--premium  { height: 150px; }
    .expo-logo-slot--top      { height: 112px; }
    .expo-logo-slot--standard { height: 96px;  }
}

.expo-name-chip {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-left: 4px solid var(--anthracite);
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 700;
    color: var(--anthracite);
}