.elementor-67 .elementor-element.elementor-element-5d8561a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-5d8561a:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-5d8561a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-67 .elementor-element.elementor-element-28e31b3{width:initial;max-width:initial;margin:-65px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-67 .elementor-element.elementor-element-4d52edb{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-4d52edb:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-4d52edb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-67 .elementor-element.elementor-element-4d52edb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-67 .elementor-element.elementor-element-359d7f5{--display:flex;}.elementor-67 .elementor-element.elementor-element-85af7f4{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-67 .elementor-element.elementor-element-24a8676{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-67 .elementor-element.elementor-element-ead35cd{width:initial;max-width:initial;padding:0150px 0px 0px 0px;}.elementor-67 .elementor-element.elementor-element-486ba33{--display:flex;--min-height:900px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-67 .elementor-element.elementor-element-486ba33:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-486ba33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://test.formee.pl/wp-content/uploads/2025/11/Formee.mp4.00_00_06_05.Still001-1.png");background-position:center center;}.elementor-67 .elementor-element.elementor-element-aac869b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:-0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:-0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-0a3a7f8.elementor-element{--order:-99999 /* order start hack */;}@media(min-width:768px){.elementor-67 .elementor-element.elementor-element-4d52edb{--content-width:90vw;}.elementor-67 .elementor-element.elementor-element-aac869b{--content-width:100vw;}}/* Start custom CSS for html, class: .elementor-element-28e31b3 *//* ============================
   ZMIENNE GLOBALNE
   ============================ */

:root {
  /* Fonty */
  --site-font-main: 'Helvetica Neue', Arial, system-ui, sans-serif;
  --site-font-secondary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Kolory główne */
  --formee-green: #e3fc3d;
  --page-bg: #101215;
  --ink: #e8eaec;
  
  /* Hero slider */
  --video-tint: rgba(0, 0, 0, 0.2);
  --pager-off: #dcdcdc;
  
  /* Sekcje jasne */
  --section-light-bg: #f5f5f5;
  --section-lighter-bg: #f7f7f7;
  --text-dark: #1a1a1a;
  --text-gray: #666;
  --text-light-gray: #777;
  --text-medium-gray: #555;
  --border-subtle: rgba(0, 0, 0, 0.06);
}

/* ============================
   SCROLLBAR
   ============================ */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  background: var(--formee-green);
  border-radius: 3px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--formee-green) rgba(255, 255, 255, 0.1);
}

/* ============================
   PODSTAWA
   ============================ */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--site-font-main);
}

/* ============================
   HERO SLIDER
   ============================ */

.hero-slider {
  position: relative;
  width: 100vw;
  height: 115vh;
  margin-top: -65px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  color: #fff;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slider__slide--active {
  opacity: 1;
  z-index: 1;
}

/* WIDEO */
.hero-slider__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0.6) contrast(1.05) brightness(0.9);
}

.hero-slider__video-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
}

/* TREŚĆ SLIDERA */
.hero-slider__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 100px 120px;
}

.hero-slider__text-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}

.hero-slider__title {
  font-family: var(--site-font-main);
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(62px, 4.6vw, 72px) !important;
  font-weight: 250;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-slider__title--accent {
  color: var(--formee-green) !important;
  font-weight: 250;
}

.hero-slider__description {
  font-family: var(--site-font-main);
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 1.3vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: #f3f3f3;
  opacity: 0.95;
  max-width: 800px;
}

/* PRZYCISK CTA */
.hero-slider__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #f2f2f2;
  color: #111 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--site-font-main);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.hero-slider__btn:hover {
  background: #dedede;
  color: #000;
  transform: translateY(-1px);
}

.hero-slider__btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  transition: transform 0.2s ease;
}

.hero-slider__btn:hover svg {
  transform: translate(2px, -2px);
}

/* KONTROLKI SLIDERA */
.hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 18px;
  user-select: none;
}

