.elementor-1046 .elementor-element.elementor-element-19b3738{--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;}/* Start custom CSS for html, class: .elementor-element-4fe73c1 *//* =========================================================
   PRYMUS — ELE.02
   CSS ROZWINIĘTY / CZYTELNY
   ========================================================= */

:root {
  --ele02-navy: #062B5F;
  --ele02-dark: #0F172A;
  --ele02-gold: #D4A017;
  --ele02-light: #F8FAFC;
  --ele02-border: #E2E8F0;
  --ele02-muted: #475569;

  /* TŁO BANERU — TU PODMIENIASZ ZDJĘCIE */
  --ele02-bg: url("https://darmoweszkoly.pl/wp-content/uploads/2026/05/elektryk-baner-3.jpg");
}

/* =========================================================
   01. GŁÓWNY WRAPPER
   ========================================================= */

.ele02-page {
  font-family: Manrope, Arial, sans-serif;
  color: var(--ele02-dark);
  background: #fff;
  overflow: hidden;
}

.ele02-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
}

/* =========================================================
   02. TYTUŁY SEKCJI
   ========================================================= */

.ele02-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  margin: 0 0 34px;
}

.ele02-section-title.left {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 24px;
}

.ele02-section-title span {
  width: 64px;
  height: 2px;
  background: var(--ele02-gold);
  display: block;
}

.ele02-section-title h2 {
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ele02-dark);
}

/* =========================================================
   03. HERO / BANER
   ========================================================= */

.ele02-hero {
  position: relative;
  min-height: 660px;
  background: var(--ele02-navy);
  overflow: hidden;
}

.ele02-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--ele02-bg);

  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;

  z-index: 1;
}

.ele02-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 43, 95, .98) 0%,
    rgba(6, 43, 95, .94) 38%,
    rgba(6, 43, 95, .65) 58%,
    rgba(6, 43, 95, .08) 100%
  );
  z-index: 2;
}

.ele02-hero__inner {
  position: relative;
  z-index: 3;
  padding-top: 95px;
  padding-bottom: 90px;
}

.ele02-hero__content {
  max-width: 760px;
  color: #fff;
}

.ele02-label {
  display: inline-block;
  color: var(--ele02-gold);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 22px;
}

.ele02-hero h1 {
  font-size: 76px;
  line-height: .95;
  margin: 0 0 16px;
  color: #fff;
  font-weight: 900;
}

.ele02-hero h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 34px;
  color: #fff;
  font-weight: 700;
}

/* =========================================================
   04. BADGE W HERO
   ========================================================= */

.ele02-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.ele02-badges span {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(212, 160, 23, .45);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
}

.ele02-badges img {
  width: 30px;
  height: 30px;
}

/* =========================================================
   05. PRZYCISKI
   ========================================================= */

.ele02-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 240px;
  padding: 17px 28px;
  border-radius: 8px;
  background: var(--ele02-gold);
  color: var(--ele02-dark);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  transition: .25s;
}

.ele02-btn:hover {
  transform: translateY(-3px);
  color: var(--ele02-dark);
}

.ele02-btn-outline {
  background: #fff;
  border: 2px solid var(--ele02-gold);
}

/* =========================================================
   06. SEKCJE OGÓLNE
   ========================================================= */

.ele02-intro,
.ele02-info,
.ele02-gain,
.ele02-why,
.ele02-docs {
  padding: 70px 0;
}

/* =========================================================
   07. WPROWADZENIE
   ========================================================= */

.ele02-intro p {
  font-size: 21px;
  line-height: 1.65;
  color: var(--ele02-muted);
  margin: 0;
}

.ele02-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}

/* =========================================================
   08. KARTY
   ========================================================= */

.ele02-card {
  background: #fff;
  border: 1px solid var(--ele02-border);
  border-radius: 18px;
  padding: 38px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
}

.ele02-card img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.ele02-card h3 {
  font-size: 28px;
  margin: 0 0 12px;
}

.ele02-card p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ele02-muted);
  margin: 0;
}

.ele02-card-gold {
  background: #FFF7E2;
}

/* =========================================================
   09. SEKCJA INFORMACJI
   ========================================================= */

.ele02-info {
  background: var(--ele02-light);
}

.ele02-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ele02-info-box {
  background: #fff;
  border: 1px solid var(--ele02-border);
  border-radius: 14px;
  padding: 26px;
}

.ele02-info-box strong {
  display: block;
  color: var(--ele02-gold);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}

.ele02-info-box p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

/* =========================================================
   10. CO ZYSKUJESZ
   ========================================================= */

.ele02-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ele02-benefit {
  background: #fff;
  border: 1px solid var(--ele02-border);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.ele02-benefit img {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
}

.ele02-benefit h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.ele02-benefit p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ele02-muted);
  margin: 0;
}

/* =========================================================
   11. CIEMNA KARTA
   ========================================================= */

.ele02-dark {
  background: var(--ele02-navy);
  color: #fff;
}

.ele02-dark h3,
.ele02-dark p {
  color: #fff;
}

/* =========================================================
   12. LISTA
   ========================================================= */

.ele02-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.ele02-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
  font-size: 17px;
}

.ele02-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ele02-gold);
  font-weight: 900;
}

/* =========================================================
   13. DOKUMENTY
   ========================================================= */

.ele02-docs {
  padding-top: 30px;
}

.ele02-doc-box {
  background: #fff;
  border: 1px solid var(--ele02-border);
  border-radius: 18px;
  padding: 30px 36px;
  display: grid;
  grid-template-columns: 76px 1fr 230px;
  gap: 26px;
  align-items: center;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .06);
}

.ele02-doc-box img {
  width: 70px;
  height: 70px;
}

.ele02-doc-box h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.ele02-doc-box p {
  margin: 0;
  color: var(--ele02-muted);
  font-size: 16px;
}

/* =========================================================
   14. CTA KOŃCOWE
   ========================================================= */

.ele02-final {
  background: var(--ele02-navy);
  color: #fff;
  padding: 48px 0;
}

.ele02-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ele02-final h2 {
  font-size: 36px;
  margin: 0 0 8px;
  color: #fff;
}

.ele02-final p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.ele02-final-actions {
  text-align: center;
}

.ele02-final-actions p {
  margin-top: 14px;
  font-weight: 900;
}

/* =========================================================
   15. TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .ele02-hero h1 {
    font-size: 56px;
  }

  .ele02-hero h2 {
    font-size: 24px;
  }

  .ele02-grid-2 {
    grid-template-columns: 1fr;
  }

  .ele02-info-grid,
  .ele02-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ele02-doc-box {
    grid-template-columns: 70px 1fr;
  }

  .ele02-doc-box .ele02-btn {
    grid-column: 1 / -1;
  }

  .ele02-final__inner {
    flex-direction: column;
    text-align: center;
  }
}

/* =========================================================
   16. MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .ele02-wrap {
    padding: 0 20px;
  }

  .ele02-hero__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ele02-hero h1 {
    font-size: 42px;
  }

  .ele02-hero h2 {
    font-size: 20px;
  }

  .ele02-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(6, 43, 95, .98) 0%,
      rgba(6, 43, 95, .94) 68%,
      rgba(6, 43, 95, .78) 100%
    );
  }

  .ele02-badges {
    display: grid;
  }

  .ele02-info-grid,
  .ele02-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ele02-section-title h2 {
    font-size: 24px;
  }

  .ele02-section-title span {
    width: 36px;
  }

  .ele02-btn {
    width: 100%;
    min-width: 0;
  }

  .ele02-doc-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ele02-doc-box img {
    margin: auto;
  }
}/* End custom CSS */