:root {
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-color-theme-accent1: #d6efd8ff;
  --dl-color-theme-accent2: #80af81ff;
  --dl-radius-radius-round: 50%;
  --dl-color-theme-primary1: #ff7300ff;
  --dl-color-theme-primary2: #a3c900ff;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-theme-secondary1: #222222ff;
  --dl-color-theme-secondary2: #efefefff;
  --dl-space-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-radius-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-radius-radius-imageradius: 8px;
  --dl-radius-radius-inputradius: 24px;
  --dl-radius-radius-buttonradius: 24px;
  --dl-space-space-oneandhalfunits: 24px;
}

html {
  overscroll-behavior-x: none;
}

* {
  box-sizing: border-box;
}

body{
overflow-x: hidden;
line-height: 1.6;
position: relative;
width: 100%;
}


.navbutton1 {
 padding: 0.6em 1em;
 border: 4px solid #fa725a;
 transition: ease-in-out 0.3s;
 background-color: transparent;
 color: #fa725a;
 font-weight: bolder;
 font-size: 16px;
 box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.navbutton1:hover {
 transform: scale(1.2);
 background-color: #fa725a;
 color: white;
}

.navbutton2{
padding:0.7em 1.2em;
border:4px solid #fa725a;
transition:all .25s ease;
color:#000;
background:#fa725a;
font-weight:600;
font-size:16px;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
display:inline-block;
text-align: center;
}

.navbutton2:hover{
transform:translateY(-2px);   /* zamiast powiększania */
background:transparent;
color:#090909;
}

@media (max-width:768px){
.navbutton2:hover{
transform:none;
}

}


.mainbutton {
 padding: 0.6em 1em;
 border: 4px solid #fa725a;
 transition: ease-in-out 0.3s;
 background-color: transparent;
 color: #fa725a;
 font-weight: bolder;
 font-size: 16px;
 box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.mainbutton:hover {
 transform: scale(1.2);
 background-color: #fa725a;
 color: white;
}

.mainbutton2 {
 padding: 0.6em 1em;
 border: 4px solid #fa725a;
 transition: ease-in-out 0.3s;
 color: #000000;
 background-color: #fa725a;
 font-weight: bolder;
 font-size: 16px;
 box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.mainbutton2:hover {
 transform: scale(1.2);
 background-color: #fa725a;
 color: white;
}

.optbutton {
  gap: var(--dl-space-space-halfunit);
  color: #090909;
  background-color: #fa725a;
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}
.optbutton:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}


.cofbutton2{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 3rem;
  overflow: hidden;
  border: 4px solid #fa725a;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  font-size: 16px;
  font-weight: bolder;
  color: #000;
  transition: box-shadow .6s cubic-bezier(.16,1,.3,1),
              transform .2s;
}

.cofbutton2 span{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:100%;

  transition: transform .6s cubic-bezier(.16,1,.3,1);
}

.coftext2{
  background:#fa725a;
  transform:translateY(0);
}

.coftext2-hover{
  background: transparent;
  transform:translateY(100%);
}

.cofbutton2:hover{
  box-shadow:0 0.625em 1em rgba(33,220,98,.35);
}

.cofbutton2:hover .coftext2{
  transform:translateY(-100%);
}

.cofbutton2:hover .coftext2-hover{
  transform:translateY(0);
}
.cofbutton2:active{
  transform:scale(.95);
}


.fbbutton {
  max-width: 320px;
  display: flex;
  overflow: hidden;
  position: relative;
padding: 0.875rem 3.5rem 0.875rem 1.75rem;
  background-color: #039be5;
  background-image: linear-gradient(to top right, #039be5, #29b6f6);
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  gap: 0.75rem;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  transition: all 0.6s ease;
  margin: 0 auto;
}

.fbbutton span {
  background-color: rgb(3 155 229);
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
}

.fbbutton span svg {
  width: 1.5rem;
  height: 1.5rem;
}

.fbbutton:hover {
  box-shadow:
    0 4px 30px rgba(4, 175, 255, 0.1),
    0 2px 30px rgba(11, 158, 255, 0.06);
}




.thq-heading-1 {
  font-size: clamp(28px, 4vw, 48px);
  font-family: "STIX Two Text";
  font-weight: 700;
  line-height: 1.3;
}
.thq-heading-2 {
  font-size: clamp(22px, 3vw, 34px);
  font-family: "STIX Two Text";
  font-weight: 600;
  line-height: 1.35;
}
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-size-size-maxwidth);
  margin-left:auto;
  margin-right:auto;
}
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-radius-radius-imageradius);
}
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-radius-radius-imageradius);
}
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-radius-radius-imageradius);
}
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-radius-radius-imageradius);
}
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-radius-radius-round);
}
.thq-flex-column {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.thq-flex-row {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.thq-card {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
}
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr;
}
.thq-checkbox {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-inputradius);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
.thq-icon-small {
  width: 24px;
  height: 24px;
}

.thq-icon-medium {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
}
.thq-icon-x-small {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
.thq-link:hover {
  background-position: 0 100%;
}
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-space-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.thq-img-scale {
  transition: 0.3s;
}
.thq-img-scale:hover {
  scale: 1.05;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-space-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-space-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-space-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-space-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-space-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-space-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-space-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-space-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
* {
    box-sizing: border-box; /* Zapewnia, że padding i border będą wliczane do szerokości elementów */
  }
 
  .hero-container, .cta26-container2, .narzedzia-layout301 {
    width: 100% !important; /* Upewnij się, że nie ma żadnych ustawień powodujących przekroczenie szerokości */
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; /* Aby padding nie powodował rozszerzenia elementu poza ekran */
  }

  .cta26-container2 {
    max-width: 100% !important; /* Unikamy przekroczenia szerokości */
  }

  .hero-wrapper {
    overflow: hidden; /* Jeśli problemem są strzałki w hero */
  }
}