:root {
  --lp-ink: #160b28;
  --lp-primary: #1a0d2e;
  --lp-header: #10081d;
  --lp-deep: #0b0516;
  --lp-purple: #5b2a86;
  --lp-purple-mid: #7a3aa8;
  --lp-pink: #d96bb3;
  --lp-rose: #f0a8d4;
  --lp-gold: #ffc674;
  --lp-gold-deep: #e0a44d;
  --lp-accent: #ffc674;
  --lp-teal: #c46ad0;
  --lp-bg: #f8f3f9;
  --lp-text: #1a0d2e;
  --lp-muted: #6a5a78;
  --lp-radius: 18px;
  --lp-shadow: 0 16px 40px rgba(22, 11, 40, 0.1);
  --lp-rf-err: #e24b4b;
  --lp-header-h: 68px;
  --lp-frame-max: none;
  --lp-frame-pad: max(1.25rem, 5vw);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--lp-text);
  background: #fff;
  line-height: 1.55;
}
img { max-width: 100%; }
a { color: var(--lp-purple-mid); }
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.lp-container { max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }
.lp-wide {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: var(--lp-frame-pad);
  padding-right: var(--lp-frame-pad);
}
.lp-container--narrow { max-width: 760px; }
.lp-text-center { text-align: center; }
.lp-empty { color: var(--lp-muted); font-size: 1.05rem; }
.lp-kicker {
  margin: 0 0 0.45rem;
  color: var(--lp-gold-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--lp-header);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.lp-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(8, 4, 18, 0.28);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--lp-header-h);
  gap: 1.1rem;
}
.lp-logo {
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(420px, 46vw);
  display: flex;
  align-items: center;
}
.lp-logo--nav {
  display: none;
  max-width: min(260px, 32vw);
}
.lp-header.has-logo .lp-logo--nav,
.lp-header.is-fixed-logo .lp-logo--nav { display: flex; }
.lp-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.lp-logo--nav img { max-height: 28px; }
.lp-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  flex: 1 1 auto;
  min-width: 0;
}
.lp-nav a:not(.lp-btn):not(.lp-social):not(.lp-flag) {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.38rem 0.48rem;
  border-radius: 999px;
  white-space: nowrap;
}
.lp-nav a:not(.lp-btn):hover { background: rgba(255,255,255,0.08); }
.lp-nav__text { opacity: 0.82; }
.lp-nav__tools {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: 0.25rem;
  padding-left: 0.45rem;
  border-left: 1px solid rgba(255,255,255,0.12);
}
.lp-social { color: #fff !important; padding: 0.28rem 0.32rem; font-size: 0.95rem; }
.lp-flag { display: inline-flex; padding: 0.2rem; }
.lp-flag img { width: 20px; height: auto; border-radius: 2px; display: block; }
.lp-nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.55rem;
  cursor: pointer;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.74rem;
}
.lp-btn--cta { background: var(--lp-gold); color: #1a0d2e; }
.lp-btn--cta:hover { background: #ffd392; }
.lp-btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); }
.lp-btn--outline {
  background: #fff;
  color: var(--lp-primary);
  border: 1px solid #e4d6ee;
}
.lp-btn--block { width: 100%; margin-top: 0.5rem; }

