:root {
  --app-sand: #f3e7dd;
  --app-peach: #f8bd7d;
  --app-clay: #8a7265;
  --app-ink: #0c0a1f;
}

body .footer.brand-footer {
  background: radial-gradient(circle at top, rgba(248, 189, 125, 0.15), transparent 55%),
              linear-gradient(180deg, rgba(12, 10, 31, 0.98), rgba(58, 53, 55, 0.96));
  color: var(--app-sand);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(243, 231, 221, 0.15);
  margin-top: 0;
}

body .footer.brand-footer::before {
  content: none;
}

body .footer.brand-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 60%);
  pointer-events: none;
}

body .footer.brand-footer .container {
  position: relative;
  z-index: 1;
}

body .footer.brand-footer h5 {
  color: var(--app-sand);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

body .footer.brand-footer .footer-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

body .footer.brand-footer p,
body .footer.brand-footer span,
body .footer.brand-footer li,
body .footer.brand-footer a {
  color: rgba(243, 231, 221, 0.85);
}

body .footer.brand-footer a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

body .footer.brand-footer a:hover,
body .footer.brand-footer a:focus {
  color: var(--app-peach);
}

body .footer.brand-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--app-sand);
}

body .footer.brand-footer .footer-brand .logo-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(140deg, var(--app-peach), var(--app-clay));
  color: var(--app-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(12, 10, 31, 0.35);
}

body .footer.brand-footer .footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

body .footer.brand-footer .footer-brand .logo-placeholder {
  display: none !important;
}

body .footer.brand-footer .footer-logo {
  display: block !important;
}

body .footer.brand-footer .footer-links li {
  margin-bottom: 0.4rem;
}

body .footer.brand-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

body .footer.brand-footer .footer-link-icon {
  color: var(--app-peach);
  flex: 0 0 auto;
}

body .footer.brand-footer .social-btn {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  color: #fff;
}

body .footer.brand-footer .social-wa {
  background: linear-gradient(135deg, #1ec75f, #128c39);
  box-shadow: 0 15px 30px rgba(18, 140, 57, 0.35);
}

body .footer.brand-footer .social-ig {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 0 15px 30px rgba(204, 35, 102, 0.35);
}

body .footer.brand-footer .social-btn:hover,
body .footer.brand-footer .social-btn:focus {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(12, 10, 31, 0.35);
  opacity: 0.95;
}

body .footer.brand-footer .footer-meta {
  border-top: 1px solid rgba(243, 231, 221, 0.12);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: rgba(243, 231, 221, 0.7);
}

body .footer.brand-footer .footer-meta span {
  color: inherit;
}

@media (max-width: 767.98px) {
  body .footer.brand-footer {
    padding: 50px 0 20px;
  }

  body .footer.brand-footer .footer-meta {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
