/* Auto-extracted dari Elementor (NASSA). Sumber kebenaran = file ini. */

/* ===== (style) ===== */
/* Hide Hello theme footer chrome — we own the layout */
footer#colophon, footer#colophon .elementor-section,
footer#colophon .elementor-container, footer#colophon .elementor-column-wrap {
  background: transparent !important;
  padding: 0 !important; margin: 0 !important;
}

#nassa-foot {
  background: #16201a;
  border-top: 1px solid #3a4a38;
  padding: 56px 64px 32px;
  font-family: 'Manrope', sans-serif;
}
/* container-fluid — match Orion footer (full width, no centered max-width) */
#nassa-foot .nf-inner { width: 100%; margin: 0; }
#nassa-foot .nf-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1.1fr;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #3a4a38;
}
#nassa-foot h5 {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: #ffffff; margin: 0 0 18px;
}

/* Brand column */
#nassa-foot .nf-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
#nassa-foot .nf-brand-row img { height: 64px; width: auto; }
#nassa-foot .nf-brandtext { display: inline-flex; flex-direction: column; gap: 6px; }
#nassa-foot .nf-brand-row .nf-wm {
  font-family: 'Libre Caslon Text', serif;
  font-size: 24px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #ede9cc; line-height: 1; white-space: nowrap;
}
#nassa-foot .nf-brand-row .nf-tagline {
  font-family: 'Manrope', sans-serif;
  font-size: 9px; font-weight: 500; line-height: 1;
  letter-spacing: .14em; text-transform: uppercase;
  color: #9aa492; white-space: nowrap;
}
#nassa-foot .nf-tag {
  font-family: 'Manrope', sans-serif;
  font-size: 14px; line-height: 1.65; color: #c9cdc0;
  max-width: 320px; margin: 0 0 18px;
}
#nassa-foot .nf-ig {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px; color: #c9cdc0; text-decoration: none;
  transition: color .2s ease;
}
#nassa-foot .nf-ig svg { flex: none; }
#nassa-foot .nf-ig:hover { color: #c4a35a; }

/* Links / contact columns */
#nassa-foot .nf-links { display: flex; flex-direction: column; gap: 10px; }
#nassa-foot .nf-links a {
  font-family: 'Manrope', sans-serif;
  font-size: 14px; line-height: 1.5; color: #c9cdc0;
  text-decoration: none; transition: color .2s ease;
}
#nassa-foot .nf-links a:hover { color: #c4a35a; }

/* Stellar Group column */
#nassa-foot .nf-group-logo { height: 34px; width: auto; display: block; margin: 0 0 18px; }
#nassa-foot .nf-addr {
  font-family: 'Manrope', sans-serif;
  font-size: 14px; line-height: 1.7; color: #c9cdc0;
  font-style: normal; margin: 0; max-width: 280px;
}

/* Bottom strip */
#nassa-foot .nf-strip {
  display: flex; justify-content: center; align-items: center;
  gap: 16px; padding-top: 24px;
}
#nassa-foot .nf-copy {
  font-family: 'Manrope', sans-serif;
  font-size: 12px; color: #8a9486; margin: 0;
  letter-spacing: .03em; text-align: center;
}

@media (max-width: 1023px) {
  #nassa-foot { padding: 48px 32px 28px; }
  #nassa-foot .nf-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  #nassa-foot .nf-col-brand { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  #nassa-foot { padding: 40px 16px 24px; }
  #nassa-foot .nf-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 24px; }
  #nassa-foot .nf-strip { flex-direction: column; align-items: center; gap: 14px; padding-top: 20px; }
  #nassa-foot .nf-brand-row .nf-wm { font-size: 20px; }
}