.lp-banner {
  min-height: calc(100svh - var(--lp-header-h));
  color: #fff;
  background: #07041a;
}
.lp-banner__stage {
  position: relative;
  min-height: calc(100svh - var(--lp-header-h));
  overflow: hidden;
  background-color: #07041a;
  background-image: var(--hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.lp-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: calc(100svh - var(--lp-header-h));
  padding-top: clamp(2rem, 5vh, 3.2rem);
  padding-bottom: clamp(2rem, 5vh, 3.2rem);
}
.lp-banner__copy {
  max-width: min(46rem, 58%);
}
.lp-banner__brands {
  position: absolute;
  top: clamp(1.5rem, 3.6vh, 2.4rem);
  left: var(--lp-frame-pad);
  margin: 0;
}
.lp-banner__brands img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(34px, 5vmin, 50px);
  max-width: min(420px, 100%);
  object-fit: contain;
  object-position: left center;
}
.lp-banner__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 clamp(1.1rem, 2.4vmin, 1.8rem);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.15rem, 5.5vmin, 3.7rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
}
.lp-banner__title span {
  display: block;
  white-space: nowrap;
}
.lp-banner__title .is-strong { font-weight: 700; }
.lp-banner__title .is-soft { font-weight: 400; }
.lp-banner__tagline,
.lp-banner__when {
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.2rem, 3.2vmin, 2.15rem);
  line-height: 1.24;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lp-banner__tagline {
  margin: 0 0 clamp(1rem, 2.2vmin, 1.7rem);
  color: var(--lp-gold);
  font-weight: 400;
}
.lp-banner__tagline > span { display: block; }
.lp-banner__tagline .is-soft { font-weight: 400; }
.lp-banner__tagline .is-strong { font-weight: 700; }
.lp-banner__when {
  margin: 0;
  font-weight: 400;
}
.lp-banner__eu {
  position: absolute;
  left: var(--lp-frame-pad);
  bottom: clamp(1.2rem, 3vh, 2rem);
  margin-top: 0;
  background: #fff;
  border-radius: 14px;
  padding: 0.65rem 1.1rem;
  box-shadow: 0 10px 28px rgba(7, 4, 26, 0.22);
  max-width: min(640px, calc(100% - 2.4rem));
}
.lp-banner__eu img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-banner--compact {
  min-height: 32vh;
  background-image: var(--hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.lp-banner--compact .lp-banner__stage {
  min-height: 32vh;
}
.lp-banner--compact .lp-banner__inner {
  min-height: 32vh;
  padding: 2.4rem clamp(1.1rem, 3.4vw, 3.25rem) 2rem;
}
.lp-banner--compact .lp-banner__copy {
  max-width: none;
}
.lp-banner--compact .lp-banner__title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
.lp-banner--compact .lp-banner__title span {
  white-space: normal;
}

.lp-section-head { margin-bottom: 1.8rem; }
.lp-section-head h2 { margin: 0; font-size: clamp(1.7rem, 2.4vw, 2.25rem); }
.lp-section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

/* Znaki wodne / motywy KV — układy per sekcja (nie kopiujemy hero) */
.lp-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  color: var(--lp-purple-mid);
}
.lp-decor--cool { color: #7a3aa8; }
.lp-decor--warm { color: #c9892e; }
.lp-decor--soft { color: #9b7ab8; }
.lp-decor--dark { color: rgba(255, 198, 116, 0.55); }

.lp-decor__ring {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  border: 8px solid currentColor;
  border-radius: 50%;
  opacity: 0.14;
  pointer-events: none;
}
.lp-decor__dots {
  position: absolute;
  width: min(200px, 28vw);
  height: auto;
  opacity: 0.55;
}
.lp-decor__icon {
  position: absolute;
  font-size: clamp(7rem, 15vw, 11rem);
  line-height: 1;
  opacity: 0.11;
  transform: none;
}

/* O konferencji: kropki lewy dół; info wyżej/słabiej; okrąg ucięty prawy+dół */
.lp-decor--layout-about .lp-decor__dots {
  left: 2.5%;
  bottom: 2%;
  right: auto;
  top: auto;
}
.lp-decor--layout-about .lp-decor__icon {
  left: 3%;
  top: 6%;
  right: auto;
  opacity: 0.055;
  font-size: clamp(5.5rem, 11.7vw, 8.5rem);
}
.lp-decor--layout-about .lp-decor__ring {
  right: -100px;
  bottom: -120px;
  top: auto;
  left: auto;
  width: 300px;
  height: 300px;
  opacity: 0.13;
}

/* Sesje: kropki wysoko prawy górny; ikona przy 1. kafelku; okrąg duży ucięty prawy+dół */
.lp-decor--layout-anchors .lp-decor__dots {
  right: 2%;
  top: 1.5%;
  left: auto;
  bottom: auto;
}
.lp-decor--layout-anchors .lp-decor__icon {
  left: 1%;
  top: 11.5rem;
  right: auto;
  opacity: 0.12;
  color: #b8860b;
  font-size: clamp(6rem, 13vw, 9.5rem);
}
.lp-decor--layout-anchors .lp-decor__ring {
  right: -120px;
  bottom: -140px;
  top: auto;
  left: auto;
  width: 420px;
  height: 420px;
  opacity: 0.13;
}

/* Prelegenci: ikona mniejsza / wyżej / słabsza; okrąg średni ucięty lewy+dół */
.lp-decor--layout-speakers .lp-decor__dots {
  right: 3%;
  bottom: 8%;
  left: auto;
  top: auto;
}
.lp-decor--layout-speakers .lp-decor__icon {
  left: 1.5%;
  top: 4.2rem;
  right: auto;
  font-size: clamp(6.2rem, 13vw, 9.75rem);
  opacity: 0.07;
  transform: none;
}
.lp-decor--layout-speakers .lp-decor__ring {
  left: -130px;
  bottom: -140px;
  right: auto;
  top: auto;
  width: 340px;
  height: 340px;
  opacity: 0.13;
}

/* Program: mały żółty okrąg ucięty z lewej; ikona wysoko / ucięta z prawej */
.lp-decor--layout-agenda .lp-decor__dots {
  left: 3%;
  bottom: 8%;
  right: auto;
  top: auto;
}
.lp-decor--layout-agenda .lp-decor__icon {
  right: -4%;
  top: 0.6rem;
  left: auto;
  opacity: 0.1;
  font-size: clamp(7rem, 16vw, 11rem);
}
.lp-decor--layout-agenda .lp-decor__ring {
  left: -85px;
  top: 10.5rem; /* góra kółka na wysokości przełącznika dat */
  right: auto;
  transform: none;
  width: 240px;
  height: 240px;
  border-width: 7px;
  color: var(--lp-gold-deep, #e0a44d);
  opacity: 0.15;
}

/* Rejestracja: bez okręgów; kropki prawy dół; ikona prawy górny */
.lp-decor--layout-reg .lp-decor__dots {
  right: 4%;
  bottom: 8%;
  left: auto;
  top: auto;
  opacity: 0.42;
  color: var(--lp-gold);
}
.lp-decor--layout-reg .lp-decor__icon {
  right: 3%;
  top: 5%;
  left: auto;
  opacity: 0.12;
  color: var(--lp-gold);
}

.lp-decor--warm .lp-decor__icon { color: #b8860b; }
.lp-decor--dark .lp-decor__dots { color: var(--lp-gold); }

.lp-about > .lp-container,
.lp-anchors > .lp-container,
.lp-speakers > .lp-container,
.lp-agenda > .lp-container {
  position: relative;
  z-index: 1;
}

.lp-about {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  /* dawne tło sesji tematycznych — chłodny fiolet, wyraźne odcięcie od hero */
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.78), transparent 40%),
    linear-gradient(180deg, #efe6f6 0%, #e6d8f1 48%, #f2eaf8 100%);
}
.lp-about__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-template-areas:
    "intro aside"
    "meta aside"
    "body aside";
  column-gap: 3rem;
  row-gap: 0.85rem;
  align-items: start;
}
.lp-about__intro { grid-area: intro; }
.lp-about__intro h2 { margin: 0; }
.lp-about__body { grid-area: body; }
.lp-about__body p { margin: 0.35rem 0 0; }
.lp-about__meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.6rem;
  margin: 0;
  color: var(--lp-ink);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
}
.lp-about__meta i { color: var(--lp-purple-mid); margin-right: 0.4rem; font-size: 1.05em; }
.lp-about__aside {
  grid-area: aside;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #1a0d2e 0%, #3d1860 58%, #7a2d6a 100%);
  color: #fff;
  border-radius: 22px;
  padding: 1.85rem 1.7rem 1.7rem;
  box-shadow: var(--lp-shadow);
  position: relative;
  overflow: hidden;
}
.lp-about__aside::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,180,58,0.28), transparent 70%);
}
.lp-about__cd-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 0 1rem;
  background: rgba(255, 198, 116, 0.14);
  border: 1px solid rgba(255, 198, 116, 0.42);
  color: var(--lp-gold);
  font-size: 1.55rem;
  position: relative;
  box-shadow: 0 0 0 6px rgba(255, 198, 116, 0.06);
}
.lp-about__cd-label { margin: 0 0 0.45rem; color: rgba(255,255,255,0.72); position: relative; }
.lp-countdown {
  font-size: 2.05rem;
  font-weight: 700;
  color: var(--lp-gold);
  margin-bottom: 1.35rem;
  position: relative;
  letter-spacing: 0.03em;
}
.lp-about__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: auto;
  position: relative;
}
.lp-about__aside .lp-btn {
  width: 100%;
  min-height: 3.05rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
}
.lp-about__aside .lp-btn--outline { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); color: #fff; }

