/* ---------------------------------------------------------------------------
   The brand footer — one footer, shared by every public page, matching the
   moto365.in / inspektai.in house style: a dark band, a two-column split of
   contact and company, uppercase muted micro-labels over light values, and a
   legal + trademark line. Loaded last, so its .ftr rules beat the older
   per-page `footer`/`.foot` styles (class over bare element).
--------------------------------------------------------------------------- */
.ftr{background:#0e0e11;color:#e9e9ec;padding:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}
.ftr *{box-sizing:border-box}
.ftr a{color:inherit;text-decoration:none}
.ftr-in{max-width:1240px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(20px,5vw,64px) 26px}

.ftr-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,72px)}
@media (max-width:720px){.ftr-cols{grid-template-columns:1fr;gap:38px}}

.ftr-brand{font:700 18px/1 'DM Sans',sans-serif;letter-spacing:-.02em;margin-bottom:24px;color:#fff}
.ftr-brand span{color:#FC5C2E}
.ftr-co{font:600 20px/1.2 'DM Sans',sans-serif;letter-spacing:-.01em;margin-bottom:20px;color:#fff}

.ftr-lab{font:600 11px/1 'Inter',sans-serif;letter-spacing:.09em;text-transform:uppercase;
  color:#83838d;margin:20px 0 6px}
.ftr-lab:first-child{margin-top:0}
.ftr-big{font:400 20px 'DM Sans',sans-serif;color:#fff;display:inline-block;transition:color .12s ease}
.ftr-big:hover{color:#FC5C2E}

.ftr address{font-style:normal;font-size:15px;line-height:1.7;color:#c4c4ca;margin:0}

.ftr-links{display:flex;flex-wrap:wrap;gap:11px 22px;margin-top:28px}
.ftr-links a{font-size:14.5px;color:#b4b4bb;transition:color .12s ease}
.ftr-links a:hover{color:#fff}

.ftr-legal{border-top:1px solid rgba(255,255,255,.10);margin-top:clamp(34px,5vw,56px);
  padding-top:22px;display:flex;flex-direction:column;gap:8px}
.ftr-legal p{margin:0;font-size:12.5px;line-height:1.55;color:#7c7c85}
.ftr-tm{color:#63636b}
