/* Start custom CSS for html, class: .elementor-element-7ac7d62 */.tico-hero-klub {
  position: relative;
  overflow: visible;
  margin: 0 0 80px;
}

.tico-hero-klub__inner {
  position: relative;
  min-height: 640px;
  margin: 0 auto;
  padding: 72px 50px 96px;
  overflow: visible;
  background: linear-gradient(135deg, #f4f4f4 0%, #e5e5e5 52%, #d8d8d8 100%);
  isolation: isolate;
}

/* tekstura / szum */
.tico-hero-klub__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(rgba(255,255,255,0.16) 0.8px, transparent 0.8px),
    radial-gradient(rgba(0,0,0,0.05) 0.8px, transparent 0.8px);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}

/* lekkie światło za produktem */
.tico-hero-klub__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 30%),
    radial-gradient(circle at 72% 72%, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0) 38%);
}

.tico-hero-klub__content {
  position: relative;
  z-index: 2;
  width: 47%;
}

.tico-hero-klub__copy {
  max-width: 560px;
}

.tico-hero-klub__title {
  margin: 0 0 24px;
  color: #111111;
  font-size: 40px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tico-hero-klub__lead {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.42;
  font-weight: 400;
}

.tico-hero-klub__text {
  margin: 0 0 34px;
  color: #333333;
  font-size: 19px;
  line-height: 1.55;
}

.tico-hero-klub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tico-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.tico-btn--primary {
  background: #e1261c;
  border: 1px solid #e1261c;
  color: #ffffff;
}

.tico-btn--primary:hover {
  background: #c71f17;
  border-color: #c71f17;
  color: #ffffff;
}

.tico-hero-klub__visual {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: -88px;
  width: 55%;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.tico-hero-klub__image {
  position: absolute;
  right: 0;
  bottom: 20px; /* tu asset "wystaje" poza blok */
  width: min(100%, 700px);
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.18));
}

/* 1200 */
@media (max-width: 1200px) {
  .tico-hero-klub__inner {
    min-height: 590px;
    padding: 60px 36px 90px;
  }

  .tico-hero-klub__title {
    font-size: 54px;
  }

  .tico-hero-klub__lead {
    font-size: 21px;
  }

  .tico-hero-klub__text {
    font-size: 19px;
  }

  .tico-btn {
    font-size: 18px;
  }

  .tico-hero-klub__image {
    width: min(100%, 610px);
  }
}

/* tablet */
@media (max-width: 991px) {
  .tico-hero-klub {
    margin-bottom: 48px;
  }

  .tico-hero-klub__inner {
    min-height: auto;
    padding: 48px 24px 36px;
  }

  .tico-hero-klub__content {
    width: 100%;
  }

  .tico-hero-klub__title {
    font-size: 42px;
  }

  .tico-hero-klub__lead {
    font-size: 20px;
  }

  .tico-hero-klub__text {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .tico-hero-klub__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 480px;
    margin-top: 24px;
  }

  .tico-hero-klub__image {
    right: 50%;
    bottom: -14px;
    width: min(94%, 560px);
    transform: translateX(50%);
  }
}

/* mobile */
@media (max-width: 640px) {
  .tico-hero-klub__inner {
    padding: 36px 18px 26px;
  }

  .tico-hero-klub__title {
    font-size: 34px;
  }

  .tico-hero-klub__lead {
    font-size: 18px;
  }

  .tico-hero-klub__text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .tico-btn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .tico-hero-klub__visual {
    height: 340px;
  }

  .tico-hero-klub__image {
    width: min(98%, 420px);
    bottom: -8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9266342 */.tico-zakres {
  margin: 0 0 72px;
}

.tico-zakres > .section-title {
  margin-bottom: 24px;
}

.tico-zakres__intro {
  margin: 0 0 22px;
}

.tico-zakres__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-zakres__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-zakres__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tico-zakres-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  padding: 22px 20px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tico-zakres-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
}

.tico-zakres-card__icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.tico-zakres-card__title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  transition: color 0.25s ease;
}

.tico-zakres-card__text {
  margin: 0;
  color: #404040;
  font-size: 15px;
  line-height: 1.55;
}