.hero-slider__pager {
  display: flex;
  gap: 6px;
}

/* SEGMENTY PAGERA */
.hero-slider__pager-segment {
  display: block;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 6px;
  min-height: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--pager-off);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-slider__pager-segment--active {
  width: 120px;
  background: var(--formee-green);
}

/* STRZAŁKI WYŁĄCZONE */
.hero-slider__arrow {
  display: none;
}

/* ==========================================
   SEKCJA "KIM JESTEŚMY"
   ========================================== */

.about-section {
  background: var(--section-light-bg);
  padding: 120px 0 140px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--text-dark);
  font-family: var(--site-font-main);
}

/* Reset marginesów WordPressa/Elementora */
.about-section .elementor-container,
.about-section .elementor-section,
.about-section .elementor-column,
.about-section .elementor-widget-wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/* Kontener – wyśrodkowany z maksymalną szerokością */
.about-section__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  align-items: start;
  box-sizing: border-box;
  gap: 32px;
}

/* LEWA kolumna: nagłówek + lead */
.about-section__intro {
  max-width: 380px;
}

.about-section__title {
  font-family: var(--site-font-main);
  font-size: 72px;
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 32px 0;
  color: var(--text-dark);
  text-transform: lowercase;
}

/* Lead - mniejszy i szary */
.about-section__lead {
  font-family: var(--site-font-main);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-gray);
  margin: 0;
}

/* ŚRODKOWA i PRAWA kolumna */
.about-section__text {
  font-family: var(--site-font-main);
  max-width: 380px;
}

.about-section__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-dark);
  margin: 0 0 20px 0;
}

.about-section__text p:last-child {
  margin-bottom: 0;
}

/* Strong - tylko bold, bez tła */
.about-section__intro strong,
.about-section__text strong {
  font-weight: 600;
  background: none;
  padding: 0;
  color: var(--text-dark);
}

/* ==========================================
   PASEK KPI
   ========================================== */

.kpi-bar {
  background: var(--section-lighter-bg);
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0;
  margin-top: 60px;
  font-family: var(--site-font-main);
}

/* GRID KPI */
.kpi-bar__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
  gap: 40px;
}

/* Każda „kratka" KPI */
.kpi-bar__item {
  text-align: center;
}

/* LICZBA – duża, ultra light */
.kpi-bar__value {
  display: block;
  font-family: var(--site-font-main);
  font-size: 46px;
  font-weight: 200;
  color: #111;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* PODPIS – mały, uppercase */
.kpi-bar__label {
  font-family: var(--site-font-main);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-light-gray);
}

/* ==========================================
   SEKCJA AKTUALNOŚCI
   ========================================== */

.news-section {
  background: var(--section-light-bg);
  padding: 120px 0 140px;
  width: 100%;
}

/* KONTENER */
.news-section__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 100px;
  align-items: flex-start;
}

/* LEWA KOLUMNA */
.news-section__intro {
  max-width: 420px;
}

/* TYTUŁ */
.news-section__title {
  font-family: var(--site-font-secondary);
  font-size: 64px;
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
  color: #0a0a0a;
}

/* LEAD */
.news-section__lead {
  font-family: var(--site-font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-medium-gray);
  margin: 0 0 36px;
}

/* PRZYCISK */
.news-section__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #f2f2f2;
  color: #111;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--site-font-secondary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.news-section__btn:hover {
  background: #dedede;
  color: #000;
  transform: translateY(-1px);
}

.news-section__btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

/* ==========================================
   KARUZELA AKTUALNOŚCI
   ========================================== */

.news-carousel {
  position: relative;
  overflow: hidden;
}

.news-carousel__swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 10px;
}

.news-carousel__swiper .swiper-wrapper {
  align-items: stretch;
}

.news-carousel__swiper .swiper-slide {
  width: 360px;
  height: 440px;
}

/* KAFELKI */
.news-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}

