:root {
  --orange: #f49a00;
  --orange-dark: #d88600;
  --text: #222831;
  --muted: #68707d;
  --line: #edf0f4;
  --soft: #fff4df;
  --shadow: 0 14px 40px rgba(28, 35, 48, 0.075);
  --radius: 18px;
  --wrap: 1280px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Maven Pro", Inter, Arial, sans-serif;
}
a {
  color: var(--orange-dark);
  text-decoration: none;
}
a:hover {
  color: #f49a00;
}
.ab-upd-page {
  overflow: hidden;
}
.ab-upd-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
}
.ab-upd-section {
  padding: 70px 0;
}
.ab-upd-kicker {
  display: block;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ab-upd-line {
  width: 76px;
  height: 5px;
  border-radius: 999px;
  background: var(--orange);
  margin: 14px 0 24px;
}
.ab-upd-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
}
.ab-upd-head .ab-upd-line {
  margin-left: auto;
  margin-right: auto;
}
.ab-upd-head h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.ab-upd-head p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}
.ab-upd-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.ab-upd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.ab-upd-btn-primary {
  background: var(--orange);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(244, 154, 0, 0.24);
}
.ab-upd-btn-primary:hover {
  background: var(--orange-dark);
  color: #fff !important;
}
.ab-upd-btn-secondary {
  background: #fff6e8;
  color: var(--orange-dark) !important;
}
.ab-upd-hero {
  position: relative;
  padding: 54px 0 46px;
  background: #fff;
}

