.offer-hero{
  position:relative;
  min-height:20vh;
  display:flex;
  align-items:center;
  color:#fff;
  padding:clamp(110px, 14vh, 160px) 0;
  background:var(--color-dark);
  overflow:hidden;
}
.offer-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(73,97,110,.92), rgba(73,97,110,.76)),
    url('../img/solutions/wolnostojace.webp') center/cover no-repeat;
  transform:scale(1.02);
}
.offer-hero__container{position:relative;z-index:2}
.offer-hero__content{max-width:920px;margin:0 auto;text-align:center}
.offer-hero__title{
  font-size:clamp(2.1rem,4.1vw,3.2rem);
  line-height:1.12;
  margin:0 0 1rem 0;
  color:#fff;
  font-weight:var(--w-reg);
}
.offer-hero__desc{
  font-size:1.08rem;
  line-height:1.7;
  opacity:.92;
  font-weight:300;
  max-width:74ch;
  margin:0 auto;
}

body.is-subpage .header__tagline{display:none}
body.is-subpage .header{padding:.9rem 0}
body.is-subpage .header::after{height:78px}

.offer-usp{background:#fff}
.offer-intro-text{
  max-width:900px;
  margin:0 auto 3rem auto;
  text-align:center;
  font-size:1.05rem;
  color:var(--color-text-heading);
}
.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.usp-card{
  padding:0;
  text-align:left;
  border-top:1px solid #e2e8f0;
  padding-top:1.4rem;
}
.usp-icon{
  font-size:3.1rem;
  color:var(--color-primary);
  margin:0 0 .7rem 0;
  display:inline-block;
}
.usp-card h3{
  margin:0 0 .6rem 0;
  color:var(--color-text-heading);
  font-weight:var(--w-reg);
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.15;
  font-size:1.15rem;
}
.usp-card p{margin:0;color:var(--color-text);font-weight:300;max-width:60ch}

.tech-specs{
  background-color:var(--color-features-bg);
  color:#fff;
  padding:5rem 0;
}
.tech-specs__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:3.2rem 4.2rem;
  max-width:1100px;
  margin:0 auto;
}
.tech-item{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:2.6rem;
  row-gap:1.1rem;
  padding:0;
}
.tech-item::after{
  content:"";
  grid-column:2;
  grid-row:1;
  align-self:center;
  height:2px;
  width:100%;
  background:rgba(255,255,255,.55);
  border-radius:2px;
}
.tech-icon{
  grid-column:1;
  grid-row:1;
  color:var(--color-primary);
  font-size:3.2rem;
  line-height:1;
}
.tech-text{grid-column:1 / -1;grid-row:2}
.tech-text strong{
  display:block;
  font-weight:var(--w-reg);
  font-size:1.15rem;
  line-height:1.35;
  letter-spacing:0;
  text-transform:none;
  color:#fff;
  margin:0;
}
.tech-text span{
  display:block;
  font-weight:var(--w-reg);
  font-size:1.15rem;
  line-height:1.35;
  letter-spacing:0;
  text-transform:none;
  opacity:.92;
  color:#fff;
  margin:0;
}

.catalog{
  background:#fff;
  padding:0;
}
.catalog__layout{
  --filters-w:360px;
  display:grid;
  grid-template-columns:var(--filters-w) 1fr;
  gap:0;
  width:100%;
  background:linear-gradient(
    90deg,
    var(--color-dark) 0 var(--filters-w),
    #fff var(--filters-w) 100%
  );
}
.catalog__filters{
  position:sticky;
  top:96px;
  align-self:start;
  background:transparent;
  color:#fff;
  padding:2.2rem 1.8rem;
  border-right:2px solid rgba(255,255,255,.12);
  overflow:visible;
  height:auto;
}
.catalog__filters-inner{min-height:0}
.catalog__filters-title{
  font-weight:var(--w-reg);
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:1.05rem;
  margin:0 0 1.4rem 0;
  padding-bottom:.9rem;
  border-bottom:1px solid rgba(255,255,255,.22);
}
.filters-group{padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.16)}
.filters-group:last-child{border-bottom:none}
.filters-group__title{
  font-weight:var(--w-reg);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.95rem;
  opacity:.95;
  margin:0 0 .8rem 0;
}
.filters-group__options{display:flex;flex-direction:column;gap:.55rem}