/* OBRAZ = TŁO */
.news-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 0.55s ease;
  transform-origin: top center;
}

/* GRADIENT GÓRA/DÓŁ */
.news-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

/* META (tag + data) */
.news-card__meta {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.news-card__meta span {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  font-family: var(--site-font-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* TEKST – TYLKO TYTUŁ NA DOLE */
.news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px 26px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
  text-decoration: none;
}

.news-card__title {
  color: #fff;
  font-family: var(--site-font-secondary);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

/* HOVER – „OTWIERANIE KARTKI" */
.news-card:hover {
  background: var(--section-light-bg);
  border-color: var(--formee-green);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.news-card:hover .news-card__image {
  transform: translateY(-50px) rotateX(15deg);
  opacity: 0;
}

.news-card:hover .news-card__shade {
  opacity: 0;
}

.news-card:hover .news-card__content {
  background: transparent;
}

.news-card:hover .news-card__title,
.news-card:hover .news-card__meta span {
  color: #111;
}

.news-card:hover .news-card__meta span {
  background: rgba(255, 255, 255, 0.85);
}

/* ==========================================
   KONTROLKI KARUZELI
   ========================================== */

.news-carousel__controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LICZNIK 01 / 05 */
.news-carousel__counter {
  font-family: var(--site-font-secondary);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #5f6368;
}

.news-carousel__counter-current {
  font-weight: 400;
}

/* BLOK STRZAŁEK */
.news-carousel__arrows {
  width: 80px;
  height: 48px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 4px;
}

.news-carousel__arrow {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #c3c7cc;
  cursor: pointer;
  transition: color 0.25s ease;
}

.news-carousel__arrow:hover {
  color: #fff;
}

/* ============================
   RESPONSYWNOŚĆ
   ============================ */

/* HERO SLIDER - TABLET */
@media (max-width: 1024px) {
  .hero-slider__content {
    padding: 100px 24px 120px 24px;
  }

  .hero-slider__pager-segment {
    width: 40px;
  }

  .hero-slider__pager-segment--active {
    width: 80px;
  }
}

/* HERO SLIDER - MOBILE */
@media (max-width: 680px) {
  .hero-slider__pager-segment {
    width: 28px;
  }

  .hero-slider__pager-segment--active {
    width: 56px;
  }
}

/* KPI BAR - DESKTOP MNIEJSZY */
@media (max-width: 1200px) {
  .kpi-bar__list {
    padding: 0 32px;
    gap: 32px;
  }

  .kpi-bar__value {
    font-size: 38px;
  }
}

/* KPI BAR - TABLET */
@media (max-width: 900px) {
  .kpi-bar__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
}

/* ABOUT SECTION - TABLET */
@media (max-width: 1024px) {
  .about-section__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 0 40px;
  }

  .about-section__intro,
  .about-section__text {
    max-width: 100%;
  }

  .about-section__title {
    font-size: 56px;
  }

  .kpi-bar__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }
  
  /* NEWS SECTION */
  .news-section__container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 40px;
  }
  
  .news-section__intro {
    max-width: 100%;
  }
}

/* KPI BAR - MOBILE ŚREDNI */
@media (max-width: 640px) {
  .about-section {
    padding: 60px 0 0 0;
  }

  .about-section__wrapper {
    padding: 0 24px;
  }

  .about-section__title {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .about-section__lead {
    font-size: 14px;
  }

  .about-section__text p {
    font-size: 15px;
  }

  .kpi-bar {
    padding: 40px 0;
    margin-top: 40px;
  }

  .kpi-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
    gap: 20px;
  }

  .kpi-bar__value {
    font-size: 30px;
  }
  
  /* NEWS SECTION */
  .news-section {
    padding: 80px 0 100px;
  }
  
  .news-section__container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .news-section__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  
  .news-section__lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

/* KPI BAR - MOBILE BARDZO MAŁY */
@media (max-width: 420px) {
  .kpi-bar {
    margin-top: 60px;
    padding: 36px 0;
  }

  .kpi-bar__list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 24px;
    gap: 24px;
  }

  .kpi-bar__item {
    width: 100%;
  }

  .kpi-bar__value {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5d8561a *//* ============================
   ZMIENNE GLOBALNE
   ============================ */

:root {
  /* Fonty */
  --site-font-main: 'Helvetica Neue', Arial, system-ui, sans-serif;
  --site-font-secondary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Kolory główne */
  --formee-green: #e3fc3d;
  --page-bg: #101215;
  --ink: #e8eaec;
  
  /* Hero slider */
  --video-tint: rgba(0, 0, 0, 0.2);
  --pager-off: #dcdcdc;
  
  /* Sekcje jasne */
  --section-light-bg: #f5f5f5;
  --section-lighter-bg: #f7f7f7;
  --text-dark: #1a1a1a;
  --text-gray: #666;
  --text-light-gray: #777;
  --text-medium-gray: #555;
  --border-subtle: rgba(0, 0, 0, 0.06);
}

/* ============================
   SCROLLBAR
   ============================ */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  background: var(--formee-green);
  border-radius: 3px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--formee-green) rgba(255, 255, 255, 0.1);
}

/* ============================
   PODSTAWA
   ============================ */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--site-font-main);
}
h1 {
  font-family: var(--site-font-main);
  margin: 0;
  color: #000000 !important;
  font-size: clamp(32px, 4.6vw, 72px);
  font-weight: 250;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

h1_akcent {
  color: var(--formee-green) !important;
  font-weight: 250;
}

p{
  font-family: var(--site-font-main);
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 1.3vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: #000000;
  opacity: 0.95;
  max-width: 800px;
}

/* ============================
   HERO SLIDER
   ============================ */

.hero-slider {
  position: relative;
  width: 100vw;
  height: 115vh;
  margin-top: -65px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  color: #fff;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slider__slide--active {
  opacity: 1;
  z-index: 1;
}

/* WIDEO */
.hero-slider__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0.6) contrast(1.05) brightness(0.9);
}

