.tk-workshops{padding:100px 0;position:relative;transition:background-color .4s ease}.tk-workshops__container{margin:0 auto;max-width:1240px;padding:0 40px}.tk-workshops__header{margin:0 auto 70px;max-width:750px;text-align:center}.tk-workshops__title{color:#1d1d1b;font-family:Inter,sans-serif;font-size:48px;font-weight:900;letter-spacing:-.04em;line-height:1.1;margin-bottom:20px}.tk-workshops__description{color:#323233;font-family:Inter,sans-serif;font-size:18px;line-height:1.6;opacity:.85}.tk-workshops__grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.tk-workshop-card{align-items:center;border:1px solid rgba(0,0,0,.03);border-radius:32px;display:flex;flex-direction:column;padding:20px;position:relative;text-align:center;transition:all .5s cubic-bezier(.2,1,.3,1)}.tk-workshop-card:hover{box-shadow:0 30px 60px rgba(0,0,0,.1);transform:translateY(-12px) scale(1.02)}.tk-workshop-card__icon-container{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,.05);display:flex;height:110px;justify-content:center;margin-bottom:30px;overflow:hidden;width:110px}.tk-workshop-card__icon{height:100%;object-fit:cover;width:100%}.tk-workshop-card__name{color:#1d1d1b;font-size:26px;font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.tk-workshop-card__desc{flex-grow:1;font-size:16px;line-height:1.5;margin-bottom:35px}.tk-workshop-card__meta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.tk-workshop-card__badge{border-radius:100px;color:#1d1d1b;font-size:12px;font-weight:800;letter-spacing:.05em;padding:8px 18px;text-transform:uppercase;transition:background .3s ease}.tk-badge--white{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.05)}.tk-card--yellow.tk-is-vibrant{background-color:#ffc72c!important}.tk-card--yellow.tk-is-soft{background-color:#ffecb3!important}.tk-card--lavender.tk-is-vibrant{background-color:#d1d5ff!important}.tk-card--lavender.tk-is-soft{background-color:#e8eaf6!important}.tk-card--pink.tk-is-vibrant{background-color:#ff80f4!important}.tk-card--pink.tk-is-soft{background-color:#ffc1f9!important}.tk-is-vibrant .tk-workshop-card__badge:not(.tk-badge--white){backdrop-filter:blur(8px);background:hsla(0,0%,100%,.35)}.tk-is-soft .tk-workshop-card__badge:not(.tk-badge--white){background:hsla(0,0%,100%,.7)}@media (max-width:991px){.tk-workshops__title{font-size:38px}.tk-workshops__grid{grid-template-columns:1fr;margin:0 auto;max-width:480px}}@media (max-width:479px){.tk-workshops__container{padding:0 20px}.tk-workshop-card{padding:45px 25px}}