.elementor-196385 .elementor-element.elementor-element-400bec6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a813697 */.stfwork-page{
  --stf-bg: #f3ebf3;
  --stf-white: #ffffff;
  --stf-text: #111111;
  --stf-text-soft: #5f5863;
  --stf-border: #e5c3ee;
  --stf-accent: #c77dde;
  --stf-accent-dark: #b868d1;
  --stf-shadow: 0 18px 50px rgba(90, 48, 109, 0.10);

  font-family: "Inter Tight", sans-serif;
  background: transparent;
  padding: clamp(24px, 4vw, 56px) 14px;
  color: var(--stf-text);
}

.stfwork-page *{
  box-sizing: border-box;
}

.stfwork-shell{
  max-width: 1180px;
  margin: 0 auto;
}

.stfwork-hero{
  padding: clamp(14px, 2vw, 26px) 0 clamp(24px, 4vw, 40px);
}

.stfwork-eyebrow,
.stfwork-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 1.5px solid var(--stf-border);
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  color: #b56fca;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.stfwork-title{
  margin: 0 0 14px;
  max-width: 900px;
  font-size: clamp(38px, 7vw, 82px);
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 800;
  color: var(--stf-text);
}

.stfwork-subtitle{
  max-width: 760px;
  margin: 0;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.6;
  color: var(--stf-text-soft);
}

.stfwork-intro{
  padding: 0 0 clamp(20px, 3vw, 34px);
}

.stfwork-intro__box{
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(229,195,238,0.95);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--stf-shadow);
}

.stfwork-intro__items{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stfwork-intro__item{
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(229,195,238,0.95);
  font-size: 16px;
  line-height: 1.5;
  color: var(--stf-text);
  font-weight: 600;
}

.stfwork-block{
  padding: clamp(18px, 3vw, 34px) 0;
}

.stfwork-block__head{
  margin-bottom: 18px;
}

.stfwork-block__title{
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -.03em;
  font-weight: 800;
  color: var(--stf-text);
}

.stfwork-video-card{
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(229,195,238,0.85);
  border-radius: 32px;
  padding: clamp(10px, 1.8vw, 16px);
  box-shadow: var(--stf-shadow);
  backdrop-filter: blur(4px);
}

.stfwork-video{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 24px;
  overflow: hidden;
}

.stfwork-video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.stfwork-cta{
  padding: clamp(22px, 4vw, 40px) 0 clamp(12px, 2vw, 20px);
}

.stfwork-cta__box{
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(229,195,238,0.95);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--stf-shadow);
}

.stfwork-cta__title{
  margin: 0 0 14px;
  max-width: 860px;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -.03em;
  font-weight: 800;
  color: var(--stf-text);
}

.stfwork-cta__text{
  max-width: 760px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
  color: var(--stf-text-soft);
}

.stfwork-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--stf-accent);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 14px 28px rgba(125, 61, 148, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.stfwork-button:hover{
  background: var(--stf-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(125, 61, 148, 0.22);
}

/* tablet */
@media (max-width: 1024px){
  .stfwork-intro__items{
    grid-template-columns: 1fr;
  }
}

/* mobil */
@media (max-width: 767px){
  .stfwork-page{
    padding: 18px 8px 30px;
  }

  .stfwork-eyebrow,
  .stfwork-kicker{
    min-height: 38px;
    padding: 8px 14px;
    font-size: 11px;
    margin-bottom: 14px;
  }

  .stfwork-title{
    font-size: clamp(28px, 10vw, 48px);
    line-height: .98;
    margin-bottom: 12px;
  }

  .stfwork-subtitle{
    font-size: 16px;
    line-height: 1.55;
  }

  .stfwork-intro__box,
  .stfwork-cta__box{
    padding: 20px;
    border-radius: 22px;
  }

  .stfwork-intro__item{
    min-height: auto;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 15px;
  }

  .stfwork-block{
    padding: 18px 0 26px;
  }

  .stfwork-block__title{
    font-size: clamp(24px, 7vw, 34px);
  }

  .stfwork-video-card{
    border-radius: 22px;
    padding: 8px;
  }

  .stfwork-video{
    aspect-ratio: 1.55 / 1;
    border-radius: 16px;
  }

  .stfwork-cta__title{
    font-size: clamp(25px, 8vw, 36px);
    line-height: 1.06;
  }

  .stfwork-cta__text{
    font-size: 16px;
    line-height: 1.6;
  }

  .stfwork-button{
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    margin-top: 18px;
    text-align: center;
  }
}/* End custom CSS */