.tico-zakres-card:hover {
  transform: translateY(-2px);
  border-color: #d2d2d2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.tico-zakres-card:hover .tico-zakres-card__title {
  color: #e1261c;
}

@media (max-width: 1199px) {
  .tico-zakres__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tico-zakres__subheading {
    font-size: 23px;
  }

  .tico-zakres__lead {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .tico-zakres {
    margin-bottom: 48px;
  }

  .tico-zakres > .section-title {
    margin-bottom: 22px;
  }

  .tico-zakres__subheading {
    font-size: 22px;
  }

  .tico-zakres__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-zakres__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tico-zakres-card {
    padding: 18px 16px;
  }

  .tico-zakres-card__title {
    font-size: 18px;
  }

  .tico-zakres-card__text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77b5311 */.tico-materialy-section {
  margin: 0 0 56px;
}

.tico-materialy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tico-material-card {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 320px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

.tico-material-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.tico-material-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.12) 38%,
    rgba(10,14,22,0.72) 68%,
    rgba(10,14,22,0.90) 100%
  );
  pointer-events: none;
}

.tico-material-card__title {
  position: absolute;
  top: 18px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0,0,0,0.30);
}

.tico-material-card__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}

.tico-material-card__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tico-material-card__content li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.tico-material-card__content li:last-child {
  margin-bottom: 0;
}

.tico-material-card__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e1261c;
}

