/* Footer form — brand gradient accents (blue elements only) */

.op-form-wrap__content--title span,
.op-form-wrap__data--title span {
  background: linear-gradient(91.91deg, #092B96 0%, #086CDC 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.op-form-wrap__content--phone {
  color: #131313;
  transition: color 0.3s ease;
}

.op-form-wrap__content--phone svg {
  flex-shrink: 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.op-form-wrap__content--phone span {
  background: linear-gradient(91.91deg, #092B96 0%, #086CDC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.op-form-wrap__content--phone span::after {
  background: linear-gradient(91.91deg, #092B96 0%, #086CDC 100%) !important;
  background-color: transparent !important;
}

.op-form-wrap__content--phone:hover svg,
.op-form-wrap__content--phone:focus-visible svg {
  transform: rotate(8deg) scale(1.06);
  filter: drop-shadow(0 6px 12px rgba(8, 108, 220, 0.28));
}

/* Footer email reveal */
.op-footer-wrap__nav--contacts .op-item--email {
  margin-bottom: 20px;
}

.op-footer-email-reveal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #092B96;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(91.91deg, #092B96 0%, #086CDC 100%) border-box;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(9, 43, 150, 0.1);
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.op-footer-email-reveal:hover,
.op-footer-email-reveal:focus-visible {
  color: #fff;
  background: linear-gradient(91.91deg, #092B96 0%, #086CDC 100%);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(8, 108, 220, 0.26);
  transform: translateY(-1px);
  outline: none;
}

.op-footer-wrap__nav--contacts .op-footer-email-link {
  position: relative;
  font-weight: 600;
  font-size: clamp(0.875rem, calc(0.8260188088rem + 0.0020898642 * 100vw), 1rem);
  max-width: calc(100% - 22px);
  color: #667085;
  text-decoration: none;
}

.op-footer-wrap__nav--contacts .op-footer-email-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(91.91deg, #092B96 0%, #086CDC 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: width 0.3s ease;
}

.op-footer-wrap__nav--contacts .op-footer-email-link:hover::after,
.op-footer-wrap__nav--contacts .op-footer-email-link:focus-visible::after {
  width: 100%;
}
