/* MadhavAI footer v2 — clean, light, learning-first and mobile friendly. */
.mv-footer-v2 {
  position: relative;
  overflow: hidden;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
  padding: 0 !important;
}
.mv-footer-v2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg,#2563eb,#22d3ee,#7c3aed);
}
.mv-footer-v2__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 1.5rem;
}
.mv-footer-v2__main {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(0,.8fr) minmax(0,.8fr);
  gap: clamp(2rem,5vw,5rem);
  align-items: start;
}
.mv-footer-v2__brandline {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.mv-footer-v2__brandline img {
  width: 52px;
  height: 42px;
  object-fit: contain;
}
.mv-footer-v2__brandname {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -.02em;
}
.mv-footer-v2__tagline {
  margin-top: .2rem;
  color: #2563eb;
  font-size: .76rem;
  font-weight: 700;
}
.mv-footer-v2__about {
  max-width: 32rem;
  margin-top: 1.15rem;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.75;
}
.mv-footer-v2__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.15rem;
}
.mv-footer-v2__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .35rem .65rem;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: .7rem;
  font-weight: 700;
}
.mv-footer-v2__heading {
  margin-bottom: .9rem;
  color: #0f172a;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mv-footer-v2__links {
  display: grid;
  gap: .72rem;
}
.mv-footer-v2__links a {
  width: fit-content;
  color: #475569 !important;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}
.mv-footer-v2__links a:hover {
  color: #2563eb !important;
  transform: translateX(2px);
}
.mv-footer-v2__roles {
  display: grid;
  gap: .6rem;
}
.mv-footer-v2__role {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 48px;
  padding: .7rem .8rem;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
  color: #334155 !important;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15,23,42,.035);
}
.mv-footer-v2__role-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: .65rem;
  background: linear-gradient(135deg,#dbeafe,#cffafe);
  font-size: .92rem;
}
.mv-footer-v2__role strong {
  display: block;
  color: #0f172a;
  font-size: .8rem;
}
.mv-footer-v2__role small {
  display: block;
  margin-top: .08rem;
  color: #64748b;
  font-size: .65rem;
  line-height: 1.25;
}
.mv-footer-v2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.7rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: .72rem;
}
.mv-footer-v2__bottom-right {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.mv-footer-v2__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.10);
}
@media (hover:hover) and (pointer:fine) {
  .mv-footer-v2__role { transition: transform 170ms ease,border-color 170ms ease,box-shadow 170ms ease; }
  .mv-footer-v2__role:hover { transform: translateY(-2px); border-color:#bfdbfe; box-shadow:0 10px 24px rgba(37,99,235,.07); }
}
@media (max-width: 900px) {
  .mv-footer-v2__main { grid-template-columns: 1fr 1fr; }
  .mv-footer-v2__brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .mv-footer-v2__inner { padding: 2.7rem 1rem 1.25rem; }
  .mv-footer-v2__main { grid-template-columns: 1fr; gap: 2rem; }
  .mv-footer-v2__brand { grid-column: auto; }
  .mv-footer-v2__bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .mv-footer-v2__links a,.mv-footer-v2__role { transition:none !important; transform:none !important; }
}
