@charset "UTF-8";
/*!
Theme Name: Ajax
*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('webfonts/plus-jakarta-sans-latin-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 200 800;
    font-display: swap;
    src: url('webfonts/plus-jakarta-sans-latin-italic.woff2') format('woff2');
}

:root {
    --bs-font-sans-serif: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --rad-page-max: 620px;
    --rad-page-pad: clamp(12px, 3.6vw, 22px);
    --rad-card-gap: 5px;
    --rad-bg: #0d0f12;
    --rad-page-bg: #101214;
    --rad-card: #1b1f25;
    --rad-card-hover: #222832;
    --rad-card-soft: #252b34;
    --rad-accent: #d6a91d;
    --rad-accent-dark: #15120b;
    --rad-badge-concert: #b84d68;
    --rad-badge-neon: #2f8fa6;
    --rad-badge-party: #7b5db8;
    --rad-badge-openmic: #c1842f;
    --rad-badge-flohmarkt: #6f9b72;
    --event-type-badge-width: 90px;
    --rad-promo-bg: #eadfca;
    --rad-promo-border: rgba(0, 0, 0, 0.12);
    --rad-promo-chip: rgba(0, 0, 0, 0.06);
    --rad-promo-text: #141414;
}

body {
    background-color: #1c1d1f;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

a {
    z-index: 2;
}
a  video {
    z-index: 1;
}

#ajax {
    width: 100%;
    max-width: var(--rad-page-max);
    background-color: var(--rad-page-bg);
    padding:0;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.site-shell {
    min-height: 100vh;
}

.site-header {
    background: rgba(17, 17, 17, 0.96);
    position: sticky;
    top: 0;
    z-index: 20;
}

.front-action,
.front-events-link,
.event-detail-nav a,
.mitmachen-actions a,
.mitmachen-card a {
    background: #ffc107;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #111;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    padding: 10px 12px;
    text-decoration: none;
    text-align: center;
}

.front-action {
    align-items: center;
    min-height: 44px;
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
    width: 100%;
}

.front-action--events,
.front-action--mitmachen {
    background: #ffc107;
    color: #111;
}

.front-action:hover,
.front-action:focus {
    background: #111;
    border-color: #ffc107;
    color: #ffc107;
    text-decoration: none;
}

.front-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0 0;
}

.front-actions--single {
    display: block;
    margin: 16px 0 0;
}

.site-main {
    background: var(--rad-page-bg);
    color: #fff;
}

.site-header-profile {
    padding: 18px var(--rad-page-pad) 16px;
}

.profile-header {
    align-items: flex-start;
    display: grid;
    gap: clamp(10px, 3vw, 16px);
    grid-template-columns: clamp(132px, 34vw, 200px) minmax(0, 1fr);
}

.profile-avatar-link {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.profile-avatar {
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.profile-meta {
    min-width: 0;
    padding-left: clamp(6px, 2.6vw, 15px);
}

.profile-heading-row {
    align-items: center;
    display: flex;
    gap: 8px;
}

.profile-title-link {
    color: #fff;
    font-size: clamp(1.55rem, 5.4vw, 2rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
}

.profile-subline,
.profile-stats,
.profile-copy p {
    color: #fff;
    margin: 0;
}

.profile-subline {
    font-size: clamp(0.86rem, 3.4vw, 0.98rem);
    margin-top: 4px;
}

.profile-stats {
    display: flex;
    gap: clamp(7px, 2.4vw, 14px);
    flex-wrap: wrap;
    font-size: clamp(0.86rem, 3.4vw, 0.98rem);
    margin-top: clamp(8px, 2.8vw, 14px);
}

.profile-copy {
    margin-top: clamp(10px, 3vw, 16px);
}

.profile-copy p {
    font-size: clamp(0.9rem, 3.6vw, 1rem);
    line-height: 1.35;
}

.profile-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3.2vw, 16px);
    margin-top: clamp(12px, 3vw, 16px);
}

.profile-links a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: clamp(7px, 2.4vw, 10px);
    font-size: clamp(0.9rem, 3.6vw, 1rem);
    text-decoration: none;
}

.profile-links i {
    font-size: clamp(1.35rem, 5.6vw, 1.65rem);
}

.profile-links img {
    filter: brightness(0) invert(1);
    height: clamp(22px, 5.6vw, 27px);
    width: clamp(22px, 5.6vw, 27px);
}

.page-intro,
.page-content,
.text-page {
    background: #111;
    color: #fff;
    padding: 22px 16px;
}

/* GO-Seiten: Kein horizontales Padding am Hauptcontainer (damit der Hero 100% Rand-zu-Rand geht) */
.page-content.type-go_page,
.type-go_page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-intro h1,
.page-content h1,
.text-page h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 14px;
}

.content-article {
    overflow-wrap: anywhere;
}

.content-article a {
    color: #ffc107;
}

.text-page-content {
    color: #f4f4f4;
    font-size: 1rem;
    line-height: 1.55;
}

.front-page-content {
    padding-top: 8px;
}
.full-content {
    padding:0;
    margin: 0;
}


.wp-block-gallery-is-layout-flex {
    display: flex;
}

.link-to-event {
    display: block;
    width: 100%;
}

.event-list-section {
    background: var(--rad-page-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 20px var(--rad-page-pad) 22px;
}

.event-list-section-upcoming {
    padding-top: 42px;
}

.event-list-section-upcoming::before {
    background: linear-gradient(90deg, var(--rad-accent) 0, rgba(214, 169, 29, 0.08) 100%);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 0 14px;
    max-width: 280px;
    width: 42%;
}

.event-list-section + .event-list-section {
    padding-top: 5px;
}

.event-list-heading {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    width: 100%;
}

.event-list-subline {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.35;
    margin: -5px 0 16px;
}

.event-card-list {
    --event-card-media-size: 90px;
    display: grid;
    gap: var(--rad-card-gap);
    grid-template-columns: 1fr;
}

.event-card {
    align-items: center;
    background: var(--rad-card);
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: grid;
    grid-template-columns: var(--event-card-media-size) var(--event-card-media-size) minmax(0, 1fr);
    min-height: var(--event-card-media-size);
    margin-top: 0;
    overflow: visible;
    position: relative;
    text-decoration: none;
    touch-action: manipulation;
    transition: background-color 160ms ease, opacity 440ms ease, transform 440ms ease;
}

.event-card:active,
.event-card:focus,
.event-card:hover {
    background: var(--rad-card-hover);
    color: #fff;
    text-decoration: none;
}

.event-card.is-leaving {
    opacity: 0;
    transform: translateX(-50%);
    transition: transform 440ms ease, opacity 440ms ease;
}

.event-card-date {
    align-items: center;
    align-self: stretch;
    background: var(--rad-accent);
    color: var(--rad-accent-dark);
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--event-card-media-size);
    justify-content: center;
    line-height: 1;
    min-width: var(--event-card-media-size);
    padding: 8px 6px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    width: var(--event-card-media-size);
}

.event-card-thumb-wrap {
    align-items: center;
    align-self: stretch;
    background: var(--rad-bg);
    display: flex;
    flex: 0 0 var(--event-card-media-size);
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: var(--event-card-media-size);
}

.event-card-thumb {
    background: var(--rad-bg);
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.event-card-weekday {
    font-size: clamp(0.72rem, 1.8vw, 0.85rem);
    font-weight: 600;
    text-transform: uppercase;
}

.event-card-day {
    font-size: clamp(1.22rem, 3.8vw, 1.55rem);
    font-weight: 700;
    margin-top: 4px;
}

.event-card-time {
    background: var(--rad-bg);
    border-radius: 5px;
    color: #fff;
    font-size: clamp(0.58rem, 1.65vw, 0.76rem);
    font-weight: 600;
    margin-top: 8px;
    padding: 4px 6px;
    white-space: nowrap;
}

.event-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 12px 54px 12px 12px;
}

