* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
  all: unset;
  cursor: pointer;
}

html,body {
    font-family: 'Michroma', sans-serif;
    background-color: #0d0907;
    color: #ECF0F1;
    line-height: 1.6;
    overflow-x: hidden;

}

.body {

    padding-top: 100px;

}


.container {
    max-width: 1440px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
 
}

.section {
    display: block;
    padding: 20px 0;
    background-color: #0d0907;
    color: #ECF0F1;
    margin-bottom: 5%;

}

/* Responsywność */
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  
  }
}


.section--hero {
  position: relative; 
  overflow: hidden;  
}


.section--hero::before{
content: '';
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
  z-index: 0;
background: radial-gradient(circle, #ed006a, transparent 70%);
  left: -25%;
  top: 10%;

}


.section--hero::after{

content: '';
  position: absolute;
  width: 30%;
  height: 30%;
  background: radial-gradient(circle, #ed006a 0%, transparent 70%);
  filter: blur(100px);
  z-index: 0;
  opacity: 0.8;
 bottom: 40%;
  right: -15%;



}

.hero-h1 {
  width: 80%;
  margin-top: 90px; 
}

.auto-fit {
  white-space: nowrap;
  margin: 0;
}

/* Hero H1 */

/* .hero-gradient-on {
  font-family: 'Michroma', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 9vw, 120px);
  letter-spacing: 4px;
  background: linear-gradient(90deg, #ED2B82 0%, #ffffff 35%, #2B6AED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: auto;
  max-width: 100%;
  transition: 
    text-shadow 0.15s,
    filter 0.3s;
  text-shadow:
    0 0 4px #fff,
    0 4px 20px #ec2a81,
    0 1px 0 #fff;
} */


/* #heroTitle {
  font-family: 'Michroma', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, calc(80vw / 8), 110px); 
  letter-spacing: 4px;
  line-height: 1.1;
  white-space: nowrap;
  color: #5c5c5c;

}

#heroTitle2 {
  font-family: 'Michroma', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, calc(80vw / 9), 110px); 
  letter-spacing: 4px;
  line-height: 1.1;
  white-space: nowrap;
  color: #5c5c5c;

} */

.heroitemp {
  width: 40%;
  display: block;
  text-align: center;
}


@media (max-width: 768px) {
  .heroitemp {
  width: 80%;
  display: block;
  text-align: center;
  font-size: 0.5vh;
  }
}


.hero-gradient {
  font-family: 'Michroma', Arial, sans-serif;
  font-size: clamp(18px, calc(60vw / 9), 110px); 
  font-weight: 900;
   line-height: 1;
  width: 100%;
  max-width: 100%;
    line-height: 1;
    text-align: center;
letter-spacing: 4px;
  color: #5c5c5c; /* blade szare światło */
 display: block;
  text-shadow: none;
  filter: grayscale(1) brightness(0.6);
  transition:
    text-shadow 0.15s,
    filter 0.3s,
    color 0.3s;
}

.hero-gradient-on {
  background: linear-gradient(90deg, #ED2B82 0%, #ffffff 35%, #2B6AED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 4px #fff,
    0 4px 20px #ec2a81,
    0 1px 0 #fff;
  filter: brightness(1.2) contrast(1.1);
}

.hero-small {
 font-size: clamp(16px, calc(60vw / 10), 100px); 
} 


.container-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* Bulb - CSS*/


.divbulb {
margin: 30px 0 0 0; 
}


#bulbsvg {
  display: block;
  cursor: pointer;
}

.cls-1, .cls-2, .cls-3, .cls-4 {
  transition: all 0.3s ease;
  stroke: #ed006a;
  stroke-width: 3px;
  stroke-miterlimit: 10;
}

.cls-2 {
  fill: #ed006a;
}

.neon-on {
  filter: drop-shadow(0 0 6px #ed006a)
          drop-shadow(0 0 12px #ed006a);
}

.neon-off {
  filter: none;
}

.gray {
  stroke: #888 !important;
  fill: #888 !important;
}

#bulbsvg:hover {
  filter: 
    drop-shadow(0 0 50px #ed006a) 
    drop-shadow(0 0 10px #ed006a);
    transition: filter 0.4s ease;
    
}
/* End- Bulb - CSS*/


/*KAFELKI STRONA GŁÓWNA */

/*Co podglądasz ? O_o */
.gradientbox-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 28px;
}

/* Układ pod 4 kafle w sekcji usług */
.gradientbox-wrapper--four {
  max-width: 1200px;
  margin: 0 auto;
}

/* Każdy element boxa*/
.gradientbox {
  position: relative;
  width: 100%;
  flex: 1 1 240px;
  max-width: 270px;
  min-width: 230px;
  margin: 20px 0;
  aspect-ratio: 1 / 1;
}

@media (max-width: 1170px) {
  .gradientbox  {
    justify-content: center;
    margin-bottom:25px;
  }
}

@media (max-width: 560px) {
  .gradientbox {
    max-width: 320px;
    min-width: 240px;
  }
}

/*warstwy*/
.before-layer,
.after-layer{
  position: absolute;} 

/*warstwa - content*/

.contentbox {
  position: relative; 
  display: flex; 
 flex-direction: column;
 align-items: center; 
  justify-content: flex-start;
  
  border-radius: 28px;
  background: rgba(0, 0, 0, 1);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index:1; 
}
.contentheder svg  {
  position: relative;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*warstwy - gradientowe */

.before-layer {
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  border-radius: calc( 28px + 1%);

}

.after-layer {
  filter: blur(15px);
  opacity: 0.9;
  width: 106%;
  height: 106%;
  top: -3%;
  left: -3%;
   border-radius: calc( 28px + 4%);

}

.gradientbox:hover .after-layer {
  filter: blur(20px);
  opacity: 0.9;

}

.gradientbox:hover .before-layer {

}


.gradientbox:hover .contentbox {
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease;

}
.gradientbox:hover {
 transform: scale(1.08); 
  transition: all 0.7s ease;
   z-index:999; 
}

/*.gradientbox-wrapper:hover .gradientbox:not(:hover) .contentbox {
 filter: blur(20px) grayscale(100%);
}

.gradientbox-wrapper:hover .gradientbox:not(:hover) .after-layer {
 filter: blur(20px) grayscale(100%);
}
.gradientbox-wrapper:hover .gradientbox:not(:hover) .before-layer {
 filter: blur(20px) grayscale(100%);
}*/

.gradientbox.blurred .contentbox,
.gradientbox.blurred .before-layer,
.gradientbox.blurred .after-layer {
  filter: blur(20px) grayscale(100%);
	transition: filter 0.3s ease-out;
}




/*style kątęt boxa*/
.contentbox {
  font-family: 'Michroma', sans-serif;
  background-color: #0a0a0a;
  color: #eaeaea;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  padding: 12%;
}

/* Nagłówki */
.contentbox h2 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ff3ba7;
  background: linear-gradient(to right, #ff3ba7, #ed006a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5vw;
  margin-top: -0.5vw;
	font-size: 18px;
	text-align: left; 
}


/* Paragrafy */
.contentbox p {
  font-size: 0.8rem;
  color: #ccc;
  margin-bottom: 1.5em;
  max-width: 700px;
}


.gradient-more {
  margin-top: auto;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-align: right;
  color: #aaa;
  opacity: 0.6;
  transition: all 0.3s ease;
  padding-top: 20px;
}

.gradientbox:hover .gradient-more {
  opacity: 1;
  color: #ed006a;
  text-shadow: 0 0 10px #ed006a66;
}

.gradientbox-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gradientbox-wrapper--four {
  gap: 24px;
  align-items: stretch;
}

.gradientbox-wrapper--four .gradientbox {
  flex: 1 1 240px;
  max-width: 270px;
  min-width: 230px;
}

.gradientbox-wrapper--four .contentbox {
  align-items: stretch;
  overflow: hidden;
  padding: 24px 32px 22px;
}

.gradientbox-wrapper--four .contentheder {
  width: 100%;
  flex: 0 0 auto;
}

.gradientbox-wrapper--four .contentheder svg {
  display: block;
  width: 42px;
  height: 42px;
  top: auto;
  left: auto;
  transform: none;
  margin: 0 auto 15px;
}

.gradientbox-wrapper--four .contentbox h2 {
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.28;
  letter-spacing: 1.1px;
  margin: 0 0 10px;
}

.gradientbox-wrapper--four .contentbox > div:not(.contentheder):not(.gradient-more) {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.gradientbox-wrapper--four .contentbox p {
  font-size: clamp(10.8px, 0.82vw, 12px);
  line-height: 1.42;
  margin: 0;
  max-width: none;
}

.gradientbox-wrapper--four .gradient-more {
  width: 100%;
  flex: 0 0 auto;
  margin-top: 12px;
  padding-top: 0;
  font-size: clamp(10.5px, 0.8vw, 12px);
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .gradientbox-wrapper--four .gradientbox {
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .gradientbox-wrapper--four .gradientbox {
    max-width: 320px;
    min-width: 260px;
  }

  .gradientbox-wrapper--four .contentbox {
    padding: 30px 34px 26px;
  }

  .gradientbox-wrapper--four .contentbox h2 {
    font-size: 17px;
  }

  .gradientbox-wrapper--four .contentbox p {
    font-size: 12px;
  }

  .gradientbox-wrapper--four .gradient-more {
    font-size: 11.5px;
  }
}

/*KONIEC KAFELKÓW*/





/*SEKTJON KONTAKT*/

.container--contact{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

@media (max-width: 768px) {
  .container--contact {
    flex-direction: column;
  }}


.left-cta{
/*background-color: #2B6AED;*/
width: 66%;
padding: 2%;

}


.right-contact{
 width: 34%;
 padding: 2%;

}

  .left-cta,
  .right-contact {
    width: 100%;
  }

/*CTA KONTAKT BLOK*/
.contact-cta,
.contact-list
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
/* background-color: #077c7c;*/
  gap: 18px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  
}

.contact-cta-item,
.contact-list-item {
position: relative;
  font-family: Michroma;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  color: #ECF0F1;
  background: #070D0C;
  border-radius: 24px;
  padding: 12px 24px;
  box-shadow: 0 2px 12px 0 rgba(255,0,90,0.07);
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, filter 0.18s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}


.contact-cta-item {
 height: 80px;
 background: rgb(7, 13, 12,0);
 transition: box-shadow 0.3s ease 0.7s; 
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-content: space-between;
}

.contact-ikon {
  font-size: 1.5rem;
  margin-right: 5%;
  margin-left: 2%;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 0 #ed006a);
  transition: filter 0.25s;
}
.contact-list-item:hover, 
.contact-list-item:focus {
  background: rgba(237,43,130,0.18);
  color: #ed006a;
  /*box-shadow: 0 0 8px 2px #ed006a, 0 1px 20px 0 rgba(0,0,0,0.04);*/
  box-shadow: 0 0 12px 4px rgba(237, 0, 106, 0.4);
  border-color: #ed006a;
  cursor: crosshair; 
  transition: transform 1.4s ease, opacity 0.4s ease;
}
.contakt-list-item:hover .contakt-list-ikon,
.contakt-list-item:focus .contakt-list-ikon {
  filter: drop-shadow(0 0 12px #ed006a);
}



.cta-action-ikon {
opacity: 0;
margin-left: 10px;
transform: translateX(-10px);
  transition: transform 0.4s ease, opacity 0.4s ease;

}

/*===tu testy===*/

.contact-cta-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #070D0C;
  z-index: 1;
  border-radius: 24px;
  pointer-events: none;
    clip-path: inset(0 0 0 0 round 24px);
  transition: clip-path 0.7s ease;
}


.contact-cta-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ed006a;
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(0 100% 0 0 round 24px); 
  transition: clip-path 0.7s ease;
}

.contact-cta-item > * {
  position: relative;
  z-index: 2;
  cursor: pointer;
}


.contact-cta-item:hover::after {
   clip-path: inset(0 100% 0 0 round 24px);
}

.contact-cta-item:hover::before {
  clip-path: inset(0 0 0 0 round 24px);
}


.contact-cta-item:hover .cta-action-ikon {
  opacity: 1;
  transform: translateX(0);
  filter: drop-shadow(0 0 6px #ed006a) drop-shadow(0 0 12px #ed006a);
  transition: 3s;

  

}
.contact-cta-item:hover {
  box-shadow: 0 0 12px 4px rgba(237, 0, 106, 0.4);
}

/*===END.KONTAKT BLOK===*/




/*===PORFOLIO BLOK===*/

    .container--portfolio {
      /* background: #070D0C; */
      font-family: Michroma, sans-serif;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .portfoliobox {
      display: flex;
      flex-direction: row;
      /* border: 1px solid #ed006a; */
      /* border: 1px solid rgba(255, 255, 255, 0.2); */
      border-radius: 24px;
      /* backdrop-filter: saturate(200%) blur(20px); */
       /* background: rgb(7, 13, 12,0); */
       background: rgba(0, 0, 0, 0);

      overflow: hidden;
    }

    .portfoliocontent {
      display: flex;
      flex-direction: column;
      flex: 1;
      transition: flex 1.2s ease;
    }

    .portfolioitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      min-height: 120px;
      border-bottom: 1px solid #fff;
      padding: 20px;
      width: 100%;
      transition: width 1.2s ease;
    }

    .portfolioitem:last-child {
      border-bottom: none;
    }

    .p_title,
    .p_description,
    .p_icons {
      flex: 1;
      text-align: center;
    }

    .p_icons {
      display: flex;
      justify-content: center;
      gap: 15px; 

    }

    .workcase {
  display: inline-block;
  padding: 6px 18px;
  background-color: transparent;
  color: #ed006a;
  border: 1px solid #ed006a;
  border-radius: 30px;
  font-family: 'Michroma', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.workcase:hover {
  background-color: #ed006a;
  color: #000;
  box-shadow: 0 0 10px #ed006a;
  transform: translateY(-1px);
}


    .icon-wrapper {
      position: relative;
      z-index: 30;
    }

    .icon-wrapper img {
      width: 40px;
      height: 40px;
      cursor: pointer;

    }

    .icon-wrapper::after {
      content: attr(data-tooltip);
      position: absolute;
      bottom: 130%;
      left: 50%;
      transform: translateX(-50%);
      /* background-color: #070D0C; */
      color: #ed006a;
      padding: 6px 10px;
      border-radius: 6px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      font-size: 12px;
      box-shadow: 0 0 10px #ed006a, 0 0 20px #ed006a;
      z-index: 10;
    }

    .icon-wrapper:hover::after {
      opacity: 1;
    }



.title-link {
      font-size: 1.4em;
      font-weight: 600;
      text-decoration: none;
      color: #ed006a;
      position: relative;
      transition: color 0.3s ease;
    }

    .title-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 2px;
      background: #ed006a;
      box-shadow: 0 0 8px #ed006a, 0 0 15px #ed006a;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }

    .title-link:hover {
      color: #ff3399;
    }

    .title-link:hover::after {
      transform: scaleX(1);
    }

    p {
      color: #ddd;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 400;
      letter-spacing: 0.2px;
    }

    @media (max-width: 768px) {
      .portfoliobox {
        flex-direction: column;
      }
      .portfolioitem {
        flex-direction: column;
        align-items: center;
      }

       .p_title,
    .p_description,
    .p_icons {
      margin-top: 10px; 
    }
    }

/*=== END.PORFOLIO BLOK ===*/
/* Modal portfolio - przycisk „Zobacz” */
.portfoliobox--list-only {
  width: 100%;
}

.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.portfolio-modal.is-open {
  display: flex;
}

.portfolio-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.portfolio-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 96vw);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid #ed006a;
  border-radius: 28px;
  background: rgba(7, 13, 12, 0.96);
  box-shadow: 0 0 18px rgba(237, 0, 106, 0.55), 0 0 40px rgba(43, 106, 237, 0.2);
  padding: clamp(20px, 3vw, 36px);
}

.portfolio-modal__dialog h3 {
  margin: 0 48px 24px 0;
  color: #ed006a;
  font-family: 'Michroma', sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
}

.portfolio-modal__intro {
  margin: -8px 48px 26px 0;
  padding: 18px 20px;
  border: 1px solid rgba(237, 0, 106, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 18px rgba(237, 0, 106, 0.08);
}

.portfolio-modal__intro p {
  margin: 0;
  color: #e9e9e9;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.75;
}

.portfolio-modal__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 16px;
  border: 1px solid #ed006a;
  border-radius: 999px;
  color: #ed006a;
  font-family: 'Michroma', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-modal__link:hover {
  background: #ed006a;
  color: #000;
  box-shadow: 0 0 14px rgba(237, 0, 106, 0.7);
}

.portfolio-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ed006a;
  background: transparent;
  color: #ed006a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.portfolio-modal__close:hover {
  background: #ed006a;
  color: #000;
  box-shadow: 0 0 12px #ed006a;
}

.portfolio-modal__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.portfolio-modal__gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.portfolio-modal__empty {
  color: #ddd;
  font-family: 'Michroma', sans-serif;
  line-height: 1.7;
}

body.portfolio-modal-opened {
  overflow: hidden;
}

@media (max-width: 768px) {
  .portfolio-modal {
    padding: 14px;
  }
    .portfolio-modal__intro {
    margin-right: 0;
    padding: 15px;
  }

  .portfolio-modal__intro p {
    font-size: 13px;
  }
}



.neon-faq-pro {
  margin: 3em auto;
  font-family: 'Michroma', sans-serif;
}

.faq-item {
 
  margin-bottom: 1em;
 
  background-clip: padding-box;
  animation: neonGradient 5s infinite alternate;
  transition: transform 0.3s ease;
  overflow: hidden;
  position: relative;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em;
  cursor: pointer;
  border-bottom: 2px solid #ED2B82;
}

.faq-title {
  font-size: 1rem;
  color: #ECF0F1;
  text-transform: uppercase;
  margin: 0;
  flex: 1;
  letter-spacing: 0.08em;
}

.faq-icon {
  width: 1.6em;
  height: 1.6em;
  color: #ED2B82;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  transition: opacity 0.3s ease;
}

.faq-icon .icon-plus { opacity: 1; }
.faq-icon .icon-minus { opacity: 0; }

.faq-item.active .icon-plus { opacity: 0; }
.faq-item.active .icon-minus { opacity: 1; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1.5em;
  color: #ECF0F1;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
  padding: 1.2em 1.5em;
  max-height: 600px;
  opacity: 1;
  animation: glitch 0.3s ease;
}

@media (max-width: 768px) {
  .faq-question {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }

  .faq-title {
    font-size: 0.95rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }
}



/*=== END.PORFOLIO BLOK ===*/



/*=== START KODOWY BG ===*/
.code-background {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 50vh;
}

.code-snippet {
  position: absolute;
  font-family: 'Michroma', monospace;
  font-size: 14px;
  color: #ed006a;
  text-shadow: 0 0 1px #fff;
  opacity: 0.3;
  white-space: nowrap;
  pointer-events: none;
  animation: fadeOut 6s forwards;
}

@keyframes fadeOut {
  0% { opacity: 0; }
  20% { opacity: 0.6; }
  70% { opacity: 0.7; }
  100% { opacity: 0; }
}


/*KONIEC KODOWY BG*/

/*=== NAGLOWKI ===*/


.title {
  display: flex; 
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 5%;
  position: relative
}
.title h2 {
  font-family: 'Michroma', sans-serif;
  font-size: 3vh;
}


@media (max-width: 768px) {
.title h2 {
  font-size: 2vh;
}
}


/* "Pseudo-border" */
.title::after {
 content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ed006a;
  pointer-events: none;
  box-sizing: border-box;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
  z-index: 1;
}

.title.active::after {
  transform: scaleX(1);
}

/*=== KONIEC NAGLOWKI ===*/


/*=== START NUMERKI ===*/
.sectionnumber {
  width: 100px;
  height: 100px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.5s ease;
}

.sectionnumber svg {
  width: 100%;
  height: 100%;
}

.sectionnumber text {
  font-family: 'Michroma', sans-serif;
  font-size: 48px;
  fill: none;
  stroke: #ed006a;
  stroke-width: 2;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  filter: drop-shadow(0 0 4px #ed006a) drop-shadow(0 0 8px #ed006a);
  transition: all 0.3s ease;
}

/* Po wejściu w widok */
.sectionnumber.active {
  opacity: 1;
  transform: scale(1);
}

.sectionnumber.active text {
  animation: drawText 1s ease-out forwards;
}

@keyframes drawText {
  to {
    stroke-dashoffset: 0;
  }
}


/*=== END. START NUMERKI ===*/



 .glitch-pixels-section {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 5 / 1;
  min-height: 150px; 
 
  display: flex;
  align-items: center;
  justify-content: center;
  
} 


.glitch-pixels-container {
  width: 100%;
  aspect-ratio: 5 / 1;
  position: relative;

  

}
#glitch-pixels-canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}





/* Scrooool About */

.scroll-sync-module {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.scroll-text {
  width: 50%;
  position: relative;
  height: 800px;
  align-self: flex-start;
  overflow: hidden;
}

.scroll-textp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5%;
  transition: transform 0.2s ease-out;
}

.scroll-text p {
  font-size: 0.8rem;
  line-height: 1.6;
}

.scroll-image {
  width: 50%;
  height: 800px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.scroll-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 20%, #0d0907 70%);
}

.scroll-image img.scroll-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Narożniki */
.corner-accent {
  position: relative;
}

.corner-accent::before,
.corner-accent::after {
  content: "";
  position: absolute;
  background-color: #ed006a;
  z-index: 2;
}

.corner-accent::before {
  top: 0;
  right: 0;
  width: 10%;
  height: 0.15em;
}

.corner-accent::after {
  top: 0;
  right: 0;
  width: 0.15em;
  height: 10%;
}

.corner-accent .corner-bl-x,
.corner-accent .corner-bl-y {
  position: absolute;
  background-color: #ed006a;
  z-index: 2;
}

.corner-accent .corner-bl-x {
  bottom: 0;
  left: 0;
  height: 0.15em;
  width: 10%;
}

.corner-accent .corner-bl-y {
  bottom: 0;
  left: 0;
  width: 0.15em;
  height: 10%;
}

/* Mobilne */
@media (max-width: 1080px) {
  .scroll-sync-module {
    flex-direction: column;
    gap: 1rem;
  }

  .scroll-text {
    width: 100%;
    height: auto;
    position: static;
  }

  .scroll-textp {
    position: relative;
    transform: none !important;
    padding: 5%;
  }

  .scroll-text p {
    font-size: 0.6rem;
  }

  .scroll-image {
    display: none;
  }

  /* responsywne narożniki */
  .corner-accent::before {
    width: 15%;
  }

  .corner-accent::after {
    height: 15%;
  }

  .corner-accent .corner-bl-x {
    width: 15%;
  }

  .corner-accent .corner-bl-y {
    height: 15%;
  }
}




/* Koniec Scrooool About */
/* reviews */

.rev {
  margin-top: 200px;
}

.rev-chart {
  width: 100%;
  margin: 2rem auto;
  font-family: Michroma;

}

.rev-item { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  min-height: 80px;
}

.rev-item-nav { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  min-height: 80px;
}


.rev-header,
.rev-header-mobile
 {

}

 .rev-level {
  text-align: center;
}
.rev-level-null {
  width: 16%;
}

.rev-level-title {

display: grid;
width: 84%;
  grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  position: relative;
  font-size: 0.9rem;
  color: #ECF0F1;
  margin-bottom: 0.5rem;


} */

.rev-header::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 0;
}

/* .rev-level:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
} */

.rev-name {
width: 16%;
padding: 18px;
text-align: center;

}


.rev-name p {
font-size: 0.8rem;


}

.rev-name-nav {
width: 16%;
padding: 18px;
text-align: center;

}




.rev-av {

font-size: 0.9rem;

}

.rev-bar {
  display: grid;
  width: 84%;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  justify-items: center;
  align-items: center;
  position: relative;
}

.rev-bar-nav {
  display: grid;
  width: 84%;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  justify-items: center;
  align-items: center;
  position: relative;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e0e0e0;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;

}

.filled {
  background-color: #ed006a;
  box-shadow: 0 0 6px rgba(237, 0, 106, 0.5);
}

.rev-header-mobile {

  display: none;
}



/* Responsywność */
@media (max-width: 600px) {

.rev-name {
width: 16%;
padding: 2px;
text-align: center;

}
.rev-header {
  display: none;
}
.rev-header-mobile {
display: block;


}

  .dot {
    width: 1vh;
    height: 1vh;
  }

  .rev-header {
    font-size: 0.7vh;
  }
  .rev-av {
    font-size: 0.7vh;
  }


  .rev-name p {
font-size: 0.5rem;

}

/* .rev-level {
  width: 14%;
  text-align: center;
  position: relative;
} */
/* .rev-level-title {
  width: 16%;
} */


}



/* KARUZELA SKILLS */

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin: 180px 0;
}

.carousel {
  display: flex;
  gap: 40px;
  animation: scroll 20s linear infinite;
  width: fit-content;
}

.carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  opacity: 1;
  flex-shrink: 0;
}

.carousel-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.carousel-item p {
  font-size: 14px;
  font-family: 'Michroma', sans-serif;
  margin-top: 5px;
  color: white;
}

.carousel-wrapper::before,
.carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0d0907 0%, transparent 100%);
}

.carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0d0907 0%, transparent 100%);
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.form {


  /* display: none; */
}

/* Landing service pages are styled in public/css/landing.css. */
