.elementor-1250 .elementor-element.elementor-element-3310180{--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:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-aed8336 *//* =========================================================
   PODSTRONA: Automatyzacje · Chaty · Android
   Dodatki pod loga + mock telefonu (spójne z Twoim UI)
   ========================================================= */

.ns-sub-en{
  margin-top: 10px;
  font-size: 13px;
  color: var(--ns-text-soft, #9ca3af);
  opacity: 0.92;
  line-height: 1.7;
}

/* Badge / loga platform */
.ns-hero-automation .ms-platform-badges{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ms-platform-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.45);
  color: var(--ns-text-soft, #9ca3af);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ms-platform-badge .ms-platform-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ms-platform-badge .ms-platform-icon svg{
  width: 18px;
  height: 18px;
  display: block;
}

/* Android / Play – delikatnie, ale czytelnie */
.ms-platform-badge--android{
  border-color: rgba(61, 220, 132, 0.55);
  background: rgba(61, 220, 132, 0.08);
  color: rgba(209, 250, 229, 0.95);
}

.ms-platform-badge--play{
  border-color: rgba(129, 140, 248, 0.65);
  background: rgba(129, 140, 248, 0.10);
  color: rgba(224, 231, 255, 0.95);
}

/* Ikona w chipie (karta po prawej) */
.ms-chip-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.ms-chip-icon svg{
  width: 18px;
  height: 18px;
  display: block;
}

/* Karta po prawej – animacja jak Twoje hero */
.ns-hero-automation .ms-android-hero-card{
  animation: ns-card-fade 0.7s ease-out forwards;
  position: relative;
  overflow: hidden;
}

.ns-hero-automation .ms-android-hero-card::after{
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top, rgba(61, 220, 132, 0.18), transparent 55%),
    radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.14), transparent 55%);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Telefon-mock (bez obrazków) */
.ms-phone{
  margin-top: 14px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.85);
  padding: 12px;
}

.ms-phone-top{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 10px;
  position: relative;
}

.ms-phone-notch{
  width: 84px;
  height: 18px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.ms-phone-screen{
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(2, 6, 23, 0.55);
  padding: 12px;
}

.ms-phone-card{
  border-radius: 16px;
  border: 1px solid rgba(61, 220, 132, 0.35);
  background: rgba(61, 220, 132, 0.08);
  padding: 12px;
}

.ms-phone-card-title{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ms-phone-card-text{
  font-size: 12px;
  color: var(--ns-text-soft, #9ca3af);
  line-height: 1.45;
}

.ms-phone-card-cta{
  margin-top: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.55);
  background: rgba(79, 70, 229, 0.16);
  color: rgba(224, 231, 255, 0.95);
}

.ms-phone-list{
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.ms-phone-item{
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.68);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ms-phone-item strong{
  font-size: 12px;
  font-weight: 700;
}

.ms-phone-item span{
  font-size: 12px;
  color: var(--ns-text-soft, #9ca3af);
}

/* Mini-chip po prawej (UI/Pay/AI) */
.ms-mini-chip{
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.92);
  color: rgba(226, 232, 240, 0.92);
}

/* Meta-chips pod telefonem */
.ms-android-hero-meta{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 768px){
  .ns-hero-automation .ms-platform-badges{ gap: 8px; }
  .ms-platform-badge{ padding: 7px 10px; }
}/* End custom CSS */