.event-card-title {
    color: #fff;
    font-size: clamp(1.02rem, 3.1vw, 1.19rem);
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.event-card-meta {
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    flex-direction: column;
    font-size: clamp(0.72rem, 2.4vw, 0.84rem);
    line-height: 1.24;
    margin-top: 4px;
    gap: 2px;
}

.event-card-meta-row {
    min-width: 0;
    overflow-wrap: anywhere;
}

.event-card-meta-row--price {
    color: var(--rad-accent);
    font-weight: 700;
}

.event-card-badge-row {
    --type-bg: #5d6268;
    --type-text: #fafafa;
    --series-bg: #c8cbce;
    --series-text: #383c40;
    align-items: center;
    display: grid;
    gap: 5px;
    grid-template-columns: var(--event-type-badge-width) auto minmax(0, 1fr);
    left: calc(66.667% - (var(--event-type-badge-width) / 2));
    margin-top: 0;
    max-width: none;
    min-width: 0;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.event-card-badge-row:not(:has(.event-card-badge--series)) {
    grid-template-columns: var(--event-type-badge-width);
}

.event-card-badge-row--party { --type-bg: #7c3f68; --type-text: #fff6fc; --series-bg: #d7bccf; --series-text: #4d243f; }
.event-card-badge-row--concert { --type-bg: #3e6280; --type-text: #f5faff; --series-bg: #b9cad6; --series-text: #29465d; }
.event-card-badge-row--open_mic { --type-bg: #8a5a3c; --type-text: #fff8f1; --series-bg: #dbc4b4; --series-text: #553622; }
.event-card-badge-row--karaoke { --type-bg: #69518a; --type-text: #faf6ff; --series-bg: #cbbfda; --series-text: #403157; }
.event-card-badge-row--flohmarkt { --type-bg: #62704b; --type-text: #f8faf3; --series-bg: #c4ccb5; --series-text: #3d472e; }
.event-card-badge-row--quiz { --type-bg: #4d6670; --type-text: #f5fcff; --series-bg: #b9c8ce; --series-text: #30454e; }
.event-card-badge-row--games { --type-bg: #39706b; --type-text: #f3fffd; --series-bg: #acd0cc; --series-text: #24504c; }
.event-card-badge-row--repair { --type-bg: #79613a; --type-text: #fff9ec; --series-bg: #d4c5a5; --series-text: #4e3e23; }
.event-card-badge-row--workshop { --type-bg: #785346; --type-text: #fff7f3; --series-bg: #d5beb5; --series-text: #4d332a; }
.event-card-badge-row--community { --type-bg: #596478; --type-text: #f7f9ff; --series-bg: #c0c7d2; --series-text: #354052; }
.event-card-badge-row--theater { --type-bg: #694855; --type-text: #fff7fa; --series-bg: #cfbbc2; --series-text: #432d36; }
.event-card-badge-row--other { --type-bg: #5d6268; --type-text: #fafafa; --series-bg: #c8cbce; --series-text: #383c40; }

.event-card-badge {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 24px;
    min-width: 0;
    padding: 6px 8px;
    text-transform: uppercase;
}

.event-card-badge--type {
    background: var(--type-bg);
    color: var(--type-text);
    inline-size: var(--event-type-badge-width);
    letter-spacing: 0.02em;
}

.event-card-badge--series {
    background: var(--series-bg);
    color: var(--series-text);
    justify-content: flex-start;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-card-badge-connector {
    color: rgba(255, 255, 255, 0.62);
    display: inline-flex;
    font-size: 0.76rem;
    line-height: 1;
}

.event-card-badges,
.event-badge {
    display: none;
}

.event-card-action {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
}

.event-card-outdated {
    opacity: 0.68;
}

@media (prefers-reduced-motion: reduce) {
    .event-card {
        transition: none;
    }
}

.event-promo-card {
    background: var(--rad-promo-bg);
    border: 1px solid var(--rad-promo-border);
    border-radius: 8px;
    color: var(--rad-promo-text);
    display: block;
    margin: 0;
    overflow: hidden;
}

.event-promo-card:hover,
.event-promo-card:focus {
    color: var(--rad-promo-text);
}

.event-promo-card__trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: var(--event-card-media-size);
    padding: 14px 15px;
    text-align: left;
    width: 100%;
}

.event-promo-card__content {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.event-promo-card__title {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
}

.event-promo-card__subtitle {
    display: block;
    font-size: 0.92rem;
    line-height: 1.25;
}

.event-promo-card__expand-cta {
    align-items: center;
    background: var(--rad-promo-chip);
    border-radius: 5px;
    color: #2b2b2b;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    padding: 8px 9px;
    white-space: nowrap;
}

.event-promo-card__expand-cta i {
    font-size: 0.95rem;
    transition: transform 160ms ease;
}

.event-promo-card.is-open .event-promo-card__expand-cta i {
    transform: rotate(180deg);
}

.event-promo-card__panel {
    border-top: 1px solid var(--rad-promo-border);
    padding: 0 15px 15px;
}

.event-promo-card__panel p {
    font-size: 0.93rem;
    line-height: 1.35;
    margin: 12px 0 0;
}

.event-promo-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
}

.event-promo-card__cta {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 7px;
    line-height: 1;
    padding: 10px 11px;
    text-decoration: none;
}

.event-promo-card__cta {
    background: #141414;
    color: #fff;
    white-space: nowrap;
}

.event-promo-card__cta:hover,
.event-promo-card__cta:focus {
    color: #fff;
}

.event-list-empty {
    background: var(--rad-card);
    border-radius: 8px;
    color: #fff;
    margin: 0;
    padding: 14px;
}

.weekly-events-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 900px) {
    .weekly-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 600px) {
    .weekly-events-grid {
        grid-template-columns: 1fr;
    }
}

.weekly-event-card {
    background: var(--rad-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    color: #fff;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.weekly-event-card:hover {
    background: var(--rad-card-hover);
}

.weekly-event-card__title {
    color: #ffc107;
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0;
}

.weekly-event-card__content {
    color: #ddd;
    font-size: 0.95rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.weekly-event-card__content p {
    margin: 0 0 12px;
}

.weekly-event-card__content p:last-child {
    margin-bottom: 0;
}

.weekly-event-card__content a:not(.btn) {
    color: #ffc107;
    text-decoration: underline;
}

.weekly-event-card__content img,
.weekly-event-card__content video {
    display: block;
    height: auto;
    max-width: 100%;
}

.front-event-preview {
    padding-top: 8px;
}

.front-events-link {
    margin-top: 12px;
}

.front-share {
    margin-top: 0;
}

.front-share h2 {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px;
}

.participation-preview {
    display: grid;
    gap: 30px;
}

.participation-section {
    display: grid;
    gap: 14px;
}

.participation-intro {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.5;
    margin: -2px 0 0;
}

.participation-category-grid,
.participation-format-grid,
.participation-people-grid {
    display: grid;
    gap: 10px;
}

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

.participation-card,
.participation-opportunity,
.participation-format,
.participation-person,
.participation-first-visit {
    background: var(--rad-card);
    border-radius: 8px;
    color: #fff;
}

.participation-card {
    display: grid;
    gap: 8px;
    min-height: 112px;
    padding: 16px 14px;
}

.participation-icon,
.participation-avatar {
    align-items: center;
    background: rgba(214, 169, 29, 0.14);
    border-radius: 50%;
    color: #ffc107;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.participation-icon i {
    font-size: 1rem;
    line-height: 1;
}

.participation-card h3,
.participation-opportunity h3,
.participation-format h3,
.participation-person h3,
.participation-first-visit h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.participation-card p,
.participation-opportunity p,
.participation-person p,
.participation-first-visit p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    line-height: 1.45;
    margin: 0;
}

.participation-heading {
    color: #fff;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.participation-opportunity-list {
    display: grid;
    gap: 8px;
}

.participation-opportunity {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 16px;
    min-height: 64px;
    padding: 14px 16px;
}

.participation-opportunity-info {
    flex: 1 1 auto;
}

.participation-opportunity-link {
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
    background: transparent !important;
    border: none !important;
    color: #ffc107 !important;
    display: inline-flex !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    gap: 8px;
    padding: 0 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, color 0.2s ease;
}

.participation-opportunity-link i {
    font-size: 1.2rem;
    vertical-align: middle;
}

.participation-opportunity-link:hover,
.participation-opportunity-link:focus {
    background: transparent !important;
    color: #ffd54f !important;
    transform: translateX(4px);
}

.participation-heading-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    width: 100%;
}

.participation-heading-row .event-list-heading,
.participation-heading-row .participation-heading,
.participation-heading-row h2 {
    display: block;
    margin-bottom: 4px;
    width: 100%;
}

.participation-heading-row a,
.participation-heading-row a:link,
.participation-heading-row a:visited,
.participation-heading-row a:hover,
.participation-heading-row a:active,
.participation-heading-row a:focus,
.participation-first-visit a,
.participation-first-visit a:link,
.participation-first-visit a:visited,
.participation-first-visit a:hover,
.participation-first-visit a:active,
.participation-first-visit a:focus {
    align-self: flex-end;
    color: #ffc107 !important;
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-left: auto;
    text-align: right;
    text-decoration: none;
    width: fit-content;
}

.participation-format-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.participation-format {
    align-items: flex-end;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.participation-format:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.participation-format-overlay {
    background-color: rgba(128, 128, 128, 0.6);
    width: 100%;
    padding: 10px 12px 12px 12px;
    box-sizing: border-box;
}

.participation-format h3,
.participation-format-overlay h3 {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.participation-people-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.participation-people-grid::-webkit-scrollbar {
    display: none;
}

.participation-person {
    flex: 0 0 calc((100% - 24px) / 3) !important;
    min-width: calc((100% - 24px) / 3) !important;
    scroll-snap-align: start;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 145px;
    padding: 16px 10px;
    text-align: center;
}

.participation-person--link {
    text-decoration: none !important;
}

.participation-person--link:hover,
.participation-person--link:focus {
    text-decoration: none !important;
}

.participation-person p {
    color: #ffc107 !important;
    font-weight: 600;
}

.participation-person .participation-avatar {
    background: var(--rad-card-soft);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.participation-avatar-img,
.participation-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.participation-person p {
    font-size: 0.78rem;
}

.participation-first-visit {
    border-left: 4px solid #ffc107;
    display: grid;
    gap: 10px;
    padding: 18px 16px;
}

.mitmachen-page {
    display: grid;
    gap: 16px;
}

.mitmachen-hero p,
.mitmachen-page-copy,
.mitmachen-card p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
}

.mitmachen-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mitmachen-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mitmachen-card {
    background: var(--rad-card);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.mitmachen-card h2 {
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.mitmachen-card a {
    margin-top: auto;
}

.event-detail {
    background: #111;
    color: #fff;
}

.event-detail-hero {
    background: #111;
}

.event-detail-brand-header {
    align-items: center;
    background: #111;
    display: flex;
    gap: 14px;
    padding: 14px 16px;
}

.event-detail-brand-image-link {
    display: block;
    flex: 0 0 90px;
    height: 90px;
    width: 90px;
}

.event-detail-brand-image {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.event-detail-brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    text-decoration: none;
}

.event-detail-brand-title,
.event-detail-brand-subtitle {
    color: #fff;
    margin: 0;
    overflow-wrap: anywhere;
}

.event-detail-brand-title {
    font-size: clamp(1.77rem, 7.5vw, 2.325rem);
    font-weight: 900;
    line-height: 1;
}

.event-detail-brand-subtitle {
    font-size: clamp(0.78rem, 3.4vw, 0.95rem);
    line-height: 1.25;
    margin-top: 6px;
}

.event-detail-media {
    display: block;
    width: 100%;
}

.event-detail-hero-content {
    display: grid;
    gap: 0;
}

.event-detail-content-media {
    background: #050505;
}

.event-detail-content-media .event-detail-media {
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.event-detail-hero-compact {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 16px;
}

.event-detail-media-compact {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
}

.event-detail-media-compact .event-detail-media {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
}

.event-detail-intro,
.event-detail-section,
.event-detail-nav {
    padding: 18px 16px;
}

.event-detail-content-intro {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.event-detail-intro-compact {
    padding: 0;
}

.event-detail-date {
    color: #ffc107;
    font-size: 0.95rem;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.event-detail h1 {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 0.98;
    margin: 0;
    overflow-wrap: anywhere;
}

.event-detail-subtitle,
.event-detail-short {
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 12px 0 0;
}

.event-detail-short {
    margin-top: 0;
}

.event-detail-section {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.event-detail-section h2 {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px;
}

.event-detail-section div {
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.event-detail-section a {
    color: #ffc107;
}

.event-detail-flyers {
    display: grid;
    gap: 10px;
}

.event-detail-flyer {
    border-radius: 8px;
    display: block;
    width: 100%;
}

.event-detail-facts-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.event-detail-fact {
    align-items: start;
    display: grid;
    gap: 6px;
    grid-template-columns: 92px minmax(0, 1fr);
}

.event-detail-fact dt {
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.event-detail-fact dd {
    margin: 0;
}

.event-detail-band {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
}

.event-detail-band + .event-detail-band {
    margin-top: 14px;
}

.event-detail-band-image {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.event-detail-band-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.event-detail-band h3 {
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.event-detail-band p {
    margin: 5px 0 0;
}

.event-detail-band-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.event-detail-band-links a {
    border: 1px solid rgba(255, 193, 7, 0.45);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 5px 9px;
    text-decoration: none;
}

.event-detail-recruiting ul {
    display: grid;
    gap: 6px;
    margin: 12px 0 0;
    padding-left: 20px;
}

.event-detail-notice {
    background: rgba(255, 193, 7, 0.12);
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    color: #fff;
    padding: 10px 12px;
}

.event-detail-notice + .event-detail-notice {
    margin-top: 8px;
}

.event-share {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.event-share p {
    line-height: 1.35;
    margin: 0;
}

.event-share-url {
    color: #ffc107;
    display: block;
    font-size: 0.82rem;
    margin-top: 10px;
    overflow-wrap: anywhere;
}

.event-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.event-share .event-share-button {
    background: #ffc107;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    padding: 9px 11px;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.event-share .event-share-button:hover,
.event-share .event-share-button:focus {
    background: #111;
    color: #ffc107;
    border-color: #ffc107;
    text-decoration: none;
}

.event-share .event-share-whatsapp:hover,
.event-share .event-share-whatsapp:focus {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.event-detail-type-concert { --event-badge-color: var(--rad-badge-concert); --event-badge-text-color: #fff; }
.event-detail-type-neon { --event-badge-color: var(--rad-badge-neon); --event-badge-text-color: #fff; }
.event-detail-type-party, .event-detail-type-short_party { --event-badge-color: var(--rad-badge-party); --event-badge-text-color: #fff; }
.event-detail-type-open_mic { --event-badge-color: var(--rad-badge-openmic); --event-badge-text-color: #fff; }
.event-detail-type-flohmarkt { --event-badge-color: var(--rad-badge-flohmarkt); --event-badge-text-color: #fff; }

add-to-calendar-button {
    --btn-background: #ffc107;
    --btn-text: #111;
    --btn-border: 1px solid transparent;
    --btn-shadow: none;
    --btn-shadow-hover: none;
    --btn-background-hover: var(--event-badge-color, #111);
    --btn-text-hover: var(--event-badge-text-color, #ffc107);
    --btn-border-hover: 1px solid var(--event-badge-color, #ffc107);
    --btn-font-family: inherit;
    --btn-font-weight: 900;
    --btn-font-size: 0.88rem;
    --btn-border-radius: 999px;
    --btn-padding-y: 9px;
    --btn-padding-x: 11px;
    
    /* Dropdown/Modal list styling */
    --dropdown-background: #1c1d1f;
    --dropdown-text: #fff;
    --dropdown-border: 1px solid rgba(255, 255, 255, 0.14);
    --dropdown-background-hover: var(--event-badge-color, #ffc107);
    --dropdown-text-hover: var(--event-badge-text-color, #111);
    --icon-color: var(--event-badge-color, #ffc107);
    --icon-filter: none;
    
    display: inline-block;
    margin-top: 4px;
}

.event-share-feedback {
    color: #20c997;
    font-size: 0.85rem;
    font-weight: 800;
    min-height: 1.2em;
    padding-top: 9px;
}

.event-share-qr {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.event-share-qr-button {
    background: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
}

.event-share-qr-button img {
    display: block;
    height: 148px;
    width: 148px;
}

.event-share-clean-url {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    max-width: 180px;
    text-align: center;
}

.event-qr-modal[hidden] {
    display: none;
}

.event-qr-modal {
    display: grid;
    inset: 0;
    padding: 18px;
    place-items: center;
    position: fixed;
    z-index: 1050;
}

.event-qr-modal-backdrop {
    background: rgba(0, 0, 0, 0.76);
    border: 0;
    cursor: pointer;
    inset: 0;
    padding: 0;
    position: absolute;
}

.event-qr-modal-panel {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
    color: #fff;
    max-width: 380px;
    outline: 0;
    padding: 22px;
    position: relative;
    text-align: center;
    width: min(100%, 380px);
}

.event-qr-modal-panel h2 {
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 0 14px;
}

.event-qr-modal-panel img {
    background: #fff;
    border-radius: 10px;
    display: block;
    height: min(72vw, 280px);
    margin: 0 auto;
    padding: 10px;
    width: min(72vw, 280px);
}

.event-qr-modal-panel p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    margin: 12px 0 0;
    overflow-wrap: anywhere;
}

.event-qr-modal-close {
    align-items: center;
    background: #ffc107;
    border: 0;
    border-radius: 999px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
}

.event-qr-modal-open {
    overflow: hidden;
}

/* ─── Footer redesign ─────────────────────────────────────────── */
.site-footer {
    background: linear-gradient(180deg, #0a0c0f 0%, #000 100%);
    border-top: 1px solid rgba(214, 169, 29, 0.25);
    color: #ccc;
    padding: 0;
    position: relative;
}

.site-footer::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--rad-accent), transparent);
}

.site-footer__inner {
    max-width: var(--rad-page-max);
    margin: 0 auto;
    padding: 32px var(--rad-page-pad) 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* Brand */
.site-footer__brand {
    text-align: center;
}

.site-footer__name {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}

.site-footer__tagline {
    color: var(--rad-accent);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 4px 0 0;
    text-transform: uppercase;
}

/* Social icons */
.site-social {
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.site-social__link {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ccc;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px 10px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
    min-width: 62px;
}

.site-social__link:hover,
.site-social__link:focus {
    background: rgba(214, 169, 29, 0.12);
    border-color: rgba(214, 169, 29, 0.4);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.site-social__link img {
    height: 32px;
    width: 32px;
    display: block;
}

.site-social__link span {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Divider */
.site-footer__divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 4px 0;
    width: 100%;
}

/* Address */
.site-footer__address {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.site-footer__address-text {
    color: #aaa;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.site-footer__map-btn {
    align-items: center;
    background: var(--rad-accent);
    border-radius: 8px;
    color: #000;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
}

.site-footer__map-btn:hover,
.site-footer__map-btn:focus {
    background: #e8bd35;
    color: #000;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Footer Nav */
.site-footer__nav {
    width: 100%;
}

.site-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__nav li {
    margin: 0;
}

.site-footer__nav a {
    border-radius: 8px;
    color: #bbb;
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 12px 16px;
    text-decoration: none;
    transition: color 0.18s, background 0.18s;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
}

/* Copyright */
.site-footer__copy {
    color: #555;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: center;
}

.header {
    z-index: 10;
    top: 0;
    
}
.header-fixed > div {
    position: fixed;
    max-width: var(--rad-page-max);
}

.badge {
    right: 15px;
    top: -10%;
}
.accordion {
    border-bottom: 1px solid #4d5154 !important;
    border-color: #4d5154 !important;
}
.accordion .even,
.accordion .odd {
    border-top: 1px solid #4d5154 !important;
    border-color: #4d5154 !important;
}
.accordion .odd {
    background-color: #2c3034; 
}
.accordion .odd button {
    background-color: #2c3034 !important; 
}

.figure-caption {
    top: -20px;
}
.accordion-button.collapsed {
    color: black;
    background: blue;
}


.footer-standard {
    max-width: var(--rad-page-max);
    background-color: #000;
    margin: 15px 5px;
    text-align: center;
}
.footer ul.social-media {
    padding-left: 0;
}
.footer ul li {
    list-style-type: none;
}
.footer ul.social-media li {
    font-size: 3em;
}
.footer ul li img {
    height: 80px;
}
#menu-footer {
    padding-left: 0;
}

/* --- Mitmachen Page --- */
.mitmachen-section {
    max-width: var(--rad-page-max);
    margin: 0 auto 40px;
    padding: 0 16px;
}
.mitmachen-section-title {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 16px;
    color: #fff;
}
.mitmachen-section-intro {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 24px;
}
.mitmachen-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1;
    transition: background-color 0.2s, color 0.2s;
}
.mitmachen-cta--primary {
    background: #ffc107;
    color: #111;
}
.mitmachen-cta--primary:hover,
.mitmachen-cta--primary:focus {
    background: #e0a800;
}
.mitmachen-cta--secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.mitmachen-cta--secondary:hover,
.mitmachen-cta--secondary:focus {
    background: rgba(255,255,255,0.2);
}
.mitmachen-hero-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
.mitmachen-hero-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 12px;
}
.mitmachen-hero-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 24px;
}
.mitmachen-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.mitmachen-steps-hints {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.mitmachen-hint {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 6px;
}
.mitmachen-hint i {
    color: #ffc107;
}
.mitmachen-steps-list {
    display: grid;
    gap: 16px;
}
.mitmachen-step {
    display: flex;
    gap: 16px;
    background: var(--rad-card);
    padding: 16px;
    border-radius: 8px;
}
.mitmachen-step-number,
.rad-step-number {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    aspect-ratio: 1 / 1;
    align-self: flex-start;
    background: rgba(255,193,7,0.15);
    color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.mitmachen-step-content h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}
.mitmachen-step-content p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
}
.mitmachen-tasks-list {
    display: grid;
    gap: 16px;
}
.mitmachen-task-card {
    background: var(--rad-card);
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    scroll-margin-top: 100px;
}
.mitmachen-task-info h3 {
    margin: 0 0 4px;
    font-size: 1.1rem;
}
.mitmachen-task-info p {
    margin: 0 0 8px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}
.mitmachen-task-desc {
    margin: 4px 0 10px !important;
    font-size: 0.92rem !important;
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.4;
}
.mitmachen-task-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.mitmachen-task-tag {
    background: rgba(255,255,255,0.1);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
}

.mitmachen-task-content {
    margin: 8px 0 12px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
}

.task-contact-block {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.task-contact-label {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.task-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.04);
    padding: 8px 12px;
    border-radius: 8px;
}

.task-contact-card .participation-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rad-card-soft);
}

.task-contact-card .participation-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.task-contact-name {
    margin: 0 0 2px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #ffffff;
}

.task-contact-role {
    margin: 0;
    font-size: 0.85rem;
    color: #ffc107;
    font-weight: 600;
}
.mitmachen-task-button {
    background: #ffc107;
    color: #111;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    transition: background-color 0.2s;
}
.mitmachen-task-button:hover,
.mitmachen-task-button:focus {
    background: #e0a800;
}
.mitmachen-areas-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
    .mitmachen-areas-grid {
        grid-template-columns: 1fr;
    }
}
.mitmachen-area-card {
    background: var(--rad-card);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mitmachen-area-icon {
    font-size: 1.5rem;
    color: #ffc107;
}
.mitmachen-area-card h3 {
    margin: 0;
    font-size: 1.1rem;
}
.mitmachen-area-card p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
    flex-grow: 1;
}
.mitmachen-area-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mitmachen-faq-list {
    display: grid;
    gap: 8px;
}
.mitmachen-faq-item {
    background: var(--rad-card);
    border-radius: 8px;
    overflow: hidden;
}
.mitmachen-faq-trigger {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}
.mitmachen-faq-answer {
    padding: 0 16px 16px;
}
.mitmachen-faq-answer p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.88);
}
.mitmachen-testimonials-list {
    display: grid;
    gap: 16px;
}
.mitmachen-testimonial {
    background: var(--rad-card);
    padding: 16px;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.mitmachen-testimonial-avatar {
    flex: 0 0 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
.mitmachen-testimonial-content p {
    margin: 0 0 8px;
    font-size: 0.95rem;
}
.mitmachen-testimonial-text {
    font-style: italic;
}
.mitmachen-testimonial-name {
    font-size: 0.85rem;
    color: #ffc107;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.mitmachen-closing-card {
    background: linear-gradient(145deg, rgba(214, 169, 29, 0.14), var(--rad-card));
    padding: 24px;
    border-radius: 8px;
    text-align: center;
}
.mitmachen-closing-card h2 {
    margin: 0 0 12px;
}
.mitmachen-closing-card p {
    margin: 0 0 20px;
    color: rgba(255,255,255,0.88);
}

/* --- Neu im Radhaus Page --- */
.nir-section {
    max-width: var(--rad-page-max);
    margin: 0 auto 40px;
    padding: 0 16px;
}
.nir-hero-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
.nir-hero-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 12px;
}
.nir-hero-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 24px;
}
.nir-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
    .nir-grid {
        grid-template-columns: 1fr;
    }
}
.nir-info-card {
    background: var(--rad-card);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.nir-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.nir-icon {
    font-size: 1.5rem;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.nir-card-header h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
}
.nir-info-card p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
}
.nir-info-card strong {
    color: #fff;
    font-weight: bold;
}
.nir-card-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: auto;
}
.nir-card-link:hover, .nir-card-link:focus {
    color: #e0a800;
}
.nir-closing-card {
    background: linear-gradient(145deg, rgba(214, 169, 29, 0.14), var(--rad-card));
    padding: 24px;
    border-radius: 8px;
    text-align: center;
}
.nir-closing-card h2 {
    margin: 0 0 12px;
}
.nir-closing-card p {
    margin: 0 0 20px;
    color: rgba(255,255,255,0.88);
}
.nir-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #ffc107;
    color: #111;
    font-weight: 900;
    text-decoration: none;
    line-height: 1;
    transition: background-color 0.2s, color 0.2s;
}
.nir-cta:hover, .nir-cta:focus {
    background: #e0a800;
}

/* --- Auftreten Page --- */
.auftreten-section {
    max-width: var(--rad-page-max);
    margin: 0 auto 40px;
    padding: 0 16px;
}
.auftreten-hero-section {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.auftreten-hero-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 16px;
    color: #ffc107;
}
.auftreten-hero-text {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.auftreten-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    background: #ffc107;
    color: #111;
    font-weight: 900;
    text-decoration: none;
    line-height: 1;
    font-size: 1.1rem;
    transition: background-color 0.2s;
}
.auftreten-cta-button:hover, .auftreten-cta-button:focus {
    background: #e0a800;
}
.auftreten-section h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
    font-weight: bold;
}
.auftreten-options-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
    .auftreten-options-grid {
        grid-template-columns: 1fr;
    }
}
.auftreten-option-card {
    background: var(--rad-card);
    border-radius: 8px;
    padding: 24px;
}
.auftreten-option-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.auftreten-option-header i {
    font-size: 1.8rem;
    color: #ffc107;
}
.auftreten-option-header h3 {
    margin: 0;
    font-size: 1.2rem;
}
.auftreten-option-card p {
    margin: 0;
    color: rgba(255,255,255,0.88);
}
.auftreten-steps-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.auftreten-step {
    background: var(--rad-card);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.auftreten-step-number,
.mitmachen-step-number,
.rad-step-number {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    aspect-ratio: 1 / 1;
    align-self: flex-start;
    background: rgba(255,193,7,0.15);
    color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.auftreten-step-content h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}
.auftreten-step-content p {
    margin: 0;
    color: rgba(255,255,255,0.88);
}
.auftreten-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.auftreten-faq-item {
    background: var(--rad-card);
    border-radius: 8px;
    overflow: hidden;
}
.auftreten-faq-question {
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    list-style: none; /* Hide default arrow */
    position: relative;
}
.auftreten-faq-question::-webkit-details-marker {
    display: none;
}
.auftreten-faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffc107;
}
.auftreten-faq-item[open] .auftreten-faq-question::after {
    content: '−';
}
.auftreten-faq-answer {
    padding: 0 20px 20px 20px;
    color: rgba(255,255,255,0.88);
}
.auftreten-faq-answer p {
    margin: 0;
}
.auftreten-cta-section {
    margin-top: 60px;
}
.auftreten-cta-box {
    background: linear-gradient(145deg, rgba(214, 169, 29, 0.14), var(--rad-card));
    padding: 40px 20px;
    border-radius: 8px;
    text-align: center;
}
.auftreten-cta-box p {
    margin-bottom: 24px;
}

/* --- Formate Page --- */
.formate-section {
    max-width: var(--rad-page-max);
    margin: 0 auto 40px;
    padding: 0 16px;
}
.formate-hero-section {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.formate-hero-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 16px;
    color: #fff;
}
.formate-hero-text {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.88);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.formate-category-section {
    margin-bottom: 60px;
}
.formate-category-header {
    margin-bottom: 20px;
}
.formate-category-header h2 {
    font-size: 1.8rem;
    margin: 0 0 8px;
    font-weight: bold;
    color: #ffc107;
}
.formate-category-desc {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 1.05rem;
}
.formate-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.formate-card {
    background: var(--rad-card);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.formate-card:hover, .formate-card:focus {
    background: var(--rad-card-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.formate-card-media {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    background: #0d0f12;
}

.formate-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.formate-card-content {
    flex: 1;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formate-card h3 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
}

.formate-meta {
    display: inline-block;
    font-size: 0.8rem;
    color: #111;
    background: #ffc107;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
    font-weight: 600;
    align-self: flex-start;
}

.formate-card p {
    margin: 0;
    color: rgba(255,255,255,0.85);
    font-size: 0.92rem;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    .formate-card-media {
        flex: 0 0 85px;
        width: 85px;
        height: 85px;
    }
    .formate-card-content {
        padding: 12px 14px;
    }
    .formate-card h3 {
        font-size: 1.05rem;
    }
}

@media screen and (max-width: 767px){

  html { font-size: calc(0.6em + 1vw); }

  body {
      background: #111;
  }

  #ajax {
      min-height: 100vh;
  }

  .site-header-profile,
  .event-list-section {
      padding-left: max(var(--rad-page-pad), env(safe-area-inset-left));
      padding-right: max(var(--rad-page-pad), env(safe-area-inset-right));
  }
}

@media screen and (min-width: 480px) and (max-width: 767px){

  .site-header-profile {
      padding-top: 20px;
      padding-bottom: 18px;
  }

  .event-list-section {
      padding-top: 22px;
  }
}

@media screen and (max-width: 479px){

  .site-header-profile {
      padding-top: 14px;
      padding-bottom: 14px;
  }

  .profile-header {
      gap: 10px;
      grid-template-columns: minmax(116px, 38vw) minmax(0, 1fr);
  }

  .profile-avatar-link {
      align-self: start;
      max-width: 160px;
      width: 100%;
  }

  .profile-meta {
      padding-left: 0;
  }

  .profile-title-link {
      font-size: clamp(1.35rem, 7vw, 1.72rem);
  }

  .profile-subline {
      font-size: clamp(0.78rem, 4.1vw, 0.92rem);
      line-height: 1.24;
  }

  .profile-stats {
      column-gap: 9px;
      font-size: clamp(0.78rem, 4.1vw, 0.92rem);
      line-height: 1.25;
      margin-top: 9px;
  }

  .profile-copy {
      margin-top: 12px;
  }

  .profile-copy p {
      font-size: clamp(0.8rem, 4.15vw, 0.95rem);
      line-height: 1.28;
  }

  .profile-links {
      gap: 11px;
      margin-top: 13px;
  }

  .profile-links a {
      font-size: clamp(0.8rem, 4.1vw, 0.95rem);
  }

  .front-actions,
  .mitmachen-actions,
  .mitmachen-grid {
      grid-template-columns: 1fr;
  }

  .participation-category-grid {
      grid-template-columns: 1fr;
  }

  .participation-people-grid {
      gap: 6px;
  }

  .participation-person {
      flex: 0 0 calc((100% - 12px) / 3) !important;
      min-width: calc((100% - 12px) / 3) !important;
      padding: 10px 4px;
      gap: 6px;
  }

  .participation-person .participation-avatar {
      width: clamp(56px, 20vw, 90px);
      height: clamp(56px, 20vw, 90px);
  }

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

  .participation-opportunity {
      align-items: center !important;
      display: flex !important;
      justify-content: space-between !important;
  }

  .event-card-list {
      --event-card-media-size: 78px;
      --event-type-badge-width: 84px;
      gap: 10px;
  }

  .event-card-date {
      padding: 6px 5px;
  }

  .event-card-day {
      margin-top: 3px;
  }

  .event-card-time {
      padding: 4px 5px;
  }

  .event-card-content {
      padding: 28px 42px 9px 9px;
  }

  .event-card-meta {
      font-size: 0.76rem;
      line-height: 1.2;
  }

  .event-card-badge-row {
      gap: 4px;
      top: 0;
  }

  .event-card-badge {
      font-size: 0.62rem;
      min-height: 22px;
      padding: 5px 7px;
  }

  .event-card-action {
      height: 30px;
      right: 8px;
      width: 30px;
  }

  .event-list-section-upcoming {
      padding-top: 32px;
  }

  .event-detail-brand-header {
      gap: 10px;
      padding: 12px;
  }

  .event-detail-brand-image-link {
      flex-basis: 64px;
      height: 64px;
      width: 64px;
  }

  .event-detail-brand-image {
      height: 100%;
      width: 100%;
  }

  .event-detail-intro,
  .event-detail-section,
  .event-detail-nav {
      padding-left: 12px;
      padding-right: 12px;
  }

  .event-share {
      grid-template-columns: 1fr;
  }

  .event-share-actions {
      display: grid;
      grid-template-columns: 1fr;
  }

  .event-share .event-share-button {
      justify-content: center;
      text-align: center;
      width: 100%;
  }

  .event-share-qr {
      justify-self: center;
  }

  .event-detail-fact {
      grid-template-columns: 1fr;
  }

  .event-detail-band {
      grid-template-columns: 56px minmax(0, 1fr);
  }

  .event-detail-band-links a {
      font-size: 0.78rem;
  }

  .event-qr-modal-panel {
      padding: 18px 14px;
  }
}

@media screen and (max-width: 389px){

  .profile-header {
      gap: 8px;
      grid-template-columns: clamp(112px, 34vw, 124px) minmax(0, 1fr);
  }

  .profile-title-link {
      font-size: clamp(1.28rem, 6.4vw, 1.55rem);
  }

  .profile-stats {
      column-gap: 8px;
      row-gap: 4px;
  }

  .profile-links {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
  }

  .profile-links a {
      min-height: 32px;
  }
}

@media screen and (max-width: 420px){

  .event-card-list {
      --event-card-media-size: 74px;
      --event-type-badge-width: 80px;
  }

  .event-card-date {
      padding: 5px 4px;
  }

  .event-card-time {
      margin-top: 6px;
      padding: 3px 4px;
  }

  .event-card-content {
      padding: 26px 38px 8px 8px;
  }

  .event-card-badge {
      font-size: 0.58rem;
      min-height: 20px;
      padding: 4px 6px;
  }

  .event-card-action {
      font-size: 1.1rem;
      height: 28px;
      right: 7px;
      width: 28px;
  }
}

@media screen and (max-width: 374px){

  .site-header-profile {
      padding-top: 12px;
      padding-bottom: 12px;
  }

  .profile-header {
      grid-template-columns: clamp(108px, 33vw, 118px) minmax(0, 1fr);
  }

  .event-card-list {
      --event-card-media-size: 72px;
      --event-type-badge-width: 76px;
  }

  .event-card-content {
      padding-top: 24px;
      padding-right: 34px;
  }
}

/* EXPERIMENT: stacked mobile profile header - can be removed to revert */
@media screen and (max-width: 767px){

  .rad-profile-stacked-test .event-list-section-upcoming {
      padding-top: 12px;
  }

  .rad-profile-stacked-test .event-list-section-upcoming::before {
      display: none;
  }
}

@media screen and (max-width: 399px){

  .profile-header.profile-header--stacked-mobile {
      align-items: center;
      gap: 8px;
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
  }

  .profile-header.profile-header--stacked-mobile .profile-avatar-link {
      max-width: clamp(124px, 35vw, 138px);
      width: clamp(124px, 35vw, 138px);
  }

  .profile-header.profile-header--stacked-mobile .profile-meta {
      padding-left: 0;
      width: 100%;
  }

  .profile-header.profile-header--stacked-mobile .profile-heading-row,
  .profile-header.profile-header--stacked-mobile .profile-stats,
  .profile-header.profile-header--stacked-mobile .profile-links {
      justify-content: center;
  }

  .profile-header.profile-header--stacked-mobile .profile-title-link {
      font-size: clamp(1.9rem, 8.4vw, 2.24rem);
  }

  .profile-header.profile-header--stacked-mobile .profile-subline {
      font-size: clamp(1.02rem, 4.65vw, 1.18rem);
      line-height: 1.2;
      margin-top: 2px;
  }

  .profile-header.profile-header--stacked-mobile .profile-stats {
      font-size: clamp(1.02rem, 4.65vw, 1.18rem);
      margin-top: 7px;
      row-gap: 4px;
  }

  .profile-header.profile-header--stacked-mobile .profile-copy {
      margin-top: 8px;
  }

  .profile-header.profile-header--stacked-mobile .profile-copy p {
      font-size: clamp(1.04rem, 4.7vw, 1.2rem);
      line-height: 1.24;
  }

  .profile-header.profile-header--stacked-mobile .profile-links {
      align-items: center;
      flex-direction: row;
      gap: 8px 16px;
      margin-top: 8px;
  }

  .profile-header.profile-header--stacked-mobile .profile-links a {
      font-size: clamp(1rem, 4.55vw, 1.16rem);
      min-height: 32px;
  }
}

@media screen and (max-width: 374px){

  .profile-header.profile-header--stacked-mobile {
      gap: 7px;
  }

  .profile-header.profile-header--stacked-mobile .profile-avatar-link {
      max-width: clamp(118px, 34vw, 128px);
      width: clamp(118px, 34vw, 128px);
  }

  .profile-header.profile-header--stacked-mobile .profile-title-link {
      font-size: clamp(1.78rem, 8vw, 2rem);
  }

  .profile-header.profile-header--stacked-mobile .profile-copy p {
      font-size: clamp(1rem, 4.45vw, 1.1rem);
  }
}
@media screen and (max-width: 480px){
  .participation-format h3,
  .participation-format-overlay h3 {
    font-size: 1.425rem;
  }
}
/* END EXPERIMENT */

/* --- Menschen im Radhaus (/menschen/) --- */
.people-page,
.single-person-page {
    max-width: var(--rad-page-max, 620px);
    margin: 0 auto 60px;
    padding: 0 16px;
}

.people-intro {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.people-title {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 16px;
    color: #ffffff;
}

.people-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 12px;
}

.people-lead-sub {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.people-section {
    margin-top: 44px;
}

.people-section-header {
    margin-bottom: 16px;
}

.people-section-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffc107;
    margin: 0 0 6px;
}

.people-section-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.4;
}

.people-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
}

.person-card {
    background: var(--rad-card, #1b1f25);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.person-card--accordion {
    padding: 0;
    overflow: hidden;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.person-card--accordion:hover {
    border-color: rgba(255, 193, 7, 0.3);
}

.person-accordion-details {
    width: 100%;
}

.person-accordion-summary {
    cursor: pointer;
    user-select: none;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
}

.person-accordion-summary::-webkit-details-marker,
.person-accordion-summary::marker {
    display: none;
}

.person-accordion-icon {
    margin-left: auto;
    font-size: 1.25rem;
    color: #ffc107;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

details[open] .person-accordion-icon {
    transform: rotate(180deg);
}

.person-accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

details[open] .person-accordion-body {
    grid-template-rows: 1fr;
}

details.is-closing .person-accordion-body {
    grid-template-rows: 0fr !important;
}

.person-accordion-content {
    min-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    padding: 12px 16px 18px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

details[open] .person-accordion-content {
    opacity: 1;
    transform: translateY(0);
}

details.is-closing .person-accordion-content {
    opacity: 0 !important;
    transform: translateY(-8px) !important;
}

.person-accordion-block h4 {
    font-size: 0.95rem;
    color: #ffc107;
    margin: 10px 0 4px;
    font-weight: 700;
}

.person-accordion-block p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
    margin: 0;
}

.person-contact-email {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 4px 0;
}

.person-contact-email a {
    color: #ffc107;
    text-decoration: none;
}

.person-accordion-cta {
    margin-top: 6px;
}

.person-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.person-card__header .participation-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--rad-card-soft, #252b34);
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-card__header .participation-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.person-card__titles h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 2px;
    color: #ffffff;
}

.person-card__role {
    font-size: 0.88rem;
    color: #ffc107;
    margin: 0;
    font-weight: 600;
}

.person-card__title-age {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 4px;
}

.person-card__age {
    display: inline-block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

.person-card__intro {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.4;
}

.person-card__areas {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.person-area-tag {
    font-size: 0.75rem;
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.person-card__link {
    display: inline-block;
    font-size: 0.9rem;
    color: #ffc107;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
}

.person-card__link:hover,
.person-card__link:focus {
    text-decoration: underline;
}

.people-cta {
    margin-top: 60px;
    background: var(--rad-card-soft, #252b34);
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.people-cta h2 {
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 0 10px;
    font-weight: 800;
}

.people-cta p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 18px;
    line-height: 1.45;
}

.people-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* --- Single Person Page (/menschen/{slug}/) --- */
.single-person-page {
    padding-top: 24px;
}

.back-link {
    display: inline-block;
    color: #ffc107;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-person-header__main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.single-person-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--rad-card-soft, #252b34);
}

.single-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.single-person-header__info h1 {
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 0 4px;
    font-weight: 900;
}

.single-person-role {
    font-size: 1.05rem;
    color: #ffc107;
    font-weight: 700;
    margin: 0 0 4px;
}

.single-person-age {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 8px;
}

.single-person-short-intro {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0;
    line-height: 1.45;
}

.person-quote {
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid #ffc107;
    margin: 0 0 30px;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
}

.person-quote p {
    font-size: 1.05rem;
    font-style: italic;
    color: #ffffff;
    margin: 0;
}

.person-detail-section {
    margin-bottom: 32px;
}

.person-detail-section h2 {
    font-size: 1.3rem;
    color: #ffc107;
    margin: 0 0 10px;
    font-weight: 800;
}

.person-detail-section p {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    margin: 0;
}

/* ---------------------------------------------------------------------------
   Radkle FAQ Accordion (SlideIn / SlideOut Animation)
   --------------------------------------------------------------------------- */
.rad-faq-section {
    margin: 48px 0;
}
.rad-faq-section .rad-section-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 24px;
    color: #ffffff;
}
.rad-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rad-faq-card {
    background: var(--rad-card);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.rad-faq-card:hover {
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.rad-faq-card.is-open {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.06), var(--rad-card));
    border-color: rgba(255, 193, 7, 0.5);
}
.rad-faq-trigger {
    width: 100%;
    background: none;
    border: none;
    color: #ffffff;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.06rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
    font-family: inherit;
}
.rad-faq-trigger:hover .rad-faq-question-text {
    color: #ffc107;
}
.rad-faq-card.is-open .rad-faq-trigger .rad-faq-question-text {
    color: #ffc107;
}
.rad-faq-icon {
    font-size: 1.15rem;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-left: 12px;
}
.rad-faq-card.is-open .rad-faq-icon {
    transform: rotate(180deg);
}
.rad-faq-panel {
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.rad-faq-panel-inner {
    padding: 0 20px 22px 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.96rem;
    line-height: 1.6;
}
.rad-faq-panel-inner p {
    margin: 0 0 12px;
}
.rad-faq-panel-inner p:last-child {
    margin-bottom: 0;
}

/* ─── Radkle Page Content Design System ───────────────────────── */
.rad-hero {
    background: linear-gradient(180deg, #161a20 0%, #101214 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px 16px 24px;
    margin: -22px -16px 24px -16px;
    text-align: left;
}

.rad-hero h1 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px 0;
}

.rad-hero p {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0 0 16px 0;
}

.rad-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 16px;
}

.rad-chip {
    background: rgba(214, 169, 29, 0.12);
    border: 1px solid rgba(214, 169, 29, 0.3);
    color: var(--rad-accent);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.rad-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.rad-btn {
    background: var(--rad-accent);
    color: #000 !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
}

.rad-btn:hover,
.rad-btn:focus {
    background: #e8bd35;
    transform: translateY(-1px);
}

.rad-btn-outline {
    background: rgba(255, 255, 255, 0.06);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, border-color 0.2s;
}

.rad-btn-outline:hover,
.rad-btn-outline:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
}

.rad-section {
    margin: 32px 0;
}

.rad-section__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rad-section__title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.1em;
    background: var(--rad-accent);
    border-radius: 2px;
}

.rad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 16px 0;
}

.rad-card {
    background: #1b1f25;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color 0.2s, transform 0.2s;
}

.rad-card:hover {
    border-color: rgba(214, 169, 29, 0.35);
}

.rad-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.rad-card p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 14px 0;
}

.rad-card--highlight {
    border-color: rgba(214, 169, 29, 0.4);
    background: linear-gradient(180deg, #222730 0%, #1b1f25 100%);
}

.rad-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 18px 0;
}

.rad-step {
    background: #181b20;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.rad-step__num {
    background: var(--rad-accent);
    color: #000;
    font-weight: 800;
    font-size: 0.9rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.rad-step__content h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.rad-step__content p {
    color: #aaa;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0;
}

.rad-infobox {
    background: rgba(214, 169, 29, 0.08);
    border-left: 4px solid var(--rad-accent);
    border-radius: 0 10px 10px 0;
    padding: 16px 18px;
    margin: 20px 0;
    color: #ddd;
    font-size: 0.92rem;
    line-height: 1.5;
}

.rad-infobox strong {
    color: #fff;
}

.rad-faq-details {
    background: #181b20;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}

.rad-faq-details summary {
    padding: 14px 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rad-faq-details summary::-webkit-details-marker {
    display: none;
}

.rad-faq-details summary::after {
    content: '+';
    font-size: 1.2rem;
    color: var(--rad-accent);
    font-weight: 400;
}

.rad-faq-details[open] summary::after {
    content: '−';
}

.rad-faq-details .rad-faq-answer {
    padding: 0 16px 16px 16px;
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4px;
    padding-top: 12px;
}

/* Form Styles */
.rad-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rad-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rad-form-group label {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.rad-form-group label .req {
    color: var(--rad-accent);
}

.rad-form-group .help-text {
    color: #888;
    font-size: 0.8rem;
}

.rad-form-input,
.rad-form-select,
.rad-form-textarea {
    background: #14171c;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #fff;
    padding: 10px 14px;
    font-size: 0.95rem;
    width: 100%;
    font-family: inherit;
}

.rad-form-input:focus,
.rad-form-select:focus,
.rad-form-textarea:focus {
    border-color: var(--rad-accent);
    outline: none;
    box-shadow: 0 0 0 2px rgba(214, 169, 29, 0.2);
}

.rad-form-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
}

.rad-option-label {
    background: #181b20;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 12px;
    color: #ddd;
    font-size: 0.88rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s, border-color 0.15s;
}

.rad-option-label:hover {
    border-color: rgba(214, 169, 29, 0.4);
    background: #20242b;
}

.rad-option-label input[type="radio"],
.rad-option-label input[type="checkbox"] {
    accent-color: var(--rad-accent);
    width: 16px;
    height: 16px;
}

/* ─── Radkle Landing Pages (/go/...) Design System ──────────────── */
:root, .landing-page {
  --green:      #6EE000;
  --green-glow: rgba(110, 224, 0, 0.35);
  --orange:     #FF6B00;
  --orange-glow: rgba(255, 107, 0, 0.35);
  --blue:       #00BFFF;
  --blue-glow:  rgba(0, 191, 255, 0.35);
  --red:        #E53935;
  --red-glow:   rgba(229, 57, 53, 0.35);
  --bg:         #0A0A0A;
  --surface:    #161616;
  --surface-hover: #1E1E1E;
  --text:       #FFFFFF;
  --text-muted: rgba(255, 255, 255, 0.55);
  --radius:     12px;
  --radius-sm:  8px;
  --radius-pill: 999px;
  --font:       'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.landing-page {
  max-width: 480px;
  margin: 0 auto;
  font-family: var(--font);
  color: var(--text);
  overflow-x: hidden;
}

.lp-hero {
  position: relative;
  height: 85vh;
  min-height: 480px;
  max-height: 750px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 0;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  0%   { transform: scale(1.05); }
  100% { transform: scale(1.12); }
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.15) 30%,
    rgba(10, 10, 10, 0.6) 60%,
    rgba(10, 10, 10, 0.95) 100%
  );
}

.lp-hero-overlay--orange {
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(255, 107, 0, 0.05) 30%,
    rgba(10, 10, 10, 0.65) 60%,
    rgba(10, 10, 10, 0.95) 100%
  );
}

.lp-hero-overlay--blue {
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(0, 191, 255, 0.05) 30%,
    rgba(10, 10, 10, 0.65) 60%,
    rgba(10, 10, 10, 0.95) 100%
  );
}

.lp-hero-overlay--warm {
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0%,
    rgba(229, 57, 53, 0.05) 30%,
    rgba(10, 10, 10, 0.65) 60%,
    rgba(10, 10, 10, 0.95) 100%
  );
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 24px 36px;
  width: 100%;
  text-align: left;
}

.lp-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--green);
  color: #000;
  margin-bottom: 16px;
}

.lp-badge--orange { background: var(--orange); color: #fff; }
.lp-badge--blue   { background: var(--blue); color: #000; }
.lp-badge--red    { background: var(--red); color: #fff; }

.lp-headline {
  font-size: clamp(2.6rem, 9vw, 3.6rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 16px 0 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.lp-subline {
  font-size: 1.05rem !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.4;
  max-width: 380px;
  margin: 0 !important;
}

.lp-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  opacity: 0.6;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lp-scroll-arrow {
  width: 2px;
  height: 24px;
  background: linear-gradient(to bottom, var(--green), transparent);
  border-radius: 2px;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
  50%      { opacity: 1;   transform: scaleY(1); }
}

.lp-pitch {
  padding: 36px 16px 20px;
  text-align: left;
}

.lp-pitch-text {
  font-size: 1.25rem !important;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text) !important;
  margin-bottom: 12px !important;
}

.lp-pitch-text strong {
  color: var(--green);
  font-weight: 700;
}
article[data-accent="blue"] .lp-pitch-text strong { color: var(--blue); }
article[data-accent="orange"] .lp-pitch-text strong { color: var(--orange); }
article[data-accent="red"] .lp-pitch-text strong { color: var(--red); }

.lp-pitch-text em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
}

.lp-pitch-sub {
  font-size: 0.95rem !important;
  color: var(--text-muted) !important;
  line-height: 1.5;
  margin: 0 !important;
}

.lp-tags {
  padding: 12px 16px 28px;
}

.lp-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(110, 224, 0, 0.12);
  border: 1px solid rgba(110, 224, 0, 0.3);
  color: var(--green);
  transition: all 0.3s ease;
}

.lp-tag:hover {
  background: rgba(110, 224, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--green-glow);
}

.lp-tag--orange {
  background: rgba(255, 107, 0, 0.12);
  border-color: rgba(255, 107, 0, 0.3);
  color: var(--orange);
}
.lp-tag--orange:hover {
  background: rgba(255, 107, 0, 0.2);
  box-shadow: 0 4px 12px var(--orange-glow);
}

.lp-tag--blue {
  background: rgba(0, 191, 255, 0.12);
  border-color: rgba(0, 191, 255, 0.3);
  color: var(--blue);
}
.lp-tag--blue:hover {
  background: rgba(0, 191, 255, 0.2);
  box-shadow: 0 4px 12px var(--blue-glow);
}

.lp-tag--green {
  background: rgba(110, 224, 0, 0.12);
  border-color: rgba(110, 224, 0, 0.3);
  color: var(--green);
}

.lp-info-cards, .lp-roles {
  padding: 0 16px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lp-info-card, .lp-role-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lp-role-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--role-color, #4CAF50);
}

.lp-info-card:hover, .lp-role-card:hover {
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.lp-info-icon, .lp-role-emoji {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
}

.lp-info-card h4, .lp-role-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 4px 0;
  color: #fff;
}

.lp-info-card p, .lp-role-card p {
  font-size: 0.78rem !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}

.lp-quote {
  padding: 0 16px 28px;
}

.lp-quote blockquote {
  font-size: 1.05rem;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  border-left: 3px solid var(--orange);
  padding-left: 16px;
  margin: 0 0 8px 0;
}

.lp-quote-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 19px;
  display: block;
}

.lp-cta {
  padding: 16px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-cta-button {
  display: block;
  width: 100%;
  padding: 18px 24px;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: var(--green);
  color: #000 !important;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: ctaPulse 3s ease-in-out infinite;
}

.lp-cta-button:hover {
  transform: translateY(-2px);
}

.lp-cta-button--orange {
  background: var(--orange);
  color: #fff !important;
  animation-name: ctaPulseOrange;
}

.lp-cta-button--blue {
  background: var(--blue);
  color: #000 !important;
  animation-name: ctaPulseBlue;
}

.lp-cta-button--red {
  background: var(--red);
  color: #fff !important;
  animation-name: ctaPulseRed;
}

.lp-cta-button--secondary {
  background: transparent;
  color: var(--text) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: none !important;
}

.lp-cta-button--secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--green-glow); }
  50%      { box-shadow: 0 0 20px 4px var(--green-glow); }
}
@keyframes ctaPulseOrange {
  0%, 100% { box-shadow: 0 0 0 0 var(--orange-glow); }
  50%      { box-shadow: 0 0 20px 4px var(--orange-glow); }
}
@keyframes ctaPulseBlue {
  0%, 100% { box-shadow: 0 0 0 0 var(--blue-glow); }
  50%      { box-shadow: 0 0 20px 4px var(--blue-glow); }
}
@keyframes ctaPulseRed {
  0%, 100% { box-shadow: 0 0 0 0 var(--red-glow); }
  50%      { box-shadow: 0 0 20px 4px var(--red-glow); }
}

.lp-cta-hint {
  font-size: 0.82rem !important;
  color: var(--text-muted) !important;
  text-align: center;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.lp-bridge {
  padding: 32px 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.lp-bridge-title {
  font-size: 0.82rem !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted) !important;
  margin: 0 0 16px 0 !important;
}

.lp-bridge-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-bridge-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #fff !important;
  transition: all 0.25s ease;
}

.lp-bridge-link:hover {
  background: var(--surface-hover);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}

.lp-bridge-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.lp-bridge-link span:nth-child(2) {
  flex: 1;
}

.lp-bridge-arrow {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.lp-bridge-link:hover .lp-bridge-arrow {
  transform: translateX(4px);
  color: var(--green);
}

.animate-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: calc(var(--delay, 0) * 120ms + 100ms);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