/* tablet */
@media (max-width: 991px) {
  .tico-materialy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* mobile */
@media (max-width: 640px) {
  .tico-materialy-grid {
    grid-template-columns: 1fr;
  }

  .tico-material-card img {
    height: 280px;
  }

  .tico-material-card__title {
    font-size: 18px;
  }

  .tico-material-card__content li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-465c04e */.tico-kroje {
  margin: 0 0 72px;
}

.tico-kroje > .section-title {
  margin-bottom: 24px;
}

.tico-kroje__intro {
  margin: 0 0 22px;
}

.tico-kroje__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-kroje__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-kroje__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tico-kroj-card {
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tico-kroj-card img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
}

.tico-kroj-card__caption {
  padding: 14px 14px 16px;
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
}

.tico-kroj-card__title {
  margin: 0 0 6px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  transition: color 0.25s ease;
  text-align: center;
}

.tico-kroj-card__text {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.tico-kroj-card:hover {
  transform: translateY(-2px);
  border-color: #d2d2d2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.tico-kroj-card:hover img {
  transform: scale(1.02);
  filter: brightness(0.98);
}

.tico-kroj-card:hover .tico-kroj-card__title {
  color: #e1261c;
}

@media (max-width: 1399px) {
  .tico-kroje__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tico-kroj-card img {
    height: 260px;
  }
}

@media (max-width: 1199px) {
  .tico-kroje__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tico-kroje__subheading {
    font-size: 23px;
  }

  .tico-kroje__lead {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .tico-kroj-card img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .tico-kroje__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tico-kroj-card img {
    height: 230px;
  }
}

@media (max-width: 640px) {
  .tico-kroje {
    margin-bottom: 48px;
  }

  .tico-kroje > .section-title {
    margin-bottom: 22px;
  }

  .tico-kroje__subheading {
    font-size: 22px;
  }

  .tico-kroje__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-kroje__grid {
    grid-template-columns: 1fr;
  }

  .tico-kroj-card img {
    height: 280px;
  }

  .tico-kroj-card__title {
    font-size: 17px;
  }

  .tico-kroj-card__text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38af552 */.tico-designy {
  margin: 0 0 72px;
}

.tico-designy > .section-title {
  margin-bottom: 24px;
}

.tico-designy__layout {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 1.95fr);
  gap: 22px;
  align-items: start;
}

.tico-designy__intro {
  position: sticky;
  top: 20px;
}

.tico-designy__subheading {
  margin: 0 0 16px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-designy__lead {
  margin: 0 0 18px;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-designy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tico-designy__list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 20px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.5;
}

.tico-designy__list li:last-child {
  margin-bottom: 0;
}

.tico-designy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e1261c;
}

.tico-designy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tico-design-card {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  aspect-ratio: 1 / 1;
}

.tico-design-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ececec;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tico-design-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 16px 14px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 45%,
    rgba(255, 255, 255, 0) 100%
  );
}

.tico-design-card__title {
  margin: 0;
  color: #111111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  transition: color 0.25s ease;
}

.tico-design-card__text {
  margin: 8px 0 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}

.tico-design-card:hover {
  transform: translateY(-2px);
  border-color: #d3d3d3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.tico-design-card:hover img {
  transform: scale(1.02);
  filter: brightness(0.97);
}

.tico-design-card:hover .tico-design-card__title {
  color: #e1261c;
}

/* kafel custom */
.tico-design-card--custom {
  background: linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
  border: 1px dashed #d3d3d3;
}

.tico-design-card--custom:hover {
  border-color: #e1261c;
}

.tico-design-card__custom-inner {
  height: 100%;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tico-design-card__question {
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e1261c;
  color: #e1261c;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  background: #ffffff;
}

.tico-design-card--custom .tico-design-card__title {
  margin-bottom: 4px;
}

@media (max-width: 1299px) {
  .tico-designy__layout {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .tico-designy__subheading {
    font-size: 23px;
  }

  .tico-designy__lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .tico-designy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tico-designy__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tico-designy__intro {
    position: static;
  }
}

@media (max-width: 640px) {
  .tico-designy {
    margin-bottom: 48px;
  }

  .tico-designy > .section-title {
    margin-bottom: 22px;
  }

  .tico-designy__subheading {
    font-size: 22px;
  }

  .tico-designy__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-designy__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tico-design-card__overlay {
    padding: 28px 14px 14px;
  }

  .tico-design-card__title {
    font-size: 16px;
  }

  .tico-design-card__question {
    width: 52px;
    height: 52px;
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d86a220 */.tico-konstrukcja-compact {
  margin: 0 0 72px;
}

.tico-konstrukcja-compact > .section-title {
  margin-bottom: 24px;
}

.tico-konstrukcja-compact__intro {
  max-width: 980px;
  margin: 0 0 22px;
}

.tico-konstrukcja-compact__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-konstrukcja-compact__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-konstrukcja-compact__switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  border: 0;
}

.tico-konstrukcja-compact__switch-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.tico-konstrukcja-compact__switch-item.is-active {
  background: #e1261c;
  border-color: #e1261c;
  color: #ffffff;
}

.tico-konstrukcja-compact__layout {
  display: grid;
  grid-template-columns: clamp(250px, 30%, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}


.tico-konstrukcja-compact__preview {
  position: sticky;
  top: 20px;
}

.tico-konstrukcja-compact__preview-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.tico-konstrukcja-compact__preview-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #efefef;
}

.tico-konstrukcja-compact__content {
  min-width: 0;
}

.tico-zone-compact {
  margin: 0 0 14px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.tico-zone-compact__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #fafafa;
  border-bottom: 1px solid #ececec;
}

.tico-zone-compact__title {
  margin: 0;
  color: #111111;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-zone-compact__meta {
  color: #666666;
  font-size: 13px;
  line-height: 1.3;
}

.tico-variant-box {
  padding: 14px;
}

.tico-variant-box input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tico-variant-box__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.tico-variant-box__tabs label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tico-variant-box__tabs label:hover {
  border-color: #cfcfcf;
}

.tico-variant-box__panels .tico-variant-panel {
  display: none;
}

.tico-variant-panel {
  padding-top: 2px;
}

.tico-variant-panel__head {
  margin-bottom: 12px;
}

.tico-variant-panel__info h5,
.tico-variant-panel__head h5 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 5px
}

.tico-finish-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tico-finish-mini {
  margin: 0;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tico-finish-mini:hover {
  border-color: #d4d4d4;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

.tico-finish-mini img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #efefef;
}

.tico-finish-mini figcaption {
  display: block;
  padding: 10px 10px 11px;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.tico-konstrukcja-compact__note {
  margin-top: 18px;
  padding: 16px 0px;
  background: #ffffff;
  color: #444444;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

/* aktywne kapsułki */
#neck-round:checked ~ .tico-variant-box__tabs label[for="neck-round"],
#neck-v:checked ~ .tico-variant-box__tabs label[for="neck-v"],
#neck-half:checked ~ .tico-variant-box__tabs label[for="neck-half"],
#neck-stand:checked ~ .tico-variant-box__tabs label[for="neck-stand"],
#neck-vtech:checked ~ .tico-variant-box__tabs label[for="neck-vtech"],
#neck-hybrid:checked ~ .tico-variant-box__tabs label[for="neck-hybrid"],
#sleeve-classic:checked ~ .tico-variant-box__tabs label[for="sleeve-classic"],
#sleeve-raglan:checked ~ .tico-variant-box__tabs label[for="sleeve-raglan"],
#sleeve-panel:checked ~ .tico-variant-box__tabs label[for="sleeve-panel"],
#sleeve-sport:checked ~ .tico-variant-box__tabs label[for="sleeve-sport"],
#hem-straight:checked ~ .tico-variant-box__tabs label[for="hem-straight"],
#hem-round:checked ~ .tico-variant-box__tabs label[for="hem-round"],
#hem-rib:checked ~ .tico-variant-box__tabs label[for="hem-rib"] {
  background: #e1261c;
  border-color: #e1261c;
  color: #ffffff;
}

/* aktywne panele */
#neck-round:checked ~ .tico-variant-box__panels .panel-neck-round,
#neck-v:checked ~ .tico-variant-box__panels .panel-neck-v,
#neck-half:checked ~ .tico-variant-box__panels .panel-neck-half,
#neck-stand:checked ~ .tico-variant-box__panels .panel-neck-stand,
#neck-vtech:checked ~ .tico-variant-box__panels .panel-neck-vtech,
#neck-hybrid:checked ~ .tico-variant-box__panels .panel-neck-hybrid,
#sleeve-classic:checked ~ .tico-variant-box__panels .panel-sleeve-classic,
#sleeve-raglan:checked ~ .tico-variant-box__panels .panel-sleeve-raglan,
#sleeve-panel:checked ~ .tico-variant-box__panels .panel-sleeve-panel,
#sleeve-sport:checked ~ .tico-variant-box__panels .panel-sleeve-sport,
#hem-straight:checked ~ .tico-variant-box__panels .panel-hem-straight,
#hem-round:checked ~ .tico-variant-box__panels .panel-hem-round,
#hem-rib:checked ~ .tico-variant-box__panels .panel-hem-rib {
  display: block;
}
.tico-konstrukcja-compact > input[name="produkt-switch"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tico-product-panel {
  display: none;
}

#produkt-koszulka:checked ~ .tico-konstrukcja-compact__switch label[for="produkt-koszulka"],
#produkt-bluza:checked ~ .tico-konstrukcja-compact__switch label[for="produkt-bluza"] {
  background: #e1261c;
  border-color: #e1261c;
  color: #ffffff;
}

#produkt-koszulka:checked ~ .tico-product-panel--koszulka,
#produkt-bluza:checked ~ .tico-product-panel--bluza {
  display: block;
}

/* aktywne kapsułki - BLUZA */
#hoodie-neck-round:checked ~ .tico-variant-box__tabs label[for="hoodie-neck-round"],
#hoodie-neck-stand:checked ~ .tico-variant-box__tabs label[for="hoodie-neck-stand"],
#hoodie-neck-hood:checked ~ .tico-variant-box__tabs label[for="hoodie-neck-hood"],
#hoodie-sleeve-classic:checked ~ .tico-variant-box__tabs label[for="hoodie-sleeve-classic"],
#hoodie-sleeve-raglan:checked ~ .tico-variant-box__tabs label[for="hoodie-sleeve-raglan"],
#hoodie-sleeve-rib:checked ~ .tico-variant-box__tabs label[for="hoodie-sleeve-rib"],
#hoodie-pocket-kangaroo:checked ~ .tico-variant-box__tabs label[for="hoodie-pocket-kangaroo"],
#hoodie-pocket-side:checked ~ .tico-variant-box__tabs label[for="hoodie-pocket-side"],
#hoodie-pocket-none:checked ~ .tico-variant-box__tabs label[for="hoodie-pocket-none"],
#hoodie-zip-full:checked ~ .tico-variant-box__tabs label[for="hoodie-zip-full"],
#hoodie-zip-half:checked ~ .tico-variant-box__tabs label[for="hoodie-zip-half"],
#hoodie-zip-none:checked ~ .tico-variant-box__tabs label[for="hoodie-zip-none"] {
  background: #e1261c;
  border-color: #e1261c;
  color: #ffffff;
}

/* aktywne panele - BLUZA */
#hoodie-neck-round:checked ~ .tico-variant-box__panels .panel-hoodie-neck-round,
#hoodie-neck-stand:checked ~ .tico-variant-box__panels .panel-hoodie-neck-stand,
#hoodie-neck-hood:checked ~ .tico-variant-box__panels .panel-hoodie-neck-hood,
#hoodie-sleeve-classic:checked ~ .tico-variant-box__panels .panel-hoodie-sleeve-classic,
#hoodie-sleeve-raglan:checked ~ .tico-variant-box__panels .panel-hoodie-sleeve-raglan,
#hoodie-sleeve-rib:checked ~ .tico-variant-box__panels .panel-hoodie-sleeve-rib,
#hoodie-pocket-kangaroo:checked ~ .tico-variant-box__panels .panel-hoodie-pocket-kangaroo,
#hoodie-pocket-side:checked ~ .tico-variant-box__panels .panel-hoodie-pocket-side,
#hoodie-pocket-none:checked ~ .tico-variant-box__panels .panel-hoodie-pocket-none,
#hoodie-zip-full:checked ~ .tico-variant-box__panels .panel-hoodie-zip-full,
#hoodie-zip-half:checked ~ .tico-variant-box__panels .panel-hoodie-zip-half,
#hoodie-zip-none:checked ~ .tico-variant-box__panels .panel-hoodie-zip-none {
  display: block;
}

@media (max-width: 1299px) {
  .tico-konstrukcja-compact__layout {
    grid-template-columns: clamp(240px, 30%, 300px) minmax(0, 1fr);
    gap: 16px;
  }

  .tico-finish-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tico-finish-mini img {
    height: 140px;
  }
}

@media (max-width: 1199px) {
  .tico-konstrukcja-compact__layout {
    grid-template-columns: 1fr;
  }

  .tico-konstrukcja-compact__preview {
    position: static;
  }

  .tico-finish-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tico-finish-mini img {
    height: 140px;
  }
}

@media (max-width: 767px) {
  .tico-finish-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tico-finish-mini img {
    height: 120px;
  }
}

@media (max-width: 640px) {
  .tico-konstrukcja-compact {
    margin-bottom: 48px;
  }

  .tico-konstrukcja-compact > .section-title {
    margin-bottom: 22px;
  }

  .tico-konstrukcja-compact__subheading {
    font-size: 22px;
  }

  .tico-konstrukcja-compact__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-zone-compact__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tico-zone-compact__title {
    font-size: 18px;
  }

  .tico-variant-box {
    padding: 12px;
  }

  .tico-variant-box__tabs {
    gap: 8px;
  }

  .tico-variant-box__tabs label {
    min-height: 36px;
    padding: 0 14px;
    font-size: 14px;
  }

  .tico-finish-mini-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .tico-finish-mini img {
    height: 108px;
  }

  .tico-finish-mini figcaption {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9d477 */.tico-zdobienia {
  margin: 0 0 72px;
}

.tico-zdobienia > .section-title {
  margin-bottom: 24px;
}

.tico-zdobienia__intro {
  margin: 0 0 22px;
}

.tico-zdobienia__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-zdobienia__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-zdobienia__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tico-zdobienie-card {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  aspect-ratio: 1 / 1;
}

.tico-zdobienie-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ececec;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tico-zdobienie-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 46px 16px 14px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 45%,
    rgba(255, 255, 255, 0) 100%
  );
}

.tico-zdobienie-card__title {
  margin: 0 0 6px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  transition: color 0.25s ease;
}

.tico-zdobienie-card__text {
  margin: 0;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.45;
}

.tico-zdobienie-card:hover {
  transform: translateY(-2px);
  border-color: #d3d3d3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.tico-zdobienie-card:hover img {
  transform: scale(1.02);
  filter: brightness(0.96);
}

.tico-zdobienie-card:hover .tico-zdobienie-card__title {
  color: #e1261c;
}

.tico-zdobienia__note {
  margin: 16px 0 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .tico-zdobienia__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tico-zdobienia__subheading {
    font-size: 23px;
  }

  .tico-zdobienia__lead {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .tico-zdobienia {
    margin-bottom: 48px;
  }

  .tico-zdobienia > .section-title {
    margin-bottom: 22px;
  }

  .tico-zdobienia__subheading {
    font-size: 22px;
  }

  .tico-zdobienia__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-zdobienia__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tico-zdobienie-card__overlay {
    padding: 34px 14px 14px;
  }

  .tico-zdobienie-card__title {
    font-size: 17px;
  }

  .tico-zdobienie-card__text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b3b4a3 */.tico-miejsca {
  margin: 0 0 72px;
}

.tico-miejsca > .section-title {
  margin-bottom: 24px;
}

.tico-miejsca__intro {
  max-width: 980px;
  margin: 0 0 22px;
}

.tico-miejsca__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-miejsca__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-miejsca__layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: stretch;
}

.tico-miejsca__gallery {
  display: grid;
  gap: 12px;
}

.tico-mini-shot {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.tico-mini-shot img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #efefef;
}

.tico-miejsca__stage {
  display: flex;
  align-items: stretch;
}

.tico-miejsca__product {
  position: relative;
  width: 100%;
  min-height: 560px;
  background: radial-gradient(circle at 50% 35%, #f8f8f8 0%, #e8e8e8 45%, #dddddd 100%);
  border: 1px solid #dddddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.tico-miejsca__product::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 72%, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 24%);
  pointer-events: none;
}

.tico-miejsca__product img {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(88%, 520px);
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 24px rgba(0,0,0,0.16));
}

/* hotspoty */
.tico-hotspot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e1261c;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.22);
}

.tico-hotspot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 56px;
  height: 2px;
  background: rgba(255,255,255,0.95);
  transform: translateY(-50%);
}

