.elementor-7499 .elementor-element.elementor-element-caa9570{padding:0px 0px 0px 0px;}.elementor-7499 .elementor-element.elementor-element-7468712 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4c00654 *//* =========================================================
   Rewolucja w Edukacji — landing page
   Kolory: niebieski #79b8c9 · zielony #aff060 · pomarańcz #e15f06 · czarny #000
   Font: Forma DJR Deck (Regular 400 / Medium 500), Adobe Fonts
   ========================================================= */

:root{
  --blue:        #79b8c9;
  --green:       #aff060;
  --green-soft:  rgba(175, 240, 96, .4);   /* zielony 40% — tło pod formularz */
  --orange:      #e15f06;
  --black:       #000000;

  --wrap:        1660px;
  --gutter:      clamp(20px, 6.5vw, 130px);
  --radius-card: clamp(12px, 1.3vw, 24px);
  --radius-big:  clamp(20px, 3.4vw, 68px);
  --radius-btn:  clamp(14px, 1.6vw, 30px);

  --font: "forma-djr-deck", "Forma DJR Deck", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;

  --fs-body:  clamp(1rem, 1.4vw, 1.6rem);
  --fs-title: clamp(1.9rem, 3.7vw, 4.35rem);
}

/* ---------- reset ---------- */
*, *::before, *::after{ box-sizing: border-box; }

html{ -webkit-text-size-adjust: 100%; }

body{
  margin: 0;
  background: var(--blue);
  color: var(--black);
  font-family: var(--font);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg{ display: block; max-width: 100%; }
h1, h2, h3, p, figure, address{ margin: 0; }
ul, ol{ margin: 0; padding: 0; list-style: none; }

:focus-visible{
  outline: 3px solid var(--black);
  outline-offset: 4px;
}

.skip-link{
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10;
  padding: .8em 1.2em;
  background: var(--black);
  color: var(--green);
  text-decoration: none;
}
.skip-link:focus{ left: 0; }

/* ---------- layout ---------- */
.wrap{
  width: 100%;
  max-width: calc(var(--wrap) + 2 * var(--gutter));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section-title{
  font-weight: 400;
  font-size: var(--fs-title);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}

.lead{
  font-weight: 500;
}

p + p{ margin-top: 1.5em; }

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position: relative;
  background: var(--blue) url("https://dzialszkoleniowy.pl/wp-content/uploads/2026/09/hero-tlo.svg") center / cover no-repeat;
}

.hero__inner{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(28px, 3vw, 56px) clamp(24px, 4vw, 80px);
  width: 100%;
  max-width: calc(var(--wrap) + 2 * var(--gutter));
  margin-inline: auto;
  padding: clamp(36px, 10vw, 190px) var(--gutter) clamp(40px, 13vw, 250px);
}

.hero__logo{
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  display: block;
  width: clamp(150px, 18vw, 345px);
}
.hero__logo img{ width: 100%; height: auto; }

.hero__place{
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.hero__city{
  font-weight: 400;
  font-size: clamp(2.6rem, 6.4vw, 7.5rem);
  line-height: .95;
  letter-spacing: -0.01em;
  margin-bottom: .28em;
}

.hero__address{
  font-style: normal;
  font-weight: 500;
  font-size: clamp(.85rem, 1.15vw, 1.35rem);
  line-height: 1.45;
  max-width: 48ch;
}

.hero__date{
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.hero__cta{
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  justify-self: start;
}
.hero__date time{
  display: block;
  width: fit-content;
}
.hero__day,
.hero__year{
  display: block;
  line-height: .92;
  letter-spacing: -0.02em;
}
.hero__day{
  font-size: clamp(3.4rem, 9.1vw, 10.6rem);
}
.hero__year{
  font-size: clamp(2.4rem, 6.3vw, 7.4rem);
  text-align: right;
  padding-right: .5em;
}

/* =========================================================
   O KONFERENCJI
   ========================================================= */
.about{
  padding-block: clamp(56px, 9vw, 175px) clamp(48px, 6.5vw, 125px);
}

.about__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 5.5vw, 105px);
}

.about__text .section-title{
  margin-bottom: .6em;
}

.about__text .lead{
  margin-bottom: 1.5em;
}

.about__text p{
  max-width: 46ch;
}

.about__triada{
  justify-self: end;
  width: 100%;
  max-width: 800px;
}
.about__triada img{
  width: 100%;
  height: auto;
}

/* =========================================================
   FILM
   ========================================================= */
.video-section{
  padding-block: clamp(16px, 3vw, 60px) clamp(56px, 8.5vw, 165px);
}

.video{
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius-big);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================================
   PRELEGENCI
   ========================================================= */
.speakers{
  padding-bottom: clamp(48px, 7vw, 130px);
}

.speakers .section-title{
  margin-bottom: .75em;
}

.speakers__lead{
  max-width: 88ch;
  margin-bottom: clamp(40px, 5.5vw, 105px);
}

.speakers__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 11%;
  row-gap: clamp(44px, 5vw, 95px);
}

