/* ==================================================
   Proteus Footer — elegant brand close
================================================== */

.proteus-footer {
  --pf-ink: #0a1c2a;
  --pf-muted: #5d7588;
  --pf-line: rgba(10, 28, 42, 0.08);
  --pf-accent: #1a9b6c;
  --pf-cream: #fff4d7;
  position: relative;
  font-family: "Manrope", system-ui, sans-serif;
  padding: 72px 0 28px;
  background:
    radial-gradient(ellipse 45% 55% at 0% 0%, rgba(255, 244, 215, 0.45), transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 100%, rgba(26, 155, 108, 0.08), transparent 50%),
    linear-gradient(180deg, #f7faf8 0%, #eef5f1 100%) !important;
  overflow: hidden;
  border-top: 1px solid var(--pf-line);
}

.proteus-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(220px, 40%);
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--pf-accent), #3ecf8e, transparent);
}

.proteus-footer .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.proteus-footer .map,
.proteus-footer .shape1,
.proteus-footer .shape8 {
  display: none;
}

.proteus-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.6fr);
  gap: 40px 48px;
  align-items: start;
  margin-bottom: 36px;
}

.proteus-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.proteus-footer .footer-brand .logo {
  margin-bottom: 0;
}

.proteus-footer .footer-brand .logo img {
  height: 42px;
  width: auto;
  max-width: 110px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.proteus-footer .footer-brand-name {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--pf-ink);
  text-decoration: none;
}

.proteus-footer .footer-brand-name span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-muted);
  margin-top: 2px;
}

.proteus-footer .footer-brand-name:hover {
  color: var(--pf-accent);
}

.proteus-footer .footer-brand-name:hover span {
  color: var(--pf-accent);
}

.proteus-footer .footer-brand-block > p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--pf-muted);
  max-width: 360px;
  margin: 0 0 22px;
}

.proteus-footer .footer-contact-info {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.proteus-footer .footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--pf-muted);
  margin-bottom: 12px;
}

.proteus-footer .footer-contact-info li svg,
.proteus-footer .footer-contact-info li i {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: var(--pf-accent);
}

.proteus-footer .footer-contact-info li a {
  color: var(--pf-ink);
  font-weight: 600;
  text-decoration: none;
}

.proteus-footer .footer-contact-info li a:hover {
  color: var(--pf-accent);
}

.proteus-footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proteus-footer .social-links li a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--pf-line);
  color: var(--pf-ink);
  box-shadow: 0 6px 16px rgba(10, 28, 42, 0.04);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.proteus-footer .social-links li a svg,
.proteus-footer .social-links li a i {
  width: 15px;
  height: 15px;
}

.proteus-footer .social-links li a:hover {
  background: var(--pf-ink);
  border-color: var(--pf-ink);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(10, 28, 42, 0.16);
}

.proteus-footer .footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.proteus-footer .footer-col h3 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pf-ink);
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
}

.proteus-footer .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pf-accent), #3ecf8e);
}

.proteus-footer .footer-col ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.proteus-footer .footer-col ul.list li {
  margin-bottom: 10px;
}

.proteus-footer .footer-col ul.list li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--pf-muted);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.proteus-footer .footer-col ul.list li a:hover {
  color: var(--pf-accent);
  padding-left: 4px;
}

.proteus-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid var(--pf-line);
}

.proteus-footer .footer-bottom p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--pf-muted);
}

.proteus-footer .footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--pf-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 28, 42, 0.16);
  transition: transform 0.2s ease, background 0.2s ease;
}

.proteus-footer .footer-cta svg,
.proteus-footer .footer-cta i {
  width: 14px;
  height: 14px;
}

.proteus-footer .footer-cta:hover {
  background: var(--pf-accent);
  color: #fff;
  transform: translateY(-1px);
}

/* Legacy template hooks (if present) */
.proteus-footer .single-footer-widget {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .proteus-footer {
    padding-top: 56px;
  }

  .proteus-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .proteus-footer .footer-brand-block > p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .proteus-footer .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .proteus-footer .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .proteus-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
