.tabor-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px 0 0 !important;
  background:
    linear-gradient(135deg, rgba(18, 30, 34, 0.98) 0%, rgba(31, 50, 57, 0.98) 56%, rgba(42, 65, 75, 0.98) 100%) !important;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricprecision;
}

.tabor-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 92%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 92%);
  opacity: 0.32;
}

.tabor-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, rgba(166, 203, 205, 0.11), transparent 38%),
    linear-gradient(310deg, rgba(240, 199, 119, 0.08), transparent 34%);
  pointer-events: none;
}

.tabor-footer .container {
  max-width: 1240px;
}

.tabor-footer-shell {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tabor-footer-grid {
  display: grid;
  grid-template-columns: minmax(140px, 0.75fr) minmax(210px, 0.95fr) minmax(150px, 0.7fr) minmax(390px, 1.3fr);
  gap: 48px;
  align-items: start;
  padding: 30px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tabor-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.tabor-footer-column h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tabor-footer-link {
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.tabor-footer-link:hover {
  color: #d9eff0;
  transform: translateX(3px);
}

.tabor-footer-contact-wrap {
  position: relative;
  min-height: 270px;
  margin-top: -16px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(10, 24, 31, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tabor-footer-panel-watermark {
  position: absolute;
  right: -22px;
  bottom: -58px;
  width: 430px;
  max-width: 95%;
  height: auto;
  opacity: 0.09;
  transform: rotate(-5deg);
  pointer-events: none;
}

.tabor-footer-contact-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.tabor-footer-contact-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.tabor-footer-contact-item:hover {
  transform: translateY(-2px);
  border-color: rgba(166, 203, 205, 0.5);
  background: rgba(255, 255, 255, 0.085);
}

.tabor-footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(166, 203, 205, 0.14);
}

.tabor-footer-contact-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.tabor-footer-contact-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tabor-footer-contact-text {
  display: block;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.tabor-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 22px 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.45;
}

.tabor-footer-bottom p {
  margin: 0;
}

.tabor-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.tabor-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.22s ease;
}

.tabor-footer-bottom a:hover {
  color: #d9eff0;
}

@media screen and (max-width: 991px) {
  .tabor-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
  }

  .tabor-footer-contact-wrap {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 640px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .tabor-footer {
    padding-top: 12px !important;
  }

  .tabor-footer-shell {
    padding-top: 22px;
  }

  .tabor-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 30px;
    padding: 22px 0 30px;
  }

  .tabor-footer-column {
    gap: 11px;
  }

  .tabor-footer-column h3,
  .tabor-footer-link {
    font-size: 15px;
  }

  .tabor-footer-contact-wrap {
    grid-column: 1 / -1;
    max-width: none;
    min-height: auto;
    padding: 9px;
  }

  .tabor-footer-panel-watermark {
    right: 0;
    width: 88%;
  }

  .tabor-footer-contact-panel {
    gap: 10px;
  }

  .tabor-footer-contact-item {
    min-height: 68px;
    padding: 12px;
  }

  .tabor-footer-contact-text {
    font-size: 15px;
  }

  .tabor-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    gap: 10px;
    padding: 20px 0 22px;
    font-size: 14px;
  }

  .tabor-footer-bottom-links {
    gap: 14px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .tabor-footer-contact-item {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 72px;
    padding: 13px;
  }

  .tabor-footer-contact-icon {
    width: 40px;
    height: 40px;
  }
}