.speaker__card{
  border-radius: var(--radius-card);
  overflow: hidden;
}

.speaker__photo{
  width: 100%;
  height: auto;
  aspect-ratio: 413 / 447;
  object-fit: cover;
  object-position: 50% 22%;
}

.speaker__photo--placeholder{
  display: grid;
  place-items: center;
  background: var(--green-soft);
}
.speaker__photo--placeholder svg{
  width: 22%;
  height: auto;
  fill: var(--black);
  opacity: .5;
}

.speaker__name{
  background: var(--green);
  color: var(--black);
  font-weight: 500;
  font-size: clamp(1rem, 1.45vw, 1.75rem);
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(52px, 5.2vw, 88px);
  padding: .4em .7em;
}

.speaker__bio{
  margin-top: clamp(20px, 2.2vw, 42px);
}

/* =========================================================
   CTA
   ========================================================= */
.cta{
  padding-bottom: clamp(56px, 8vw, 150px);
  text-align: center;
}

.btn{
  display: inline-block;
  background: var(--orange);
  color: var(--green);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.85vw, 2.1rem);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1;
  padding: .85em 1.9em;
  border-radius: var(--radius-btn);
  transition: background-color .2s ease, transform .2s ease;
}
.btn--small{
  font-size: clamp(.9rem, 1.35vw, 1.5rem);
  padding: .8em 1.6em;
}

.btn:hover{
  background: #c85405;
  transform: translateY(-2px);
}
.btn:active{ transform: translateY(0); }

/* =========================================================
   HARMONOGRAM
   ========================================================= */
.schedule{
  padding-bottom: clamp(72px, 12vw, 230px);
}

.schedule .section-title{
  margin-bottom: clamp(28px, 3.4vw, 64px);
}

/* --- lista programu: minimalistyczna, typograficzna --- */
.agenda{
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.agenda__item p + p{ margin-top: 0; }

.agenda__item{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  column-gap: clamp(24px, 4vw, 80px);
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding-block: clamp(14px, 1.5vw, 26px);
}

.agenda__time{
  grid-column: 1;
  color: rgba(0, 0, 0, .6);
  margin-bottom: .15em;
}

.agenda__title{
  grid-column: 1;
  max-width: 60ch;
  text-wrap: pretty;
}

.agenda__meta{
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  text-align: right;
  max-width: 24ch;
  color: rgba(0, 0, 0, .6);
}

/* --- nagłówek bloku --- */
.agenda__head{
  border-top: 2px solid var(--black);
  padding-top: clamp(24px, 2.6vw, 44px);
  padding-bottom: clamp(22px, 2.4vw, 40px);
}

.agenda__name{
  font-weight: 500;
  font-size: clamp(1.2rem, 1.85vw, 2.1rem);
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: clamp(18px, 2vw, 34px);
}

.agenda__range{
  color: rgba(0, 0, 0, .6);
}

.agenda__desc{
  margin-top: .35em;
  max-width: 62ch;
}

/* --- domknięcie sekcji --- */
.schedule__outro{
  margin-top: clamp(32px, 4vw, 70px);
  max-width: 70ch;
}

.schedule__cta{
  margin-top: clamp(28px, 3.4vw, 60px);
  text-align: center;
}

/* =========================================================
   BREAKPOINTY
   ========================================================= */

/* --- tablet --- */
@media (max-width: 1024px){
  .speakers__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8%;
  }
  .about__grid{
    grid-template-columns: minmax(0, 1fr);
  }
  .about__triada{
    justify-self: start;
    max-width: 560px;
  }
  .about__text p{ max-width: 60ch; }
}

