.gwt-realizacje-plugin {
  width: 100%;
  max-width: 100%;
  clear: both;
  --gwt-navy: #0f1b32;
  --gwt-blue: #1764e8;
  --gwt-teal: #35c7b5;
  --gwt-text: #44516a;
  --gwt-light: #f6fbff;
  --gwt-border: #d8e5f4;
  background: var(--gwt-light);
  padding: 70px 0 78px;
  font-family: inherit;
  overflow: hidden;
}
.gwt-realizacje-plugin,
.gwt-realizacje-plugin * {
  box-sizing: border-box;
}
.gwt-realizacje-inner {
  width: min(88%, 1240px);
  margin: 0 auto;
}
.gwt-realizacje-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
}
.gwt-realizacje-subtitle {
  color: var(--gwt-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.gwt-realizacje-head h2 {
  color: var(--gwt-navy);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12em;
  font-weight: 900;
  margin: 0 0 12px;
}
.gwt-realizacje-intro {
  color: var(--gwt-text);
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 auto;
}
.gwt-realizacje-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
}
.gwt-realizacje-filter button {
  appearance: none;
  border: 1px solid var(--gwt-border);
  background: #ffffff;
  color: var(--gwt-navy);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: all .22s ease;
}
.gwt-realizacje-filter button:hover,
.gwt-realizacje-filter button.is-active {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gwt-blue), var(--gwt-teal));
  box-shadow: 0 12px 28px rgba(22, 100, 232, .16);
}
.gwt-realizacje-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.gwt-realizacja-card {
  width: calc(33.333% - 18px);
  background: #ffffff;
  border: 1px solid rgba(216, 229, 244, .95);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 27, 50, .08);
  transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease;
}
.gwt-realizacja-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(22, 100, 232, .14);
}
.gwt-realizacja-card:hover .gwt-realizacja-thumb.thumb-manual.has-image img {
  transform: translateY(calc(-100% + 205px));
}
.gwt-realizacja-thumb.thumb-manual.has-image:hover img {
  transform: translateY(calc(-100% + 205px));
}
.gwt-realizacja-thumb.thumb-live img,
.gwt-realizacja-thumb.thumb-cached img {
  height: 100%;
  object-fit: cover;
  transform: none !important;
}
.gwt-realizacja-card.is-hidden {
  display: none;
}
.gwt-realizacja-thumb {
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.gwt-realizacja-thumb img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  position: relative;
  z-index: 3;
  transition: transform 4.8s ease;
  will-change: transform;
}
.gwt-realizacja-thumb.has-image:before,
.gwt-realizacja-thumb.has-image:after {
  display: none;
}
.gwt-realizacja-thumb.has-image span {
  display: none;
}
.gwt-realizacja-thumb.no-image span {
  display: block;
}
.gwt-realizacja-thumb.no-image img {
  display: none !important;
}
.gwt-realizacja-thumb:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  right: -70px;
  top: -80px;
}
.gwt-realizacja-thumb:after {
  content: "";
  position: absolute;
  width: 76%;
  height: 62%;
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 44px rgba(7, 19, 28, .16);
}
.gwt-realizacja-thumb img {
  background: #ffffff;
}
.gwt-realizacja-thumb span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .5px;
  color: var(--gwt-blue);
}
.gwt-realizacja-thumb-blue {
  background: linear-gradient(135deg, #1764e8, #35c7b5);
}
.gwt-realizacja-thumb-teal {
  background: linear-gradient(135deg, #35c7b5, #1764e8);
}
.gwt-realizacja-thumb-dark {
  background: linear-gradient(135deg, #07131c, #1764e8);
}
.gwt-realizacja-thumb-violet {
  background: linear-gradient(135deg, #8b5cf6, #1764e8);
}
.gwt-realizacja-thumb-care {
  background: linear-gradient(135deg, #0f1b32, #35c7b5);
}
.gwt-realizacja-thumb-light {
  background: linear-gradient(135deg, #1764e8, #e8f5ff);
}
.gwt-realizacja-body {
  padding: 24px 24px 26px;
}
.gwt-realizacja-body h3 {
  color: var(--gwt-navy);
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 900;
  margin: 0 0 10px;
}
.gwt-realizacja-body p {
  color: var(--gwt-text);
  font-size: 14px;
  line-height: 1.65em;
  margin: 0 0 18px;
}
.gwt-realizacja-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.gwt-realizacja-tags span {
  background: #e8f5ff;
  color: var(--gwt-blue);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}
.gwt-realizacja-link {
  color: var(--gwt-navy) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}
.gwt-realizacja-link:hover {
  color: var(--gwt-blue) !important;
}
@media (max-width: 980px) {
  .gwt-realizacja-card {
    width: calc(50% - 13px);
  }
}
@media (max-width: 767px) {
  .gwt-realizacja-card:hover .gwt-realizacja-thumb.thumb-manual.has-image img,
  .gwt-realizacja-thumb.thumb-manual.has-image:hover img {
    transform: none;
  }

  .gwt-realizacje-plugin {
  width: 100%;
  max-width: 100%;
  clear: both;
    padding: 56px 0 60px;
  }
  .gwt-realizacje-grid {
    display: block;
  }
  .gwt-realizacja-card {
    width: 100%;
    margin-bottom: 24px;
  }
  .gwt-realizacje-filter {
    justify-content: flex-start;
  }
}
