/* Premium app-style footer */
.site-footer-premium {
  background: linear-gradient(180deg, #1a1218 0%, #120d10 100%);
  color: rgba(255, 255, 255, 0.88);
  margin-top: 12px;
  padding: 0 0 calc(var(--nav-height, 56px) + var(--safe-bottom, 0px) + 4px);
}
.page-home .site-footer-premium {
  margin-top: 8px;
}

.footer-brand-strip {
  background: linear-gradient(90deg, rgba(233, 30, 99, 0.15), rgba(255, 107, 157, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
}
.footer-brand-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  flex-shrink: 0;
}
.footer-brand-text strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
.footer-brand-text span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer-premium .site-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 14px 12px;
  display: grid;
  gap: 14px;
}
.site-footer-premium .site-footer-col h4 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6b9d;
  margin: 0 0 8px;
}
.site-footer-premium .site-footer-col p,
.site-footer-premium .site-footer-col a {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 4px;
  text-decoration: none;
  display: block;
}
.site-footer-premium .site-footer-col a:hover {
  color: #fff;
}
.site-footer-premium .site-footer-tag {
  font-size: 12px;
  opacity: 0.65;
  margin-top: 4px;
}

.footer-quick-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.footer-quick-icons a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px !important;
  font-weight: 600;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-quick-icons a:hover {
  background: rgba(233, 30, 99, 0.2);
  border-color: rgba(233, 30, 99, 0.35);
}

.site-footer-premium .site-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 14px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 768px) {
  .site-footer-premium {
    padding-bottom: 24px;
  }
  .site-footer-premium .site-footer-inner {
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 20px;
    padding: 18px 18px 16px;
  }
  .footer-brand-strip {
    padding: 12px 18px;
  }
  .footer-brand-logo {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 767px) {
  .site-footer-premium .site-footer-inner {
    text-align: center;
  }
  .footer-brand-inner {
    justify-content: center;
    text-align: left;
  }
  .footer-quick-icons {
    justify-content: center;
  }
}


.footer-nav-links a{display:block;font-size:14px;font-weight:600;color:rgba(255,255,255,.88)!important;margin:0 0 10px;text-decoration:none}
.footer-nav-links a:hover{color:#fff!important;padding-left:4px}
.footer-muted{color:rgba(255,255,255,.55)!important;font-size:13px;line-height:1.55}
.site-footer-premium .site-footer-col a{color:rgba(255,255,255,.88)!important}
.footer-social-row{display:flex;gap:10px;margin-bottom:14px}
.footer-social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:#fff!important;font-size:11px;font-weight:800;text-decoration:none;letter-spacing:.04em}
.footer-social-btn:hover{background:linear-gradient(135deg,#e91e63,#ff6b9d);border-color:transparent}
.site-footer-premium .site-footer-col h4{font-size:11px;margin-bottom:12px}
/* footer-premium-v2 */
@media (max-width: 767px) {
  .site-footer-premium .site-footer-inner {
    padding: 12px 12px 10px !important;
    gap: 12px !important;
  }
  .footer-brand-strip {
    padding: 8px 12px !important;
  }
  .footer-brand-text strong {
    font-size: 14px !important;
  }
  .site-footer-premium .site-footer-col h4 {
    margin-bottom: 6px !important;
  }
  .site-footer-premium .site-footer-bottom {
    padding: 8px 12px 12px !important;
    font-size: 10px !important;
  }
}
/* footer-premium-v3 — shorter on mobile */
@media (max-width: 767px) {
  .site-footer-premium {
    margin-top: 8px !important;
    padding-bottom: calc(var(--nav-height, 56px) + var(--safe-bottom, 0px) + 2px) !important;
  }
  .site-footer-premium .site-footer-inner {
    padding: 10px 10px 8px !important;
    gap: 10px !important;
  }
  .footer-brand-strip {
    padding: 6px 10px !important;
  }
  .footer-brand-logo {
    width: 36px !important;
    height: 36px !important;
  }
  .footer-brand-text strong {
    font-size: 13px !important;
  }
  .footer-brand-text span {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
  .site-footer-premium .site-footer-col p,
  .site-footer-premium .site-footer-col a {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin-bottom: 3px !important;
  }
  .site-footer-premium .site-footer-col h4 {
    margin-bottom: 4px !important;
    font-size: 10px !important;
  }
  .footer-nav-links a {
    margin-bottom: 6px !important;
    font-size: 13px !important;
  }
  .footer-social-row {
    margin-bottom: 8px !important;
  }
  .footer-social-btn {
    width: 36px !important;
    height: 36px !important;
  }
  .site-footer-premium .site-footer-bottom {
    padding: 6px 10px 10px !important;
  }
}

/* footer-premium-v4 — slim mobile: 3 columns + compact social row */
@media (max-width: 767px) {
  .site-footer-premium .site-footer-inner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px 10px !important;
    padding: 8px 10px 6px !important;
    text-align: left !important;
    align-items: start !important;
  }
  .site-footer-premium .site-footer-col.footer-col-social {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 4px;
    margin-top: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .site-footer-premium .site-footer-col.footer-col-social h4 {
    width: 100%;
    margin-bottom: 4px !important;
  }
  .site-footer-premium .site-footer-col:nth-child(2) p.footer-muted {
    display: none;
  }
  .site-footer-premium .site-footer-col:nth-child(2) .site-footer-tag {
    margin-bottom: 0;
    font-size: 11px !important;
    line-height: 1.35;
  }
  .footer-quick-icons {
    margin-top: 0 !important;
    gap: 6px !important;
  }
  .footer-quick-icons a {
    padding: 4px 8px !important;
    font-size: 10px !important;
  }
}
/* footer-premium-v5 — slim 4-col desktop, compact mobile */
.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.footer-brand-link .footer-brand-text strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.footer-brand-link .footer-brand-text span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
  margin-top: 2px;
}
.site-footer-premium .footer-brand-strip {
  display: none;
}
.site-footer-premium .site-footer-inner {
  padding: 16px 14px 12px;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-footer-premium .site-footer-inner {
    grid-template-columns: 1.2fr 1fr 1fr auto;
    align-items: start;
    padding: 20px 18px 16px;
    gap: 20px;
  }
  .site-footer-premium .footer-col-social {
    text-align: right;
  }
  .site-footer-premium .footer-social-row {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .site-footer-premium .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 14px !important;
    text-align: left !important;
  }
  .site-footer-premium .footer-col-brand {
    grid-column: 1 / -1;
  }
  .site-footer-premium .footer-col-social {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-footer-premium .footer-col-social h4 {
    margin: 0 !important;
    width: auto;
  }
}

/* footer-social-icons v31 */
.footer-social-btn {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.footer-social-btn svg {
  display: block;
  flex-shrink: 0;
}
.footer-social-btn:hover {
  transform: translateY(-2px) scale(1.05);
}
.footer-social-btn--ig:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.footer-social-btn--fb:hover {
  background: #1877f2 !important;
  border-color: transparent !important;
  color: #fff !important;
}
.footer-social-btn--wa:hover {
  background: #25d366 !important;
  border-color: transparent !important;
  color: #fff !important;
}
