.footer-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #6BB5CB, #4FA3BE);
  color: #0b1c2d;
  font-weight: 700;
  font-size: 14px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(107, 181, 203, 0.35);
  transition: all 0.25s ease;
}

.footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(107, 181, 203, 0.55);
  background: linear-gradient(135deg, #7fd0e2, #5fbcd6);
}

.footer-cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(107, 181, 203, 0.35);
}

.footer-novaseg {
  background: #0b1c2d;
  color: #e1e8f0;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  padding: 0;
}

.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.footer-col ul li {
  margin-bottom: 8px;
  text-align: left;
}

.footer-col a {
  color: #e1e8f0;
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: #003c71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #005aa7;
  transform: scale(1.1);
}

.footer-social svg {
  width: 18px;
  fill: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #9fb3c8;
}