.tico-hotspot--front {
  top: 28%;
  left: 55%;
}

.tico-hotspot--back {
  top: 40%;
  left: 63%;
}

.tico-hotspot--sleeves {
  top: 48%;
  left: 41%;
}

.tico-hotspot--hood {
  top: 18%;
  left: 48%;
}

.tico-miejsca__placements {
  display: grid;
  gap: 12px;
}

.tico-placement-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tico-placement-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 92px;
  object-fit: cover;
  background: #efefef;
}

.tico-placement-card__body {
  padding: 14px 14px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tico-placement-card__title {
  margin: 0 0 5px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  transition: color 0.25s ease;
}

.tico-placement-card__text {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.45;
}

.tico-placement-card:hover {
  transform: translateY(-2px);
  border-color: #d2d2d2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.tico-placement-card:hover .tico-placement-card__title {
  color: #e1261c;
}

.tico-miejsca__note {
  margin-top: 18px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.tico-miejsca__note-title {
  margin: 0 0 12px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.tico-miejsca__note-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
}

.tico-miejsca__note-list li {
  position: relative;
  padding-left: 18px;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.45;
}

.tico-miejsca__note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e1261c;
}

@media (max-width: 1299px) {
  .tico-miejsca__layout {
    grid-template-columns: 160px minmax(0, 1fr) 250px;
  }

  .tico-miejsca__product {
    min-height: 520px;
  }
}

@media (max-width: 1199px) {
  .tico-miejsca__subheading {
    font-size: 23px;
  }

  .tico-miejsca__lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .tico-miejsca__layout {
    grid-template-columns: 1fr;
  }

  .tico-miejsca__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tico-mini-shot img {
    height: 150px;
  }

  .tico-miejsca__placements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tico-miejsca__note-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tico-miejsca__product {
    min-height: 460px;
  }

  .tico-miejsca__placements {
    grid-template-columns: 1fr;
  }

  .tico-miejsca__note-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tico-miejsca {
    margin-bottom: 48px;
  }

  .tico-miejsca > .section-title {
    margin-bottom: 22px;
  }

  .tico-miejsca__subheading {
    font-size: 22px;
  }

  .tico-miejsca__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-miejsca__gallery {
    grid-template-columns: 1fr;
  }

  .tico-mini-shot img {
    height: 180px;
  }

  .tico-miejsca__product {
    min-height: 400px;
  }

  .tico-miejsca__product img {
    width: min(92%, 380px);
  }

  .tico-placement-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .tico-placement-card__title {
    font-size: 17px;
  }

  .tico-placement-card__text {
    font-size: 14px;
  }

  .tico-miejsca__note {
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bbd077 */.tico-grafika-kolorystyka {
  margin: 0 0 72px;
}

.tico-grafika-kolorystyka > .section-title {
  margin-bottom: 24px;
}

.tico-grafika-kolorystyka__layout {
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(0, 1.92fr);
  gap: 20px;
  align-items: start;
}

.tico-grafika-kolorystyka__intro {
  position: sticky;
  top: 20px;
}

.tico-grafika-kolorystyka__subheading {
  margin: 0 0 18px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-grafika-kolorystyka__copy p {
  margin: 0 0 20px;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-grafika-kolorystyka__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tico-grafika-kolorystyka__list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 20px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.5;
}

.tico-grafika-kolorystyka__list li:last-child {
  margin-bottom: 0;
}

.tico-grafika-kolorystyka__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e1261c;
}

.tico-grafika-kolorystyka__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tico-look-card {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tico-look-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #ececec;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tico-look-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 18px 16px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 45%,
    rgba(255, 255, 255, 0) 100%
  );
}

.tico-look-card__title {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  transition: color 0.25s ease;
}

.tico-look-card:hover {
  transform: translateY(-2px);
  border-color: #d3d3d3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.tico-look-card:hover img {
  transform: scale(1.02);
  filter: brightness(0.96);
}

.tico-look-card:hover .tico-look-card__title {
  color: #e1261c;
}

@media (max-width: 1299px) {
  .tico-grafika-kolorystyka__layout {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
    gap: 18px;
  }

  .tico-look-card img {
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .tico-grafika-kolorystyka__copy h3 {
    font-size: 28px;
  }

  .tico-grafika-kolorystyka__copy p {
    font-size: 17px;
  }

  .tico-look-card__title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .tico-grafika-kolorystyka__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tico-grafika-kolorystyka__intro {
    position: static;
  }

  .tico-grafika-kolorystyka__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tico-look-card img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .tico-grafika-kolorystyka {
    margin-bottom: 48px;
  }

  .tico-grafika-kolorystyka > .section-title {
    margin-bottom: 22px;
  }

  .tico-grafika-kolorystyka__copy h3 {
    font-size: 24px;
  }

  .tico-grafika-kolorystyka__copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-grafika-kolorystyka__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tico-look-card img {
    height: 220px;
  }

  .tico-look-card__overlay {
    padding: 28px 14px 14px;
  }

  .tico-look-card__title {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2f5c2f */.tico-wspolpraca {
  margin: 0 0 72px;
}

.tico-wspolpraca > .section-title {
  margin-bottom: 24px;
}

.tico-wspolpraca__intro {
  max-width: 980px;
  margin: 0 0 26px;
}

.tico-wspolpraca__subheading {
  margin: 0 0 14px;
  color: #111111;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.tico-wspolpraca__lead {
  margin: 0;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.65;
}

.tico-wspolpraca__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: start;
}

/* TIMELINE */
.tico-wspolpraca__timeline {
  --timeline-x: 98px;
  --dot-size: 14px;
  --dot-border: 3px;

  position: relative;
  padding-left: 0;
}

.tico-wspolpraca__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--timeline-x);
  width: 3px;
  background: rgba(0,0,0,0.1);
  transform: translateX(-50%);
}

.tico-step {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  column-gap: 26px;
  padding-bottom: 58px;
}

.tico-step:last-child {
  padding-bottom: 0;
}

.tico-step__marker {
  position: relative;
}

.tico-step__marker::before {
  content: "";
  position: absolute;
  left: var(--timeline-x);
  top: 43px; /* kropka na wysokości nagłówka, nie numeru */
  width: var(--dot-size);
  height: var(--dot-size);
  border: var(--dot-border) solid rgba(0,0,0,0.3);
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 2;
}

.tico-step__content {
  padding-top: 0;
}

.tico-step__number {
  display: inline-block;
  margin: 0 0 10px;
  color: #e1261c;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.tico-step__title {
  margin: 0 0 12px;
  color: #111111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.tico-step__text {
  margin: 0;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
}

/* VISUAL */
.tico-wspolpraca__visual {
  position: sticky;
  top: 20px;
}

.tico-wspolpraca__visual-card {
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.tico-wspolpraca__visual-card img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  background: #ececec;
}

/* 1199 */
@media (max-width: 1199px) {
  .tico-wspolpraca__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tico-wspolpraca__visual {
    position: static;
  }

  .tico-wspolpraca__visual-card img {
    height: 420px;
  }

  .tico-wspolpraca__subheading {
    font-size: 23px;
  }

  .tico-wspolpraca__lead {
    font-size: 17px;
    line-height: 1.6;
  }
}

/* 767 */
@media (max-width: 767px) {
  .tico-wspolpraca__timeline {
    --timeline-x: 34px;
    --dot-size: 12px;
    --dot-border: 3px;
  }

  .tico-step {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 14px;
    padding-bottom: 38px;
  }

  .tico-step__marker::before {
    top: 39px; /* odpowiednik wysokości nagłówka na mobile */
  }

  .tico-step__number {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .tico-step__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tico-step__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 640 */
@media (max-width: 640px) {
  .tico-wspolpraca {
    margin-bottom: 48px;
  }

  .tico-wspolpraca > .section-title {
    margin-bottom: 22px;
  }

  .tico-wspolpraca__subheading {
    font-size: 22px;
  }

  .tico-wspolpraca__lead {
    font-size: 16px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9cd64b */.tico-final-cta {
  margin: 0 0 72px;
}

.tico-final-cta > .section-title {
  margin-bottom: 2px;
}

.tico-final-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  padding: 17px;
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.tico-final-cta__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.tico-final-cta__title {
  margin: 0 0 16px;
  color: #111111;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tico-final-cta__text {
  max-width: 760px;
  margin: 0 0 22px;
  color: #2d2d2d;
  font-size: 19px;
  line-height: 1.65;
}

.tico-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.tico-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.2s ease;
}

.tico-final-cta__btn--primary {
  background: #e1261c;
  border: 1px solid #e1261c;
  color: #ffffff;
}

.tico-final-cta__btn--primary:hover {
  background: #c92017;
  border-color: #c92017;
  color: #ffffff;
}

.tico-final-cta__btn--secondary {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  color: #111111;
}

.tico-final-cta__btn--secondary:hover {
  border-color: #c7c7c7;
  background: #fafafa;
  color: #111111;
}

.tico-final-cta__note {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}

.tico-final-cta__side {
  display: grid;
  gap: 12px;
}

.tico-final-cta__card {
  padding: 18px 18px 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.tico-final-cta__card-no {
  display: inline-block;
  margin: 0 0 8px;
  color: #e1261c;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.tico-final-cta__card-title {
  margin: 0 0 6px;
  color: #111111;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.tico-final-cta__card-text {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .tico-final-cta__box {
    grid-template-columns: 1fr;
  }

  .tico-final-cta__title {
    font-size: 32px;
  }

  .tico-final-cta__text {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  .tico-final-cta {
    margin-bottom: 48px;
  }

  .tico-final-cta > .section-title {
    margin-bottom: 22px;
  }

  .tico-final-cta__box {
    padding: 18px;
  }

  .tico-final-cta__title {
    font-size: 28px;
  }

  .tico-final-cta__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .tico-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tico-final-cta__btn {
    width: 100%;
  }

  .tico-final-cta__card-title {
    font-size: 18px;
  }
}/* End custom CSS */