.hero-slider__video-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
}

/* TREŚĆ SLIDERA */
.hero-slider__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 500px 100px 120px;
}

.hero-slider__text-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}

.hero-slider__title {
  font-family: var(--site-font-main);
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(32px, 4.6vw, 72px);
  font-weight: 250;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-slider__title--accent {
  color: var(--formee-green) !important;
  font-weight: 250;
}

.hero-slider__description {
  font-family: var(--site-font-main);
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 1.3vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: #f3f3f3;
  opacity: 0.95;
  max-width: 800px;
}

/* PRZYCISK CTA */
.hero-slider__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: transparent;
  color: #FFFFFF!important;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--site-font-secondary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hero-slider__btn:hover {
  background: #111;
  color: #fff !important;
  border-color: #111;
  transform: translateY(-1px);
}

.hero-slider__btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  transition: stroke 0.2s ease;
}

.hero-slider__btn:hover svg {
    stroke: #fff;
}

/* KONTROLKI SLIDERA */
.hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 18px;
  user-select: none;
}

.hero-slider__pager {
  display: flex;
  gap: 6px;
}

/* SEGMENTY PAGERA */
.hero-slider__pager-segment {
  display: block;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 6px;
  min-height: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--pager-off);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-slider__pager-segment--active {
  width: 120px;
  background: var(--formee-green);
}

/* STRZAŁKI WYŁĄCZONE */
.hero-slider__arrow {
  display: none;
}

/* ==========================================
   SEKCJA "KIM JESTEŚMY"
   ========================================== */

.about-section {
  background: var(--section-light-bg);
  padding: 40px 0 40px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--text-dark);
  font-family: var(--site-font-main);
}