.ab-upd-hero .ab-upd-wrap {
  position: relative;
  z-index: 1;
}
.ab-upd-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}
.ab-upd-hero h1 {
  font-size: 46px;
  line-height: 1.13;
  margin: 0 0 18px;
  letter-spacing: -0.035em;
}
.ab-upd-hero-lead {
  font-size: 16px;
  line-height: 1.85;
  color: #4f5968;
  margin: 0 0 24px;
}
.ab-upd-hero-nav {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.ab-upd-hero-nav a {
  font-weight: 700;
}
.ab-upd-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.ab-upd-blob {
  position: absolute;
  inset: 30px 40px auto auto;
  width: 320px;
  height: 320px;
  border-radius: 48% 52% 45% 55%;
  background: #fff3df;
  animation: abBlob 8s ease-in-out infinite;
}
.ab-upd-monitor {
  position: relative;
  z-index: 2;
  width: min(500px, 100%);
  height: 330px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
  animation: abFloat 5.5s ease-in-out infinite;
}
.ab-upd-monitor-top {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.ab-upd-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffcf7a;
}
.ab-upd-dashboard {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  height: 230px;
}
.ab-upd-panel {
  border: 1px solid #eef0f4;
  border-radius: 18px;
  background: #fff;
}
.ab-upd-panel-main {
  padding: 18px;
}
.ab-upd-panel h4 {
  margin: 0 0 16px;
  font-size: 15px;
}
.ab-upd-status {
  display: grid;
  gap: 9px;
}
.ab-upd-status span {
  height: 11px;
  border-radius: 20px;
  background: #f1f3f6;
}
.ab-upd-status span:nth-child(1) {
  width: 92%;
  background: #ffe5ba;
}
.ab-upd-status span:nth-child(2) {
  width: 70%;
}
.ab-upd-status span:nth-child(3) {
  width: 84%;
}
.ab-upd-panel-side {
  display: grid;
  gap: 12px;
  padding: 14px;
}
.ab-upd-mini {
  border-radius: 14px;
  background: #fff7ea;
  padding: 14px;
  font-size: 12px;
  font-weight: 800;
  color: var(--orange-dark);
  animation: abPulse 2.8s ease-in-out infinite;
}
.ab-upd-card-float {
  position: absolute;
  z-index: 4;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(28, 35, 48, 0.08);
  border-radius: 16px;
  padding: 13px 16px;
  font-weight: 800;
  font-size: 13px;
}
.ab-upd-f1 {
  left: 0;
  bottom: 70px;
  animation: abFloat2 6s ease-in-out infinite;
}
.ab-upd-f2 {
  right: 10px;
  top: 75px;
  animation: abFloat2 5.2s ease-in-out infinite reverse;
}
.ab-upd-f3 {
  right: 40px;
  bottom: 20px;
  animation: abFloat2 7s ease-in-out infinite;
}
.ab-upd-trust {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.ab-upd-trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(28, 35, 48, 0.055);
  padding: 18px;
  text-align: center;
}
.ab-upd-trust-card strong {
  display: block;
  color: var(--orange-dark);
  font-size: 18px;
  margin-bottom: 4px;
}
.ab-upd-trust-card span {
  font-size: 12px;
  color: var(--muted);
}
.ab-upd-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}
.ab-upd-split-rev {
  grid-template-columns: 1.05fr 0.95fr;
}
.ab-upd-illustration {
  position: relative;
}
.ab-upd-illustration img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: auto;
}
.ab-upd-text h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 12px;
}
.ab-upd-text h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 24px 0 12px;
}
.ab-upd-text h4 {
  font-size: 16px;
  margin: 6px 0 12px;
  color: var(--orange-dark);
}
.ab-upd-text p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 18px;
}
.ab-upd-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  counter-reset: step;
}
.ab-upd-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 22px 22px 72px;
  box-shadow: 0 8px 24px rgba(28, 35, 48, 0.055);
}
.ab-upd-step:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff4df;
  color: var(--orange-dark);
  font-weight: 900;
}
.ab-upd-step strong {
  display: block;
  margin-bottom: 7px;
}
.ab-upd-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.ab-upd-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ab-upd-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 10px 28px rgba(28, 35, 48, 0.06);
}
.ab-upd-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}
.ab-upd-card h3 {
  font-size: 17px;
  line-height: 1.35;
  margin: 0 0 10px;
  text-align: center;
}
.ab-upd-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  text-align: center;
}
#rodzaje  {
  background: linear-gradient(135deg, #fffaf2 0%, #fff 70%);
}
.ab-upd-expert-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 46px;
  align-items: center;
}
.ab-upd-list {
  display: grid;
  gap: 13px;
  margin: 22px 0;
}
.ab-upd-list-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}
.ab-upd-list-item:before {
  content: "★";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff4df;
  color: var(--orange);
  font-size: 13px;
}
.ab-upd-expert-badge {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 36px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.ab-upd-expert-badge:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #fff3df;
}
.ab-upd-expert-badge img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 390px;
  width: 100%;
  margin: auto;
}
.ab-upd-logos {
  padding: 40px 0;
}
.ab-upd-logos-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: center;
  min-height: 92px;
  padding: 22px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ab-upd-logos-label {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 800;
}
.ab-upd-logos-label b {
  color: var(--orange-dark);
}
.ab-upd-marquee {
  overflow: hidden;
  position: relative;
}
.ab-upd-marquee:before,
.ab-upd-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.ab-upd-marquee:before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.ab-upd-marquee:after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.ab-upd-logo-track {
  display: flex;
  gap: 46px;
  align-items: center;
  width: max-content;
  animation: abLogoScroll 30s linear infinite;
}
.ab-upd-logo-track:hover {
  animation-play-state: paused;
}
.ab-upd-logo-track a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
}
.ab-upd-logo-track img {
  max-width: 150px;
  max-height: 42px;
  filter: grayscale(1);
  opacity: 0.46;
  transition: 0.2s;
}
.ab-upd-logo-track a:hover img {
  filter: grayscale(0);
  opacity: 0.9;
  transform: translateY(-1px);
}
.ab-upd-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ab-upd-type {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(28, 35, 48, 0.06);
}
.ab-upd-type h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.ab-upd-type h4 {
  font-size: 14px;
  line-height: 1.45;
  color: var(--orange-dark);
  margin: 0 0 16px;
}
.ab-upd-type p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.ab-upd-price {
  background: #fffaf2;
}
.ab-upd-price-box {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 38px;
}
.ab-upd-price-box h2 {
  margin-top: 0;
  font-size: 30px;
}
.ab-upd-price-box p {
  color: var(--muted);
  line-height: 1.8;
}
.ab-upd-contact {
  padding: 70px 0 40px;
}
.ab-upd-form-placeholder {
  background: #fff;
  border: 1px dashed #f1c980;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  color: var(--muted);
}
@keyframes abFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes abFloat2 {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(5px);
  }
}
@keyframes abPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.78;
  }
}
@keyframes abBlob {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(8deg) scale(1.04);
  }
}
@keyframes abLogoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 960px) {
  .ab-upd-hero-grid,
  .ab-upd-split,
  .ab-upd-split-rev,
  .ab-upd-expert-grid {
    grid-template-columns: 1fr;
  }
  .ab-upd-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab-upd-trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab-upd-process {
    grid-template-columns: 1fr;
  }
  .ab-upd-visual {
    min-height: 360px;
  }
  .ab-upd-hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 680px) {
  .ab-upd-section {
    padding: 50px 0;
  }
  .ab-upd-hero h1 {
    font-size: 32px;
  }
  .ab-upd-cards,
  .ab-upd-types,
  .ab-upd-trust {
    grid-template-columns: 1fr;
  }
  .ab-upd-logos-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ab-upd-logos-label {
    white-space: normal;
  }
  .ab-upd-btns {
    justify-content: center;
  }
  .ab-upd-text h2,
  .ab-upd-head h2 {
    font-size: 25px;
  }
  .ab-upd-price-box {
    padding: 26px;
  }
  .ab-upd-hero-nav {
    justify-content: center;
  }
  .ab-upd-hero-grid {
    text-align: center;
  }
  .ab-upd-hero .ab-upd-line {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-page-fullwidth .epcl-breadcrumbs {
        display: none;
}

    #page .post-content, #page .grid-container {
        max-width: 100%!important;
    }
	
	#page .grid-container {
    padding-left: 0px;
     padding-right: 0px;
}
/* FIX: globalny styl div.text h2 z motywu nadpisuje nagłówki strony */
.ab-update-page h2,
.ab-update-page .ab-update-section h2,
.ab-update-page .ab-update-head h2,
.ab-update-page .ab-update-card h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  line-height: 1.25 !important;
}


.ab-upd-hero{position:relative;padding:54px 0 46px;background:linear-gradient(180deg,#fffaf2 0%,#fff 72%)}

@media screen and (min-width: 767px) {
.content {
    margin-top: 25px!important;
}
}
@media screen and (max-width: 767px) {
    #page #single .post-content {
        padding-top: 0px!important;
    }
}
@media screen and (max-width: 767px) {
    #single.fullcover div.left-content {
        padding-top: 0px!important;
    }
}