/* iFix Cellfone — assets/footer.css
   Footer styling (dark, premium) and compact AI-friendly link row. */

.site-footer {
  /* Softer than pure black — still premium, reads cleaner on phones */
  background: linear-gradient(180deg, #1a1714 0%, #12100e 100%) !important;
  color: rgba(245, 240, 232, 0.94);
  padding: 44px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Top contact strip */
.ftr-strip {
  background: rgba(10, 8, 6, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ftr-strip-in {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.ftr-strip-contacts {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ftr-strip-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(240, 235, 227, 0.92);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.ftr-strip-contacts a svg {
  opacity: 0.9;
}

.ftr-book-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(232, 25, 44, 0.16);
  border: 1px solid rgba(232, 25, 44, 0.35);
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 11px 16px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ftr-book-chip:hover {
  transform: translateY(-2px);
  background: rgba(232, 25, 44, 0.22);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.32);
}

/* Footer main grid */
.ftr-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px clamp(20px, 5vw, 60px) 18px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.ftr-brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.ftr-brand-logo img {
  display: block;
}

.ftr-brand-name {
  font-size: 1.14rem;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.ftr-brand-desc {
  color: rgba(240, 235, 227, 0.62);
  line-height: 1.75;
  margin: 0;
  max-width: 360px;
}

.ftr-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.ftr-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(240, 235, 227, 0.85);
  text-decoration: none;
  font-weight: 800;
}

.ftr-social a:hover {
  border-color: rgba(232, 25, 44, 0.45);
  color: #ffffff;
}

.ftr-col h5 {
  color: rgba(240, 235, 227, 0.92);
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  font-weight: 900;
}

.ftr-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.ftr-col a {
  color: rgba(240, 235, 227, 0.66);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.35;
}

.ftr-col a:hover {
  color: rgba(232, 25, 44, 0.98);
}

/* City link row (previously too many links + no styling) */
.ftr-seo-links {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 14px clamp(20px, 5vw, 60px) 0;
}

.ftr-seo-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.ftr-seo-links a {
  color: rgba(240, 235, 227, 0.68);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
}

.ftr-seo-links a:hover {
  color: rgba(232, 25, 44, 0.98);
}

.ftr-seo-links .sep {
  color: rgba(240, 235, 227, 0.28);
  font-weight: 400;
  margin: 0 2px;
}

/* Bottom bar */
.ftr-bottom {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 14px clamp(20px, 5vw, 60px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ftr-bottom-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.ftr-copy {
  margin: 0;
  color: rgba(240, 235, 227, 0.58);
  font-weight: 700;
  font-size: 0.9rem;
}

.ftr-kw {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.ftr-kw span {
  color: rgba(240, 235, 227, 0.40);
  font-weight: 800;
  font-size: 0.84rem;
}

.ftr-kw .dot {
  color: rgba(240, 235, 227, 0.18);
}

@media (max-width: 980px) {
  .ftr-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 520px) {
  .ftr-grid {
    grid-template-columns: 1fr;
  }
  .ftr-brand-desc {
    max-width: none;
  }
  .ftr-seo-links a {
    white-space: normal;
  }
}
