/* NightVibes.cz: úvodní stránka (hero, posuvník, kalendář/mapa, o nás, galerie, postup, kontakt, FAQ) */
.is-home { overflow-x: hidden; }
.sec { position: relative; padding: 90px 0; }
@media (max-width: 700px) { .sec { padding: 60px 0; } }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-title { font-size: clamp(38px, 6vw, 64px); margin: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wrap-pad { padding-left: max(16px, calc((100vw - 1100px) / 2)); padding-right: 16px; }

/* ---------- HERO ---------- */
.hero-wow { position: relative; height: 100svh; min-height: 560px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 70px 0 80px; background: #07030f; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.beam { position: absolute; left: 50%; top: 50%; width: 160vmax; height: 160vmax; margin: -80vmax 0 0 -80vmax; border-radius: 50%; mix-blend-mode: screen; opacity: .55; animation: beamSpin 46s linear infinite; will-change: transform; }
.beam-1 { background: conic-gradient(from 0deg, transparent 0 78%, rgba(255,43,214,.55) 82%, transparent 86%, transparent 100%); }
.beam-2 { background: conic-gradient(from 120deg, transparent 0 80%, rgba(43,210,255,.5) 84%, transparent 88%); animation-duration: 61s; animation-direction: reverse; }
.beam-3 { background: conic-gradient(from 240deg, transparent 0 82%, rgba(124,58,237,.6) 86%, transparent 90%); animation-duration: 53s; }
@keyframes beamSpin { to { transform: rotate(360deg); } }
.laser { position: absolute; left: -20vw; right: -20vw; top: 50%; height: 2px; transform-origin: center; opacity: .55; mix-blend-mode: screen; animation: laserSwing 9s ease-in-out infinite alternate; }
.laser-1 { background: linear-gradient(90deg, transparent, var(--pink), transparent); box-shadow: 0 0 16px var(--pink); --a: -28deg; --b: 22deg; }
.laser-2 { background: linear-gradient(90deg, transparent, var(--blue), transparent); box-shadow: 0 0 16px var(--blue); --a: 30deg; --b: -18deg; animation-duration: 11s; animation-delay: -4s; }
.laser-3 { background: linear-gradient(90deg, transparent, #b06bff, transparent); box-shadow: 0 0 16px #b06bff; --a: -8deg; --b: 40deg; animation-duration: 13s; animation-delay: -7s; opacity: .4; }
@keyframes laserSwing { from { transform: rotate(var(--a)) translateY(-18vh); } to { transform: rotate(var(--b)) translateY(18vh); } }
.fog { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; will-change: transform; }
.fog-1 { width: 60vw; height: 40vw; left: -10vw; top: 10vh; background: radial-gradient(circle, rgba(255,43,214,.45), transparent 65%); animation: fogA 18s ease-in-out infinite alternate; }
.fog-2 { width: 55vw; height: 45vw; right: -15vw; bottom: -5vh; background: radial-gradient(circle, rgba(43,210,255,.35), transparent 65%); animation: fogB 22s ease-in-out infinite alternate; }
@keyframes fogA { to { transform: translate(12vw, 6vh) scale(1.15); } }
@keyframes fogB { to { transform: translate(-10vw, -8vh) scale(1.1); } }
#heroCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); transform: perspective(600px) rotateX(60deg) translateY(30%); transform-origin: center bottom; opacity: .6; }
.hero-inner { position: relative; z-index: 2; width: 85%; margin: 0 auto; display: grid; gap: clamp(12px, 2vh, 24px); justify-items: center; text-align: center; }
.hero-logo-wrap { width: min(640px, 100%, 52vh); filter: drop-shadow(0 0 40px rgba(124,58,237,.35)); animation: heartbeat 2.2s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 12% { transform: scale(1.025); } 24% { transform: scale(1); } 36% { transform: scale(1.015); } 48% { transform: scale(1); } }
.logo-hero { width: 100%; height: auto; }
.hero-tag { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; margin: 0; font-family: var(--display); letter-spacing: 5px; font-size: clamp(16px, 2.4vw, 24px); color: #fff; }
.hero-tag span { opacity: .25; transition: opacity .6s, text-shadow .6s; }
.hero-tag span.on { opacity: 1; text-shadow: 0 0 18px rgba(43,210,255,.9); }
.hero-tag span:nth-child(3).on { text-shadow: 0 0 18px rgba(255,43,214,.9); color: var(--pink); }
.hero-tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
.hero-sub { margin: 0; max-width: 760px; color: #e3dcf7; font-size: clamp(15px, 1.6vw, 19px); line-height: 1.6; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn-lg { padding: 16px 30px; font-size: 17px; min-height: 54px; }
.eq { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; display: flex; align-items: flex-end; justify-content: center; gap: 6px; padding: 0 6vw; z-index: 1; pointer-events: none; mask-image: linear-gradient(to top, black, transparent); -webkit-mask-image: linear-gradient(to top, black, transparent); }
.eq i { flex: 1; max-width: 22px; height: 100%; border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--pink), var(--violet), var(--blue)); transform-origin: bottom; transform: scaleY(.2); animation: eq 1.1s ease-in-out infinite alternate; animation-delay: var(--d); opacity: .75; }
@keyframes eq { to { transform: scaleY(var(--s)); } }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.35); border-radius: 14px; z-index: 3; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--blue); box-shadow: 0 0 8px var(--blue); animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(14px); opacity: .2; } }
@media (max-width: 700px) { .scroll-cue { display: none; } .hero-wow { padding: 70px 0 70px; min-height: 520px; } .beam-3, .laser-3 { display: none; } .hero-logo-wrap { width: min(88vw, 40vh); } .hero-inner { width: 90%; } .hero-cta .btn { flex: 1 1 100%; } .eq { height: 60px; } }
/* ---------- AKCE: posuvník ---------- */
.slider { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; }
.slider::-webkit-scrollbar { display: none; }
.slider.dragging { cursor: grabbing; scroll-snap-type: none; }
.slider-track { display: flex; gap: 22px; padding-top: 12px; padding-bottom: 24px; }
.slider-end { flex: 0 0 1px; }
.ev-card { flex: 0 0 340px; scroll-snap-align: start; border-radius: 22px; position: relative; overflow: hidden; background: linear-gradient(180deg, #160c2c, #0f0820); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; box-shadow: 0 20px 50px rgba(0,0,0,.45); will-change: transform; }
.ev-card::before { content: ""; position: absolute; inset: 0; border-radius: 22px; padding: 2px; background: linear-gradient(160deg, var(--pink), var(--violet) 50%, var(--blue)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .3; transition: opacity .35s; pointer-events: none; z-index: 3; }
.ev-card:hover { transform: translateY(-10px); box-shadow: 0 30px 70px rgba(124,58,237,.45); }
.ev-card:hover::before { opacity: 1; }
.ev-link { display: block; color: #fff; text-decoration: none !important; }
.ev-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #120a26; }
.ev-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s; }
.ev-card:hover .ev-media img { transform: scale(1.06); }
.ev-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(to top, #160c2c 0%, rgba(22,12,44,.75) 40%, transparent 100%); }
.ev-noimg { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--display); font-size: 140px; color: rgba(255,255,255,.08); background: radial-gradient(circle at 30% 20%, #3b1a7a, #0b0617); }
.ev-date { position: absolute; top: 14px; left: 14px; z-index: 2; display: grid; justify-items: center; min-width: 62px; padding: 8px 10px; border-radius: 14px; background: rgba(11,6,23,.85); border: 1px solid rgba(43,210,255,.6); backdrop-filter: blur(6px); transform: rotate(-4deg); box-shadow: 0 0 16px rgba(43,210,255,.35); }
.ev-day { font-family: var(--display); font-size: 34px; line-height: 1; color: #fff; }
.ev-month { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); }
.ev-count { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: rgba(255,43,214,.18); border: 1px solid rgba(255,43,214,.6); color: #fff; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; backdrop-filter: blur(6px); box-shadow: 0 0 14px rgba(255,43,214,.35); }
.ev-past .ev-count { background: rgba(255,255,255,.08); border-color: var(--line); color: var(--muted); box-shadow: none; }
.ev-body { position: relative; padding: 4px 18px 18px; display: grid; gap: 10px; margin-top: -36px; z-index: 2; }
.ev-title { font-family: var(--display); font-size: 38px; line-height: .95; margin: 0; letter-spacing: 1px; text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.ev-rows { display: grid; gap: 5px; }
.ev-row { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #e3dcf7; }
.ev-row svg { width: 16px; height: 16px; color: var(--blue); flex: none; }
.ev-row-dj span { color: var(--pink); font-weight: 700; letter-spacing: .5px; }
.ev-row-dj svg { color: var(--pink); }
.ev-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
.ev-price { font-family: var(--display); font-size: 30px; line-height: 1; color: var(--pink); text-shadow: 0 0 12px rgba(255,43,214,.6); display: grid; }
.ev-price small { font-family: var(--font); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); text-shadow: none; }
.ev-cta { padding: 11px 18px; border-radius: 12px; background: linear-gradient(135deg, var(--pink), var(--violet)); font-weight: 700; font-size: 14px; box-shadow: 0 0 18px rgba(255,43,214,.4); white-space: nowrap; }
.ev-tag { padding: 6px 12px; border-radius: 8px; font-family: var(--display); letter-spacing: 2px; font-size: 16px; background: rgba(43,210,255,.15); color: var(--blue); border: 1px solid rgba(43,210,255,.5); }
.ev-tag-off { background: rgba(255,77,109,.15); color: var(--red); border-color: rgba(255,77,109,.5); }
.ev-tag-past { background: rgba(255,255,255,.08); color: var(--muted); border-color: var(--line); }
.ev-past { filter: saturate(.4) brightness(.75); }
.ev-past:hover { filter: none; }
.slider-past .ev-card { flex-basis: 260px; }
.slider-past .ev-title { font-size: 28px; }
.slider-past .ev-media { aspect-ratio: 16 / 10; }
.past-head { margin-top: 26px; }
.past-head h3 { font-size: 28px; color: var(--muted); margin: 0 0 6px; }
.slider-nav { display: flex; gap: 8px; }
.sn-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); color: #fff; font-size: 18px; cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .15s; }
.sn-btn:hover { border-color: var(--pink); box-shadow: 0 0 16px rgba(255,43,214,.5); transform: scale(1.06); }
.slider-dots { display: flex; gap: 6px; justify-content: center; margin-top: 4px; }
.slider-dots i { width: 8px; height: 8px; border-radius: 4px; background: rgba(255,255,255,.2); transition: width .3s, background .3s; }
.slider-dots i.on { width: 26px; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
@media (max-width: 700px) { .ev-card { flex-basis: 82vw; } .slider-nav { display: none; } }
/* ---------- KDY A KDE ---------- */
.seg { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); }
.seg-btn { position: relative; z-index: 1; padding: 10px 24px; border: 0; background: transparent; color: var(--muted); font-weight: 700; border-radius: 999px; cursor: pointer; transition: color .3s; }
.seg-btn.active { color: #fff; }
.seg-ind { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: 999px; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 0 18px rgba(255,43,214,.5); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.seg.map .seg-ind { transform: translateX(100%); }
.when-views { position: relative; min-height: 520px; }
.when-view { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .4s, transform .4s; }
.when-view.active { position: relative; opacity: 1; pointer-events: auto; transform: none; }
.when-cal { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); gap: 22px; align-items: start; }
@media (max-width: 860px) { .when-cal { grid-template-columns: 1fr; } }
.cal { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 18px; overflow: hidden; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal-month { font-family: var(--display); font-size: 30px; letter-spacing: 2px; }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.cal-grid-wrap { position: relative; overflow: hidden; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-day { position: relative; aspect-ratio: 1; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid transparent; display: grid; place-items: center; font-weight: 600; color: #ddd6f3; overflow: hidden; cursor: default; transition: transform .2s, border-color .2s, box-shadow .2s; }
.cal-day.other { opacity: .25; }
.cal-day.today { border-color: rgba(43,210,255,.6); }
.cal-day.has { cursor: pointer; border-color: rgba(255,43,214,.35); }
.cal-day.has .cal-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; filter: blur(2px) saturate(1.2); transition: opacity .3s, filter .3s, transform .4s; }
.cal-day.has:hover, .cal-day.has.sel { transform: scale(1.06); border-color: var(--pink); box-shadow: 0 0 18px rgba(255,43,214,.45); z-index: 1; }
.cal-day.has:hover .cal-bg, .cal-day.has.sel .cal-bg { opacity: .7; filter: none; transform: scale(1.1); }
.cal-day b { position: relative; z-index: 1; font-weight: 700; }
.cal-day.has b { text-shadow: 0 1px 6px #000; }
.cal-dot { position: absolute; bottom: 7px; left: 50%; width: 7px; height: 7px; margin-left: -3.5px; border-radius: 50%; background: var(--c, var(--pink)); box-shadow: 0 0 10px var(--c, var(--pink)); z-index: 1; }
.cal-day.past-ev .cal-dot { background: var(--muted); box-shadow: none; }
.cal-side { display: grid; gap: 12px; }
.cal-empty { padding: 26px; border-radius: 16px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.cal-card { border-radius: 18px; overflow: hidden; background: var(--panel-solid); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.cal-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.cal-card-body { padding: 16px; display: grid; gap: 6px; }
.cal-card h3 { font-family: var(--display); font-size: 30px; margin: 0; letter-spacing: 1px; }
.cal-card .row { margin-top: 6px; }
.cal-list { display: grid; gap: 6px; }
.cal-list a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.04); color: #fff; border: 1px solid transparent; }
.cal-list a:hover { border-color: rgba(255,43,214,.5); text-decoration: none; }
.cal-list small { color: var(--muted); }
.home-map { height: 520px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.45); }
@media (max-width: 700px) { .home-map { height: 60vh; } .when-views { min-height: 0; } }
.map-empty { margin-top: 10px; color: var(--muted); text-align: center; }
.map-pop { display: grid; gap: 6px; min-width: 200px; }
.map-pop img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
.map-pop b { font-family: var(--display); font-size: 22px; letter-spacing: 1px; }
.map-pop .row { gap: 6px; }

/* ---------- O NÁS ---------- */
.sec-about { background: radial-gradient(900px 500px at 20% 30%, rgba(255,43,214,.12), transparent 60%), radial-gradient(800px 500px at 90% 80%, rgba(43,210,255,.1), transparent 60%); }
.about-grid { display: grid; grid-template-columns: minmax(260px, 380px) 1fr; gap: 50px; align-items: center; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; gap: 30px; } .about-photo { max-width: 320px; margin: 0 auto; } }
.about-photo { position: relative; }
.polaroid { position: relative; background: #fff; padding: 14px 14px 48px; border-radius: 6px; transform: rotate(-4deg); box-shadow: 0 30px 60px rgba(0,0,0,.5); transition: transform .4s; }
.polaroid:hover { transform: rotate(0) scale(1.02); }
.polaroid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; }
.polaroid-cap { position: absolute; left: 0; right: 0; bottom: 12px; text-align: center; font-family: 'Pacifico', cursive; color: #2a1150; font-size: 22px; }
.about-glow { position: absolute; inset: -20px; z-index: -1; background: linear-gradient(135deg, var(--pink), var(--blue)); filter: blur(40px); opacity: .35; border-radius: 30px; }
.about-text p { color: #ddd6f3; font-size: 17px; }
.about-sig { font-family: 'Pacifico', cursive; font-size: 30px; color: var(--pink); margin-top: 10px; text-shadow: 0 0 14px rgba(255,43,214,.5); }
.about-sig span { display: block; font-family: var(--font); font-size: 13px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; text-shadow: none; }
.about-social { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; font-weight: 600; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.stat-item { text-align: center; padding: 22px 10px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.stat-item b { display: block; font-family: var(--display); font-size: clamp(40px, 6vw, 64px); line-height: 1; color: #fff; text-shadow: 0 0 20px rgba(43,210,255,.6); }
.stat-item span { color: var(--muted); letter-spacing: 2px; text-transform: uppercase; font-size: 12px; }


/* Tým: CTA blok */
.team-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-top: 60px; padding: 28px; border-radius: 24px; background: rgba(22,12,44,.7); border: 1px solid var(--line); position: relative; overflow: hidden; }
.team-cta::before { content: ""; position: absolute; inset: -40%; background: conic-gradient(from 0deg, transparent 70%, rgba(255,43,214,.25) 85%, transparent 100%); animation: beamSpin 14s linear infinite; pointer-events: none; }
.team-cta > * { position: relative; }
@media (max-width: 760px) { .team-cta { grid-template-columns: 1fr; text-align: center; } .team-cta-faces { justify-content: center; } }
.team-cta-faces { display: flex; flex-wrap: wrap; gap: 18px; }
.face { display: grid; justify-items: center; gap: 8px; color: #fff; text-decoration: none !important; width: 120px; }
.face img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 3px solid transparent; background: linear-gradient(#160c2c, #160c2c) padding-box, linear-gradient(135deg, var(--pink), var(--blue)) border-box; box-shadow: 0 0 24px rgba(255,43,214,.35); transition: transform .3s; }
.face:hover img { transform: scale(1.08) rotate(-3deg); }
.face span { font-weight: 700; font-size: 14px; text-align: center; display: grid; }
.face small { color: var(--muted); font-weight: 500; font-size: 12px; }
.team-cta-text h3 { font-size: 34px; margin: 0 0 6px; }
.team-cta-text p { margin: 0 0 14px; }
/* ---------- GALERIE: koláž ---------- */
.collage { position: relative; width: min(1200px, 100%); margin: 0 auto; padding: 20px 16px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
.shot { position: relative; margin: -14px -6px; border-radius: 10px; overflow: hidden; transform: rotate(var(--rot)); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, z-index 0s; box-shadow: 0 18px 40px rgba(0,0,0,.5); cursor: zoom-in; will-change: transform; }
.shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.shot-s { width: 200px; height: 150px; }
.shot-m { width: 260px; height: 200px; }
.shot-l { width: 340px; height: 240px; }
.shot.polar { background: #fff; padding: 10px 10px 28px; border-radius: 4px; }
.shot.polar img { border-radius: 2px; }
.shot:hover { transform: rotate(0) scale(1.1); z-index: 5; box-shadow: 0 30px 70px rgba(255,43,214,.35); }
@media (max-width: 700px) { .collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 14px; } .shot { margin: 0; width: auto !important; height: auto !important; aspect-ratio: 4/3; transform: rotate(calc(var(--rot) / 3)); } .shot.polar { padding: 6px 6px 18px; } }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(5,2,12,.94); display: grid; place-items: center; animation: lbIn .25s ease; }
.lightbox[hidden] { display: none; }
@keyframes lbIn { from { opacity: 0; } }
.lightbox figure { margin: 0; max-width: min(1400px, 94vw); max-height: 88vh; }
.lightbox img { max-width: min(1400px, 94vw); max-height: 88vh; object-fit: contain; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.7); animation: lbImg .35s cubic-bezier(.2,.8,.2,1); }
@keyframes lbImg { from { transform: scale(.92); opacity: 0; } }
.lb-close, .lb-prev, .lb-next { position: absolute; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(11,6,23,.7); color: #fff; font-size: 22px; cursor: pointer; }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: var(--muted); font-size: 13px; letter-spacing: 2px; }

/* ---------- JAK TO FUNGUJE ---------- */
.how { position: relative; padding-top: 20px; }
.how-path { position: absolute; left: 0; right: 0; top: 80px; width: 100%; height: 120px; opacity: .9; filter: drop-shadow(0 0 8px rgba(255,43,214,.6)); }
.how-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.how-step { text-align: center; padding: 10px; }
.how-step h3 { font-family: var(--display); font-size: 26px; letter-spacing: 1px; margin: 16px 0 6px; }
.how-step p { color: var(--muted); font-size: 14px; margin: 0; }
.how-icon { position: relative; width: 180px; height: 180px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.08), rgba(255,255,255,.02)); border: 1px solid var(--line); box-shadow: inset 0 0 30px rgba(124,58,237,.25); overflow: visible; }
.how-step.on .how-icon { border-color: rgba(255,43,214,.6); box-shadow: 0 0 30px rgba(255,43,214,.35), inset 0 0 30px rgba(124,58,237,.35); }
/* 1: karta akce s plakátem */
.hi-event { width: 120px; border-radius: 14px; overflow: hidden; background: #120a26; box-shadow: 0 16px 40px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.14); transform: rotate(-6deg) translateY(10px); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.how-step.on .hi-event { transform: rotate(0) translateY(-4px); }
.hi-event img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; }
.hi-event-ph { aspect-ratio: 1; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, #3b1a7a, #0b0617); }
.hi-event-logo { width: 80%; height: auto; }
.hi-event-bar { padding: 8px 10px; text-align: left; display: grid; gap: 2px; }
.hi-event-bar b { font-family: var(--display); font-size: 15px; letter-spacing: .5px; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hi-event-bar span { font-size: 10px; color: var(--blue); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* 2: platby */
.hi-pay { position: relative; width: 130px; height: 130px; }
.hi-wallet { position: absolute; left: 10px; right: 10px; display: flex; align-items: center; justify-content: center; gap: 6px; height: 40px; border-radius: 10px; background: #000; color: #fff; font-weight: 700; font-size: 15px; border: 1px solid #3a3a3a; box-shadow: 0 8px 20px rgba(0,0,0,.5); transform: translateY(8px); opacity: .6; transition: transform .5s, opacity .5s; }
.hi-wallet svg { height: 20px; width: auto; }
.hi-gpay { top: 0; }
.hi-apay { top: 48px; }
.how-step.on .hi-wallet { transform: none; opacity: 1; }
.how-step.on .hi-gpay { animation: payPulse 1.6s ease-in-out infinite; }
@keyframes payPulse { 50% { box-shadow: 0 0 22px rgba(43,210,255,.8); transform: scale(1.04); } }
.hi-card { position: absolute; left: 4px; right: 4px; bottom: 0; height: 44px; border-radius: 10px; background: linear-gradient(135deg, #ff2bd6, #7c3aed 60%, #2bd2ff); box-shadow: 0 10px 24px rgba(0,0,0,.5); display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 6px; padding: 0 10px; color: #fff; font-size: 11px; transform: translateY(14px) rotate(4deg); transition: transform .6s .1s; }
.how-step.on .hi-card { transform: none; }
.hi-chip { width: 22px; height: 16px; border-radius: 4px; background: linear-gradient(135deg, #f6d365, #c58b1e); box-shadow: inset 0 0 0 1px rgba(0,0,0,.25); }
.hi-card b { letter-spacing: 1px; font-weight: 600; }
.hi-card em { font-style: normal; font-weight: 900; letter-spacing: .5px; opacity: .9; }
/* 3: obálka s vstupenkou */
.hi-mail { position: relative; width: 140px; height: 120px; }
.hi-env-back, .hi-env-front { position: absolute; left: 0; right: 0; bottom: 0; height: 74px; border-radius: 10px; }
.hi-env-back { background: #1c0f3a; border: 1px solid rgba(255,255,255,.15); }
.hi-env-front { background: linear-gradient(160deg, #2f1660, #1a0d36); clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 100%, 0 100%); z-index: 3; border-radius: 0 0 10px 10px; }
.hi-env-flap { position: absolute; left: 0; right: 0; bottom: 44px; height: 44px; background: linear-gradient(160deg, #3b1a7a, #2a1150); clip-path: polygon(0 0, 100% 0, 50% 100%); transform-origin: top; z-index: 4; transition: transform .6s; border-radius: 10px 10px 0 0; }
.how-step.on .hi-env-flap { transform: rotateX(180deg); z-index: 1; }
.hi-ticket { position: absolute; left: 12px; right: 12px; bottom: 14px; border-radius: 8px; background: #fff; color: #0b0617; overflow: hidden; z-index: 2; box-shadow: 0 14px 30px rgba(0,0,0,.5); transition: transform .8s cubic-bezier(.2,.8,.2,1) .3s; }
.how-step.on .hi-ticket { transform: translateY(-66px) rotate(-5deg); z-index: 5; }
.hi-t-head { display: flex; align-items: center; justify-content: space-between; background: #0b0617; padding: 4px 8px; }
.hi-t-logo { height: 18px; width: auto; }
.hi-t-head span { font-size: 8px; letter-spacing: 2px; color: var(--blue); }
.hi-t-body { display: grid; grid-template-columns: 1fr 36px; gap: 6px; align-items: center; padding: 6px 8px; text-align: left; }
.hi-t-body em { display: inline-block; font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: 1px; padding: 1px 6px; border-radius: 999px; background: var(--pink); color: #fff; }
.hi-t-body b { display: block; font-size: 12px; line-height: 1.1; margin-top: 2px; }
.hi-t-body small { display: block; font-size: 8px; color: #6b6685; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hi-t-qr svg { width: 36px; height: 36px; display: block; }
/* 4: telefon se skenem */
.hi-phone { width: 88px; height: 150px; border-radius: 18px; background: #111; border: 3px solid #2a2a33; box-shadow: 0 16px 40px rgba(0,0,0,.6), inset 0 0 0 1px #000; padding: 10px 6px; position: relative; }
.hi-phone::before { content: ""; position: absolute; left: 50%; top: 4px; width: 30px; height: 4px; margin-left: -15px; border-radius: 2px; background: #2a2a33; }
.hi-phone-screen { position: relative; width: 100%; height: 100%; border-radius: 10px; background: #fff; overflow: hidden; display: grid; place-items: center; }
.hi-phone-qr svg { width: 62px; height: 62px; display: block; }
.hi-beam { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--blue); box-shadow: 0 0 12px var(--blue), 0 0 26px var(--blue); opacity: 0; }
.how-step.on .hi-beam { animation: beam 1.8s ease-in-out infinite; }
@keyframes beam { 0% { top: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
.hi-ok { position: absolute; left: 6px; right: 6px; bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 5px; border-radius: 8px; background: var(--green); color: #062a1a; font-weight: 800; font-size: 11px; opacity: 0; transform: translateY(8px); transition: opacity .4s 1s, transform .4s 1s; }
.hi-ok svg { width: 14px; height: 14px; }
.how-step.on .hi-ok { opacity: 1; transform: none; }
.how-wopro { margin: 40px 0 0; text-align: center; font-size: 13px; color: var(--muted); }
.how-wopro a { color: var(--blue); }
@media (max-width: 860px) { .how-steps { grid-template-columns: 1fr 1fr; } .how-path { display: none; } }
@media (max-width: 520px) { .how-steps { grid-template-columns: 1fr; gap: 30px; } }
/* ---------- KONTAKT ---------- */
.sec-contact { background: radial-gradient(800px 400px at 80% 20%, rgba(43,210,255,.1), transparent 60%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
@property --ang { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.contact-card { position: relative; border-radius: 24px; padding: 2px; background: conic-gradient(from var(--ang), var(--pink), var(--violet), var(--blue), var(--pink)); animation: spinBorder 8s linear infinite; overflow: hidden; }
@keyframes spinBorder { to { --ang: 360deg; } }
.contact-card-inner { position: relative; z-index: 1; height: 100%; border-radius: 22px; padding: 30px; background: #120a26; display: grid; gap: 14px; align-content: start; }
.contact-signal { position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; z-index: 1; pointer-events: none; }
.contact-signal i { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(43,210,255,.5); animation: signal 3.6s ease-out infinite; }
.contact-signal i:nth-child(2) { animation-delay: 1.2s; }
.contact-signal i:nth-child(3) { animation-delay: 2.4s; }
@keyframes signal { 0% { transform: scale(.2); opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }
.contact-card p { margin: 0; color: #e3dcf7; font-size: 17px; }
.contact-mail { font-family: var(--display); font-size: clamp(24px, 3vw, 34px); letter-spacing: 1px; color: #fff; text-shadow: 0 0 18px rgba(255,43,214,.7); word-break: break-all; }
.contact-mail:hover { color: var(--pink); text-decoration: none; }
.contact-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
@media (max-width: 480px) { .contact-tiles { grid-template-columns: 1fr; } }
.ctile { display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: #fff; font-size: 13px; transition: border-color .2s, transform .2s; }
a.ctile:hover { border-color: var(--pink); text-decoration: none; transform: translateY(-2px); }
.ctile svg { width: 22px; height: 22px; color: var(--blue); flex: none; }
.ctile span { display: grid; }
.ctile b { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.contact-form-wrap { position: relative; }
.contact-form { display: grid; gap: 16px; height: 100%; padding: 28px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); backdrop-filter: blur(10px); transition: transform .5s, opacity .5s; }
.contact-form.sent { transform: scale(.9) rotateX(12deg); opacity: 0; pointer-events: none; position: absolute; inset: 0; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; font-weight: 600; font-size: 13px; cursor: pointer; transition: background .2s, border-color .2s, box-shadow .2s; }
.chip.on { background: linear-gradient(135deg, var(--pink), var(--violet)); border-color: transparent; box-shadow: 0 0 16px rgba(255,43,214,.5); }
.ffield { position: relative; }
.ffield .input { padding-top: 22px; padding-bottom: 8px; }
.ffield label { position: absolute; left: 14px; top: 15px; color: var(--muted); font-size: 15px; pointer-events: none; transition: top .2s, font-size .2s, color .2s; }
.ffield .input:focus + label, .ffield .input:not(:placeholder-shown) + label { top: 6px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); }
.btn-shine { position: relative; overflow: hidden; }
.btn-shine::after { content: ""; position: absolute; top: -50%; bottom: -50%; left: -30%; width: 30%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); transform: skewX(-20deg); animation: shine 3.5s ease-in-out infinite; }
@keyframes shine { 0%, 60% { left: -30%; } 100% { left: 130%; } }
.contact-done { display: grid; justify-items: center; text-align: center; gap: 8px; padding: 40px 26px; border-radius: 22px; background: var(--panel); border: 1px solid rgba(61,220,151,.5); box-shadow: 0 0 40px rgba(61,220,151,.25); animation: lbImg .5s cubic-bezier(.2,.8,.2,1); }
.contact-done[hidden] { display: none; }
.done-check svg { width: 90px; height: 90px; }
.done-check circle { fill: none; stroke: var(--green); stroke-width: 2.5; stroke-dasharray: 160; stroke-dashoffset: 160; animation: draw .8s ease forwards; filter: drop-shadow(0 0 10px var(--green)); }
.done-check path { fill: none; stroke: var(--green); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .5s ease .6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 760px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-item { border-radius: 16px; background: var(--panel); border: 1px solid var(--line); padding: 0 20px; transition: border-color .3s, box-shadow .3s; }
.faq-item[open] { border-color: rgba(255,43,214,.5); box-shadow: 0 0 24px rgba(255,43,214,.15); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 0; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 22px; height: 22px; flex: none; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--pink); transition: transform .3s; }
.faq-plus::before { width: 10px; height: 2px; margin: -1px 0 0 -5px; }
.faq-plus::after { width: 2px; height: 10px; margin: -5px 0 0 -1px; }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); }
.faq-a { overflow: hidden; }
.faq-a p { margin: 0 0 18px; color: #ddd6f3; }

/* ---------- Odhalení při scrollu (výchozí stav, home.js odanimuje) ---------- */
.reveal { opacity: 0; transform: translateY(30px); }
.no-js .reveal, .reduced .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .beam, .laser, .fog, .eq i, .scroll-cue span, .hero-logo-wrap, .cal-dot, .nv-pin span::after, .contact-card, .contact-signal i, .btn-shine::after, .team-cta::before { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Screenshoty (?snap=1): hero na pevnou výšku */
.snap .hero-wow { height: 900px; }

/* Mapa ČR: kraje + seznam */
.map-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; align-items: stretch; }
.home-map { background: radial-gradient(ellipse at 50% 40%, #180c33 0%, #0b0617 70%); }
.map-side { display: grid; grid-template-rows: auto auto 1fr; gap: 12px; min-height: 0; }
.map-side .chips { gap: 6px; }
.map-side .chip { padding: 6px 11px; font-size: 12px; }
.map-list { overflow: auto; max-height: 520px; display: grid; gap: 8px; align-content: start; padding-right: 4px; scrollbar-width: thin; }
.map-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 14px; background: var(--panel); border: 1px solid var(--line); color: #fff; transition: border-color .2s, transform .2s, background .2s; }
.map-item:hover, .map-item.hl { border-color: var(--pink); text-decoration: none; transform: translateX(4px); background: rgba(255,43,214,.08); }
.map-item.past { opacity: .55; }
.map-item img, .map-item-img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: linear-gradient(135deg, rgba(255,43,214,.3), rgba(43,210,255,.3)); display: block; }
.map-item-body { display: grid; gap: 2px; min-width: 0; }
.map-item-body b { font-family: var(--display); font-size: 20px; letter-spacing: 1px; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.map-item-cta { font-family: var(--display); font-size: 18px; color: var(--pink); white-space: nowrap; }
.map-item.past .map-item-cta { color: var(--muted); }
.nv-pin span b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 12px; color: #fff; }
.nv-pin-past span { background: #7c3aed; box-shadow: 0 0 0 3px rgba(124,58,237,.25), 0 0 12px rgba(124,58,237,.8); }
.nv-pin-past span::after { display: none; }
.nv-pin-club span { background: var(--blue); box-shadow: 0 0 0 4px rgba(43,210,255,.25), 0 0 18px rgba(43,210,255,.9); }
.nv-pin-club span::after { border-color: rgba(43,210,255,.7); }
.leaflet-interactive { transition: fill-opacity .25s, stroke .25s; }
.nv-tip { background: #1b0f33; color: #fff; border: 1px solid var(--pink); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 600; box-shadow: 0 6px 20px rgba(0,0,0,.5); }
.nv-tip::before { display: none; }
@media (max-width: 900px) { .map-layout { grid-template-columns: 1fr; } .map-list { max-height: 360px; } .home-map { height: 46vh; } }
/* Kalendář: kliká se, nekopíruje */
.cal, .cal-head, .cal-dow, .cal-grid, .cal-day, .seg, .chips, .map-list { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.cal-day.has { cursor: pointer; }

/* Mapa: lupa, města, okruh */
.map-side .ev-search-box { position: relative; max-width: none; }
.map-side .ev-search-box svg { position: absolute; left: 14px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.map-side .ev-search-box .input { padding-left: 44px; }
.map-city-hint { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; color: var(--muted); }
.map-city-hint .chip { padding: 4px 10px; font-size: 12px; }
.nv-city { pointer-events: auto; }
.nv-city i { position: absolute; left: -3px; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: rgba(43,210,255,.75); box-shadow: 0 0 8px rgba(43,210,255,.6); cursor: pointer; }
.nv-city span { position: absolute; left: 6px; top: -9px; font-size: 10px; color: rgba(221,214,243,.7); white-space: nowrap; letter-spacing: .3px; cursor: pointer; text-shadow: 0 0 4px #0b0617; }
.nv-city-k i { width: 9px; height: 9px; left: -4.5px; top: -4.5px; background: var(--blue); }
.nv-city-k span { font-size: 12px; font-weight: 700; color: #fff; top: -10px; left: 8px; }
.nv-city.on i { background: var(--pink); box-shadow: 0 0 12px var(--pink); }
.nv-city.on span { color: var(--pink); }
.leaflet-marker-icon.nv-city { background: none; border: 0; }
.slider-nav-m { display: none; }

/* Kalendář: přechod měsíce bez blikání */
.cal-grid-wrap { overflow: hidden; }
.cal-in-r { animation: calIn .4s cubic-bezier(.2,.8,.2,1); }
.cal-in-l { animation: calInL .4s cubic-bezier(.2,.8,.2,1); }
@keyframes calIn { from { opacity: 0; transform: translateX(40px); } }
@keyframes calInL { from { opacity: 0; transform: translateX(-40px); } }

/* Mobil: jedna karta uprostřed, šipky, vše na střed */
@media (max-width: 700px) {
  .slider-track { padding-left: 7vw; padding-right: 7vw; gap: 14px; scroll-padding: 0; }
  .ev-card { flex-basis: 86vw; scroll-snap-align: center; }
  .slider { scroll-padding: 0 7vw; }
  .slider-nav-m { display: flex; justify-content: center; gap: 14px; margin-top: 8px; }
  .sec-events .row { justify-content: center; }
  .ev-meta, .ev-foot { text-align: center; }
  .ev-meta li { justify-content: center; }
  .ev-foot { flex-direction: column; gap: 10px; align-items: center; }
  .map-list { justify-items: stretch; }
  .map-item { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .map-item-body b { white-space: normal; }
  .cal-side, .cal-list a { text-align: center; }
  .cal-list a { justify-content: center; flex-direction: column; }
  .when-head, .sec-head, .eyebrow, .page-lead, .sec-lead { text-align: center; }
  .seg { margin: 0 auto; }
  .map-city-hint { justify-content: center; }
}
.contact-card { overflow: hidden; }
@media (max-width: 700px) { .hi-t-body { text-align: center; } .hi-t-body > div { text-align: center; } }

/* Mobil: hlavičky sekcí, karty akcí, mapa */
@media (max-width: 700px) {
  .sec-head { flex-direction: column; align-items: center; text-align: center; }
  .sec-head > div { width: 100%; }
  .sec-head .row { justify-content: center; }
  .ev-row { justify-content: center; }
  .ev-count { left: 50%; right: auto; transform: translateX(-50%); }
  .team-cta { flex-direction: column; text-align: center; }
  /* mapa: ovládání nahoře, mapa, seznam */
  .map-layout { display: flex; flex-direction: column; gap: 12px; }
  .map-side { order: -1; grid-template-rows: auto; }
  .map-side .chips { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 2px 0 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .map-side .chips::-webkit-scrollbar { display: none; }
  .map-side .chip { flex: none; }
  .map-list { order: 2; max-height: none; }
  .home-map { order: 1; height: 44vh; min-height: 300px; border-radius: 16px; }
  .nv-city:not(.nv-city-k) { display: none !important; }
  .nv-city-k span { font-size: 10px; }
  .nv-tip { display: none; }
  .map-geo { display: flex !important; }
}
.map-geo { display: none; gap: 8px; }
.map-geo .btn { flex: 1; justify-content: center; }
.nv-me span { display: block; width: 16px; height: 16px; border-radius: 50%; background: #4df0a8; border: 3px solid #fff; box-shadow: 0 0 0 6px rgba(77,240,168,.25), 0 0 16px #4df0a8; }
/* Málo karet: na střed (jako /akce), bez zmenšování okrajových karet */
.slider.fits .slider-track { justify-content: center; }
.slider.fits .ev-card { opacity: 1 !important; transform: none !important; }
.slider-nav:empty, .slider-nav-m:has(> [hidden]:first-child) { display: none; }
.slider-dots[hidden], .slider-nav [hidden], .slider-nav-m [hidden] { display: none; }
/* Mobil: karta vždy přesně uprostřed (padding přebíjí .wrap-pad, žádná koncová výplň) */
@media (max-width: 700px) {
  .slider-track.wrap-pad { padding-left: calc((100vw - 86vw) / 2) !important; padding-right: calc((100vw - 86vw) / 2) !important; }
  .slider-end { display: none; }
  .slider { scroll-padding: 0; scroll-snap-type: x mandatory; }
  .slider-past .ev-card { flex-basis: 86vw; }
}
/* Kdo za tím stojí: přes celou šířku, bez tváří */
.team-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 40px 28px; }
.team-cta-text { max-width: 720px; }
.team-cta-text h3 { font-size: 40px; }
/* PC: karty akcí na levém kraji, mobil uprostřed */
@media (min-width: 701px) { .slider.fits .slider-track { justify-content: flex-start; } }