.lp-anchors {
  padding: 4.8rem 0;
  position: relative;
  overflow: hidden;
  /* dawne tło prelegentów — ciepły krem, odcina się od fioletu about */
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.78), transparent 36%),
    linear-gradient(180deg, #faf3e6 0%, #f4e8d2 50%, #fbf6ec 100%);
}
.lp-anchors__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.lp-anchor {
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 1.45rem 1.3rem 1.35rem;
  box-shadow: var(--lp-shadow);
  position: relative;
  overflow: hidden;
}
.lp-anchor::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--lp-purple), var(--lp-pink));
}
.lp-anchor:nth-child(2)::before,
.lp-anchor:nth-child(5)::before { background: linear-gradient(90deg, var(--lp-gold), var(--lp-pink)); }
.lp-anchor:nth-child(3)::before,
.lp-anchor:nth-child(6)::before { background: linear-gradient(90deg, var(--lp-pink), #ff8a6a); }
.lp-anchor__icon {
  width: 52px;
  height: 58px;
  clip-path: polygon(50% 0, 96% 16%, 96% 66%, 50% 100%, 4% 66%, 4% 16%);
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f4e6fb, #e8d0f4);
  color: var(--lp-purple);
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
}
.lp-anchor:nth-child(2n) .lp-anchor__icon {
  background: linear-gradient(180deg, #fff1c9, #f0d27a);
  color: #8a5a08;
}
.lp-anchor h3 { margin: 0 0 0.55rem; font-size: 1.06rem; }
.lp-anchor p { margin: 0; color: var(--lp-muted); font-size: 0.94rem; }

.lp-agenda, .lp-speakers, .lp-partners { padding: 4.8rem 0; }
.lp-agenda {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 48%, #ffffff 100%);
}
.lp-agenda__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
}
.lp-agenda__tab {
  border: 1px solid #eadff2;
  background: #fff;
  color: var(--lp-ink);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.lp-agenda__tab.is-active {
  background: var(--lp-primary);
  color: #fff;
  border-color: var(--lp-primary);
}
.lp-agenda__day[hidden] { display: none; }
.lp-agenda__day-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: var(--lp-purple);
}
.lp-agenda__list { list-style: none; padding: 0; margin: 0; }
.lp-agenda__item {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 1rem;
  padding: 1rem 0.2rem 1rem 0.85rem;
  border-bottom: 1px solid #f0e7f4;
  border-left: 3px solid transparent;
}
.lp-agenda__item.is-break {
  border-left-color: var(--lp-gold);
  background: rgba(232, 180, 58, 0.06);
  border-radius: 0 12px 12px 0;
}
.lp-agenda__time { font-weight: 700; color: var(--lp-gold-deep); }
.lp-agenda__title { font-weight: 700; }
.lp-agenda__stage { font-size: 0.85rem; color: var(--lp-purple-mid); }
.lp-agenda__desc { margin: 0.4rem 0 0; color: var(--lp-muted); }
.lp-agenda__tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin: 1rem 0 1.2rem;
}
.lp-track {
  background: #fff;
  border: 1px solid #eedff5;
  border-radius: 16px;
  padding: 1rem 1.05rem;
  box-shadow: 0 10px 24px rgba(22, 11, 40, 0.05);
}
.lp-track:nth-child(1) { border-top: 4px solid var(--lp-purple); }
.lp-track:nth-child(2) { border-top: 4px solid var(--lp-gold); }
.lp-track:nth-child(3) { border-top: 4px solid var(--lp-pink); }
.lp-track__time { font-size: 0.82rem; font-weight: 700; color: var(--lp-gold-deep); margin-bottom: 0.35rem; }
.lp-track__title { font-weight: 700; }
.lp-track__stage { margin-top: 0.35rem; font-size: 0.82rem; color: var(--lp-purple-mid); }

.lp-speakers {
  position: relative;
  overflow: hidden;
  /* lustrzane odbicie tła about (chłodny fiolet, highlight po drugiej stronie) */
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 255, 255, 0.78), transparent 40%),
    linear-gradient(180deg, #f2eaf8 0%, #e6d8f1 48%, #efe6f6 100%);
}
.lp-speakers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.lp-speaker {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(91, 42, 134, 0.08);
  box-shadow: 0 4px 14px rgba(22, 11, 40, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.lp-speaker:hover {
  transform: translateY(-2px);
  border-color: rgba(91, 42, 134, 0.16);
  box-shadow: 0 8px 18px rgba(22, 11, 40, 0.08);
}
.lp-speaker__photo {
  aspect-ratio: 4 / 4.6;
  background: linear-gradient(160deg, #2a1248 0%, #7a3aa8 55%, #d96bb3 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 700;
}
.lp-speaker__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lp-speaker__body { padding: 0.85rem 0.95rem 0.95rem; }
.lp-speaker__name { font-weight: 700; font-size: 1rem; line-height: 1.25; }
.lp-speaker__pos {
  margin: 0.28rem 0 0;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--lp-muted);
}
.lp-speaker__co {
  margin: 0.08rem 0 0;
  padding: 0;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--lp-purple);
}
.lp-speaker__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lp-purple-mid);
}
.lp-speakers-carousel {
  --lp-carousel-gap: clamp(1rem, 2vw, 1.75rem);
  --lp-carousel-visible: 4;
  position: relative;
  padding: 0 3.25rem;
}
.lp-speakers-carousel__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0.35rem 0.1rem 1.1rem;
  margin-bottom: -0.35rem;
}
.lp-speakers-carousel__track {
  display: flex;
  gap: var(--lp-carousel-gap);
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lp-speakers-carousel__track.is-instant { transition: none; }
.lp-speakers-carousel__track .lp-speaker {
  flex: 0 0 calc((100% - (var(--lp-carousel-gap) * (var(--lp-carousel-visible) - 1))) / var(--lp-carousel-visible));
  max-width: calc((100% - (var(--lp-carousel-gap) * (var(--lp-carousel-visible) - 1))) / var(--lp-carousel-visible));
}
.lp-carousel-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e4d6ee;
  border-radius: 50%;
  background: #fff;
  color: var(--lp-primary);
  cursor: pointer;
}
.lp-carousel-btn:hover {
  background: var(--lp-primary);
  border-color: var(--lp-primary);
  color: #fff;
}
.lp-carousel-btn--prev { left: 0; }
.lp-carousel-btn--next { right: 0; }
.lp-speakers-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.lp-speakers-carousel__dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b89ad0;
  opacity: 0.55;
  cursor: pointer;
}
.lp-speakers-carousel__dot.is-active {
  background: var(--lp-gold-deep);
  opacity: 1;
  transform: scale(1.15);
}
@media (max-width: 960px) {
  .lp-speakers-carousel { --lp-carousel-visible: 2; padding: 0 2.75rem; }
  .lp-speakers__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .lp-speakers-carousel { --lp-carousel-visible: 1; padding: 0 2.5rem; }
  .lp-speakers__grid { grid-template-columns: 1fr; }
  .lp-carousel-btn { width: 40px; height: 40px; }
}

