/* Atlas footer */

.foot-kp {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--elmet-ink, #1c5d68);
  padding: 11px 18px;
  border-radius: 999px;
}
.foot-kp:hover { background: #164850; }

.foot-atlas {
  background: #143a42;
  color: #e8f4f6;
  padding: 36px 0 28px;
  margin-top: 0;
}
.foot-atlas a { color: inherit; }
.foot-atlas .foot-pages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.foot-atlas .fp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 168px;
  padding: 16px 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.foot-atlas .fp:hover { background: rgba(255, 255, 255, 0.08); }
.foot-atlas .fp small {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8ed4e1;
}
.foot-atlas .fp b {
  font-family: "Source Serif 4", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.foot-atlas .fp p {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(232, 244, 246, 0.72);
  flex: 1;
}
.foot-atlas .fp span {
  font-size: 12px;
  font-weight: 650;
  color: #8ed4e1;
}
.foot-atlas .foot-mid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr 1.55fr;
  gap: 24px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-atlas .brand-col b { font-size: 15px; }
.foot-atlas .brand-col .tel {
  display: block;
  margin: 10px 0 4px;
  font-family: "Source Serif 4", serif;
  font-size: 22px;
  font-weight: 600;
}
.foot-atlas .brand-col p { font-size: 13px; color: rgba(232, 244, 246, 0.7); margin-top: 4px; }
.foot-atlas .col-t {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8ed4e1;
  margin-bottom: 10px;
}
.foot-atlas .col-links a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
}
.foot-atlas .col-links a:hover { color: #8ed4e1; }
.foot-atlas .cta-box {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 8px;
  align-items: stretch;
  min-height: 176px;
  overflow: visible;
  color: #143a42;
  padding: 16px 16px 16px 10px;
  border-radius: 18px;
  background:
    radial-gradient(140px 90px at 0% 0%, rgba(255, 255, 255, 0.55), transparent 70%),
    linear-gradient(165deg, #c5eef4 0%, #8ed4e1 50%, #6ec4d4 100%);
  box-shadow: 0 12px 28px rgba(10, 40, 48, 0.28);
}
.foot-atlas .cta-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  z-index: 1;
}
.foot-atlas .cta-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c5d68;
  margin-bottom: 8px;
}
.foot-atlas .cta-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1c5d68;
  box-shadow: 0 0 0 0 rgba(28, 93, 104, 0.45);
  animation: cta-pulse 1.8s ease-out infinite;
}
@keyframes cta-pulse {
  70% { box-shadow: 0 0 0 8px rgba(28, 93, 104, 0); }
}
.foot-atlas .cta-box p {
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 6px;
}
.foot-atlas .cta-box small {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #1c5d68;
  opacity: 0.82;
  margin-bottom: 12px;
}
.foot-atlas .cta-box .foot-kp {
  background: #143a42;
  color: #fff;
  width: auto;
  margin-top: auto;
}
.foot-atlas .cta-box .foot-kp:hover { background: #0f2e34; }
.foot-atlas .cta-person {
  margin: -36px 0 -22px -4px;
  width: 124px;
  height: 154px;
  overflow: hidden;
  align-self: end;
  border-radius: 72px 72px 22px 22px;
  background: #f4fbfc;
  transform: rotate(-4deg);
  box-shadow: 6px 10px 0 rgba(20, 58, 66, 0.16);
}
.foot-atlas .cta-person img {
  width: 168%;
  max-width: none;
  height: auto;
  display: block;
  margin: -6% -34% 0;
}
.foot-atlas .foot-legal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: rgba(232, 244, 246, 0.55);
}

@media (max-width: 1100px) {
  .foot-atlas .foot-pages,
  .foot-atlas .foot-mid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .foot-atlas .foot-pages { grid-template-columns: 1fr 1fr; gap: 8px; }
  .foot-atlas .foot-mid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
  }
  .foot-atlas .brand-col,
  .foot-atlas .cta-box { grid-column: 1 / -1; }
}
