:root {
  --v14f-bg: #474b3e;
  --v14f-overlay: url("../img/Vector_14.svg") center / cover no-repeat;
  --v14f-text: #ffffff;
  --v14f-accent: #fb8c27;
}

.v14f-page {
  width: 100%;
  background: #fff;
}

.v14f-footer-screen {
  padding: 0;
  background: #fff;
}

.v14f-footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.v14f-footer-grid {
  position: relative;
  min-height: 634px;
  overflow: hidden;
  background: var(--v14f-bg);
  isolation: isolate;
}

.v14f-footer-bg {
  position: absolute;
  inset: 0;
  background: var(--v14f-bg);
  z-index: -2;
}

.v14f-footer-noise {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1356px;
  height: 733px;
  transform: translate(-50%, -50%);
  background: var(--v14f-overlay);
  z-index: -1;
}

.v14f-footer-top {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 64px;
  margin-left: 0;
  margin-right: 0;
  row-gap: 16px;
  z-index: 1;
}

.v14f-footer-top > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.v14f-footer-meta-row,
.v14f-footer-wordmark-row {
  margin-left: 0;
  margin-right: 0;
}

.v14f-footer-meta-row > [class*="col-"],
.v14f-footer-wordmark-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.v14f-footer-logo {
  position: static;
  display: inline-flex;
  text-decoration: none;
}

.v14f-footer-logo__icon {
  width: 68px;
  height: 84px;
  display: block;
}

.v14f-footer-nav {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.v14f-footer-nav a {
  color: var(--v14f-text);
  text-decoration: none;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.v14f-footer-actions {
  position: static;
  width: 300px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v14f-footer-actions__btn {
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.v14f-footer-actions__btn--ghost {
  background: #fff;
  color: var(--v14f-accent);
}

.v14f-footer-actions__btn--primary {
  background: var(--v14f-accent);
  color: #fff;
}

.v14f-footer-actions__btn:hover {
  box-shadow: 0 8px 20px rgba(251, 140, 39, 0.28);
  transform: translateY(-1px);
  filter: brightness(0.95);
}

.v14f-footer-actions__btn:active {
  transform: translateY(0);
  filter: brightness(0.9);
}

.v14f-footer-wordmark {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 250px;
  width: calc(100% - 120px);
  max-width: 1320px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.73%;
  z-index: 1;
}

.v14f-footer-wordmark__smeta {
  width: 82.58%;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.v14f-footer-wordmark__n {
  width: 14.7%;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.v14f-footer-bottom {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 212px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  z-index: 1;
}

.v14f-footer-bottom a {
  color: var(--v14f-text);
  text-decoration: none;
  font-family: Involve, Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .v14f-footer-screen {
    padding: 24px 16px 0;
  }

  .v14f-footer-grid {
    min-height: 560px;
  }

  .v14f-footer-noise {
    width: 92%;
    height: 88%;
  }

  .v14f-footer-top {
    left: 20px;
    right: 20px;
    top: 28px;
  }

  .v14f-footer-actions {
    width: min(300px, 100%);
  }
}

@media (max-width: 992px) {
  .v14f-footer-grid {
    min-height: 0;
    border-radius: 14px;
    padding: 28px 20px 24px;
  }

  .v14f-footer-top {
    position: static;
  }

  .v14f-footer-logo__icon {
    width: 56px;
    height: auto;
  }

  .v14f-footer-actions {
    width: min(300px, 100%);
    margin: 0 auto;
  }

  .v14f-footer-wordmark {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 2.73%;
  }

  .v14f-footer-bottom {
    position: static;
    margin-top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .v14f-footer-screen {
    padding: 16px 12px 0;
  }

  .v14f-footer-grid {
    border-radius: 0;
    padding: 20px 12px;
  }

  .v14f-footer-top {
    row-gap: 12px;
  }

  .v14f-footer-actions {
    width: 100%;
  }
}
