:root {
  --vse-single-navy: #252e67;
  --vse-single-blue: #315ca8;
  --vse-single-red: #ed334d;
  --vse-single-orange: #f26932;
  --vse-single-purple: #6252a3;
  --vse-single-ink: #20243a;
  --vse-single-muted: #697086;
  --vse-single-line: #e1e4eb;
  --vse-single-soft: #f5f6f8;
  --vse-single-white: #fff;
}

.vse-single-event,
.vse-single-event * { box-sizing: border-box; }

.vse-single-event { color: var(--vse-single-ink); font-family: inherit; padding: 42px 0 80px; }
.vse-single-event__shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.vse-single-event__back { display: inline-flex; align-items: center; gap: 8px; color: var(--vse-single-navy) !important; text-decoration: none !important; font-weight: 700; font-size: 14px; margin-bottom: 28px; }
.vse-single-event__back span { font-size: 18px; transition: transform .18s ease; }
.vse-single-event__back:hover span { transform: translateX(-3px); }

.vse-single-event__hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(34px, 5vw, 64px); align-items: start; background: #f1f2f4; padding: clamp(20px, 2.5vw, 30px); }
.vse-single-event__media { min-width: 0; }
.vse-single-event__media > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #e7eaf0; }
.vse-single-event__summary { padding: 2px 8px 2px 0; }
.vse-single-event__kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; padding: 9px 13px; background: var(--vse-single-navy); color: #fff; box-shadow: inset 3px 0 0 var(--vse-single-orange); font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.vse-single-event__kicker::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--vse-single-orange); }
.vse-single-event__summary h1 { margin: 0 0 20px !important; color: var(--vse-single-navy) !important; font-size: clamp(34px, 4vw, 54px) !important; line-height: 1.06 !important; letter-spacing: -.035em; font-weight: 650 !important; }
.vse-single-event__meta { display: grid; gap: 10px; margin-bottom: 23px; }
.vse-single-event__meta-row { display: flex; align-items: flex-start; gap: 10px; color: #3e465c; font-size: 15px; line-height: 1.45; font-weight: 650; }
.vse-single-event__meta-row svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; fill: none; stroke: var(--vse-single-blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vse-single-event__intro { margin: 0 0 24px; color: #4d5568; font-size: 16px; line-height: 1.65; }
.vse-single-event__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; background: var(--vse-single-orange); color: #fff !important; text-decoration: none !important; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; transition: background .18s ease, transform .18s ease; }
.vse-single-event__cta:hover { background: var(--vse-single-red); transform: translateY(-1px); }
.vse-single-event__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.vse-single-event__tags span { border: 1px solid rgba(37,46,103,.26); border-radius: 999px; color: var(--vse-single-navy); background: #fff; padding: 7px 12px; font-size: 11px; font-weight: 750; line-height: 1; }

.vse-single-event__placeholder { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: linear-gradient(135deg, #26336f, #315da6 72%, #f26932 150%); color: #fff; }
.vse-single-event__placeholder::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; right: -18%; top: -44%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.vse-single-event__placeholder::after { content: ""; position: absolute; width: 90%; height: 58%; left: 20%; bottom: -34%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: rotate(-8deg); }
.vse-single-event__placeholder--webinar { background: linear-gradient(135deg, #362a76, #6252a3 75%, #806bb8); }
.vse-single-event__placeholder--workshop,
.vse-single-event__placeholder--training { background: linear-gradient(135deg, #153c62, #287da1 76%, #38a0b2); }
.vse-single-event__placeholder-mark { position: absolute; left: 30px; top: 28px; z-index: 2; font-size: 13px; font-weight: 800; letter-spacing: .18em; opacity: .9; }
.vse-single-event__placeholder-type { position: absolute; left: 30px; right: 30px; bottom: 30px; z-index: 2; font-size: clamp(26px, 3vw, 42px); line-height: 1; font-weight: 600; letter-spacing: -.025em; }
.vse-single-event__placeholder-orbit { position: absolute; width: 38%; aspect-ratio: 1; right: 9%; top: 22%; z-index: 1; border-radius: 50%; background: rgba(242,105,50,.86); mix-blend-mode: screen; opacity: .72; }

.vse-single-event__content-block,
.vse-single-event__details-block,
.vse-single-event__more { padding-top: 54px; }
.vse-single-event__content-block > h2,
.vse-single-event__details-block > h2,
.vse-single-event__more-heading h2 { margin: 0 0 22px !important; color: var(--vse-single-navy) !important; font-size: 25px !important; line-height: 1.2 !important; font-weight: 650 !important; }
.vse-single-event__content-block > h2::after,
.vse-single-event__details-block > h2::after { content: ""; display: block; width: 48px; height: 3px; margin-top: 12px; background: linear-gradient(90deg, var(--vse-single-orange), var(--vse-single-red)); }
.vse-single-event__content { max-width: 820px; color: #42495b; font-size: 16px; line-height: 1.75; }
.vse-single-event__content > :first-child { margin-top: 0; }
.vse-single-event__content > :last-child { margin-bottom: 0; }

.vse-single-event__details-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--vse-single-line); border-bottom: 1px solid var(--vse-single-line); }
.vse-single-event__detail { display: flex; gap: 13px; padding: 24px 22px; min-width: 0; }
.vse-single-event__detail + .vse-single-event__detail { border-left: 1px solid var(--vse-single-line); }
.vse-single-event__detail-icon { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border-radius: 50%; background: #eef1f8; }
.vse-single-event__detail-icon svg { width: 17px; height: 17px; fill: none; stroke: var(--vse-single-blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vse-single-event__detail div { min-width: 0; display: grid; gap: 4px; }
.vse-single-event__detail small { color: var(--vse-single-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.vse-single-event__detail strong { color: var(--vse-single-navy); font-size: 14px; line-height: 1.35; font-weight: 700; overflow-wrap: anywhere; }

.vse-single-event__more { margin-top: 54px; padding-top: 38px; border-top: 1px solid var(--vse-single-line); }
.vse-single-event__more-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.vse-single-event__more-heading h2 { margin-bottom: 0 !important; }
.vse-single-event__more-heading a { color: var(--vse-single-orange) !important; font-size: 13px; font-weight: 750; text-decoration: none !important; border-bottom: 2px solid var(--vse-single-red); padding-bottom: 4px; }
.vse-single-event__more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.vse-single-event__more-card { border: 1px solid var(--vse-single-line); background: #fff; }
.vse-single-event__more-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eef1f6; text-decoration: none !important; }
.vse-single-event__more-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.vse-single-event__more-card:hover .vse-single-event__more-media img { transform: scale(1.03); }
.vse-single-event__more-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #26336f, #315da6); color: #fff; font-weight: 800; letter-spacing: .16em; }
.vse-single-event__more-body { padding: 17px 18px 20px; }
.vse-single-event__more-body > span { display: block; margin-bottom: 7px; color: var(--vse-single-red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.vse-single-event__more-body h3 { margin: 0 !important; font-size: 20px !important; line-height: 1.2 !important; font-weight: 650 !important; }
.vse-single-event__more-body h3 a { color: var(--vse-single-navy) !important; text-decoration: none !important; }

@media (max-width: 900px) {
  .vse-single-event__hero { grid-template-columns: 1fr; }
  .vse-single-event__summary { padding: 0; }
  .vse-single-event__details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vse-single-event__detail:nth-child(3) { border-left: 0; border-top: 1px solid var(--vse-single-line); }
  .vse-single-event__detail:nth-child(4) { border-top: 1px solid var(--vse-single-line); }
  .vse-single-event__more-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .vse-single-event { padding-top: 26px; padding-bottom: 62px; }
  .vse-single-event__shell { width: min(100% - 30px, 1180px); }
  .vse-single-event__hero { padding: 16px; gap: 26px; }
  .vse-single-event__summary h1 { font-size: 35px !important; }
  .vse-single-event__details-grid { grid-template-columns: 1fr; }
  .vse-single-event__detail + .vse-single-event__detail { border-left: 0; border-top: 1px solid var(--vse-single-line); }
  .vse-single-event__more-heading { align-items: flex-start; flex-direction: column; }
  .vse-single-event__more-grid { grid-template-columns: 1fr; }
}