/* Reset marginesów WordPressa/Elementora */
.about-section .elementor-container,
.about-section .elementor-section,
.about-section .elementor-column,
.about-section .elementor-widget-wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/* Kontener – wyśrodkowany z maksymalną szerokością */
.about-section__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  align-items: start;
  box-sizing: border-box;
  gap: 32px;
}

/* LEWA kolumna: nagłówek + lead */
.about-section__intro {
  max-width: 380px;
}

.about-section__title {
  font-family: var(--site-font-main);
  font-size: 72px;
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 32px 0;
  color: var(--text-dark);
  text-transform: lowercase;
}

/* Lead - mniejszy i szary */
.about-section__lead {
  font-family: var(--site-font-main);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-gray);
  margin: 0;
}

/* ŚRODKOWA i PRAWA kolumna */
.about-section__text {
  font-family: var(--site-font-main);
  max-width: 380px;
}

.about-section__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-dark);
  margin: 0 0 20px 0;
}

.about-section__text p:last-child {
  margin-bottom: 0;
}

/* Strong - tylko bold, bez tła */
.about-section__intro strong,
.about-section__text strong {
  font-weight: 600;
  background: none;
  padding: 0;
  color: var(--text-dark);
}

/* ==========================================
   PASEK KPI
   ========================================== */

.kpi-bar {
  background: var(--section-lighter-bg);
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0;
  margin-top: 60px;
  font-family: var(--site-font-main);
}

/* GRID KPI */
.kpi-bar__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
  gap: 40px;
}

/* Każda „kratka" KPI */
.kpi-bar__item {
  text-align: center;
}

/* LICZBA – duża, ultra light */
.kpi-bar__value {
  display: block;
  font-family: var(--site-font-main);
  font-size: 46px;
  font-weight: 200;
  color: #111;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* PODPIS – mały, uppercase */
.kpi-bar__label {
  font-family: var(--site-font-main);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-light-gray);
}

/* ==========================================
   SEKCJA AKTUALNOŚCI
   ========================================== */

.news-section {
  background: var(--section-light-bg);
  padding: 120px 0 140px;
  width: 100%;
}

/* KONTENER */
.news-section__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 100px;
  align-items: flex-start;
}

/* LEWA KOLUMNA */
.news-section__intro {
  max-width: 420px;
}

/* TYTUŁ */
.news-section__title {
  font-family: var(--site-font-secondary);
  font-size: 64px;
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
  color: #0a0a0a;
}

/* LEAD */
.news-section__lead {
  font-family: var(--site-font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-medium-gray);
  margin: 0 0 36px;
}

/* PRZYCISK */
.news-section__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: transparent;
  color: #111!important;
  border: 2px solid #111;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--site-font-secondary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.news-section__btn:hover {
  background: #111;
  color: #fff !important;
  border-color: #111;
  transform: translateY(-1px);
}

.news-section__btn svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  transition: stroke 0.2s ease;
}

.news-section__btn:hover svg {
  stroke: #fff;
}



/* ==========================================
   KARUZELA AKTUALNOŚCI
   ========================================== */

.news-carousel {
  position: relative;
  overflow: hidden;
}

.news-carousel__swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 10px;
}

.news-carousel__swiper .swiper-wrapper {
  align-items: stretch;
}

.news-carousel__swiper .swiper-slide {
  width: 360px;
  height: 440px;
}

/* KAFELKI */
.news-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  display: block;
}

/* OBRAZ = TŁO */
.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
  transform-origin: top center;
  display: block;
  min-width: 100%;
  min-height: 100%;
}

/* GRADIENT GÓRA/DÓŁ */
.news-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

