.elementor-12661 .elementor-element.elementor-element-3a5df6e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f99a6d7 */}
/* === RESET & POPRAWA FINAL CTA (Specialty Gas page) === */

/* Cofamy poprzednie kombinacje z gridem i wracamy do prostego centrowania */
.aiolos-final-cta {
  text-align: center;
  background: radial-gradient(900px 420px at 50% -10%, rgba(124,110,176,.07), transparent 65%), var(--page-bg);
}

.aiolos-final-cta .read-max {
  max-width: 880px;
  margin: 0 auto;
  /* delikatne przesunięcie całości nieco w prawo na desktopie */
  transform: translateX(40px);
}

.aiolos-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(30px,3.4vw,46px);
  font-weight: 900;
  color: #0f172a;
}

.aiolos-final-cta h2 span {
  background: var(--aly-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: gradMove 10s ease-in-out infinite;
}

.aiolos-final-cta p {
  margin: 0 0 28px;
  color: #5b667a;
  font-size: 17px;
}

/* Przyciski znów ładnie WYŚRODKOWANE pod tekstem */
.aiolos-final-cta .cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Na mobile bez przesunięcia w prawo – idealnie centralnie */
@media (max-width: 980px) {
  .aiolos-final-cta .read-max {
    transform: none;
  }
}
/* 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 */