.elementor-1211 .elementor-element.elementor-element-8283ec8{--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:49px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1211 .elementor-element.elementor-element-ca7bb5b{--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;}/* Start custom CSS for html, class: .elementor-element-178142f *//* ===== Strona firmowa – drobne dodatki ===== */

/* Pigułki w hero firmy */
.ns-hero-company .ms-hero-pills {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ms-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.45);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--ns-text-soft, #9ca3af);
}

/* Karta po prawej w hero firmy */
.ms-hero-card {
  margin-top: 12px;
}

.ms-hero-list {
  margin-top: 14px;
}

/* O firmie / kontakt – lekkie dopieszczenie */
.ms-about-list,
.ms-contact-list {
  margin-top: 14px;
}

.ms-about-card,
.ms-contact-card {
  margin-top: 18px;
}

/* Formularz CF7 wewnątrz karty – żeby się zgrywał z designem */
.ns-form-placeholder .ns-contact-form,
.ns-form-placeholder form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ns-form-placeholder label {
  display: block;
  font-size: 13px;
  color: var(--ns-text-soft, #9ca3af);
}

.ns-form-placeholder input[type="text"],
.ns-form-placeholder input[type="email"],
.ns-form-placeholder input[type="tel"],
.ns-form-placeholder input[type="number"],
.ns-form-placeholder textarea {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  color: var(--ns-text, #f9fafb);
  font-size: 13px;
}

.ns-form-placeholder textarea {
  min-height: 90px;
}

.ns-form-placeholder input[type="submit"] {
  margin-top: 10px;
  border-radius: 999px;
  border: none;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #6366f1, #22c55e);
  color: #fff;
  box-shadow: 0 8px 22px rgba(79, 70, 229, 0.6);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.ns-form-placeholder input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(79, 70, 229, 0.85);
  filter: brightness(1.03);
}

/* Responsywność – trochę ciaśniej na mobile */
@media (max-width: 768px) {
  .ns-hero-company .ms-hero-pills {
    margin-top: 10px;
  }

  .ms-about-card,
  .ms-contact-card {
    margin-top: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b82fcc *//* =========================================================
   MODUŁ: JAKOŚĆ I BEZPIECZNE AI (#ms-quality)
   ========================================================= */

/* Delikatne wyróżnienie całej sekcji */
#ms-quality.ns-company-quality {
  position: relative;
  overflow: hidden;
}

/* Lekki glow / poświata w tle sekcji */
#ms-quality.ns-company-quality::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.08), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.09), transparent 55%);
  pointer-events: none;
  opacity: 0.9;
}

/* Żeby zawartość była nad poświatą */
#ms-quality .ns-inner {
  position: relative;
  z-index: 1;
}

/* Karty w tej sekcji – lekko mocniejsze, „quality vibes” */
#ms-quality .ns-card-compact {
  border: 1px solid rgba(148, 163, 184, 0.55);
  background:
    linear-gradient(140deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.92))
    padding-box;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.8),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

/* Subtelny hover – karta jak „kontrolny panel” */
#ms-quality .ns-card-compact:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 140, 248, 0.7);
  box-shadow:
    0 22px 55px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(59, 130, 246, 0.35);
}

/* Tytuły kart – pasek akcentu */
#ms-quality .ns-feature-title {
  position: relative;
  padding-left: 18px;
}

#ms-quality .ns-feature-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #6366f1);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

/* Teksty w kartach odrobinę „lżejsze” dla czytelności */
#ms-quality .ns-feature-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ns-text-soft, #9ca3af);
}

/* Kicker + tytuł sekcji lekko zbliżone do hero */
#ms-quality .ns-kicker {
  opacity: 0.95;
}

#ms-quality .ns-h2 {
  margin-bottom: 8px;
}/* End custom CSS */