.elementor-2483 .elementor-element.elementor-element-478adf9{--display:flex;}/* Start custom CSS *//* =========================================================
   BREINTAK CUSTOM SYSTEMS
   Dedykowane oprogramowanie + automatyka
   Globalny CSS pod WordPress / Elementor
   Wszystkie reguły ograniczone do .bcs-wp
   ========================================================= */

.bcs-wp,
.bcs-wp * {
  box-sizing: border-box;
}

.bcs-wp {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #17212a;
  background: #ffffff;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

.bcs-wp img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bcs-wp a {
  color: inherit;
  text-decoration: none;
}

.bcs-fullwidth {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

.bcs-container {
  width: min(calc(100% - 40px), 1220px);
  margin: 0 auto;
}

.bcs-section {
  padding: 92px 0;
}

.bcs-soft {
  background: #f7faf7;
}

.bcs-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(93,171,25,.24), transparent 27%),
    radial-gradient(circle at 88% 18%, rgba(19,184,223,.10), transparent 25%),
    linear-gradient(135deg, #0f1713 0%, #15231a 52%, #101820 100%);
}

.bcs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #4b8d14;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bcs-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5dab19;
  box-shadow: 0 0 0 6px rgba(93,171,25,.12);
}

.bcs-dark .bcs-eyebrow {
  color: #d9ffc0;
}

.bcs-wp h1,
.bcs-wp h2,
.bcs-wp h3,
.bcs-wp p {
  margin-top: 0;
}

.bcs-wp h1,
.bcs-wp h2,
.bcs-wp h3 {
  color: #17212a;
}

.bcs-dark h1,
.bcs-dark h2,
.bcs-dark h3 {
  color: #ffffff;
}

.bcs-wp h1 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5.1vw, 4.95rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.bcs-wp h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.bcs-wp h3 {
  margin-bottom: 10px;
  line-height: 1.25;
}

.bcs-lead {
  color: #56616e;
  font-size: 1.08rem;
  line-height: 1.78;
}

.bcs-dark .bcs-lead,
.bcs-dark p {
  color: rgba(255,255,255,.72);
}

.bcs-section-head {
  max-width: 930px;
  margin-bottom: 38px;
}

.bcs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bcs-btn {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}

.bcs-btn:hover {
  transform: translateY(-2px);
}

.bcs-btn-primary {
  color: #ffffff !important;
  background: #5dab19;
  box-shadow: 0 14px 30px rgba(93,171,25,.25);
}

.bcs-btn-secondary {
  color: #17212a !important;
  background: #ffffff;
  border-color: #d6dae0;
}

.bcs-btn-ghost {
  color: #ffffff !important;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.24);
}

/* HERO */
.bcs-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 82% 20%, rgba(93,171,25,.14), transparent 30%),
    radial-gradient(circle at 70% 76%, rgba(19,184,223,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
}

.bcs-hero-grid {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 58px;
  align-items: center;
}

.bcs-hero-copy h1 {
  max-width: 780px;
}

.bcs-hero-visual {
  position: relative;
  min-height: 520px;
}

.bcs-stack {
  position: absolute;
  inset: 20px 0 0 40px;
}

.bcs-stack-card {
  position: absolute;
  width: 72%;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 70px rgba(17,24,39,.13);
}

.bcs-stack-card span,
.bcs-stack-card strong,
.bcs-stack-card small {
  display: block;
}

.bcs-stack-card span {
  margin-bottom: 8px;
  color: #4b8d14;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.bcs-stack-card strong {
  font-size: 1.25rem;
}

.bcs-stack-card small {
  margin-top: 8px;
  color: #56616e;
  line-height: 1.6;
}

.bcs-stack-a { left: 0; top: 18px; transform: rotate(-2deg); }
.bcs-stack-b { right: 0; top: 150px; transform: rotate(2deg); }
.bcs-stack-c { left: 10%; bottom: 12px; transform: rotate(-1deg); }

.bcs-stack-line {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 66%;
  height: 2px;
  transform: translate(-50%,-50%) rotate(-20deg);
  background: linear-gradient(90deg, rgba(93,171,25,0), rgba(93,171,25,.45), rgba(93,171,25,0));
}

.bcs-hero-points {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 34px;
}

.bcs-hero-points article {
  padding: 16px;
  border: 1px solid rgba(17,24,39,.07);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}

.bcs-hero-points strong,
.bcs-hero-points span {
  display: block;
}

.bcs-hero-points strong {
  margin-bottom: 4px;
  font-size: .88rem;
}

.bcs-hero-points span {
  color: #56616e;
  font-size: .76rem;
  line-height: 1.5;
}

/* PRZEWAGA */
.bcs-advantage-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.bcs-advantage-list {
  display: grid;
  gap: 18px;
}

.bcs-advantage-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17,24,39,.07);
}

.bcs-advantage-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #4b8d14;
  background: #eef8e5;
  font-weight: 900;
}

