/* Footer — Jun 5 2026 mockup trace */

.ev-foot {
  background: #0a1628;
  color: #c8d4e0;
  padding: 56px 0 0;
  font-size: 14px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ev-foot .ev-wrap {
  max-width: 1260px;
}

.ev-foot-main {
  padding-bottom: 40px;
}

.ev-foot-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(120px, 0.85fr)) minmax(180px, 1fr);
  gap: 28px 32px;
  margin-bottom: 40px;
}

.ev-foot-brand img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.ev-foot-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  max-width: 300px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #2f80ff;
}

.ev-foot-location svg {
  flex-shrink: 0;
}

.ev-foot-brand > p:not(.ev-foot-location) {
  margin: 0 0 22px;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  color: #9fb0c3;
}

.ev-foot-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ev-foot-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.ev-foot-social a:hover {
  border-color: #2f80ff;
  background: rgba(47, 128, 255, 0.12);
}

.ev-foot-social svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ev-foot-col h3,
.ev-foot-contact h3 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f80ff;
  border-bottom: 1px solid rgba(47, 128, 255, 0.35);
}

.ev-foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev-foot-col li {
  margin-bottom: 10px;
}

.ev-foot-col li:last-child {
  margin-bottom: 0;
}

.ev-foot-col li.ev-foot-parent > a {
  font-weight: 700;
  color: #e8f0f8;
}

.ev-foot-col ul ul {
  margin: 8px 0 0;
  padding: 0 0 0 12px;
  border-left: 1px solid rgba(47, 128, 255, 0.28);
}

.ev-foot-col ul ul li {
  margin-bottom: 8px;
}

.ev-foot-col ul ul li:last-child {
  margin-bottom: 0;
}

.ev-foot-col ul ul a {
  font-size: 13px;
  font-weight: 500;
  color: #9fb0c3;
}

.ev-foot-col ul ul a:hover {
  color: #fff;
}

.ev-foot-col a {
  color: #c8d4e0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s ease;
}

.ev-foot-col a:hover {
  color: #fff;
}

.ev-foot-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.ev-foot-contact-item:last-child {
  margin-bottom: 0;
}

.ev-foot-contact-icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.ev-foot-contact-copy {
  min-width: 0;
  padding-top: 2px;
}

.ev-foot-contact-copy a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ev-foot-contact-copy a:hover {
  color: #2f80ff;
}

.ev-foot-contact-copy span,
.ev-foot-contact-copy p {
  display: block;
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #9fb0c3;
}

.ev-foot-contact-copy p {
  margin: 0;
}

.ev-foot-contact-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px !important;
}

/* Trust bar */
.ev-foot-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 22px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.ev-foot-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ev-foot-trust-item:last-child {
  border-right: 0;
}

.ev-foot-trust-item img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ev-foot-trust-item h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.ev-foot-trust-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #9fb0c3;
}

/* Legal row */
.ev-foot-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #7f93a8;
}

.ev-foot-legal p {
  margin: 0;
}

.ev-foot-legal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
}

.ev-foot-legal-nav a {
  color: #9fb0c3;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ev-foot-legal-nav a:hover {
  color: #fff;
}

.ev-foot-legal-nav span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1100px) {
  .ev-foot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ev-foot-brand {
    grid-column: 1 / -1;
  }

  .ev-foot-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 20px 12px;
  }

  .ev-foot-trust-item {
    border-right: 0;
    padding: 0 10px;
  }

  .ev-foot-trust-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 700px) {
  .ev-foot {
    padding-top: 44px;
  }

  .ev-foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ev-foot-location,
  .ev-foot-brand > p:not(.ev-foot-location) {
    max-width: none;
  }

  .ev-foot-trust {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-foot-trust-item,
  .ev-foot-trust-item:nth-child(odd) {
    border-right: 0;
    padding: 0 8px;
  }

  .ev-foot-legal {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
