.elementor-13138 .elementor-element.elementor-element-d110c17{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7903799 *//* HERO – single column layout */
.hero-grid.single-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Icon container above title */
.env-hero-top {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* Make icon slightly smaller for hero top layout */
.env-hero-icon {
  width: 190px;
  height: 190px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.55), transparent 65%),
    linear-gradient(135deg,#4ade80,#4c6fff);
  box-shadow:
    0 26px 60px rgba(15,23,42,.35),
    inset 0 1px 0 rgba(255,255,255,.8);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
}

.env-hero-icon svg {
  width: 120px;
  height: 120px;
}

.centered-copy {
  max-width: 780px;
  text-align: center;
}

/* FINAL CTA — oś przesunięcia */
:root {
  --cta-offset: 40px; /* Możesz regulować 20–60px */
}

/* Tekst H2 + opis shifted right */
.aiolos-final-cta .read-max {
  text-align: center;
  transform: translateX(var(--cta-offset));
}

/* CTA — dokładnie ta sama oś przesunięcia */
.aiolos-final-cta .cta-buttons {
  justify-content: center;
  transform: translateX(var(--cta-offset));
}

/* Mobile = zero offset */
@media (max-width: 900px) {
  .aiolos-final-cta .read-max,
  .aiolos-final-cta .cta-buttons {
    transform: none;
    text-align: center;
  }
}

/* TL;DR – lekka, wycentrowana wstawka pod hero */
.tldr{
  padding: 40px 0 10px;
  border-top: none;
}

.tldr-inner{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.tldr-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin-bottom: 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7E1974;
  background: #F3EEFF;
  box-shadow: inset 0 1px 0 #fff, 0 4px 10px rgba(124,110,176,.16);
}

.tldr-text{
  margin: 0;
  font-size: 16.8px;
  line-height: 1.75;
  color: var(--aly-muted);
}

/* Shift entire FINAL CTA content slightly to the right */
.aiolos-final-cta .wrap {
  position: relative;
  left: 80px; /* dostosujemy po Twojej opinii – np. 30px / 50px */
}/* End custom CSS */