/* SYSTEMY / CASES */
.bcs-system-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.bcs-system-card {
  position: relative;
  overflow: hidden;
  min-height: 305px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(17,24,39,.08);
}

.bcs-system-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg,#5dab19,rgba(93,171,25,0));
}

.bcs-system-no {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #4b8d14;
  background: #eef8e5;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.bcs-system-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #56616e;
}

.bcs-system-card li + li {
  margin-top: 8px;
}

/* HARDWARE */
.bcs-hardware-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  padding: 44px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg,#101914,#28431c);
  box-shadow: 0 26px 70px rgba(17,24,39,.16);
}

.bcs-hardware-box h2,
.bcs-hardware-box h3,
.bcs-hardware-box p {
  color: #ffffff;
}

.bcs-hardware-box p {
  color: rgba(255,255,255,.74);
}

.bcs-hardware-list {
  display: grid;
  gap: 12px;
}

.bcs-hardware-item {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}

.bcs-hardware-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
}

/* ===== JAK WYGLĄDA WSPÓŁPRACA — RÓWNE KAFELKI ===== */

.bcs-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.bcs-process-card {
  width: 100%;
  min-width: 0;
  min-height: 300px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17,24,39,.07);
}

.bcs-process-card h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;

}
}

/* ZASTOSOWANIA / SEO */
.bcs-keyword-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.bcs-keyword-card {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
}

.bcs-keyword-card strong,
.bcs-keyword-card span {
  display: block;
}

.bcs-keyword-card strong {
  margin-bottom: 8px;
}

.bcs-keyword-card span {
  color: #56616e;
  font-size: .9rem;
  line-height: 1.65;
}

/* FAQ */
.bcs-faq-list {
  display: grid;
  gap: 14px;
  max-width: 1000px;
}

.bcs-faq-item {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17,24,39,.06);
}

.bcs-faq-item summary {
  display: grid;
  grid-template-columns: 44px 1fr 34px;
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.bcs-faq-item summary::-webkit-details-marker {
  display: none;
}

.bcs-faq-item summary > span {
  color: #4b8d14;
  font-size: .72rem;
  font-weight: 900;
}

.bcs-faq-item summary > strong {
  color: #17212a;
}

.bcs-faq-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef8e5;
}

.bcs-faq-toggle::before,
.bcs-faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  background: #4b8d14;
  transform: translate(-50%,-50%);
}

.bcs-faq-toggle::before {
  width: 10px;
  height: 2px;
}

.bcs-faq-toggle::after {
  width: 2px;
  height: 10px;
}

.bcs-faq-item[open] .bcs-faq-toggle::after {
  opacity: 0;
}

.bcs-faq-answer {
  padding: 0 22px 22px 80px;
}

.bcs-faq-answer p {
  margin-bottom: 0;
  color: #56616e;
}

/* CTA */
.bcs-cta {
  padding: 40px 0 90px;
}

.bcs-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 48px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(135deg,#101914,#28431c);
  box-shadow: 0 28px 80px rgba(17,24,39,.18);
}

.bcs-cta-box h2,
.bcs-cta-box p {
  color: #ffffff;
}

.bcs-cta-box p {
  color: rgba(255,255,255,.76);
}

.bcs-contact-list {
  display: grid;
  gap: 10px;
  min-width: 280px;
}

.bcs-contact-list a,
.bcs-contact-list div {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.bcs-contact-list strong,
.bcs-contact-list span {
  display: block;
  color: #ffffff;
}

.bcs-contact-list span {
  margin-top: 2px;
  color: #d9ffc0;
  font-size: .86rem;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1100px) {
  .bcs-hero-grid,
  .bcs-advantage-grid,
  .bcs-hardware-box,
  .bcs-cta-box {
    grid-template-columns: 1fr;
  }

  .bcs-hero-visual {
    min-height: 470px;
  }

  .bcs-process-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .bcs-keyword-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 760px) {
  .bcs-container {
    width: min(calc(100% - 28px),1220px);
  }

  .bcs-section {
    padding: 70px 0;
  }

  .bcs-hero {
    padding: 58px 0 48px;
  }

  .bcs-system-grid,
  .bcs-hero-points,
  .bcs-process-grid,
  .bcs-keyword-grid {
    grid-template-columns: 1fr;
  }

  .bcs-hero-visual {
    min-height: 430px;
  }

  .bcs-stack {
    inset: 10px 0 0;
  }

  .bcs-stack-card {
    width: 84%;
    min-height: 145px;
    padding: 18px;
  }

  .bcs-hardware-box,
  .bcs-cta-box {
    padding: 30px 24px;
  }

  .bcs-faq-item summary {
    grid-template-columns: 32px 1fr 30px;
    gap: 10px;
    padding: 16px;
  }

  .bcs-faq-answer {
    padding: 0 16px 18px 58px;
  }
}/* End custom CSS */