/* Общий подвал и блок «Смотрите также» для статических лендингов Проценка.
   Подключать после шрифта Inter. Не путать с FooterBar внутри приложения. */

.lp-see-also-wrap {
  margin: 48px 0 8px;
  text-align: center;
}

.lp-see-also-wrap h2 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 18px;
}

.lp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}

.lp-chip {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #e0e7ff;
  background: #fff;
  color: #4338ca;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s, color 0.15s, background 0.15s;
}

.lp-chip:hover {
  border-color: #a5b4fc;
  color: #3730a3;
  background: #f8faff;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.12);
  text-decoration: none;
}

.lp-chip-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #eef2ff;
  color: #6366f1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.lp-chip:hover .lp-chip-arrow {
  background: #e0e7ff;
}

/* ── Footer ── */
.lp-site-footer {
  margin-top: 64px;
  background: linear-gradient(180deg, #1e1b4b 0%, #16133a 100%);
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Inter', system-ui, sans-serif;
  padding: 40px 24px 28px;
}

.lp-site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  gap: 32px 28px;
}

.lp-site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.lp-site-footer-logo:hover {
  color: #fff;
  text-decoration: none;
}

.lp-site-footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}

.lp-site-footer-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  max-width: 320px;
}

.lp-site-footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.lp-site-footer-col-title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.lp-site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-site-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lp-site-footer-nav a:hover {
  background: rgba(99, 102, 241, 0.22);
  border-color: rgba(165, 180, 252, 0.45);
  color: #fff;
  text-decoration: none;
}

.lp-site-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-site-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lp-site-footer-contact:hover {
  background: rgba(99, 102, 241, 0.22);
  border-color: rgba(165, 180, 252, 0.45);
  color: #fff;
  text-decoration: none;
}

.lp-site-footer-contact svg,
.lp-site-footer-contact .lp-max-ico {
  flex-shrink: 0;
  opacity: 0.85;
}

.lp-site-footer-contact:hover svg,
.lp-site-footer-contact:hover .lp-max-ico {
  opacity: 1;
}

.lp-site-footer-contact .lp-max-ico {
  display: block;
  filter: brightness(0) invert(1);
}

.lp-site-footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4px;
}

.lp-site-footer-legal a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  text-decoration: none;
}

.lp-site-footer-legal a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

@media (max-width: 800px) {
  .lp-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-site-footer-desc {
    max-width: none;
  }
}
