/* REWA Connect Vereine – Übersichts- und Themenseiten */
:root {
  --vc-navy: #0d1f2e;
  --vc-navy-2: #12293c;
  --vc-lime: #b0cb1f;
  --vc-lime-dark: #829b08;
  --vc-lime-soft: #eef4cf;
  --vc-paper: #f0f3f5;
  --vc-card: #ffffff;
  --vc-ink: #1f2c37;
  --vc-muted: #61717e;
  --vc-line: #dce4e8;
}

.vc-subnav { position: sticky; top: 84px; z-index: 70; border-bottom: 1px solid var(--vc-line); background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(13,31,46,.05); backdrop-filter: blur(12px); }
.vc-subnav-inner { display: flex; min-height: 54px; align-items: center; gap: 5px; overflow-x: auto; padding-block: 7px; scrollbar-width: thin; }
.vc-subnav a { flex: 0 0 auto; border-radius: 999px; padding: 8px 13px; color: var(--vc-muted); font-size: 12.5px; font-weight: 750; white-space: nowrap; }
.vc-subnav a:hover, .vc-subnav a.active { color: var(--vc-navy); background: var(--vc-lime-soft); }
.vc-subnav a.active { box-shadow: inset 0 0 0 1px rgba(176,203,31,.5); }

.vc-hero { overflow: hidden; color: #fff; background: radial-gradient(900px 500px at 82% 0%, #20465c 0%, var(--vc-navy-2) 44%, #081620 100%); }
.vc-hero-grid { display: grid; min-height: 570px; grid-template-columns: minmax(0,1.02fr) minmax(390px,.98fr); gap: 54px; align-items: center; padding: 74px 0 82px; }
.vc-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; border: 1px solid rgba(176,203,31,.35); border-radius: 999px; color: var(--vc-lime); background: rgba(176,203,31,.1); padding: 6px 14px; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.vc-kicker::before { width: 7px; height: 7px; border-radius: 50%; background: var(--vc-lime); box-shadow: 0 0 12px rgba(176,203,31,.85); content: ""; }
.vc-hero h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(2.25rem,4.7vw,4.15rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.vc-hero h1 span { color: var(--vc-lime); }
.vc-hero-copy { max-width: 680px; margin-bottom: 28px; color: #c9d4dc; font-size: clamp(1rem,1.45vw,1.14rem); line-height: 1.75; }
.vc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vc-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 11px 19px; color: #fff; font-size: 13.5px; font-weight: 850; }
.vc-btn:hover { border-color: var(--vc-lime); color: var(--vc-lime); transform: translateY(-2px); }
.vc-btn.primary { border-color: var(--vc-lime); color: var(--vc-navy); background: var(--vc-lime); }
.vc-btn.primary:hover { color: var(--vc-navy); background: #c2dc2e; }
.vc-hero-facts { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #cbd5db; font-size: 12.5px; }
.vc-hero-facts span::before { margin-right: 6px; color: var(--vc-lime); content: "✓"; font-weight: 900; }
.vc-hero-media { position: relative; min-height: 440px; }
.vc-hero-photo { position: absolute; inset: 0 18px 34px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 28px 68px rgba(0,0,0,.38); }
.vc-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.vc-hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(5,13,19,.52)); content: ""; }
.vc-hero-note { position: absolute; right: 0; bottom: 0; z-index: 2; width: min(320px,88%); border: 1px solid rgba(255,255,255,.12); border-left: 4px solid var(--vc-lime); border-radius: 12px; color: var(--vc-ink); background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(0,0,0,.25); padding: 18px 20px; }
.vc-hero-note small { display: block; margin-bottom: 4px; color: var(--vc-lime-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vc-hero-note strong { display: block; font-size: 15px; line-height: 1.35; }
.vc-hero-note p { margin: 5px 0 0; color: var(--vc-muted); font-size: 12px; }

.vc-section { padding: 82px 0; }
.vc-section.white { background: #fff; }
.vc-section.dark { color: #fff; background: linear-gradient(165deg,var(--vc-navy-2),#081620); }
.vc-head { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.vc-head.left { margin: 0 0 38px; text-align: left; }
.vc-eyebrow { display: inline-block; margin-bottom: 13px; border-radius: 999px; color: var(--vc-lime-dark); background: var(--vc-lime-soft); padding: 5px 12px; font-size: 10.5px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vc-head h2, .vc-copy h2 { margin-bottom: 13px; color: var(--vc-navy-2); font-size: clamp(1.65rem,3.15vw,2.7rem); font-weight: 900; letter-spacing: -.035em; line-height: 1.13; }
.vc-head p, .vc-copy > p { color: var(--vc-muted); font-size: 14.5px; line-height: 1.75; }
.vc-section.dark .vc-eyebrow { color: var(--vc-lime); background: rgba(176,203,31,.1); }
.vc-section.dark .vc-head h2, .vc-section.dark .vc-copy h2 { color: #fff; }
.vc-section.dark .vc-head p, .vc-section.dark .vc-copy > p { color: #c4d0d8; }
.vc-section.dark .vc-checklist li { color: #e1e7eb; }

.vc-topic-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.vc-topic { position: relative; display: flex; min-height: 300px; flex-direction: column; overflow: hidden; border: 1px solid var(--vc-line); border-radius: 13px; color: var(--vc-ink); background: #fff; padding: 25px 22px 22px; box-shadow: 0 14px 34px rgba(13,31,46,.05); }
.vc-topic::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--vc-lime); content: ""; }
.vc-topic:hover { border-color: var(--vc-lime); box-shadow: 0 18px 42px rgba(13,31,46,.1); transform: translateY(-4px); text-decoration: none !important; }
.vc-topic.featured { color: #fff; background: var(--vc-navy-2); }
.vc-topic.featured::before { height: 6px; }
.vc-topic-number { color: var(--vc-lime-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.vc-topic.featured .vc-topic-number { color: var(--vc-lime); }
.vc-topic h2 { margin: 44px 0 10px; font-size: 18px; font-weight: 900; line-height: 1.22; }
.vc-topic p { margin-bottom: 18px; color: var(--vc-muted); font-size: 13px; line-height: 1.6; }
.vc-topic.featured p { color: #bdc9d0; }
.vc-topic ul { margin: auto 0 0; padding: 0; list-style: none; }
.vc-topic li { border-top: 1px solid var(--vc-line); padding: 8px 0; color: var(--vc-muted); font-size: 11.5px; }
.vc-topic.featured li { border-color: rgba(255,255,255,.12); color: #e4e9ec; }
.vc-topic-arrow { position: absolute; top: 19px; right: 20px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--vc-navy); background: var(--vc-lime); font-weight: 900; }

.vc-three-grid, .vc-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.vc-feature-grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.vc-card { position: relative; overflow: hidden; border: 1px solid var(--vc-line); border-radius: 12px; background: #fff; padding: 26px 23px; box-shadow: 0 12px 30px rgba(13,31,46,.045); }
.vc-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--vc-lime); content: ""; }
.vc-card small { display: block; margin-bottom: 12px; color: var(--vc-lime-dark); font-size: 10.5px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vc-card h3 { margin-bottom: 8px; color: var(--vc-navy-2); font-size: 17px; font-weight: 900; line-height: 1.25; }
.vc-card p { color: var(--vc-muted); font-size: 13.5px; line-height: 1.68; }
.vc-card p:last-child { margin-bottom: 0; }
.vc-card ul { display: grid; gap: 8px; margin: 15px 0 0; padding: 0; list-style: none; }
.vc-card li { position: relative; padding-left: 19px; color: var(--vc-muted); font-size: 13px; }
.vc-card li::before { position: absolute; left: 0; color: var(--vc-lime-dark); content: "✓"; font-weight: 900; }

.vc-admin-proof { background: linear-gradient(180deg,#e9eef1 0%,#f5f7f8 100%); }
.vc-admin-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.vc-admin-shot { overflow: hidden; margin: 0; border: 1px solid var(--vc-line); border-radius: 15px; background: #fff; box-shadow: 0 20px 48px rgba(13,31,46,.11); }
.vc-admin-shot.featured { grid-column: 1 / -1; }
.vc-admin-shot-hero { align-self: center; color: var(--vc-ink); box-shadow: 0 26px 68px rgba(0,0,0,.32); }
.vc-admin-shot-hero figcaption { padding: 16px 19px 18px; }
.vc-process-shot { margin-top: 36px; }
.vc-members-main .vc-flow + .vc-process-shot { margin-top: 68px; }
.vc-events-main .vc-feature-grid + .vc-process-shot,
.vc-events-main .vc-flow + .vc-process-shot { margin-top: 68px; }
.vc-work-evaluation { margin-top: 68px; }
.vc-resource-gallery { margin-top: 68px; }
.vc-communication-shot { margin-top: 68px; }
.vc-voting-shot { margin-top: 68px; }
.vc-contribution-shot { margin-top: 68px; }
.vc-donation-shot { margin-top: 68px; }
.vc-funding-shot { margin-top: 68px; }
.vc-inventory-shot { margin-top: 68px; }
.vc-admin-shot-zoom { position: relative; display: block; width: 100%; overflow: hidden; border: 0; border-bottom: 1px solid var(--vc-line); background: #fff; padding: 0; cursor: zoom-in; }
.vc-admin-shot-zoom::after { position: absolute; right: 16px; bottom: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: rgba(13,31,46,.82); box-shadow: 0 6px 18px rgba(13,31,46,.22); content: "+"; font-size: 23px; font-weight: 500; transition: transform .2s ease, background-color .2s ease; }
.vc-admin-shot-zoom:hover::after, .vc-admin-shot-zoom:focus-visible::after { background: var(--vc-lime-dark); transform: scale(1.08); }
.vc-admin-shot-zoom:focus-visible { outline: 3px solid var(--vc-lime); outline-offset: -3px; }
.vc-admin-shot-zoom img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; transition: transform .25s ease; }
.vc-admin-shot-zoom:hover img { transform: scale(1.015); }
.vc-admin-shot figcaption { display: grid; gap: 5px; padding: 21px 23px 23px; }
.vc-admin-shot figcaption small { color: var(--vc-lime-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.vc-admin-shot figcaption strong { color: var(--vc-navy-2); font-size: 17px; line-height: 1.3; }
.vc-admin-shot figcaption span { color: var(--vc-muted); font-size: 13px; line-height: 1.6; }
.vc-lightbox-open { overflow: hidden; }
.vc-admin-lightbox[hidden] { display: none !important; }
.vc-admin-lightbox { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; overflow: auto; background: rgba(3,10,15,.9); padding: clamp(22px,4vw,58px); backdrop-filter: blur(6px); }
.vc-admin-lightbox-inner { position: relative; display: flex; width: min(100%,1420px); max-height: calc(100vh - clamp(44px,8vw,116px)); align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #0b1720; box-shadow: 0 30px 90px rgba(0,0,0,.55); padding: 12px; }
.vc-admin-lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: rgba(13,31,46,.9); box-shadow: 0 8px 22px rgba(0,0,0,.35); cursor: pointer; font-size: 26px; line-height: 1; }
.vc-admin-lightbox-close:hover, .vc-admin-lightbox-close:focus-visible { color: var(--vc-navy); background: var(--vc-lime); }
.vc-admin-lightbox img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - clamp(68px,10vw,140px)); border-radius: 8px; object-fit: contain; }

.vc-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.92fr); gap: 50px; align-items: center; }
.vc-split.reverse .vc-visual { order: -1; }
.vc-visual { overflow: hidden; border: 1px solid var(--vc-line); border-radius: 15px; background: #fff; box-shadow: 0 20px 48px rgba(13,31,46,.12); }
.vc-visual img { width: 100%; min-height: 390px; object-fit: cover; }
.vc-checklist { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.vc-checklist li { position: relative; padding-left: 29px; color: var(--vc-ink); font-size: 14px; }
.vc-checklist li::before { position: absolute; top: .05em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--vc-navy); background: var(--vc-lime); content: "✓"; font-size: 11px; font-weight: 900; }
.vc-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--vc-lime-dark); font-size: 13.5px; font-weight: 900; }

.vc-browser { overflow: hidden; border: 1px solid var(--vc-line); border-radius: 15px; background: #fff; box-shadow: 0 24px 58px rgba(13,31,46,.13); }
.vc-browser-bar { display: flex; min-height: 38px; align-items: center; gap: 6px; border-bottom: 1px solid var(--vc-line); background: #f5f7f7; padding: 0 13px; }
.vc-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #bfc8cd; }
.vc-browser-bar span { flex: 1; margin-left: 7px; overflow: hidden; border-radius: 999px; color: #89959d; background: #e8edef; padding: 5px 11px; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.vc-template-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.vc-template { overflow: hidden; border: 1px solid var(--vc-line); border-radius: 13px; background: #fff; box-shadow: 0 14px 34px rgba(13,31,46,.06); }
.vc-template-preview { --tpl-accent:#7a2233; --tpl-bg:#f8f5ef; position: relative; height: 245px; overflow: hidden; background: var(--tpl-bg); }
.vc-template-preview img { width: 100%; height: 100%; object-fit: cover; }
.vc-template-preview::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(248,245,239,.98) 0%,rgba(248,245,239,.78) 40%,transparent 75%); background: linear-gradient(90deg,var(--tpl-bg) 0%,color-mix(in srgb,var(--tpl-bg) 80%,transparent) 40%,transparent 75%); content: ""; }
.vc-template-preview.modern::after { background: linear-gradient(90deg,rgba(22,22,19,.92),rgba(22,22,19,.35),transparent); }
.vc-template-preview.lebendig { --tpl-accent:#e85d2f; --tpl-bg:#fff9ee; border: 8px solid #fff9ee; border-radius: 18px 18px 0 0; }
.vc-template-preview.lindenpark { --tpl-accent:#167c72; --tpl-bg:#fbfaf6; }
.vc-template-preview.modern { --tpl-accent:#e8562f; --tpl-bg:#161613; }
.vc-template-preview.zeitgemaess { --tpl-accent:#0f6e5e; --tpl-bg:#fff; }
.vc-template-preview.rotweiss { --tpl-accent:#d91f2a; --tpl-bg:#fff; border-top: 5px solid var(--tpl-accent); }
.vc-template-copy { position: absolute; top: 50%; left: 20px; z-index: 2; width: 54%; transform: translateY(-50%); }
.vc-template-copy small { display: block; margin-bottom: 7px; color: var(--tpl-accent); font-size: 8.5px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.vc-template-copy strong { display: block; color: #242820; font-family: Georgia,serif; font-size: clamp(1.25rem,2.4vw,2rem); letter-spacing: -.04em; line-height: .98; }
.vc-template-preview.modern .vc-template-copy strong { color: #fff; }
.vc-template-preview.modern .vc-template-copy small { color: #ef7758; }
.vc-template-body { padding: 18px 19px 20px; }
.vc-template-body h2 { margin-bottom: 5px; color: var(--vc-navy-2); font-size: 17px; font-weight: 900; }
.vc-template-body p { margin: 0; color: var(--vc-muted); font-size: 12.5px; }

.vc-event-showcase { display: grid; grid-template-columns: minmax(0,.8fr) minmax(440px,1.2fr); gap: 42px; align-items: center; }
.vc-event-page { overflow: hidden; background: #fff; }
.vc-event-head { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 17px; color: var(--vc-navy); font-size: 10px; font-weight: 900; }
.vc-event-head span { border-radius: 999px; color: #fff; background: #c91f2b; padding: 5px 9px; }
.vc-event-hero { position: relative; min-height: 340px; }
.vc-event-hero img { width: 100%; height: 340px; object-fit: cover; }
.vc-event-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.65) 52%,transparent 80%); content: ""; }
.vc-event-copy { position: absolute; top: 50%; left: 26px; z-index: 2; width: 53%; transform: translateY(-50%); }
.vc-event-copy small { color: #c91f2b; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vc-event-copy strong { display: block; margin: 8px 0 10px; color: #20262c; font-size: clamp(1.65rem,3.2vw,3.25rem); letter-spacing: -.055em; line-height: .92; }
.vc-event-copy p { color: #65717a; font-size: 11px; }
.vc-event-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.vc-event-badges span { border-radius: 999px; color: #fff; background: #c91f2b; padding: 5px 8px; font-size: 8.5px; font-weight: 900; }
.vc-event-bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--vc-line); }
.vc-event-bottom div { min-height: 90px; background: #f7f8f8; padding: 14px; }
.vc-event-bottom strong { display: block; color: var(--vc-navy); font-size: 11px; }
.vc-event-bottom span { color: var(--vc-muted); font-size: 9.5px; }

.vc-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 36px; }
.vc-flow-step { position: relative; border: 1px solid var(--vc-line); background: #fff; padding: 24px 20px; }
.vc-flow-step:first-child { border-radius: 12px 0 0 12px; }
.vc-flow-step:last-child { border-radius: 0 12px 12px 0; }
.vc-flow-step:not(:last-child)::after { position: absolute; top: 50%; right: -14px; z-index: 2; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--vc-line); border-radius: 50%; color: var(--vc-navy); background: var(--vc-lime); content: "→"; font-weight: 900; transform: translateY(-50%); }
.vc-flow-step span { color: var(--vc-lime-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.vc-flow-step strong { display: block; margin: 9px 0 5px; color: var(--vc-navy-2); font-size: 15px; }
.vc-flow-step p { color: var(--vc-muted); font-size: 12px; line-height: 1.55; }

.vc-app-mockup { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #f2f5f6; box-shadow: 0 24px 54px rgba(0,0,0,.26); }
.vc-app-top { display: flex; align-items: center; justify-content: space-between; color: #fff; background: #102536; padding: 14px 17px; font-size: 11px; font-weight: 900; }
.vc-app-top span { color: var(--vc-lime); }
.vc-app-body { display: grid; grid-template-columns: 112px 1fr; min-height: 360px; }
.vc-app-nav { display: grid; align-content: start; gap: 7px; background: #173044; padding: 15px 10px; }
.vc-app-nav span { border-radius: 7px; color: #bfd0da; padding: 8px; font-size: 9.5px; font-weight: 800; }
.vc-app-nav span.active { color: var(--vc-navy); background: var(--vc-lime); }
.vc-app-main { padding: 16px; }
.vc-app-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.vc-app-title strong { color: var(--vc-navy); font-size: 13px; }
.vc-app-title span { border-radius: 7px; color: var(--vc-navy); background: var(--vc-lime); padding: 6px 9px; font-size: 9px; font-weight: 900; }
.vc-app-list { display: grid; gap: 8px; }
.vc-app-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--vc-line); border-radius: 9px; background: #fff; padding: 10px; }
.vc-app-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--vc-navy); background: var(--vc-lime-soft); font-size: 10px; font-weight: 900; }
.vc-app-row strong, .vc-app-row small { display: block; }
.vc-app-row strong { color: var(--vc-navy); font-size: 10.5px; }
.vc-app-row small { color: var(--vc-muted); font-size: 8.5px; }
.vc-app-status { border-radius: 999px; color: #527100; background: #edf5cf; padding: 4px 7px; font-size: 8px; font-weight: 900; }
.vc-app-status { font-style: normal; }

.vc-finance { display: grid; grid-template-columns: minmax(0,.85fr) minmax(380px,1.15fr); gap: 46px; align-items: center; }
.vc-finance-panel { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; border: 1px solid var(--vc-line); border-radius: 15px; background: #fff; box-shadow: 0 18px 46px rgba(13,31,46,.08); padding: 28px; }
.vc-donut { width: 210px; height: auto; }
.vc-legend { display: grid; gap: 11px; }
.vc-legend div { display: grid; grid-template-columns: 11px 1fr auto; gap: 9px; align-items: center; color: var(--vc-muted); font-size: 12px; }
.vc-legend i { width: 11px; height: 11px; border-radius: 50%; background: var(--legend); }
.vc-legend b { color: var(--vc-navy); }

.vc-related { border-top: 1px solid var(--vc-line); background: #fff; padding: 42px 0; }
.vc-related-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vc-related strong { color: var(--vc-navy-2); font-size: 18px; }
.vc-related-links { display: flex; flex-wrap: wrap; gap: 8px; }
.vc-related-links a { border: 1px solid var(--vc-line); border-radius: 999px; color: var(--vc-muted); background: var(--vc-paper); padding: 8px 12px; font-size: 11.5px; font-weight: 800; }
.vc-related-links a:hover { border-color: var(--vc-lime); color: var(--vc-navy); background: var(--vc-lime-soft); }

.vc-cta { color: #fff; background: var(--vc-navy); padding: 62px 0; text-align: center; }
.vc-cta h2 { margin-bottom: 10px; font-size: clamp(1.7rem,3vw,2.55rem); font-weight: 900; }
.vc-cta p { max-width: 680px; margin: 0 auto 24px; color: #c7d2d9; }
.vc-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }

@media (max-width: 1040px) {
  .vc-subnav-inner { gap: 2px; }
  .vc-subnav a { padding: 7px 9px; font-size: 12px; }
  .vc-hero-grid, .vc-split, .vc-event-showcase, .vc-finance { grid-template-columns: 1fr; }
  .vc-hero-grid { min-height: 0; gap: 26px; padding: 58px 0 66px; }
  .vc-hero-media { min-height: 400px; }
  .vc-split.reverse .vc-visual { order: initial; }
  .vc-topic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vc-feature-grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .vc-subnav { top: 84px; }
  .vc-three-grid, .vc-feature-grid, .vc-template-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vc-flow { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .vc-flow-step, .vc-flow-step:first-child, .vc-flow-step:last-child { border-radius: 12px; }
  .vc-flow-step:not(:last-child)::after { display: none; }
  .vc-finance-panel { grid-template-columns: 200px 1fr; }
  .vc-related-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .vc-section { padding: 62px 0; }
  .vc-members-main .vc-flow + .vc-process-shot { margin-top: 48px; }
  .vc-events-main .vc-feature-grid + .vc-process-shot,
  .vc-events-main .vc-flow + .vc-process-shot { margin-top: 48px; }
  .vc-work-evaluation { margin-top: 48px; }
  .vc-resource-gallery { margin-top: 48px; }
  .vc-communication-shot { margin-top: 48px; }
  .vc-voting-shot { margin-top: 48px; }
  .vc-contribution-shot { margin-top: 48px; }
  .vc-donation-shot { margin-top: 48px; }
  .vc-funding-shot { margin-top: 48px; }
  .vc-inventory-shot { margin-top: 48px; }
  .vc-topic-grid, .vc-three-grid, .vc-feature-grid, .vc-feature-grid.four, .vc-template-grid, .vc-flow, .vc-admin-gallery { grid-template-columns: 1fr; }
  .vc-admin-shot.featured { grid-column: auto; }
  .vc-topic { min-height: 260px; }
  .vc-hero-media { min-height: 340px; }
  .vc-hero-photo { right: 0; }
  .vc-event-hero, .vc-event-hero img { height: 420px; }
  .vc-event-hero::after { background: linear-gradient(180deg,transparent 8%,rgba(255,255,255,.95) 58%); }
  .vc-event-copy { top: auto; right: 20px; bottom: 20px; left: 20px; width: auto; transform: none; }
  .vc-event-bottom { grid-template-columns: 1fr; }
  .vc-app-body { grid-template-columns: 1fr; }
  .vc-app-nav { display: flex; overflow-x: auto; }
  .vc-finance-panel { grid-template-columns: 1fr; justify-items: center; }
  .vc-legend { width: 100%; }
  .vc-visual img { min-height: 300px; }
}
