.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-color: #000;
  font-family: Sen, sans-serif;
}

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.wrapper.grid {
  display: -ms-grid;
  display: grid;
  height: 90%;
  max-width: 1320px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.grid-3_col {
  display: -ms-grid;
  display: grid;
  margin-bottom: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 119px;
  -ms-grid-columns: minmax(241px, 120px) 1fr;
  grid-template-columns: minmax(241px, 120px) 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.wrapper.projects-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.sticky-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-right: 72px;
  padding-left: 72px;
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  z-index: 100;
}

.nav-link {
  padding: 32px 24px;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  font-family: Clashdisplay, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}

.nav-link:hover {
  color: #6353c7;
  font-weight: 500;
}

.nav-link.w--current {
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #5038e4;
  mix-blend-mode: normal;
}

.nav-link.button {
  background-color: #5038e4;
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1), color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1), color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-weight: 700;
}

.nav-link.button:hover {
  background-color: #2a0b85;
}

.brand {
  margin-top: 32px;
  padding-left: 0px;
}

.brand.w--current {
  margin-top: 20px;
}

.logo {
  max-height: 50px;
  max-width: none;
}

.hero-section {
  position: static;
  height: 90vh;
  max-height: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 72px;
  padding-left: 72px;
}

.hero-image-box {
  height: 80vh;
  max-height: 864px;
  background-image: url('../images/marcin-hero2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading_48px {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Clashdisplay, sans-serif;
  color: #edecf1;
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: 0px;
}

.hero-text-block {
  margin-right: auto;
  margin-left: 0px;
  padding-right: 40px;
}

.paragraph_18px {
  position: static;
  font-family: Lexend, sans-serif;
  color: #9e9da6;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.dark-grey {
  color: #fff;
}

.paragraph_18px.light-grey {
  margin-bottom: 64px;
  color: #aba9b4;
  text-align: center;
}

.paragraph_18px.light-grey._40px-bottom_m {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

.paragraph_18px.light-grey._64px-bottom_m {
  margin-bottom: 64px;
}

.paragraph_18px.light-grey.footer-link {
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.white_50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.experience-section {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 72px 100px;
  border-radius: 20px;
  background-color: #0b0b0c;
}

.overline_16px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Lexend, sans-serif;
  color: #5038e4;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.overline_16px.projects-overline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-76px {
  display: inline-block;
  width: 60%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Clashdisplay, sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 110%;
  font-weight: 600;
}

.heading-76px.black {
  color: #181823;
}

.heading-76px.black._24px-bottom {
  margin-bottom: 24px;
  color: #fff;
}

.heading-76px._24px-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 96px;
  text-align: left;
}

.heading-76px._24px-bottom.center.my-experience {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
}

.heading-76px.heading-center {
  text-align: center;
}

.flex-vertical_left_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience-grid {
  margin-top: 40px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number {
  display: block;
  margin-bottom: 8px;
  color: #aba9b4;
  font-size: 117px;
  line-height: 100%;
  font-weight: 400;
}

.heading_24px {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Clashdisplay, sans-serif;
  color: #5038e4;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

.heading_24px._64px-bottom_m {
  margin-bottom: 64px;
}

.heading_24px.carousel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.heading_24px.white {
  color: #fff;
}

.experience-block {
  padding-right: 48px;
}

.paragraph_16px {
  margin-bottom: 0px;
  color: #aba9b4;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  font-family: Lexend, sans-serif;
  color: #aba9b4;
  font-size: 20px;
  text-align: center;
}

.paragraph_16px.white {
  color: #fff;
}

.paragraph_16px.cyan {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0ff;
}

.paragraph_16px.cyan:hover {
  color: rgba(0, 255, 255, 0.85);
}

.green {
  color: #fff;
  font-size: 46px;
}

.blue {
  color: #609bff;
}

.pink {
  color: #e95d90;
}

.mid-section {
  display: block;
  height: 600px;
}

.mid_left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5038e4;
}

.mid_left-block.instagram {
  background-color: #fbe4ff;
}

.animated-link-button {
  display: inline-block;
  border-bottom: 1px solid #5b6876;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1), padding 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1), padding 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #181823;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

.animated-link-button:hover {
  padding-right: 16px;
  padding-left: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5038e4), to(#5038e4));
  background-image: linear-gradient(180deg, #5038e4, #5038e4);
  color: #fff;
}

.animated-link-button.white {
  color: #fff;
}

.normal-wrapper {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.normal-wrapper._48px-right_p {
  display: block;
  max-width: 1440px;
  padding-right: 0px;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.normal-wrapper._120px-bottom_m {
  display: block;
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.normal-wrapper.flex-horizontal_left_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.normal-wrapper.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.mid_image {
  background-image: url('../images/Philosophy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mid_image.instagram {
  background-image: url('../images/Instagram.jpg');
  background-position: 50% 0%;
}

.experience {
  padding: 120px 72px;
}

.skill-icon {
  margin-bottom: 24px;
}

.logo-bar-section {
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #181823;
}

.projects-section {
  padding: 120px 72px;
}

.project-image {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-description {
  position: relative;
  padding: 40px 32px;
  background-color: #181823;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 232px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  margin-top: 0px;
  padding: 24px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #5038e4;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1), transform 350ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1), background-color 350ms cubic-bezier(.165, .84, .44, 1), transform 350ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.cta:hover {
  background-color: #5038e4;
  box-shadow: 0 20px 60px 0 rgba(82, 33, 230, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.project-wrapper {
  text-decoration: none;
}

.project-wrapper {
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  margin-bottom: 24px;
}

.projects {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.wrapper-v2 {
  width: 100%;
  height: 100%;
  max-width: 976px;
  margin: 140px auto;
}

.wrapper-v2.forms-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brower-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #181823;
}

.dots {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 100px;
  background-color: #aba9b4;
}

.dribbble-image {
  position: static;
  height: 600px;
  max-width: 976px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: url('../images/dribbble2x.png');
  background-position: 50% 30%;
  background-size: 976px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-object-fit: contain;
  object-fit: contain;
}

.dribbble-image.dribbble-mobile {
  height: 700px;
  background-position: 50% 8%;
  background-attachment: scroll;
}

.testimonial-section {
  padding: 120px 72px;
}

.testimonial-block._120px-bottom_m {
  margin-bottom: 120px;
}

.testimonial-image {
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-text {
  padding: 64px;
  border-right: 1px solid #5b6876;
  border-bottom: 1px solid #5b6876;
  border-left: 1px solid #5b6876;
}

.heading_18px {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.heading_18px.light-grey {
  color: #aba9b4;
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
}

.testimonial-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.tabs-section {
  padding: 120px 72px;
}

.tab {
  margin-right: 24px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #5038e4;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.tab:hover {
  background-color: rgba(82, 33, 230, 0.2);
}

.tab.w--current {
  background-color: #5038e4;
}

.tab-menu {
  margin-bottom: 40px;
}

.tab-grid {
  display: -ms-grid;
  display: grid;
  height: 32vw;
  max-height: 630px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.forms-section {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 72px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block.left-cta {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-field {
  margin-top: 8px;
  margin-bottom: 40px;
  border: 0px none #000;
  background-color: #181823;
  color: #fff;
}

.text-field._100px {
  display: block;
  height: 100px;
}

.form-button {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #5038e4;
  font-size: 18px;
  font-weight: 700;
}

.form-button.cta {
  width: auto;
}

.success {
  background-color: #3cc74e;
}

.success-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  background-color: #e43b3b;
}

.text-block {
  color: #fff;
}

.footer {
  width: 100%;
  height: 422px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 72px;
  border-top: 1px solid #181823;
  background-color: #000;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons {
  margin-right: 0px;
}

.footer-link-block {
  width: 50%;
  border: 1px none #000;
  text-decoration: none;
}

.footer-link {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 16px;
}

.footer-link:hover {
  color: #0ff;
}

.skills-wrapper._48px-right_p {
  padding-right: 48px;
}

.progress-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 0%;
  height: 4px;
  background-color: #5038e4;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  transition: width 0.1s linear;
}

.arrow-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5038e4;
}

.banner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5038e4;
  background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(90deg, #5038e4, #8d21e6);
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  text-decoration: none;
}

.banner:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #5038e4, #8d21e6);
}

.banner-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph_22px {
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #aba9b4;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

.paragraph_22px.align-left {
  padding-right: 0px;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
}

.paragraph_22px.align-left.bottom-margin-48px {
  width: 100%;
  margin-bottom: 48px;
  padding-right: 0px;
}

.paragraph_22px.list {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 180%;
  -webkit-column-count: 1;
  column-count: 1;
}

.paragraph_22px.footer-text {
  text-align: center;
}

.grid-2 {
  grid-row-gap: 95px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  max-width: 1440px;
  margin-top: 140px;
}

.grid-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-2 {
  margin-bottom: 140px;
}

.image_blue_bottom {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -999;
  display: block;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: relative;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
}

.image.hide-image {
  position: fixed;
  z-index: -999;
}

.heading_72px {
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Clashdisplay, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 100%;
  font-weight: 600;
  text-align: left;
}

.heading_72px.carousel {
  padding-top: 100px;
}

.heading_72px.heading-center {
  text-align: center;
}

.bar {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 330%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: transparent;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  margin-left: -50px;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0ff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-3.extra {
  background-color: #5038e4;
}

.grid-4 {
  width: 30%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  position: absolute;
  left: 220px;
  top: 5400px;
  bottom: auto;
  z-index: -999;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.email {
  margin-bottom: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.banner-2 {
  display: block;
  overflow: hidden;
  width: 110%;
  max-width: none;
  margin: 48px auto 60px;
  padding-top: 40px;
  padding-bottom: 48px;
  background-color: #5038e4;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.text-block-3 {
  width: 7000px;
  font-family: Clashdisplay, sans-serif;
  color: #f0f0ff;
  font-size: 39px;
}

.image-3 {
  position: relative;
  left: 80vh;
  right: 220px;
}

.div-block-4 {
  min-height: 128px;
  min-width: 128px;
  margin-right: 140px;
  margin-bottom: auto;
  background-image: url('../images/marcin-avatar.png');
  background-position: 50% 50%;
  background-size: 128px 128px;
  background-repeat: no-repeat;
}

.div-block-6 {
  min-height: 60px;
  min-width: auto;
}

.brand-visual-block {
  position: static;
  width: 160px;
  height: 160px;
  margin: auto auto auto 0px;
  background-image: url('../images/brand.png');
  background-position: 0% 0%;
  background-size: 160px 160px;
  background-repeat: no-repeat;
}

.visual-block {
  width: 160px;
  height: 160px;
  margin: auto auto auto 0px;
  padding-right: 0px;
  background-image: url('../images/visual.png');
  background-position: 0% 0%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.website-block {
  width: 160px;
  height: 160px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  background-image: url('../images/website.png');
  background-position: 0% 0%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.div-block-7 {
  max-width: 860px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8.center-lets-chat {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  max-width: 1200px;
}

.icon-list {
  margin-top: auto;
  margin-bottom: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
}

.div-block-9 {
  width: 24px;
  height: 24px;
  background-image: url('../images/linkedin.svg');
  background-position: 0px 0px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.div-block-10 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  position: static;
  padding-right: 0px;
}

.div-block-11 {
  max-width: 64px;
}

.about-me {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 72px;
  padding-left: 72px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* ==============================================
   BLOG – new classes (extends existing design)
   ============================================== */

/* -- Shared blog page wrapper -- */
.blog-page {
  background-color: #000;
  color: #fff;
  font-family: Sen, sans-serif;
}

/* -- Blog listing: hero -- */
.blog-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 72px 72px;
}

.blog-hero .heading_72px {
  margin-bottom: 16px;
}

/* -- Blog listing: filter bar -- */
.blog-filter-bar {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 72px 56px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-filter-btn {
  padding: 10px 22px;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  background: transparent;
  color: #aba9b4;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 350ms cubic-bezier(.165,.84,.44,1), color 350ms cubic-bezier(.165,.84,.44,1), background-color 350ms cubic-bezier(.165,.84,.44,1);
  letter-spacing: 0.02em;
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
  border-color: #5038e4;
  color: #fff;
  background-color: #5038e4;
}

/* -- Blog listing: article grid -- */
.blog-grid-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 72px 140px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

/* Featured card – full width */
.blog-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #181823;
  text-decoration: none;
  color: inherit;
  transition: border-color 350ms cubic-bezier(.165,.84,.44,1), transform 350ms cubic-bezier(.165,.84,.44,1), box-shadow 350ms cubic-bezier(.165,.84,.44,1);
}

.blog-card--featured:hover {
  border-color: #5038e4;
  box-shadow: 0 20px 60px 0 rgba(82, 33, 230, 0.2);
  transform: translateY(-4px);
}

.blog-card--featured .blog-card__image {
  background-color: #0b0b0c;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}

.blog-card--featured .blog-card__body {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0b0b0c;
}

/* Regular card */
.blog-card {
  border: 1px solid #181823;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: border-color 350ms cubic-bezier(.165,.84,.44,1), transform 350ms cubic-bezier(.165,.84,.44,1), box-shadow 350ms cubic-bezier(.165,.84,.44,1);
}

.blog-card:hover {
  border-color: #5038e4;
  box-shadow: 0 20px 60px 0 rgba(82, 33, 230, 0.2);
  transform: translateY(-4px);
}

.blog-card .blog-card__image {
  background-color: #0b0b0c;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}

.blog-card .blog-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #0b0b0c;
}

/* Shared card elements */
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.blog-card__tag {
  font-family: Lexend, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5038e4;
  border: 1px solid #5038e4;
  padding: 4px 12px;
}

.blog-card__date {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: #aba9b4;
}

.blog-card__title {
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin: 0 0 16px 0;
}

.blog-card--featured .blog-card__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.blog-card .blog-card__title {
  font-size: 20px;
}

.blog-card__excerpt {
  font-family: Lexend, sans-serif;
  font-size: 16px;
  color: #aba9b4;
  line-height: 1.7;
  margin: 0 0 28px 0;
  flex: 1;
}

.blog-card--featured .blog-card__excerpt {
  font-size: 18px;
}

.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.blog-card__read-more {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5038e4;
  transition: color 350ms ease;
}

.blog-card:hover .blog-card__read-more,
.blog-card--featured:hover .blog-card__read-more {
  color: #8d21e6;
}

.blog-card__read-time {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: #aba9b4;
}

.blog-card__soon {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: #2a2a2a;
}

/* -- Blog index: preview on homepage -- */
.blog-preview-section {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 72px 100px;
}

/* ==============================================
   ARTICLE PAGE
   ============================================== */

.article-page {
  background-color: #000;
  color: #fff;
  font-family: Lexend, sans-serif;
}

/* Breadcrumb */
.article-breadcrumb {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 72px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: #aba9b4;
}

.article-breadcrumb a {
  color: #aba9b4;
  text-decoration: none;
  transition: color 350ms ease;
}

.article-breadcrumb a:hover {
  color: #5038e4;
}

.article-breadcrumb__sep {
  color: #2a2a2a;
}

.article-breadcrumb__current {
  color: #edecf1;
}

/* Article header */
.article-header {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 72px 48px;
}

.article-header__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.article-header__tag {
  font-family: Lexend, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5038e4;
  border: 1px solid #5038e4;
  padding: 5px 14px;
}

.article-header__date,
.article-header__read-time {
  font-family: Lexend, sans-serif;
  font-size: 14px;
  color: #aba9b4;
}

.article-header__title {
  font-family: Clashdisplay, sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 32px 0;
}

.article-header__lead {
  font-family: Lexend, sans-serif;
  font-size: 20px;
  color: #aba9b4;
  line-height: 1.7;
  margin: 0;
  border-left: 3px solid #5038e4;
  padding-left: 24px;
}

/* Author bar */
.article-author {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 72px 48px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: #5038e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}

.article-author__name {
  font-family: Clashdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
}

.article-author__title {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: #aba9b4;
  margin: 0;
}

/* Divider */
.article-divider {
  max-width: 860px;
  margin: 0 auto 56px;
  padding: 0 72px;
  border: none;
  border-top: 1px solid #181823;
}

/* Table of contents */
.article-toc {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 72px 56px;
}

.article-toc__box {
  border: 1px solid #181823;
  border-left: 3px solid #5038e4;
  padding: 32px 36px;
  background-color: #0b0b0c;
}

.article-toc__label {
  font-family: Lexend, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5038e4;
  margin: 0 0 20px 0;
}

.article-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-counter;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-toc__item {
  counter-increment: toc-counter;
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.article-toc__item::before {
  content: counter(toc-counter, decimal-leading-zero);
  font-family: Lexend, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #5038e4;
  flex-shrink: 0;
}

.article-toc__link {
  font-family: Lexend, sans-serif;
  font-size: 15px;
  color: #aba9b4;
  text-decoration: none;
  line-height: 1.5;
  transition: color 350ms ease;
}

.article-toc__link:hover {
  color: #5038e4;
}

/* Article body */
.article-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 72px 80px;
}

.article-body h2 {
  font-family: Clashdisplay, sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  margin: 72px 0 24px 0;
  scroll-margin-top: 100px;
}

.article-body h3 {
  font-family: Clashdisplay, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #edecf1;
  margin: 40px 0 16px 0;
}

.article-body p {
  font-family: Lexend, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #aba9b4;
  margin: 0 0 24px 0;
}

.article-body strong {
  color: #fff;
  font-weight: 600;
}

.article-body ul,
.article-body ol {
  padding-left: 0;
  margin: 0 0 32px 0;
  list-style: none;
}

.article-body ul li,
.article-body ol li {
  font-family: Lexend, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #aba9b4;
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #0f0f0f;
}

.article-body ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #5038e4;
  font-weight: 700;
}

.article-body ol {
  counter-reset: ol-counter;
}

.article-body ol li {
  counter-increment: ol-counter;
}

.article-body ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  color: #5038e4;
  font-weight: 700;
  font-size: 13px;
}

/* Callout block */
.article-callout {
  border: 1px solid #181823;
  border-left: 3px solid #5038e4;
  padding: 28px 32px;
  margin: 40px 0;
  background-color: #0b0b0c;
}

.article-callout__label {
  font-family: Lexend, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5038e4;
  margin-bottom: 12px;
}

.article-callout p {
  margin: 0;
  font-size: 16px;
}

/* Stats grid */
.article-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.article-stat {
  border: 1px solid #181823;
  padding: 28px 24px;
  text-align: center;
  background-color: #0b0b0c;
}

.article-stat__number {
  display: block;
  font-family: Clashdisplay, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #5038e4;
  margin-bottom: 8px;
}

.article-stat__label {
  font-family: Lexend, sans-serif;
  font-size: 13px;
  color: #aba9b4;
  line-height: 1.5;
}

/* Checklist */
.article-checklist {
  border: 1px solid #181823;
  background-color: #0b0b0c;
  padding: 32px 36px;
  margin: 40px 0;
}

.article-checklist__title {
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px 0;
}

.article-checklist__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #111;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  color: #aba9b4;
  line-height: 1.6;
}

.article-checklist__item:last-child {
  border-bottom: none;
}

.article-checklist__icon {
  color: #5038e4;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 700;
}

/* Article CTA */
.article-cta-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 72px 80px;
}

.article-cta-box {
  border: 1px solid #181823;
  background-color: #0b0b0c;
  padding: 64px 72px;
  text-align: center;
}

.article-cta-box .heading_48px {
  font-size: 36px;
  margin-bottom: 16px;
  text-align: center;
}

.article-cta-box .paragraph_18px {
  margin-bottom: 40px;
  text-align: center;
}

/* Related articles */
.article-related {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 72px 120px;
}

.article-related__title {
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 32px 0;
}

.article-related__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.article-related__card {
  border: 1px solid #181823;
  background-color: #0b0b0c;
  padding: 28px 32px;
  text-decoration: none;
  color: inherit;
  transition: border-color 350ms cubic-bezier(.165,.84,.44,1), transform 350ms cubic-bezier(.165,.84,.44,1);
}

.article-related__card:hover {
  border-color: #5038e4;
  transform: translateY(-3px);
}

.article-related__card .blog-card__tag {
  margin-bottom: 12px;
  display: inline-block;
}

.article-related__card h3 {
  font-family: Clashdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #edecf1;
  margin: 0;
  line-height: 1.4;
}

/* ==============================================
   RESPONSIVE – blog & article additions
   ============================================== */

@media screen and (max-width: 991px) {
  .blog-hero,
  .blog-filter-bar,
  .blog-grid-section,
  .blog-preview-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-card--featured {
    grid-template-columns: 1fr;
  }

  .blog-card--featured .blog-card__image {
    min-height: 240px;
  }

  .article-breadcrumb,
  .article-header,
  .article-author,
  .article-toc,
  .article-body,
  .article-cta-section,
  .article-related {
    padding-left: 40px;
    padding-right: 40px;
  }

  .article-divider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .article-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .article-cta-box {
    padding: 48px 40px;
  }
}

@media screen and (max-width: 767px) {
  .blog-hero {
    padding: 60px 24px 48px;
  }

  .blog-filter-bar,
  .blog-grid-section,
  .blog-preview-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card--featured {
    grid-template-columns: 1fr;
  }

  .blog-card--featured .blog-card__body {
    padding: 32px 24px;
  }

  .blog-card--featured .blog-card__title {
    font-size: 24px;
  }

  .article-breadcrumb,
  .article-header,
  .article-author,
  .article-toc,
  .article-body,
  .article-cta-section,
  .article-related {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-divider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-header__title {
    font-size: 36px;
  }

  .article-stats {
    grid-template-columns: 1fr;
  }

  .article-related__grid {
    grid-template-columns: 1fr;
  }

  .article-cta-box {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 479px) {
  .blog-hero .heading_72px {
    font-size: 40px;
  }

  .article-header__title {
    font-size: 30px;
  }

  .article-toc__box,
  .article-checklist {
    padding: 24px 20px;
  }
}

/* ==============================================
   ORIGINAL RESPONSIVE (unchanged)
   ============================================== */

@media screen and (max-width: 991px) {
  .wrapper.grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .wrapper.grid-3_col { -ms-grid-columns: 0.5fr 1fr; grid-template-columns: 0.5fr 1fr; }
  .wrapper.projects-grid { grid-row-gap: 48px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .wrapper.sticky-grid { grid-column-gap: 24px; }
  .wrapper.footer-grid { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
  .nav-bar { padding-right: 32px; padding-left: 32px; }
  .logo { max-height: 40px; }
  .hero-section { padding-right: 32px; padding-left: 32px; }
  .hero-image-box { position: static; max-height: 640px; margin-right: 0px; margin-left: 0px; background-image: url('../images/marcin-hero-mobile2x.png'); -o-object-fit: contain; object-fit: contain; }
  .heading_48px { font-size: 56px; }
  .hero-text-block { margin-top: 100px; margin-right: 0px; margin-left: 0px; }
  .experience-section { margin-top: 0px; padding: 60px 40px 80px; }
  .overline_16px { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: auto; margin-left: auto; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .heading-76px._24px-bottom { font-size: 76px; text-align: center; }
  .heading-76px.heading-center { font-size: 72px; }
  .flex-vertical_left_top { padding-bottom: 60px; }
  .experience-grid { margin-top: 0px; }
  .experience-block { padding-right: 16px; }
  .mid_left-block { padding: 80px 40px; }
  .experience { padding: 80px 40px; }
  .logo-grid { grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
  .logo-box { width: auto; }
  .projects-section { padding: 80px 40px; }
  .project-wrapper._24px-bottom_m { margin-bottom: 48px; }
  .projects { padding: 0px 40px; }
  .wrapper-v2.forms-grid { height: auto; margin-top: 40px; margin-bottom: 40px; }
  .dribbble-image { height: 480px; background-size: cover; }
  .dribbble-image.dribbble-mobile { background-position: 50% 10%; background-attachment: scroll; }
  .testimonial-section { padding: 80px 40px; }
  .testimonial-block._120px-bottom_m { margin-bottom: 64px; }
  .testimonial-text { padding: 32px; }
  .tabs-section { padding: 80px 40px; }
  .tab-grid { height: 840px; max-height: none; grid-row-gap: 24px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
  .forms-section { padding: 10px 40px 80px; }
  .footer { padding-right: 40px; padding-left: 40px; }
  .skills-wrapper._48px-right_p { padding-right: 0px; }
  .banner { display: block; }
  .banner-text { line-height: 130%; text-align: center; }
  .paragraph_22px.align-left.bottom-margin-48px { padding-right: 20px; }
  .div-block { display: block; margin-top: 140px; }
  .image { overflow: visible; }
  .image.hide-image { background-clip: border-box; -webkit-text-fill-color: inherit; }
  .heading_72px { font-size: 56px; }
  .bar { margin-top: auto; margin-bottom: auto; padding-bottom: 48px; }
  .banner-2 { margin-top: 223px; margin-bottom: 0px; }
  .div-block-4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: auto; margin-bottom: 40px; margin-left: auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background-position: 50% 50%; background-attachment: scroll; }
  .div-block-11 { color: transparent; }
  .about-me { padding-top: 0px; padding-right: 32px; padding-left: 32px; }
}

@media screen and (max-width: 767px) {
  .wrapper.grid { padding-right: 0px; padding-left: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .wrapper.grid-3_col { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; grid-auto-flow: row; grid-row-gap: 12px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto auto auto auto; grid-template-rows: auto auto auto auto; }
  .wrapper.sticky-grid { grid-column-gap: 48px; grid-row-gap: 48px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .wrapper.footer-grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .nav-bar { padding-right: 0px; padding-left: 20px; }
  .nav-link { border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); }
  .brand { margin-top: 24px; }
  .menu-button { padding: 24px 20px; }
  .menu-button.w--open { background-color: #000; }
  .nav-menu { background-color: #181823; }
  .hero-section { height: auto; padding-right: 24px; }
  .hero-image-box { height: 45vh; }
  .heading_48px { margin-bottom: 8px; font-size: 32px; }
  .hero-text-block { margin-top: 0px; margin-left: 0px; padding: 48px 0px; }
  .hero-bg { display: none; }
  .experience-section { margin-top: 0px; margin-right: 40px; margin-left: auto; padding: 64px 20px; }
  .overline_16px.align-left { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .heading-76px { font-size: 32px; }
  .heading-76px._24px-bottom { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; font-size: 44px; text-align: center; }
  .heading-76px._24px-bottom.center { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; text-align: left; }
  .heading-76px._24px-bottom.center.my-experience { margin-bottom: 60px; }
  .heading-76px.heading-center { width: 100%; font-size: 64px; }
  .flex-vertical_left_top { padding-bottom: 20px; }
  .experience-grid { grid-row-gap: 40px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .heading_24px { color: #6351cf; }
  .heading_24px.center-caption { text-align: center; }
  .experience-block { padding-right: 0px; }
  .mid-section { display: block; height: auto; }
  .mid_left-block { height: 450px; padding: 48px 20px; }
  .normal-wrapper._48px-right_p { padding-right: 0px; }
  .normal-wrapper._120px-bottom_m { margin-bottom: 64px; }
  .normal-wrapper.footer-link-block { width: 100%; }
  .mid_image { height: 450px; }
  .experience { padding: 64px 20px; }
  .projects-section { padding: 64px 20px; }
  .cta { position: static; margin-right: auto; margin-left: auto; -o-object-fit: fill; object-fit: fill; }
  .projects { padding: 0px 20px; }
  .wrapper-v2 { margin-bottom: 0px; }
  .wrapper-v2.forms-grid { grid-column-gap: 48px; grid-row-gap: 48px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .dribbble-image { background-size: cover; }
  .testimonial-section { padding: 64px 20px; }
  .testimonial-sticky-block { position: static; }
  .tabs-section { padding: 64px 20px; }
  .tab { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 4px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .tab-menu { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 16px; grid-row-gap: 16px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; }
  .tab-grid { height: auto; }
  .tab-image { height: 360px; }
  .forms-section { padding: 64px 20px; }
  .form-button.cta { margin-top: 0px; }
  .footer { height: auto; }
  .skills-wrapper._48px-right_p { padding-right: 0px; padding-bottom: 0px; }
  .banner { padding-right: 20px; padding-left: 20px; }
  .paragraph_22px { margin-right: 0px; }
  .paragraph_22px.align-left { margin-bottom: 27px; }
  .paragraph_22px.align-left.bottom-margin-48px { padding-right: 0px; text-align: center; }
  .div-block { padding-bottom: 100px; }
  .heading_72px { font-size: 57px; line-height: 104%; }
  .heading_72px.heading-center { font-size: 64px; }
  .heading_72px.mobile-center { text-align: center; }
  .image-2 { overflow: visible; }
  .banner-2 { margin-top: 140px; }
  .div-block-4 { display: block; margin-right: auto; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .div-block-8 { width: 80%; margin-left: auto; }
}

@media screen and (max-width: 479px) {
  .hero-section { padding-right: 16px; padding-left: 16px; }
  .hero-image-box { overflow: visible; height: 80vh; max-height: 300px; margin-right: 0px; margin-left: 0px; background-image: url('../images/marcin-hero-mobile2x.png'); -o-object-fit: contain; object-fit: contain; }
  .heading_48px { font-size: 30px; }
  .hero-text-block { margin-right: 0px; margin-left: 0px; padding-top: 20px; }
  .paragraph_18px.light-grey._40px-bottom_m { text-align: center; }
  .experience-section { margin-top: 0px; padding-top: 0px; }
  .heading-76px { font-size: 50px; }
  .heading-76px._24px-bottom { font-size: 50px; text-align: left; }
  .heading-76px._24px-bottom.center.my-experience { margin-top: 20px; }
  .heading-76px.heading-center { font-size: 50px; }
  .flex-vertical_left_top { padding-bottom: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .heading_24px { margin-top: 0px; margin-bottom: 8px; }
  .heading_24px.center-caption { font-size: 20px; }
  .green { line-height: 110%; }
  .normal-wrapper.footer-link-block { width: 100%; }
  .cta { margin-top: 20px; margin-right: auto; margin-left: auto; }
  .projects { padding-top: 0px; }
  .wrapper-v2 { margin-top: 40px; }
  .wrapper-v2.forms-grid { margin-top: 40px; }
  .dribbble-image.dribbble-mobile { height: 320px; background-position: 50% 13%; background-size: cover; background-attachment: scroll; }
  .testimonial-text { padding: 24px; }
  .tab-grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .form-block { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .footer-logo.w--current { margin-right: auto; margin-left: auto; }
  .paragraph_22px { margin-right: auto; font-size: 18px; line-height: 30px; }
  .paragraph_22px.align-left { margin-bottom: 48px; padding-right: 0px; font-size: 16px; line-height: 32px; }
  .paragraph_22px.list { line-height: 160%; }
  .div-block { padding-bottom: 60px; }
  .heading_72px { font-size: 50px; }
  .heading_72px.heading-center { font-size: 42px; }
  .heading_72px.mobile-center { font-size: 40px; }
  .bar { margin-bottom: 0px; margin-left: 0px; }
  .form { width: 100%; }
  .banner-2 { margin-top: 100px; margin-right: auto; margin-left: auto; padding-top: 32px; padding-bottom: 32px; }
  .text-block-3 { width: 3000px; font-size: 25px; }
  .div-block-8 { width: 100%; }
}

#w-node-c07b73a0-4560-1829-def8-54c08f04f882-1a604e75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3cb0f931-ad23-8f11-e7c9-7467d5aa3ec3-1a604e75 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c0f949e0-7d0a-80c8-640d-cb1d82c49732-1a604e75 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2bdefed6-8f14-e271-7e63-d35208b0dc4b-1a604e75 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c07b73a0-4560-1829-def8-54c08f04f882-1a604e75 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-_2bdefed6-8f14-e271-7e63-d35208b0dc4b-1a604e75 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'), url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'), url('../fonts/ClashDisplay-Variable.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'), url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'), url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