.filter-btn,
.filter-radio{
  width:100%;
  border:none;
  background:transparent;
  color:rgba(255,255,255,.92);
  padding:.25rem 0;
  text-align:left;
  cursor:pointer;
  font:inherit;
  display:flex;
  align-items:center;
  gap:.75rem;
  letter-spacing:.01em;
  font-weight:var(--w-reg);
}
.filter-btn::before,
.filter-radio::before{
  content:"";
  width:16px;
  height:16px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:999px;
  display:inline-block;
  flex:0 0 16px;
  box-sizing:border-box;
}
.filter-btn.is-active,
.filter-radio.is-active{color:#fff}
.filter-btn.is-active::before,
.filter-radio.is-active::before{
  border-color:rgba(235,101,48,.95);
  background:radial-gradient(circle at center, rgba(235,101,48,.95) 0 5px, transparent 6px);
}
.filter-btn.disabled{opacity:.55;cursor:not-allowed}
.filter-btn.disabled::before{opacity:.6}

.badge-soon{
  font-size:.72em;
  border:1px solid rgba(255,255,255,.28);
  padding:2px 6px;
  border-radius:4px;
  margin-left:6px;
  vertical-align:middle;
  background:transparent;
  color:inherit;
}

.filters-hidden-select{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.catalog__content{padding:6rem 0}
.catalog__title{text-align:left;margin-bottom:2.2rem}

.products-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.8rem;
}
.product-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
}
.product-card__media{
  height:240px;
  background:#f0f4f8;
  position:relative;
  overflow:hidden;
}
.product-card__media img,
.product-card__media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.product-card__body{
  padding:1.2rem 1.2rem 1.2rem 1.2rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
  flex:1;
}
.product-card__desc{
  margin:0;
  color:var(--color-text);
  font-weight:300;
  line-height:1.65;
  position:relative;
  padding-top:1rem;
}
.product-card__desc::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:84px;
  height:2px;
  background:#d9e1e6;
  border-radius:2px;
}
.product-card__body .product-card__cta{
  margin-top:auto;
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:.6rem;
  padding:.75rem 8px .75rem 1.1rem;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:transparent;
  color:var(--color-text-heading);
  text-decoration:none;
  font-weight:var(--w-reg);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:1.05rem;
  box-shadow:none;
  transform:none;
}
.product-card__body .product-card__cta::after{
  content:"";
  width:38px;
  height:38px;
  display:inline-block;
  background:url('../img/sygnet_orange.svg') no-repeat center/contain;
  margin-left:auto;
  margin-right:6px;
}

.cta-green .certificates-container,
.cta-green .certificates-content,
.cta-green .certificates-content .section-title,
.cta-green .certificates-content p{
  text-align:center !important;
}
.cta-green .certificates-content{
  max-width:820px;
  margin:0 auto;
}
.cta-green .cert-logos{
  justify-content:center !important;
}
.cta-green .certificates-content .btn{
  margin-left:auto;
  margin-right:auto;
}

.cert-logos{display:flex;justify-content:center;gap:1.6rem;margin:0 0 2.6rem 0;flex-wrap:wrap}
.cert-logo{
  border:1px solid rgba(255,255,255,.25);
  padding:.9rem 1.6rem;
  border-radius:4px;
  font-weight:var(--w-reg);
  letter-spacing:.08em;
  color:#fff;
  text-transform:uppercase;
}

@media (max-width: 1200px){
  .catalog__layout{--filters-w:340px}
  .products-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (max-width: 992px){
  .usp-grid{grid-template-columns:1fr;gap:1.8rem}
  .tech-specs__grid{grid-template-columns:1fr 1fr;gap:2.4rem 2.6rem}
  .catalog__layout{
    grid-template-columns:1fr;
    background:#fff;
  }
  .catalog__filters{
    position:relative;
    top:auto;
    padding:1.6rem 1.4rem;
    border-right:none;
    border-bottom:2px solid rgba(255,255,255,.12);
    background:var(--color-dark);
  }
  .catalog__content{padding:4rem 0}
  .products-grid{grid-template-columns:1fr}
}
@media (max-width: 576px){
  .offer-hero{min-height:54vh;padding:clamp(100px, 14vh, 140px) 0}
  .tech-specs__grid{grid-template-columns:1fr}
}

/* Crafted with ❤️ by PixelShark.eu // */