/* --- telefon --- */
@media (max-width: 700px){
  :root{
    --fs-body: clamp(1rem, 4.1vw, 1.2rem);
    --fs-title: clamp(1.9rem, 9.5vw, 3rem);
  }

  .hero{
    background-position: left center;
  }

  .hero__inner{
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: clamp(28px, 8vw, 48px);
    padding-block: 44px 64px;
    min-height: 78svh;
  }
  .hero__logo,
  .hero__place,
  .hero__date,
  .hero__cta{
    grid-column: 1;
  }
  .hero__logo{ grid-row: 1; }
  .hero__place{ grid-row: 2; }
  .hero__date{ grid-row: 3; align-self: start; }

  .hero__city{ font-size: clamp(2.6rem, 14vw, 4.5rem); }
  .hero__address{ font-size: clamp(.85rem, 3.5vw, 1.05rem); }
  .hero__day{ font-size: clamp(3.2rem, 19vw, 6rem); }
  .hero__year{ font-size: clamp(2.2rem, 13vw, 4.2rem); }

  .speakers__grid{
    grid-template-columns: minmax(0, 1fr);
    row-gap: 48px;
  }

  .speaker__card{
    max-width: 460px;
  }

  .btn{
    display: block;
    padding: .95em 1.2em;
  }

  .hero__cta{
    grid-column: 1;
    grid-row: 4;
    align-self: start;
    justify-self: stretch;
  }

  .agenda__item{
    grid-template-columns: minmax(0, 1fr);
  }
  .agenda__meta{
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    max-width: none;
    margin-top: .3em;
  }
}

/* --- bardzo wąskie ekrany --- */
@media (max-width: 380px){
  .hero__inner{ min-height: 0; }
}

/* --- dostępność --- */
@media (prefers-reduced-motion: reduce){
  *{
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* --- druk --- */
@media print{
  body{ background: #fff; }
  .video, .btn{ display: none; }
}


html {
  --event-sticky-height: 70px;
}

body {
  padding-bottom: var(--event-sticky-height);
}

.event-sticky {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #aff060;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.12);
}

.event-sticky__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  min-height: 68px;
  padding: 14px 30px;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}

.event-sticky__link:hover {
  background: #a1e84c;
  color: #111;
}

.event-sticky__link:focus-visible {
  outline: 3px solid #111;
  outline-offset: -5px;
}

.event-sticky__text {
  text-align: center;
}

.event-sticky__text strong {
  font-weight: 700;
}

.event-sticky__divider {
  width: 1px;
  height: 26px;
  flex: 0 0 1px;
  background: rgba(0, 0, 0, 0.35);
}

.event-sticky__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.event-sticky__cta span {
  font-size: 22px;
  transition: transform 0.2s ease;
}

.event-sticky__link:hover .event-sticky__cta span {
  transform: translateX(4px);
}

@media (max-width: 700px) {
  .event-sticky__link {
    gap: 7px;
    flex-direction: column;
    min-height: 0;
    padding: 11px 18px 12px;
    font-size: 15px;
  }

  .event-sticky__divider {
    width: 50px;
    height: 1px;
    flex: 0 0 1px;
  }

  .event-sticky__text {
    line-height: 1.35;
  }

  .event-sticky__cta {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .event-sticky__link {
    padding: 10px 12px;
    font-size: 14px;
  }

  .event-sticky__cta {
    font-size: 14px;
  }
}/* End custom CSS */