/*
Theme Name:   Astra Child
Template:     astra
Description:  Letgi Child Theme
Version:      2.0
*/

@import url("../astra/style.css");

/* Kill Astra's header completely */
#masthead,
.main-header-bar-wrap,
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-primary-header-bar,
.astra-nav-wrap {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Remove Astra body padding that pushes content */
.ast-header-break-point body,
body.ast-header-sticky,
body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove extra gap below our header */
#page, .site {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ============================================
   LETGI PREMIUM FOOTER
   ============================================ */

#lgi-footer {
  background: #0f0f13;
  color: #e2e2e2;
  font-family: 'Inter', -apple-system, sans-serif;
  margin-top: 60px;
}

.lgi-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Main Footer Grid */
.lgi-footer-main {
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.lgi-footer-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.lgi-footer-col {
  flex: 1;
}

.lgi-footer-brand {
  flex: 2;
}

/* Logo */
.lgi-footer-logo img {
  height: 36px;
  width: auto;
  margin-bottom: 18px;
  display: block;
}

.lgi-footer-logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About text */
.lgi-footer-about {
  font-size: 13.5px;
  line-height: 1.75;
  color: #9ca3af;
  max-width: 320px;
  margin: 0 0 20px 0;
}

/* Badges */
.lgi-footer-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.lgi-footer-badge span {
  font-size: 11px;
  font-weight: 500;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.25);
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Column headings */
.lgi-footer-heading {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #ffffff !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

/* Links list */
.lgi-footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lgi-footer-links li {
  margin-bottom: 10px !important;
  padding: 0 !important;
  list-style: none !important;
}

.lgi-footer-links li::before {
  display: none !important;
}

.lgi-footer-links a {
  font-size: 13.5px !important;
  color: #9ca3af !important;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
  display: inline-block !important;
}

.lgi-footer-links a:hover {
  color: #a78bfa !important;
  padding-left: 4px !important;
}

/* Bottom Bar */
.lgi-footer-bottom {
  padding: 20px 0;
  background: #0a0a0d;
}

.lgi-footer-bottom .lgi-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lgi-footer-copy {
  font-size: 13px !important;
  color: #6b7280 !important;
  margin: 0 !important;
}

.lgi-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.lgi-footer-bottom-links a {
  font-size: 12px !important;
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.lgi-footer-bottom-links a:hover {
  color: #a78bfa !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .lgi-footer-main .lgi-footer-inner {
    flex-direction: column;
    gap: 36px;
  }

  .lgi-footer-brand {
    flex: unset;
  }

  .lgi-footer-about {
    max-width: 100%;
  }

  .lgi-footer-bottom .lgi-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Fix admin bar + sticky header offset */
.admin-bar #lgi-hdr {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar #lgi-hdr {
        top: 46px !important;
    }
}

#lgi-footer {
  background: #0d0d14;
  color: #c9c9d4;
  font-family: 'Inter', -apple-system, sans-serif;
  margin-top: 64px;
  border-top: 1px solid rgba(99, 102, 241, 0.15);
}

/* Shared inner wrapper */
.lgi-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

/* ---- Main grid ---- */
.lgi-footer-main {
  padding: 60px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lgi-footer-col { flex: 1; }
.lgi-footer-brand { flex: 2; }

/* Logo */
.lgi-footer-logo img {
  height: 34px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}
.lgi-footer-logo-text {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About */
.lgi-footer-about {
  font-size: 13.5px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  max-width: 300px;
  margin: 0 0 22px 0 !important;
}

/* Badges */
.lgi-footer-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lgi-footer-badge span {
  font-size: 11px;
  font-weight: 500;
  color: #818cf8;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Column headings */
.lgi-footer-heading {
  font-size: 10.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.8px !important;
  color: #e2e8f0 !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* Links */
.lgi-footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lgi-footer-links li {
  margin-bottom: 11px !important;
  padding: 0 !important;
  list-style: none !important;
}
.lgi-footer-links li::before { display: none !important; }
.lgi-footer-links a {
  font-size: 13.5px !important;
  color: #6b7280 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: color 0.2s, transform 0.2s !important;
}
.lgi-footer-links a:hover {
  color: #818cf8 !important;
  transform: translateX(3px) !important;
}

/* ---- Bottom bar ---- */
.lgi-footer-bottom {
  background: #08080f;
  padding: 18px 0;
}
.lgi-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.lgi-footer-copy {
  font-size: 12.5px !important;
  color: #4b5563 !important;
  margin: 0 !important;
}

/* Social */
.lgi-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lgi-social-label {
  font-size: 11px;
  font-weight: 600;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-right: 4px;
}
.lgi-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}
.lgi-social-link:hover {
  background: rgba(99, 102, 241, 0.15) !important;
  border-color: rgba(99, 102, 241, 0.4) !important;
  color: #818cf8 !important;
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
  .lgi-footer-inner {
    flex-direction: column;
    gap: 32px;
  }
  .lgi-footer-brand { flex: unset; }
  .lgi-footer-about { max-width: 100%; }
  .lgi-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
/* ============================================
   COMPACT PAYMENT BAR - PROFESSIONAL ECOMMERCE
   ============================================ */

.lgi-footer-payments-bar {
  background: #08080f;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 12px 0;
}

.lgi-payments-bar-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.lgi-payments-bar-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #6b7280 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-right: 4px;
}

.lgi-payment-icons-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lgi-payment-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s ease;
  cursor: pointer;
}

.lgi-payment-badge:hover {
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-1px);
}

.lgi-payment-badge svg {
  width: 36px;
  height: 24px;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .lgi-payments-bar-content {
    gap: 8px;
    margin-right: -12px;
  }
  
  .lgi-payment-badge {
    padding: 3px;
  }
  
  .lgi-payment-badge svg {
    width: 32px;
    height: 21px;
  }
}