/* META (tag + data) */
.news-card__meta {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.news-card__meta span {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  font-family: var(--site-font-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* TEKST – TYLKO TYTUŁ NA DOLE */
.news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px 26px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
  text-decoration: none;
}

.news-card__title {
  color: #fff;
  font-family: var(--site-font-secondary);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

/* HOVER – „OTWIERANIE KARTKI" */
.news-card:hover {
  background: var(--section-light-bg);
  border-color: #000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.news-card:hover .news-card__image {
  transform: translateY(-50px) rotateX(15deg);
  opacity: 0;
}

.news-card:hover .news-card__shade {
  opacity: 0;
}

.news-card:hover .news-card__content {
  background: transparent;
}

.news-card:hover .news-card__title,
.news-card:hover .news-card__meta span {
  color: #111;
}

.news-card:hover .news-card__meta span {
  background: rgba(255, 255, 255, 0.85);
}

/* ==========================================
   KONTROLKI KARUZELI
   ========================================== */

.news-carousel__controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LICZNIK 01 / 05 */
.news-carousel__counter {
  font-family: var(--site-font-secondary);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #5f6368;
}

.news-carousel__counter-current {
  font-weight: 700;
}

/* BLOK STRZAŁEK */
.news-carousel__arrows {
  width: 80px;
  height: 48px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 4px;
}

.news-carousel__arrow {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #c3c7cc;
  cursor: pointer;
  transition: color 0.25s ease;
}

.news-carousel__arrow:hover {
  color: #fff;
}

/* ============================
   RESPONSYWNOŚĆ
   ============================ */

/* HERO SLIDER - TABLET */
@media (max-width: 1024px) {
  .hero-slider__content {
    padding: 100px 24px 120px 24px;
  }

  .hero-slider__pager-segment {
    width: 40px;
  }

  .hero-slider__pager-segment--active {
    width: 80px;
  }
}

/* HERO SLIDER - MOBILE */
@media (max-width: 680px) {
  .hero-slider__pager-segment {
    width: 28px;
  }

  .hero-slider__pager-segment--active {
    width: 56px;
  }
}

/* KPI BAR - DESKTOP MNIEJSZY */
@media (max-width: 1200px) {
  .kpi-bar__list {
    padding: 0 32px;
    gap: 32px;
  }

  .kpi-bar__value {
    font-size: 38px;
  }
}

/* KPI BAR - TABLET */
@media (max-width: 900px) {
  .kpi-bar__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
}

/* ABOUT SECTION - TABLET */
@media (max-width: 1024px) {
  .about-section__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 0 40px;
  }

  .about-section__intro,
  .about-section__text {
    max-width: 100%;
  }

  .about-section__title {
    font-size: 56px;
  }

  .kpi-bar__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }
  
  /* NEWS SECTION */
  .news-section {
    padding: 80px 0 100px;
  }

  .news-section__container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 40px;
  }
  
  .news-section__intro {
    max-width: 100%;
  }
}

/* KPI BAR - MOBILE ŚREDNI */
@media (max-width: 640px) {
  .about-section {
    padding: 60px 0 0 0;
  }

  .about-section__wrapper {
    padding: 0 24px;
  }

  .about-section__title {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .about-section__lead {
    font-size: 14px;
  }

  .about-section__text p {
    font-size: 15px;
  }

  .kpi-bar {
    padding: 40px 0;
    margin-top: 40px;
  }

  .kpi-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
    gap: 20px;
  }

  .kpi-bar__value {
    font-size: 30px;
  }
  
  /* NEWS SECTION */
  .news-section {
    padding: 60px 0 80px;
  }

  .news-section__container {
    padding: 0 24px;
    gap: 40px;
  }
  
  .news-section__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  
  .news-section__lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
  
  .news-carousel__swiper .swiper-slide {
    width: 300px;
    height: 420px;
  }
}

/* KPI BAR - MOBILE BARDZO MAŁY */
@media (max-width: 420px) {
  .kpi-bar {
    margin-top: 60px;
    padding: 36px 0;
  }

  .kpi-bar__list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 24px;
    gap: 24px;
  }

  .kpi-bar__item {
    width: 100%;
  }

  .kpi-bar__value {
    font-size: 36px;
  }
}/* End custom CSS */