.lp-partners { background: #fff; }
.lp-partners__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lp-partner {
  background: #fff;
  border-radius: 12px;
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 1rem;
  box-shadow: var(--lp-shadow);
  text-decoration: none;
  color: inherit;
}

.lp-reg {
  padding: 4.8rem 0 5.2rem;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 85% 10%, rgba(232, 180, 58, 0.18), transparent 26%),
    linear-gradient(160deg, #10081d 0%, #2d1250 48%, #7a2d6a 100%);
  color: #fff;
}
/* Formularz wyśrodkowany; badge’e 10px od lewej krawędzi formularza — pin JS (is-pinned) */
.lp-reg__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 760px) minmax(0, 1fr);
  align-items: stretch;
  column-gap: 0;
  width: 100%;
}
.lp-reg__badges-col {
  grid-column: 1;
  display: block;
  padding-right: 10px;
  min-width: 0;
  position: relative;
}
.lp-reg__badges {
  position: relative;
  width: clamp(240px, 26vw, 340px);
  margin-top: 5.5rem;
  margin-left: auto;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 14px 30px rgba(8, 4, 18, 0.4));
}
.lp-reg__badges.is-pinned {
  position: fixed;
  z-index: 20;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.lp-reg__badges img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-reg__main {
  grid-column: 2;
  max-width: 760px;
  width: 100%;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 2;
}
.lp-reg h2 { color: #fff; position: relative; z-index: 2; }
.lp-reg--closed { text-align: center; }
.lp-rf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1rem; }
.lp-rf { display: block; margin-bottom: 0.95rem; }
.lp-rf--special { margin-top: 1.85rem; }
.lp-rf__label { display: block; margin-bottom: 0.35rem; font-size: 0.88rem; font-weight: 600; }
.lp-rf__req { color: var(--lp-gold); }
.lp-rf__field {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 0 0.85rem;
}
.lp-rf__field--select {
  position: relative;
  padding-right: 2.1rem;
}
.lp-rf__field--select::after {
  content: "";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid rgba(255,255,255,0.7);
  border-bottom: 2px solid rgba(255,255,255,0.7);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.lp-rf__icon { color: rgba(255,255,255,0.55); margin-right: 0.55rem; }
.lp-rf__field input,
.lp-rf__field select,
.lp-rf textarea {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0.85rem 0;
  font: inherit;
}
.lp-rf__field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color-scheme: dark;
}
.lp-rf__field select option {
  color: #1a0d2e;
  background: #fff;
}
.lp-rf textarea {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 0.85rem;
  min-height: 90px;
  color: #fff;
}
.lp-rf textarea::placeholder,
.lp-rf__field input::placeholder { color: rgba(255,255,255,0.45); }
.lp-rf__error { display: none; color: #ffb4b4; font-size: 0.75rem; margin-top: 0.3rem; }
.lp-formats { border: 0; padding: 0; margin: 1.2rem 0; }
.lp-formats legend { font-weight: 700; margin-bottom: 0.6rem; }
.lp-formats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.lp-format-opt {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}
.lp-format-opt input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 50%;
  background: transparent;
  margin: 0;
}
.lp-format-opt input:checked {
  border-color: var(--lp-gold);
  background: radial-gradient(circle, var(--lp-gold) 0 5px, transparent 6px);
}
.lp-format-opt:has(input:checked) {
  border-color: var(--lp-gold);
  background: rgba(232, 180, 58, 0.16);
}
.lp-day-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  cursor: pointer;
}
.lp-day-card__check { position: absolute; opacity: 0; width: 0; height: 0; }
.lp-day-card__box {
  width: 24px; height: 24px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255,255,255,0.06);
}
.lp-day-card__box i { opacity: 0; color: #1a0d2e; font-size: 0.95rem; }
.lp-day-card:has(.lp-day-card__check:checked) {
  border-color: var(--lp-gold);
  background: rgba(232, 180, 58, 0.16);
}
.lp-day-card:has(.lp-day-card__check:checked) .lp-day-card__box {
  background: var(--lp-gold);
  border-color: var(--lp-gold);
}
.lp-day-card:has(.lp-day-card__check:checked) .lp-day-card__box i { opacity: 1; }
.lp-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0.85rem 0;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
  cursor: pointer;
}
.lp-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin: 0.1rem 0 0;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  cursor: pointer;
}
.lp-consent input[type="checkbox"]:checked {
  background: var(--lp-gold);
  border-color: var(--lp-gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231a0d2e' d='M13.5 3.5 6.2 11.3 2.5 7.6l1.4-1.4 2.3 2.3 5.9-6.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.lp-reg__bonus, .lp-reg__support, .lp-reg__hint { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.lp-reg__support a {
  color: var(--lp-gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.lp-reg__support a:hover { color: #ffd392; }
.lp-reg__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}
.lp-reg .lp-reg__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: fit-content;
  min-width: 13.75rem;
  max-width: 19rem;
  min-height: 3.55rem;
  padding: 1.05rem 1.8rem;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.lp-reg .lp-reg__submit.is-loading {
  cursor: wait;
  pointer-events: none;
}
.lp-reg-form.is-submitting {
  pointer-events: none;
}
.lp-reg-form.is-submitting .lp-rf,
.lp-reg-form.is-submitting .lp-formats,
.lp-reg-form.is-submitting .lp-consent,
.lp-reg-form.is-submitting .lp-reg__bonus {
  opacity: 0.55;
}
.lp-reg__spinner {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgba(26, 13, 46, 0.22);
  border-top-color: #1a0d2e;
  border-radius: 50%;
  animation: lp-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes lp-spin {
  to { transform: rotate(360deg); }
}
.lp-reg__sending {
  margin: 0.75rem 0 0;
  text-align: center;
  color: var(--lp-gold);
  font-size: 0.95rem;
  font-weight: 600;
}
.lp-reg__msg { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 10px; }
.lp-reg__msg.is-ok { background: rgba(232, 180, 58, 0.2); }
.lp-reg__msg.is-err { background: rgba(226,75,75,0.22); }
.lp-reg__success {
  background: #fff;
  color: #1a0d2e;
  border-radius: 18px;
  padding: 2rem 2.1rem 2.15rem;
  box-shadow: 0 18px 40px rgba(16, 8, 29, 0.22);
}
.lp-reg__success-icon {
  margin: 0 0 0.85rem;
  color: #ffc674;
  font-size: 2.15rem;
  line-height: 1;
}
.lp-reg__success h3 {
  margin: 0 0 0.75rem;
  color: #1a0d2e;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.25;
}
.lp-reg__success p {
  margin: 0 0 1rem;
  color: #3a3150;
  font-size: 1.05rem;
  line-height: 1.55;
}
.lp-reg__success .lp-reg__success-note {
  margin: 0 0 1rem;
  padding: 1rem 1.05rem;
  background: #f3ecf8;
  border-left: 4px solid #ffc674;
  border-radius: 10px;
  color: #1a0d2e;
  font-size: 0.98rem;
  line-height: 1.55;
}
.lp-reg__success .lp-reg__success-spam {
  margin: 0;
  color: #3a3150;
  font-size: 0.98rem;
  line-height: 1.55;
}
.lp-reg__success .lp-reg__success-spam a {
  color: #7a2d6a;
  font-weight: 700;
}
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.lp-contact {
  padding: 4.8rem 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(122, 58, 168, 0.08), transparent 24%),
    #fff;
}
.lp-contact__grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; }
.lp-contact__map iframe { width: 100%; min-height: 280px; border: 0; border-radius: var(--lp-radius); }
.lp-contact h3 i { color: var(--lp-purple-mid); margin-right: 0.35rem; }
.lp-footer-bar { height: 10px; background: linear-gradient(90deg, #5b2a86, #d96bb3, #ffc674, #ff8a6a); }

.lp-modal[hidden] { display: none; }
.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.lp-modal__backdrop { position: absolute; inset: 0; background: rgba(16, 8, 29, 0.58); }
.lp-modal__card {
  position: relative;
  z-index: 1;
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
}
.lp-modal__card--speaker {
  max-width: 860px;
  padding: 0;
  overflow: hidden;
}
.lp-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--lp-primary);
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lp-speaker-modal {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) 1.15fr;
  min-height: 320px;
}
.lp-speaker-modal__photo {
  position: relative;
  min-height: 280px;
  background: linear-gradient(160deg, #2a1248 0%, #7a3aa8 55%, #d96bb3 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 700;
}
.lp-speaker-modal__photo span {
  line-height: 1;
  letter-spacing: 0.04em;
}
.lp-speaker-modal__photo img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.lp-speaker-modal__photo img.is-on { display: block; }
.lp-speaker-modal__copy {
  padding: 1.7rem 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.lp-speaker-modal__copy h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}
.lp-speaker-modal__pos {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: var(--lp-muted);
}
.lp-speaker-modal__co {
  margin: 0.15rem 0 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--lp-purple);
}
.lp-speaker-modal__bio {
  margin-top: 1rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--lp-text);
  overflow-y: auto;
  max-height: min(42vh, 360px);
}
@media (max-width: 720px) {
  .lp-speaker-modal { grid-template-columns: 1fr; }
  .lp-speaker-modal__photo { min-height: 220px; }
}

@media (max-width: 1180px) {
  .lp-nav-toggle { display: block; }
  .lp-header__inner { justify-content: flex-end; }
  .lp-logo--nav { display: none !important; }
  .lp-banner__inner { justify-content: flex-start; padding-top: 1.5rem; }
  .lp-banner__brands { position: static; left: auto; margin: 0 0 1.15rem; }
  .lp-banner__copy { max-width: min(34rem, 90%); }
  .lp-nav {
    display: none;
    position: absolute;
    top: var(--lp-header-h);
    left: 0;
    right: 0;
    background: var(--lp-header);
    padding: 0.85rem 1.1rem 1.15rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    box-shadow: 0 16px 28px rgba(8, 4, 18, 0.28);
  }
  .lp-header.is-open .lp-nav { display: flex; }
  .lp-nav__tools {
    margin: 0.4rem 0 0;
    padding: 0.55rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
}

@media (max-width: 900px) {
  .lp-banner__stage {
    background-image: var(--hero-bg-mobile);
    background-position: center bottom;
    background-size: cover;
  }
  .lp-banner__inner {
    justify-content: flex-start;
    padding: 1.4rem 1.25rem 6.5rem;
  }
  .lp-banner__copy { max-width: 100%; }
  .lp-banner__title { font-size: clamp(1.85rem, 7.2vmin, 2.6rem); }
  .lp-banner__tagline,
  .lp-banner__when { font-size: clamp(1.1rem, 4.2vmin, 1.55rem); }
  .lp-banner__title span { white-space: normal; }
  .lp-banner__eu { left: 1.25rem; right: 1.25rem; max-width: none; padding: 0.55rem 0.75rem; border-radius: 10px; }
  .lp-logo { max-width: min(280px, 72vw); }
  .lp-logo img { max-height: 32px; }
  .lp-about__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "meta"
      "aside"
      "body";
  }
  .lp-anchors__grid,
  .lp-partners__grid,
  .lp-contact__grid,
  .lp-rf-grid,
  .lp-formats__grid,
  .lp-agenda__item,
  .lp-agenda__tracks { grid-template-columns: 1fr; }
  .lp-reg__badges-col,
  .lp-reg__badges {
    display: none;
  }
  .lp-reg__shell {
    display: block;
  }
  .lp-reg__main {
    max-width: 760px;
    margin: 0 auto;
  }
  .lp-reg {
    padding-top: 3.6rem;
    overflow: hidden;
  }
  .lp-decor__icon {
    font-size: clamp(5rem, 26vw, 7.5rem);
    opacity: 0.08;
  }
  .lp-decor__ring {
    opacity: 0.16;
    width: 240px !important;
    height: 240px !important;
  }
  .lp-decor__dots { width: 120px; opacity: 0.38; }
  .lp-decor--layout-speakers .lp-decor__icon { top: 3.6rem; }
  .lp-decor--layout-anchors .lp-decor__icon { top: 10rem; }
  .lp-decor--layout-agenda .lp-decor__icon { top: 0.4rem; }
  .lp-decor--layout-agenda .lp-decor__ring {
    top: 9.5rem !important;
    width: 200px !important;
    height: 200px !important;
    opacity: 0.14 !important;
  }
}

/* Węższe desktop: badge’e nadal przy formularzu, ucinane z lewej przez overflow sekcji */
@media (max-width: 1200px) and (min-width: 901px) {
  .lp-reg__badges {
    width: clamp(200px, 28vw, 280px);
  }
}

/* === SCROLL ANIMATIONS (wzorzec EFPA / Bieg — IntersectionObserver + klasy; bez prefers-reduced-motion kill) === */
.lp-anim-hidden {
  opacity: 0;
  pointer-events: none;
}
.fadeIn { animation: lpFadeIn 1s forwards; }
.fadeInSlow { animation: lpFadeIn 1.45s forwards; }
.slideInUp { animation: lpSlideInUp 0.95s forwards; }
.slideInLeft { animation: lpSlideInLeft 0.95s forwards; }
.slideInRight { animation: lpSlideInRight 0.95s forwards; }
.flipIn { animation: lpFlipIn 1.15s forwards; }

[data-animate="slideInLeft"].lp-anim-hidden { transform: translateX(-48px); }
[data-animate="slideInRight"].lp-anim-hidden { transform: translateX(48px); }
[data-animate="slideInUp"].lp-anim-hidden { transform: translateY(40px); }
[data-animate="flipIn"].lp-anim-hidden { transform: perspective(420px) rotateY(72deg); }

@keyframes lpFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes lpSlideInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lpSlideInLeft {
  from { opacity: 0; transform: translateX(-48px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes lpSlideInRight {
  from { opacity: 0; transform: translateX(48px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes lpFlipIn {
  from { opacity: 0; transform: perspective(420px) rotateY(72deg); }
  to { opacity: 1; transform: perspective(420px) rotateY(0deg); }
}

