body.site-body.lp-event-page,
body.lp-event-page main{
  background:#0d0d0d;
  color:#f5f5f5;
  overflow-x:hidden;
  max-width:100%;
}
body.site-body.lp-event-page.lp-event-index,
body.lp-event-index main{
  background:#0a0a0a;
}
.lp-event,.lp-event *,.lp-event *::before,.lp-event *::after{box-sizing:border-box}
.lp-event{
  --ev-accent:var(--primary,#881a2f);
  --ev-accent-2:var(--accent,var(--primary,#c4a36a));
  --ev-bg:#0d0d0d;
  --ev-card:#141414;
  --ev-line:rgba(255,255,255,.12);
  --ev-text:#f5f5f5;
  --ev-muted:rgba(245,245,245,.62);
  --ev-radius:18px;
  color:var(--ev-text);
  background:var(--ev-bg);
  font-family:var(--font-family,Vazirmatn,Tahoma,sans-serif);
  max-width:100%;
  overflow-x:hidden;
  padding:1.1rem 0 calc(6.2rem + env(safe-area-inset-bottom));
}
.lp-event--index,.lp-event--past{
  padding-bottom:2.4rem;
}
.lp-event--embed{
  padding:0;
  background:transparent;
  overflow:visible;
  max-width:none;
}
.lp-event--embed .lp-ev-cards{margin-bottom:0}
.lp-event a{color:inherit;text-decoration:none}
.lp-event img{max-width:100%;height:auto;display:block;border:0;vertical-align:middle}
.lp-event h1,.lp-event h2,.lp-event h3{margin:0;font-weight:800;line-height:1.25;color:#fff}
.lp-event p{margin:0}
.lp-event button{font:inherit;color:inherit}
.lp-event .lp-ev-wrap{
  width:min(1180px,calc(100% - 2rem));
  margin-inline:auto;
  max-width:100%;
}

.lp-event--index{
  background:#0a0a0a;
  padding:max(.6rem, env(safe-area-inset-top)) 0 2.6rem;
}
.lp-event--index .lp-ev-wrap{
  width:min(980px, calc(100% - 2rem));
}
.lp-ev-nav--slim{
  display:flex;align-items:center;justify-content:flex-start;
  padding:.15rem 0 1rem;
}
.lp-ev-back{
  display:inline-flex;align-items:center;gap:.4rem;
  color:rgba(255,255,255,.72);font-size:.95rem;font-weight:700;
  padding:.2rem 0;
}
.lp-ev-back i{font-size:1.05rem;line-height:1}
.lp-ev-back:hover{color:#fff}
.lp-ev-index__head{margin:0 0 1.7rem}
.lp-ev-index__head .lp-ev-kicker{
  color:var(--ev-accent-2);font-size:.8rem;letter-spacing:.02em;margin:0 0 .35rem;
}
.lp-ev-index__head h1{
  font-size:clamp(1.7rem, 5.2vw, 2.55rem);
  margin:0 0 .45rem;font-weight:800;letter-spacing:-.02em;
}
.lp-ev-index__lead{
  color:rgba(255,255,255,.48);font-size:.95rem;line-height:1.85;max-width:28em;
}
.lp-ev-index__h{
  font-size:1.12rem;margin:0 0 .85rem;color:#fff;font-weight:800;
}
.lp-ev-cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
  margin-bottom:1.8rem;
}
.lp-ev-card{
  display:flex;flex-direction:column;
  background:#141414;
  border-radius:18px;overflow:hidden;
  border:0;
  -webkit-tap-highlight-color:transparent;
  transition:transform .18s ease, box-shadow .18s ease;
}
.lp-ev-card:active{transform:scale(.985)}
.lp-ev-card.is-past{opacity:.78}
.lp-ev-card__media{
  position:relative;aspect-ratio:16/10;background:#1c1c1c;overflow:hidden;
}
.lp-ev-card__media img{width:100%;height:100%;object-fit:cover}
.lp-ev-card__ph{
  position:absolute;inset:0;display:grid;place-items:center;
  color:rgba(255,255,255,.18);font-size:2rem;background:#1c1c1c;
}
.lp-ev-card__badge{
  position:absolute;top:.7rem;right:.7rem;
  background:var(--ev-accent);color:#fff;
  font-size:.72rem;font-weight:800;padding:.32rem .62rem;border-radius:999px;
  box-shadow:0 6px 16px rgba(0,0,0,.28);
}
.lp-ev-card.is-live .lp-ev-card__badge{background:#d21f32}
.lp-ev-card.is-upcoming .lp-ev-card__badge{background:#7a1828}
.lp-ev-card.is-past .lp-ev-card__badge{background:rgba(255,255,255,.2)}
.lp-ev-card__body{
  padding:.95rem 1rem 1.05rem;
  display:flex;flex-direction:column;gap:.2rem;min-height:0;
}
.lp-ev-card__kind{
  color:var(--ev-accent-2);font-size:.78rem;font-weight:800;margin-bottom:.12rem;
}
.lp-ev-card__body h3{font-size:1.12rem;margin:0 0 .28rem;line-height:1.35}
.lp-ev-card__body p{color:rgba(255,255,255,.5);font-size:.86rem;line-height:1.7}
.lp-ev-card__body em{
  display:block;margin-top:.55rem;font-style:normal;
  color:var(--ev-accent-2);font-size:.86rem;font-weight:800;
}
.lp-ev-countwrap{display:grid;gap:.35rem;justify-items:end}
.lp-ev-count-cap{font-size:.78rem;color:rgba(255,255,255,.7)}
.lp-ev-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  background:var(--ev-accent);color:#fff!important;border:0;border-radius:999px;
  padding:.72rem 1.2rem;font:inherit;font-weight:800;cursor:pointer;line-height:1.2;
}
.lp-ev-btn:hover{filter:brightness(1.08);color:#fff!important}
.lp-ev-btn--ghost{background:transparent;border:1px solid var(--ev-line);color:#fff!important}

.lp-ev-hero{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(0,.95fr);
  gap:1.4rem;
  align-items:center;
  padding-bottom:1.6rem;
}
.lp-ev-hero > *,
.lp-ev-about > *{min-width:0;max-width:100%}
.lp-ev-hero:not(:has(.lp-ev-slider__slide)){grid-template-columns:1fr}
.lp-ev-hero__visual,.lp-ev-about__visual{
  border-radius:22px;
  overflow:hidden;
  background:#1a1a1a;
  width:100%;
}
.lp-ev-kicker{
  display:inline-block;color:var(--ev-accent-2);font-size:.82rem;font-weight:800;margin-bottom:.55rem;
}
.lp-ev-hero h1{font-size:clamp(1.8rem,4.6vw,3.1rem);margin-bottom:.7rem}
.lp-ev-hero__lead{color:var(--ev-muted);line-height:1.95;max-width:38em;margin-bottom:1.1rem}
.lp-ev-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.15rem}
.lp-ev-pill{
  display:inline-flex;align-items:center;gap:.45rem;
  border:1px solid var(--ev-line);border-radius:12px;padding:.55rem .8rem;
  font-size:.86rem;color:#fff;max-width:100%;
}
.lp-ev-pill i{color:var(--ev-accent-2)}
.lp-ev-actions{display:flex;flex-wrap:wrap;gap:.55rem}

.lp-ev-slider{
  position:relative;
  width:100%;
  max-width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  direction:ltr;
  background:#111;
}
.lp-ev-slider__track{
  display:flex;
  flex-wrap:nowrap;
  width:100%;
  height:100%;
  transition:transform .55s cubic-bezier(.19,1,.22,1);
  will-change:transform;
}
.lp-ev-slider__slide{
  flex:0 0 100%;
  width:100%;
  max-width:100%;
  min-width:0;
  height:100%;
  overflow:hidden;
  position:relative;
}
.lp-ev-slider__slide img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
}
.lp-ev-slider:not(:has(.lp-ev-slider__slide)){display:none}
.lp-ev-slider__btn{
  position:absolute;top:50%;transform:translateY(-50%);z-index:2;
  width:38px;height:38px;border-radius:50%;border:0;cursor:pointer;padding:0;
  background:rgba(0,0,0,.45);color:#fff;display:grid;place-items:center;line-height:1;
}
.lp-ev-slider__btn--prev{right:.7rem}
.lp-ev-slider__btn--next{left:.7rem}
.lp-ev-slider__dots{
  position:absolute;bottom:.7rem;left:50%;transform:translateX(-50%);
  display:flex;gap:.35rem;z-index:2;
}
.lp-ev-slider__dots button{
  width:7px;height:7px;border-radius:50%;border:0;padding:0;background:rgba(255,255,255,.4);cursor:pointer;
}
.lp-ev-slider__dots button.is-on{background:#fff;width:18px;border-radius:99px}

.lp-ev-feats{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;
  background:var(--ev-line);border:1px solid var(--ev-line);border-radius:var(--ev-radius);
  margin:0 auto 2rem;overflow:hidden;width:100%;
}
.lp-ev-feat{padding:1.1rem .8rem;text-align:center;min-width:0;background:var(--ev-bg)}
.lp-ev-feat i{color:var(--ev-accent-2);font-size:1.2rem}
.lp-ev-feat strong{display:block;margin:.4rem 0 .25rem;font-size:.95rem}
.lp-ev-feat span{color:var(--ev-muted);font-size:.8rem;line-height:1.6;word-break:break-word}

.lp-ev-about{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:1.5rem;align-items:center;
  background:var(--ev-card);border-radius:24px;padding:1.2rem;
  margin-bottom:2rem;width:100%;
}
.lp-ev-about:not(:has(.lp-ev-slider__slide)){grid-template-columns:1fr}
.lp-ev-about h2{font-size:clamp(1.35rem,2.6vw,2rem);margin-bottom:.7rem}
.lp-ev-about__text{color:var(--ev-muted);line-height:2;margin-bottom:1rem;white-space:pre-wrap}
.lp-ev-facts{list-style:none;margin:0 0 1.1rem;padding:0;display:grid;gap:.45rem}
.lp-ev-facts li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--ev-line);padding:.45rem 0;font-size:.9rem}
.lp-ev-facts span{color:var(--ev-muted)}
.lp-ev-facts strong{text-align:left}
.lp-ev-caps{margin:0 0 1.1rem}
.lp-ev-caps h3{font-size:.95rem;margin-bottom:.45rem}
.lp-ev-caps ul{margin:0;padding:0 1.1rem 0 0;color:var(--ev-muted);line-height:1.9}
.lp-ev-place{
  background:var(--ev-card);border-radius:24px;padding:1.3rem 1.2rem;margin-bottom:1.4rem;
}
.lp-ev-place h2{margin-bottom:.5rem;font-size:1.35rem}
.lp-ev-place__name{font-size:1.15rem;margin-bottom:.35rem}
.lp-ev-place__addr{color:var(--ev-muted);line-height:1.9;margin-bottom:.9rem}
.lp-ev-map{
  position:relative;width:100%;height:min(42vh,280px);min-height:220px;
  border-radius:16px;overflow:hidden;margin:0 0 1rem;background:#111;
}
.lp-ev-map .lw-map-loading{
  position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.4rem;background:#141414;color:rgba(255,255,255,.65);font-size:.88rem;
}
.lp-ev-map .lw-map-loading[hidden]{display:none}
.lp-ev-map .lw-map-google,.lp-ev-map .lw-map-leaflet{position:absolute;inset:0}
.lp-ev-map iframe,.lp-ev-map .lw-map-leaflet{width:100%;height:100%;border:0;display:block}
.lp-ev-map .lw-map-leaflet[hidden],
.lp-ev-map .lw-map-google[hidden]{display:none!important}
.lp-ev-map .lw-map-provider-badge{
  position:absolute;bottom:8px;left:8px;z-index:500;
  background:rgba(12,12,12,.78);color:#fff;font-size:.72rem;padding:.25rem .5rem;border-radius:6px;
}
.lp-ev-map .lw-map-provider-badge[hidden]{display:none}
.lp-ev-map img{max-width:none!important;height:auto}

.lp-ev-dock{
  position:fixed;left:0;right:0;z-index:1800;
  bottom:var(--lw-bottom-nav-offset,0px);
  display:flex;align-items:center;justify-content:space-between;gap:.85rem;
  padding:.7rem 1rem;background:rgba(10,10,10,.94);
  border-top:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
}
.lp-ev-dock__price{display:grid;gap:.1rem;min-width:0}
.lp-ev-dock__price small{color:rgba(255,255,255,.55);font-size:.72rem}
.lp-ev-dock__price strong{font-size:1.05rem;color:#fff}
.lp-ev-dock .lp-ev-btn{flex-shrink:0}
body.lp-ev-modal-open .lp-ev-dock{display:none}

.lp-ev-modal{
  position:fixed;inset:0;z-index:5000;background:#0c0c0c;color:#fff;
  display:none;flex-direction:column;
}
.lp-ev-modal[hidden]{display:none!important}
.lp-ev-modal.is-open{display:flex!important}
.lp-ev-modal__bar{
  display:flex;align-items:center;gap:.8rem;padding:.85rem 1rem;
}
.lp-ev-modal__x{
  width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.08);
  color:#fff;font-size:1.4rem;cursor:pointer;line-height:1;
}
.lp-ev-progress{display:flex;gap:6px;flex:1}
.lp-ev-progress i{height:3px;flex:1;border-radius:99px;background:rgba(255,255,255,.16)}
.lp-ev-progress i.is-on{background:var(--primary,#881a2f)}
.lp-ev-modal__body{
  flex:1;display:flex;align-items:center;justify-content:center;
  padding:1rem 1.2rem 3.5rem;
}
.lp-ev-modal__card{width:min(440px,100%)}
.lp-ev-modal__card h2{font-size:clamp(1.4rem,4vw,2rem);margin:.2rem 0 .4rem}
.lp-ev-modal__meta{color:rgba(255,255,255,.6);margin-bottom:1.4rem;line-height:1.8}
.lp-ev-step{display:none}
.lp-ev-step.is-on{display:block}
.lp-ev-q{font-size:clamp(1.35rem,4vw,1.8rem);font-weight:800;margin:0 0 .9rem}
.lp-ev-hint{color:rgba(255,255,255,.55);margin:0 0 .9rem;line-height:1.8}
.lp-ev-wizard input[type=text],
.lp-ev-wizard input[type=tel],
.lp-ev-wizard input:not([type=radio]):not([type=checkbox]){
  width:100%;background:transparent;border:0;border-bottom:2px solid rgba(255,255,255,.2);
  color:#fff;font:inherit;font-size:1.35rem;padding:.7rem 0 1rem;margin-bottom:1.4rem;outline:none;
}
.lp-ev-wizard input:focus{border-bottom-color:var(--primary,#881a2f)}
.lp-ev-modal__nav{display:flex;gap:.55rem;flex-wrap:wrap}
.lp-ev-tt{
  display:flex;gap:.75rem;align-items:flex-start;padding:.85rem .9rem;margin-bottom:.5rem;
  border:1px solid rgba(255,255,255,.14);border-radius:14px;cursor:pointer;
}
.lp-ev-tt em{font-style:normal;color:var(--accent,#c4a36a);display:block}
.lp-ev-tt small{color:rgba(255,255,255,.5)}
body.lp-ev-modal-open{overflow:hidden}
body.lp-ev-modal-open .lw-bottom-nav{visibility:hidden}

.lp-ev-cta{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.2rem;align-items:center;
  background:#3a1018;
  background:linear-gradient(90deg,color-mix(in srgb,var(--ev-accent) 55%,#1a1a1a),#141414 62%);
  border-radius:22px;padding:1.15rem 1.2rem 1.3rem;margin-bottom:2.4rem;width:100%;
}
.lp-ev-count{display:flex;gap:.45rem;flex-shrink:0}
.lp-ev-count__cell{
  min-width:64px;text-align:center;background:rgba(0,0,0,.28);
  border-radius:12px;padding:.55rem .4rem;
}
.lp-ev-count__cell b{display:block;font-size:1.35rem;font-variant-numeric:tabular-nums}
.lp-ev-count__cell small{color:var(--ev-muted);font-size:.72rem}
.lp-ev-cta__copy{min-width:0}
.lp-ev-cta__copy h3{font-size:1.05rem;margin-bottom:.35rem}
.lp-ev-cta__copy p{color:var(--ev-muted);font-size:.88rem;margin-bottom:.8rem}
.lp-ev-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:.5rem;align-items:end}
.lp-ev-form .lp-ev-btn{min-height:42px}
.lp-ev-form label{display:grid;gap:.25rem;font-size:.78rem;font-weight:700}
.lp-ev-form input,.lp-ev-form select{
  width:100%;border:1px solid var(--ev-line);background:rgba(0,0,0,.25);color:#fff;
  border-radius:10px;padding:.55rem .65rem;font:inherit;
}
.lp-ev-ok,.lp-ev-err{padding:.7rem .85rem;border-radius:10px;margin-bottom:.7rem;font-weight:700}
.lp-ev-ok{background:#052e16;color:#86efac}
.lp-ev-err{background:#450a0a;color:#fecaca}
.lp-event--empty{min-height:60vh;display:grid;place-items:center;text-align:center;padding:3rem 1rem}

@media (max-width:980px){
  .lp-ev-hero,.lp-ev-about,.lp-ev-cta{grid-template-columns:1fr}
  .lp-ev-form{grid-template-columns:1fr}
  .lp-ev-count{justify-content:flex-start;flex-wrap:wrap}
}
@media (max-width:720px){
  .lp-event--index .lp-ev-wrap{
    width:100%;
    padding-inline:14px;
  }
  .lp-event--index{padding-top:0}
  .lp-event--index .lp-ev-nav--slim{
    position:sticky;top:0;z-index:30;
    background:rgba(10,10,10,.94);
    backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
    margin-inline:-14px;
    padding:.7rem 14px .55rem;
    padding-top:calc(.55rem + env(safe-area-inset-top, 0px));
  }
  .lp-ev-index__head{margin-bottom:1.25rem}
  .lp-ev-cards{grid-template-columns:1fr;gap:12px}
  .lp-ev-card{border-radius:20px}
  .lp-ev-card__media{aspect-ratio:16/11}
  .lp-ev-card__body{padding:1rem 1.05rem 1.1rem}
  .lp-ev-card__body h3{font-size:1.18rem}
}
@media (max-width:640px){
  .lp-ev-count__cell{min-width:54px}
  .lp-ev-slider{aspect-ratio:16/11}
}
@media (hover:hover){
  .lp-ev-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.35)}
}
.lp-ev-marquee{
  margin:0 0 2.1rem;
  overflow:hidden;
}
.lp-ev-marquee .lp-ev-kicker{margin-bottom:.7rem}
.lp-ev-marquee__mask,
.lp-event .pp-sample-marquee{
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.lp-event .pp-marquee-track{
  display:flex;
  gap:.65rem;
  width:max-content;
  animation:lpEvMarquee 32s linear infinite;
}
.lp-event .pp-marquee-track:hover{animation-play-state:paused}
.lp-ev-brand{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .95rem;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(196,163,106,.28);
  white-space:nowrap;
  color:rgba(243,230,212,.88);
  font-size:.88rem;
  font-weight:700;
}
.lp-ev-brand img{
  height:28px;width:auto;max-width:88px;
  object-fit:contain;display:block;
  filter:brightness(1.05);
}
.lp-ev-brand em{font-style:normal;letter-spacing:.02em}
@keyframes lpEvMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(50%)}
}
@media (prefers-reduced-motion:reduce){
  .lp-ev-slider__track{transition:none}
  .lp-event .pp-marquee-track{animation:none}
}
