/* ═══════════════════════════════════════════════════════════════
   footer.css — Teh Tarik Digital · Site Footer
   TTD Standard — shared across all pages.
   ═══════════════════════════════════════════════════════════════ */

/* ── FOOTER — TTD Standard (matches services.css) ───────────── */
.site-footer {
  position:   relative;
  z-index:    1;
  background: var(--bg);
  border-top: 1px solid var(--border-subtle);
}

.footer-main {
  max-width: 1200px;
  margin:    0 auto;
  padding:   56px 10px 48px;
  display:   grid;
  grid-template-columns: 1.9fr 1.1fr 1.1fr 0.85fr 1.35fr;
  gap:       40px clamp(20px, 2.5vw, 30px);
  align-items: start;
}

.footer-col-label {
  font-family:    var(--font-mono);
  font-size:      11px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color:          var(--brand-gold);
  margin-bottom:  20px;
  display:        flex;
  align-items:    center;
  gap:            10px;
}

.footer-col-label--gap { margin-top: 24px; }

.footer-col-label::after {
  content:    '';
  flex:       1;
  height:     1px;
  background: var(--brand-gold-border);
  opacity:    0.5;
}

.footer-brand {
  display:        flex;
  flex-direction: column;
  gap:            0;
}

.footer-logo-row {
  display:       flex;
  align-items:   flex-end;
  gap:           10px;
  margin-bottom: 12px;
}

.footer-logo-row .footer-logo {
  margin-bottom: 0;
  flex-shrink:   0;
}

.footer-reg-block {
  display:        flex;
  flex-direction: column;
  gap:            2px;
  padding-bottom: 6px;
}

.footer-reg-block .footer-reg {
  margin-bottom: 0;
  line-height:   1.4;
  font-family:   var(--font-mono);
  font-size:     9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color:         var(--text-faint);
}

.footer-logo {
  display:         block;
  text-decoration: none;
  margin-bottom:   12px;
}

.footer-logo img {
  width:      150px;
  height:     52px;
  object-fit: contain;
  display:    block;
}

.footer-tagline {
  font-family:    var(--font-mono);
  font-size:      11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:          var(--text-faint);
  margin-bottom:  16px;
}

.footer-brand-desc {
  font-family:   var(--font-mono);
  font-size:     13px;
  line-height:   1.9;
  color:         var(--text-muted);
  margin-bottom: 24px;
  max-width:     360px;
}

.footer-badges {
  display:    flex;
  gap:        17px;
  flex-wrap:  nowrap;
  align-items:center;
}

.compliance-badge {
  width:      42px;
  height:     42px;
  flex-shrink:0;
  opacity:    0.7;
  transition: opacity 0.2s;
}

.compliance-badge:hover { opacity: 1; }

.footer-nav-list {
  list-style: none;
  display:    flex;
  flex-direction: column;
  gap:        11px;
}

.footer-nav-list a {
  font-family:     var(--font-mono);
  font-size:       13px;
  letter-spacing:  1px;
  color:           var(--text-footer-link);
  text-decoration: none;
  transition:      color 0.2s;
  display:         inline-flex;
  align-items:     center;
  gap:             8px;
}

.footer-nav-list a:hover { color: rgba(255,255,255,0.85); }

.ai-tag {
  display:        inline-flex;
  align-items:    center;
  padding:        3px 8px;
  font-family:    var(--font-mono);
  font-size:      11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color:          var(--brand-gold);
  border:         1px solid var(--brand-gold-border);
  background:     var(--brand-gold-dim);
  line-height:    1;
}

.footer-reach {
  display:        flex;
  flex-direction: column;
}

.footer-contact-list {
  list-style: none;
  display:    flex;
  flex-direction: column;
  gap:        10px;
}

.footer-contact-list li {
  display:    flex;
  align-items:flex-start;
  gap:        10px;
}

.contact-icon {
  font-size:  13px;
  color:      rgba(41, 121, 255, 0.55);
  margin-top: 1px;
  flex-shrink:0;
  width:      14px;
  text-align: center;
}

.contact-text {
  font-family: var(--font-mono);
  font-size:   13px;
  line-height: 1.65;
  color:       rgba(255,255,255,0.40);
  transition:  color 0.2s;
}

.footer-contact-list li:hover .contact-text { color: rgba(255,255,255,0.7); }

.contact-text a {
  color:           inherit;
  text-decoration: none;
}

/* ── Footer social icons ──────────────────────────────── */
.footer-social-row {
  display:     flex;
  align-items: center;
  gap:         18px;
  margin-top:  20px;
}

.footer-social-icon {
  display:         inline-flex;
  align-items:     center;
  justify-content: center;
  font-size:       15px;
  color:           rgba(255, 255, 255, 0.30);
  text-decoration: none;
  transition:      color 0.2s;
  line-height:     1;
}

.footer-social-icon:hover {
  color: rgba(255, 255, 255, 0.80);
}

.cb-badge {
  font-family:     'Orbitron', sans-serif;
  font-weight:     700;
  font-size:       11px;
  letter-spacing:  0.5px;
  line-height:     1;
  user-select:     none;
}

.footer-bottom {
  border-top: 1px solid rgba(41, 121, 255, 0.08);
  background: rgba(3, 5, 10, 0.55);
}

.footer-bottom-inner {
  max-width:       1200px;
  margin:          0 auto;
  padding:         16px 10px;
  display:         flex;
  align-items:     center;
  justify-content: space-between;
  gap:             16px;
  flex-wrap:       wrap;
}

.footer-copy {
  font-size:      11px;
  letter-spacing: 1.8px;
  color:          var(--text-faint);
  text-transform: uppercase;
}

.footer-legal-links {
  display:    flex;
  align-items:center;
  gap:        0;
  list-style: none;
}

.footer-legal-links li { display: flex; align-items: center; }

.footer-legal-links a {
  font-size:       11px;
  letter-spacing:  1.8px;
  text-transform:  uppercase;
  color:           var(--text-faint);
  text-decoration: none;
  transition:      color 0.2s;
  padding:         0 14px;
}

.footer-legal-links a:hover { color: var(--brand-blue); }

.footer-legal-links li + li::before {
  content: '·';
  color:   rgba(255,255,255,0.10);
}

/* Footer responsive */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-bottom-inner { padding: 16px 10px; }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px 32px;
  }
  .footer-brand { grid-column: 1 / -1; }
}

