.contacts {
  padding: 70px 0;
  background: linear-gradient(160deg, var(--navy), #122f57);
  color: #fff;
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.contacts h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.8px;
}

.contacts p {
  margin-top: 16px;
  font-size: 17px;
  color: #c8d7ee;
  max-width: 100%;
}

.contacts__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacts .btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.contacts .btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff;
}

.footer-bottom {
  background: #0b1e39;
  color: #7f92ad;
  font-size: 13px;
  text-align: center;
  padding: 22px 0;
}
